|
1 | 1 | { |
2 | 2 | "account": { |
3 | 3 | "addEscrow": { |
| 4 | + "availableAmount": "Verfügbar:", |
4 | 5 | "confirmDelegatingToInactive": { |
| 6 | + "description": "Der Status dieses Validators ist {{validatorStatus}}. Deine Delegation generiert möglicherweise keine Rewards", |
5 | 7 | "title": "Bist du sicher, dass du fortfahren möchtest?" |
6 | 8 | }, |
| 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 | + }, |
7 | 13 | "delegate": "Delegieren" |
8 | 14 | }, |
9 | 15 | "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.", |
10 | 18 | "loading": "Konto wird geladen", |
11 | 19 | "loadingError": "Konto konnte nicht geladen werden.", |
| 20 | + "reclaimEscrow": { |
| 21 | + "reclaim": "Zurückfordern", |
| 22 | + "reclaimAll": "Alles zurückfordern", |
| 23 | + "reclaimableAmount": "Verfügbar:" |
| 24 | + }, |
12 | 25 | "sendTransaction": { |
13 | 26 | "confirmSendingToValidator": { |
| 27 | + "description": "Dies ist die Adresse eines Validators. Überweisungen an diese Adresse staken dein Guthaben nicht beim Validator.", |
14 | 28 | "title": "Bist du sicher, dass du fortfahren möchtest?" |
15 | 29 | }, |
16 | 30 | "enterAddress": "Adresse eingeben", |
|
20 | 34 | "success": "Transaktion erfolgreich gesendet. Es kann bis zu einer Minute dauern, bis die Transaktion auf deinem Konto erscheint." |
21 | 35 | }, |
22 | 36 | "subnavigation": { |
23 | | - "activeDelegations": "Aktive Delegationen", |
24 | | - "mobileActiveDelegations": "Delegationen", |
25 | | - "transactions": "Transaktionen" |
| 37 | + "activeDelegations": "Staked", |
| 38 | + "debondingDelegations": "Debonding", |
| 39 | + "mobileActiveDelegations": "Staked", |
| 40 | + "mobileDebondingDelegations": "Debonding" |
26 | 41 | }, |
27 | 42 | "summary": { |
| 43 | + "activity": "Aktivität", |
28 | 44 | "balance": { |
29 | 45 | "available": "Verfügbar", |
30 | 46 | "debonding": "Debonding", |
|
33 | 49 | }, |
34 | 50 | "noTransactionFound": "Keine Transaktionen gefunden.", |
35 | 51 | "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" |
37 | 56 | }, |
38 | 57 | "transaction": { |
39 | 58 | "addEscrow": { |
40 | 59 | "sent": "Delegierte <Amount/> an Validator" |
41 | 60 | }, |
| 61 | + "explorerLink": "Transaktionen im Explorer ansehen", |
42 | 62 | "failed": "Fehlgeschlagen", |
43 | 63 | "genericTransaction": { |
44 | 64 | "destination": "Andere Adresse" |
45 | 65 | }, |
46 | 66 | "loadingError": "Transaktionen konnten nicht geladen werden.", |
| 67 | + "pending": "Ausstehend", |
47 | 68 | "successful": "Erfolgreich", |
48 | 69 | "transfer": { |
49 | 70 | "received": "Erhalten <Amount/>", |
|
95 | 116 | "deleteForm": { |
96 | 117 | "confirm": "Ja, löschen", |
97 | 118 | "confirmationKeyword": "löschen", |
98 | | - "hint": "Eingeben <strong>{{confirmationKeyword}}</strong>" |
| 119 | + "hint": "Eingeben '<strong>{{confirmationKeyword}}</strong>'" |
99 | 120 | }, |
100 | 121 | "errors": { |
101 | 122 | "LedgerDerivedDifferentAccount": "Dieses Konto gehört nicht zu dem aktuell verbundenen Ledger.", |
|
120 | 141 | "fatalError": { |
121 | 142 | "copied": "Fehler in die Zwischenablage kopiert", |
122 | 143 | "copy": "Fehler in die Zwischenablage kopieren", |
123 | | - "heading": "Schwerwiegender Fehler aufgetreten" |
| 144 | + "reloadApp": "App neu laden" |
124 | 145 | }, |
125 | 146 | "fiatOnramp": { |
126 | 147 | "header": "ROSE kaufen", |
|
142 | 163 | "header": "Auf vorhandene Wallet zugreifen" |
143 | 164 | } |
144 | 165 | }, |
| 166 | + "icons": { |
| 167 | + "bluetooth": "Bluetooth", |
| 168 | + "mnemonic": "Mnemonic", |
| 169 | + "privateKey": "Privater Schlüssel", |
| 170 | + "usb": "Usb", |
| 171 | + "wallet": { |
| 172 | + "label": "Wallet" |
| 173 | + } |
| 174 | + }, |
145 | 175 | "infoBox": { |
146 | 176 | "valueCopied": "{{label}} kopiert." |
147 | 177 | }, |
|
150 | 180 | "extension": { |
151 | 181 | "connect": "Ledger-Gerät verbinden", |
152 | 182 | "failed": "Verbindung fehlgeschlagen", |
153 | | - "grantAccess": "Gewähre Zugriff auf dein Ledger.", |
| 183 | + "grantAccess": "Gewähre Zugriff auf dein USB Ledger.", |
154 | 184 | "succeed": "Gerät verbunden" |
155 | 185 | }, |
156 | 186 | "instructionSteps": { |
|
165 | 195 | "menu": { |
166 | 196 | "addAccounts": "Konten hinzufügen", |
167 | 197 | "closeWallet": "Wallet schließen", |
168 | | - "fiatOnramp": "Kaufen", |
| 198 | + "fiatOnramp": "ROSE kaufen", |
169 | 199 | "fiatOnramp-mobile": "Kaufen", |
170 | 200 | "home": "Home", |
171 | 201 | "lockProfile": "Profil sperren", |
172 | 202 | "openMenu": "Menü", |
173 | 203 | "paraTimes": "ParaTimes", |
174 | | - "stake": "Stake", |
| 204 | + "stake": "ROSE staken", |
175 | 205 | "stake-mobile": "Stake", |
176 | 206 | "unlockProfile": "Profil entsperren", |
177 | | - "wallet": "Wallet" |
| 207 | + "wallet": "Konto" |
178 | 208 | }, |
179 | 209 | "migrateV0Extension": { |
180 | 210 | "finishMigration": "Öffne die neue Version der Wallet", |
181 | 211 | "nextStep": "Weiter", |
182 | 212 | "requiredField": "Dieses Feld ist erforderlich", |
183 | 213 | "title": "Wichtiges Wallet-Update" |
184 | 214 | }, |
| 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 | + }, |
185 | 223 | "openWallet": { |
| 224 | + "header": "Wie möchtest du dein Wallet öffnen?", |
186 | 225 | "importAccounts": { |
187 | 226 | "accountCounter_one": "Ein Konto ausgewählt", |
188 | 227 | "accountCounter_zero": "Kein Konto ausgewählt", |
| 228 | + "bluetoothLedger": "Bluetooth Ledger", |
189 | 229 | "next": "Weiter", |
190 | 230 | "openWallets": "Öffnen", |
191 | 231 | "prev": "Zurück" |
|
308 | 348 | "contacts": "Kontakte", |
309 | 349 | "delete": { |
310 | 350 | "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.", |
312 | 352 | "title": "Konto löschen", |
313 | 353 | "tooltip": "Du musst immer mindestens ein Konto haben." |
314 | 354 | }, |
|
0 commit comments