Skip to content

Commit

Permalink
chore: add missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau committed Aug 26, 2024
1 parent 3706e89 commit 5dbac13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ const dict = {
switch_network: "Netzwerk wechseln",
block: "Block",
logs_scan_progress: "Scan-Fortschritt {{ value }}%",
accept: "Akzeptieren",
},
es: {
language: "Español",
Expand Down Expand Up @@ -653,6 +654,7 @@ const dict = {
switch_network: "Cambiar red",
block: "bloque",
logs_scan_progress: "Progreso del escaneo {{ value }}%",
accept: "Aceptar",
},
zh: {
language: "中文",
Expand Down Expand Up @@ -846,6 +848,7 @@ const dict = {
switch_network: "转换网络",
block: "块",
logs_scan_progress: "扫描进度{{ value }}%",
accept: "接受",
},
};

Expand Down

0 comments on commit 5dbac13

Please sign in to comment.