Skip to content

Commit

Permalink
chore: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau committed Aug 15, 2024
1 parent 69d0f94 commit fa533ed
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 @@ -431,6 +431,7 @@ const dict = {
select_wallet: "Wallet auswählen",
switch_network: "Netzwerk wechseln",
block: "Block",
logs_scan_progress: "Scan-Fortschritt {{ value }}%",
},
es: {
language: "Español",
Expand Down Expand Up @@ -650,6 +651,7 @@ const dict = {
select_wallet: "Seleccionar monedero",
switch_network: "Cambiar red",
block: "bloque",
logs_scan_progress: "Progreso del escaneo {{ value }}%",
},
zh: {
language: "中文",
Expand Down Expand Up @@ -842,6 +844,7 @@ const dict = {
select_wallet: "选择钱包",
switch_network: "转换网络",
block: "块",
logs_scan_progress: "扫描进度{{ value }}%",
},
};

Expand Down

0 comments on commit fa533ed

Please sign in to comment.