Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New translations [ci skip] #2844

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions packages/shared/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"importThirdPartyProfiles": {
"selectApps": {
"onboardingTitle": "Geldbörsen von Drittanbietern gefunden",
"title": "Import aus Drittanbieteranwendungen",
"onboardingTitle": "Drittanbieter-Wallets gefunden",
"title": "Von Drittanbieter-Apps importieren",
"onboardingDescription": "Wir haben festgestellt, dass du kompatible Wallets von Drittanbietern verwendest. Du kannst die Profile jetzt oder später importieren.",
"description": "Wähle die Apps aus, von denen du Profile importieren möchten.",
"empty": "Keine Apps gefunden",
Expand All @@ -26,7 +26,7 @@
"failedProfileMigration": "Migration des Profils nicht möglich"
},
"errors": {
"appIsOpen": "Die Drittanbieter-Wallet von der du importieren möchtest, ist geöffnet. Bitte schließen die Wallet und versuche es erneut.",
"appIsOpen": "Die Drittanbieter-Wallet von der du importieren möchtest, ist geöffnet. Bitte schließe die Wallet und versuche es erneut.",
"unknown": "Ein unbekannter Fehler ist bei der Importierung des Profils aufgetreten"
},
"notifications": {
Expand Down Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Netzwerke verwalten"
},
"addChain": {
"title": "Blockchain hinzufügen"
"title": "Benutzerdefinierte Chain hinzufügen"
},
"chain": {
"chainId": "Chain-ID",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Manage networks"
},
"addChain": {
"title": "Add chain"
"title": "Add custom chain"
},
"chain": {
"chainId": "ID de la cadena",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Manage networks"
},
"addChain": {
"title": "Aggiungi una chain"
"title": "Add custom chain"
},
"chain": {
"chainId": "Chain ID",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Beheer netwerken"
},
"addChain": {
"title": "Chain toevoegen"
"title": "Aangepaste chain toevoegen"
},
"chain": {
"chainId": "Chain ID",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Zarządzanie sieciami"
},
"addChain": {
"title": "Dodaj łańcuch"
"title": "Dodaj niestandardowy łańcuch"
},
"chain": {
"chainId": "Identyfikator łańcucha",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Manage networks"
},
"addChain": {
"title": "Adicionar chain"
"title": "Add custom chain"
},
"chain": {
"chainId": "ID da chain",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Ağları Yönet"
},
"addChain": {
"title": "Zincir ekle"
"title": "Özel zincir ekle"
},
"chain": {
"chainId": "Zincir ID",
Expand Down
5 changes: 4 additions & 1 deletion packages/shared/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,11 @@
},
"drawers": {
"networkConfig": {
"manageNetworks": {
"title": "Manage networks"
},
"addChain": {
"title": "Add chain"
"title": "Add custom chain"
},
"chain": {
"chainId": "Chain ID",
Expand Down
Loading