Skip to content

Commit a763348

Browse files
author
lukaw3d
committed
Update translations from transifex
1 parent 4c62613 commit a763348

File tree

7 files changed

+178
-81
lines changed

7 files changed

+178
-81
lines changed

.changelog/2148.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update translations from transifex

src/locales/de/translation.json

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
{
22
"account": {
33
"addEscrow": {
4+
"availableAmount": "Verfügbar:",
45
"confirmDelegatingToInactive": {
6+
"description": "Der Status dieses Validators ist {{validatorStatus}}. Deine Delegation generiert möglicherweise keine Rewards",
57
"title": "Bist du sicher, dass du fortfahren möchtest?"
68
},
9+
"confirmDelegatingToTop": {
10+
"acknowledge": "Trotzdem delegieren",
11+
"description": "Dieser Validator ist in den Top 20 nach Stake. Bitte ziehe in Erwägung, zu einen kleineren Validator zu delegieren, um die Netzwerksicherheit und Dezentralisierung zu erhöhen."
12+
},
713
"delegate": "Delegieren"
814
},
915
"addressCopied": "Adresse kopiert.",
16+
"emptyActiveDelegationsList": "Derzeit gibt es keine aktiven Delegationen für dieses Konto.",
17+
"emptyDebondingDelegationsList": "Derzeit gibt es kein Debonding von Delegationen für dieses Konto.",
1018
"loading": "Konto wird geladen",
1119
"loadingError": "Konto konnte nicht geladen werden.",
20+
"reclaimEscrow": {
21+
"reclaim": "Zurückfordern",
22+
"reclaimAll": "Alles zurückfordern",
23+
"reclaimableAmount": "Verfügbar:"
24+
},
1225
"sendTransaction": {
1326
"confirmSendingToValidator": {
27+
"description": "Dies ist die Adresse eines Validators. Überweisungen an diese Adresse staken dein Guthaben nicht beim Validator.",
1428
"title": "Bist du sicher, dass du fortfahren möchtest?"
1529
},
1630
"enterAddress": "Adresse eingeben",
@@ -20,11 +34,13 @@
2034
"success": "Transaktion erfolgreich gesendet. Es kann bis zu einer Minute dauern, bis die Transaktion auf deinem Konto erscheint."
2135
},
2236
"subnavigation": {
23-
"activeDelegations": "Aktive Delegationen",
24-
"mobileActiveDelegations": "Delegationen",
25-
"transactions": "Transaktionen"
37+
"activeDelegations": "Staked",
38+
"debondingDelegations": "Debonding",
39+
"mobileActiveDelegations": "Staked",
40+
"mobileDebondingDelegations": "Debonding"
2641
},
2742
"summary": {
43+
"activity": "Aktivität",
2844
"balance": {
2945
"available": "Verfügbar",
3046
"debonding": "Debonding",
@@ -33,17 +49,22 @@
3349
},
3450
"noTransactionFound": "Keine Transaktionen gefunden.",
3551
"noWalletIsOpen": "Um {{ticker}}-Tokens zu senden, empfangen, staken oder tauschen, <HomeLink>öffne deine Wallet</HomeLink>.",
36-
"notYourAccount": "Dies ist nicht dein Konto."
52+
"notYourAccount": "Dies ist nicht dein Konto.",
53+
"pendingTransactions": "Ausstehende Transaktionen",
54+
"someTxsInPendingState": "Einige Transaktionen sind im Moment noch ausstehend.",
55+
"viewAccountTxs": "Kontotransaktionen ansehen"
3756
},
3857
"transaction": {
3958
"addEscrow": {
4059
"sent": "Delegierte <Amount/> an Validator"
4160
},
61+
"explorerLink": "Transaktionen im Explorer ansehen",
4262
"failed": "Fehlgeschlagen",
4363
"genericTransaction": {
4464
"destination": "Andere Adresse"
4565
},
4666
"loadingError": "Transaktionen konnten nicht geladen werden.",
67+
"pending": "Ausstehend",
4768
"successful": "Erfolgreich",
4869
"transfer": {
4970
"received": "Erhalten <Amount/>",
@@ -95,7 +116,7 @@
95116
"deleteForm": {
96117
"confirm": "Ja, löschen",
97118
"confirmationKeyword": "löschen",
98-
"hint": "Eingeben <strong>{{confirmationKeyword}}</strong>"
119+
"hint": "Eingeben '<strong>{{confirmationKeyword}}</strong>'"
99120
},
100121
"errors": {
101122
"LedgerDerivedDifferentAccount": "Dieses Konto gehört nicht zu dem aktuell verbundenen Ledger.",
@@ -120,7 +141,7 @@
120141
"fatalError": {
121142
"copied": "Fehler in die Zwischenablage kopiert",
122143
"copy": "Fehler in die Zwischenablage kopieren",
123-
"heading": "Schwerwiegender Fehler aufgetreten"
144+
"reloadApp": "App neu laden"
124145
},
125146
"fiatOnramp": {
126147
"header": "ROSE kaufen",
@@ -142,6 +163,15 @@
142163
"header": "Auf vorhandene Wallet zugreifen"
143164
}
144165
},
166+
"icons": {
167+
"bluetooth": "Bluetooth",
168+
"mnemonic": "Mnemonic",
169+
"privateKey": "Privater Schlüssel",
170+
"usb": "Usb",
171+
"wallet": {
172+
"label": "Wallet"
173+
}
174+
},
145175
"infoBox": {
146176
"valueCopied": "{{label}} kopiert."
147177
},
@@ -150,7 +180,7 @@
150180
"extension": {
151181
"connect": "Ledger-Gerät verbinden",
152182
"failed": "Verbindung fehlgeschlagen",
153-
"grantAccess": "Gewähre Zugriff auf dein Ledger.",
183+
"grantAccess": "Gewähre Zugriff auf dein USB Ledger.",
154184
"succeed": "Gerät verbunden"
155185
},
156186
"instructionSteps": {
@@ -165,27 +195,37 @@
165195
"menu": {
166196
"addAccounts": "Konten hinzufügen",
167197
"closeWallet": "Wallet schließen",
168-
"fiatOnramp": "Kaufen",
198+
"fiatOnramp": "ROSE kaufen",
169199
"fiatOnramp-mobile": "Kaufen",
170200
"home": "Home",
171201
"lockProfile": "Profil sperren",
172202
"openMenu": "Menü",
173203
"paraTimes": "ParaTimes",
174-
"stake": "Stake",
204+
"stake": "ROSE staken",
175205
"stake-mobile": "Stake",
176206
"unlockProfile": "Profil entsperren",
177-
"wallet": "Wallet"
207+
"wallet": "Konto"
178208
},
179209
"migrateV0Extension": {
180210
"finishMigration": "Öffne die neue Version der Wallet",
181211
"nextStep": "Weiter",
182212
"requiredField": "Dieses Feld ist erforderlich",
183213
"title": "Wichtiges Wallet-Update"
184214
},
215+
"mobileUpdate": {
216+
"later": "Später",
217+
"retry": "Wiederholen",
218+
"unknownTitle": "Unbekannter Fehler",
219+
"updateAvailableTitle": "Aktualisierung ausstehend...",
220+
"updateInProgressTitle": "Aktualisierung am laufen..",
221+
"updateNow": "Jetzt aktualisieren"
222+
},
185223
"openWallet": {
224+
"header": "Wie möchtest du dein Wallet öffnen?",
186225
"importAccounts": {
187226
"accountCounter_one": "Ein Konto ausgewählt",
188227
"accountCounter_zero": "Kein Konto ausgewählt",
228+
"bluetoothLedger": "Bluetooth Ledger",
189229
"next": "Weiter",
190230
"openWallets": "Öffnen",
191231
"prev": "Zurück"
@@ -308,7 +348,7 @@
308348
"contacts": "Kontakte",
309349
"delete": {
310350
"description": "Bist du sicher, dass du das folgende Konto löschen möchtest?",
311-
"inputHelp": "Diese Aktion kann nicht rückgängig gemacht werden. Um fortzufahren, gib bitte <strong>{{confirmationKeyword}}</strong> unten ein.",
351+
"inputHelp": "Diese Aktion kann nicht rückgängig gemacht werden. Um fortzufahren, gib bitte '<strong>{{confirmationKeyword}}</strong>' unten ein.",
312352
"title": "Konto löschen",
313353
"tooltip": "Du musst immer mindestens ein Konto haben."
314354
},

src/locales/es/translation.json

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"account": {
33
"addEscrow": {
4+
"availableAmount": "Disponible:",
45
"confirmDelegatingToInactive": {
56
"description": "El estado de este validador es {{validatorStatus}}. Es posible que tu delegación no genere ninguna recompensa.",
67
"title": "¿Estás seguro de que quieres continuar?"
@@ -13,7 +14,8 @@
1314
"loading": "Cargando cuenta",
1415
"loadingError": "No se pudo cargar la cuenta.",
1516
"reclaimEscrow": {
16-
"reclaim": "Reclamar"
17+
"reclaim": "Reclamar",
18+
"reclaimableAmount": "Disponible:"
1719
},
1820
"sendTransaction": {
1921
"confirmSendingToValidator": {
@@ -25,17 +27,34 @@
2527
"success": "Transacción enviada con éxito. La transacción puede tardar hasta un minuto en aparecer en tu cuenta."
2628
},
2729
"subnavigation": {
28-
"transactions": "Transacciones"
30+
"activeDelegations": "Delegaciones activas"
2931
},
3032
"summary": {
3133
"balance": {
32-
"available": "Disponible"
34+
"available": "Disponible",
35+
"total": "Saldo total"
3336
},
3437
"noTransactionFound": "No se han encontrado transacciones.",
3538
"notYourAccount": "Esta no es tu cuenta."
3639
},
3740
"transaction": {
38-
"loadingError": "No se ha podido cargar las transacciones."
41+
"genericTransaction": {
42+
"destination": "Otra dirección"
43+
},
44+
"loadingError": "No se ha podido cargar las transacciones.",
45+
"reclaimEscrow": {
46+
"received": "<Amount/> reclamado por el delegador"
47+
},
48+
"transfer": {
49+
"received": "Recibido <Amount/>",
50+
"sent": {
51+
"header": "Enviado <Amount/>"
52+
}
53+
},
54+
"unrecognizedTransaction": {
55+
"destination": "Otra dirección",
56+
"header": "Transacción no reconocida '{{method}}'"
57+
}
3958
},
4059
"validator": {
4160
"loadingError": "No se han podido cargar los validadores."
@@ -60,6 +79,7 @@
6079
"createWallet": {
6180
"confirmSaved": "He guardado mi frase semilla",
6281
"doNotShare": "Nunca compartas tu frase semilla, cualquiera con tu frase semilla puede acceder a tu billetera y tus tokens.",
82+
"instruction": "Guarda tu frase semilla <strong>en el orden correcto</strong> en un lugar seguro, la necesitarás para abrir tu billetera.",
6383
"mnemonicMismatch": "La frase semilla introducida no coincide.",
6484
"newMnemonic": "Generar una frase semilla nueva",
6585
"thisIsYourPhrase": "Esta es tu frase semilla."
@@ -85,6 +105,9 @@
85105
"copied": "Error copiado al portapapeles",
86106
"copy": "Copiar error al portapapeles"
87107
},
108+
"footer": {
109+
"terms": "<TermsLink>Condiciones generales</TermsLink>"
110+
},
88111
"home": {
89112
"create": {
90113
"button": "Crear billetera",
@@ -95,9 +118,16 @@
95118
"header": "Acceder a una billetera existente"
96119
}
97120
},
121+
"icons": {
122+
"mnemonic": "Frase semilla",
123+
"privateKey": "Clave privada",
124+
"wallet": {
125+
"label": "Billetera"
126+
}
127+
},
98128
"ledger": {
99129
"instructionSteps": {
100-
"connectLedger": "Conecta tu dispositivo Ledger al equipo",
130+
"connectUsbLedger": "Conecta tu dispositivo USB Ledger al equipo",
101131
"header": "Pasos:",
102132
"openOasisApp": "Abre la aplicación de Oasis en tu dispositivo Ledger"
103133
},
@@ -138,8 +168,14 @@
138168
"showPrivateKey": "Mostrar la clave privada"
139169
}
140170
},
171+
"paraTimes": {
172+
"amount": {
173+
"available": "Disponible:"
174+
}
175+
},
141176
"theme": {
142-
"darkMode": "Modo oscuro"
177+
"darkMode": "Modo oscuro",
178+
"lightMode": "Modo claro"
143179
},
144180
"toolbar": {
145181
"networks": {
@@ -168,6 +204,9 @@
168204
"step": {
169205
"signing": "Firmando la transacción",
170206
"submitting": "Enviando la transacción"
207+
},
208+
"types": {
209+
"addEscrow": "delegando tus tokens a un validador para generar recompensas"
171210
}
172211
},
173212
"validator": {

src/locales/fr/translation.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"account": {
33
"addEscrow": {
4+
"availableAmount": "Disponible:",
45
"confirmDelegatingToInactive": {
56
"description": "Le statut de ce validateur est {{validatorStatus}}. Votre délégation pourrait ne générer aucune récompense.",
67
"title": "Etes-vous sûr de vouloir continuer ?"
@@ -10,7 +11,8 @@
1011
"loading": "Chargement du compte",
1112
"loadingError": "Impossible de charger le compte. Des informations peuvent être manquantes ou obsolètes.",
1213
"reclaimEscrow": {
13-
"reclaim": "Réclamer"
14+
"reclaim": "Réclamer",
15+
"reclaimableAmount": "Disponible:"
1416
},
1517
"sendTransaction": {
1618
"confirmSendingToValidator": {
@@ -24,8 +26,7 @@
2426
},
2527
"subnavigation": {
2628
"activeDelegations": "Délégation active",
27-
"debondingDelegations": "Délégations réclamées",
28-
"transactions": "Transactions"
29+
"debondingDelegations": "Délégations réclamées"
2930
},
3031
"summary": {
3132
"balance": {
@@ -35,7 +36,7 @@
3536
"total": "Solde total"
3637
},
3738
"noTransactionFound": "Aucune transaction trouvée",
38-
"noWalletIsOpen": "Pour envoyer, recevoir, jalonner et échanger vos jetons Rose, <HomeLink>Ouvrez votre portefeuille</HomeLink> !",
39+
"noWalletIsOpen": "Pour envoyer, recevoir, jalonner et échanger vos jetons {{ticker}}, <HomeLink>Ouvrez votre portefeuille</HomeLink> !",
3940
"notYourAccount": "Ce compte n'est pas le vôtre."
4041
},
4142
"transaction": {
@@ -116,8 +117,8 @@
116117
"fatalError": {
117118
"copied": "Erreur copiée",
118119
"copy": "Copier l'erreur",
119-
"heading": "Une erreur fatale s'est produite",
120-
"instruction": "Une erreur fatale s'est produite et ROSE Wallet doit s'arrêter. Essayez d'actualiser la page et d'ouvrir à nouveau votre portefeuille pour voir si le problème persiste. Si le problème persiste, veuillez contacter notre équipe d'assistance via l'e-mail <Email/> . Envoyez l'email et joignez le rapport ci-dessous."
120+
"heading": "Une erreur s'est produite",
121+
"instruction": "Essayez d'actualiser la page et d'ouvrir à nouveau votre portefeuille pour voir si le problème persiste. Si le problème persiste, veuillez contacter notre équipe d'assistance via l'e-mail <Email/>. Envoyez l'email et joignez le rapport ci-dessous."
121122
},
122123
"footer": {
123124
"github": "ROSE Wallet est entièrement <GithubLink>open source</GithubLink> - N'hésitez pas à remonter tout problème !",
@@ -126,7 +127,7 @@
126127
"oasisscan": "Alimenté par Oasis Scan API & Oasis gRPC"
127128
},
128129
"terms": "<TermsLink>Termes et Conditions</TermsLink>",
129-
"version": "Version: <ReleaseLink/> (<CommitLink/>) construit à {{buildTime}}"
130+
"version": "Version: <ReleaseLink/> (commit: <CommitLink/>) construit à {{buildTime}}"
130131
},
131132
"home": {
132133
"create": {
@@ -140,10 +141,14 @@
140141
"header": "Ouvrir un portefeuille existant"
141142
}
142143
},
144+
"icons": {
145+
"mnemonic": "Phrase secrète",
146+
"privateKey": "Clé privée"
147+
},
143148
"ledger": {
144149
"instructionSteps": {
145150
"closeLedgerLive": "Fermer l'application Ledger Live sur l'ordinateur",
146-
"connectLedger": "Connectez votre matériel Ledger à l'ordinateur",
151+
"connectUsbLedger": "Connectez votre matériel USB Ledger à l'ordinateur",
147152
"header": "Etapes",
148153
"openOasisApp": "Ouvrez l'application Oasis sur votre matériel Ledger"
149154
},
@@ -188,6 +193,11 @@
188193
"showPrivateKey": "Montrer la clé privée"
189194
}
190195
},
196+
"paraTimes": {
197+
"amount": {
198+
"available": "Disponible:"
199+
}
200+
},
191201
"theme": {
192202
"darkMode": "Thème nuit",
193203
"lightMode": "Thème clair"

0 commit comments

Comments
 (0)