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

Update de.json #104

Merged
merged 1 commit into from
Apr 9, 2022
Merged
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
56 changes: 28 additions & 28 deletions src/lang/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"wallet": "Wallet",
"miner": "Miner",
"transactions": "Transaktion",
"events": "Events"
"events": "Ereignisse"
},
"layout": {
"connection_error": {
Expand Down Expand Up @@ -215,41 +215,41 @@
"community_confirm": "Community Wallet bestätigen? Dies kann nicht rückgängig gemacht werden."
},
"transfer": {
"title": "Coin Transfer",
"title": "Überweisung von Coins",
"sender": "Sender",
"balance": "Balance",
"balance": "Betrag",
"receiver": "Receiver",
"amount": "Amount",
"amount_label": "Amount (fractions not allowed yet)",
"receiver_placeholder": "Receiver address",
"amount_placeholder": "Amount to be transfered",
"confirm_title": "Heads up!",
"please_confirm": "Please confirm your transfer information:",
"await": "Await txs",
"btn_next": "Next",
"btn_confirm": "Confirm",
"btn_cancel": "Cancel",
"btn_close": "Close",
"error_amount_greater_than_balance": "Amount cannot be greater than account balance",
"error_receiver_equals_sender": "Receiver address must be different from sender address",
"error_slow_wallet": "Coin transfer is disabled for slow wallets.",
"success": "Transfer executed with success",
"failed": "Transfer failed. Code: {code}"
"amount": "Empfänger",
"amount_label": "Empfänger (Dezimalstellen noch nicht unterstützt)",
"receiver_placeholder": "Empfänger Adresse",
"amount_placeholder": "Überweisungsbetrag",
"confirm_title": "Achtung!",
"please_confirm": "Bitte die Überweisungsdaten bestätigen:",
"await": "Auf Txs warten",
"btn_next": "Weiter",
"btn_confirm": "Bestätigen",
"btn_cancel": "Abbrechen",
"btn_close": "Schließen",
"error_amount_greater_than_balance": "Der Betrag kann nicht größer als der Kontostand sein",
"error_receiver_equals_sender": "Die Empfängeradresse muss sich von der Absenderadresse unterscheiden",
"error_slow_wallet": "Die Überweisung von Coins ist für Slow Wallets deaktiviert.",
"success": "Überweisung erfolgreich durchgeführt",
"failed": "Überweisung fehlgeschlagen. Code: {code}"
}
},
"events": {
"account_events": "Account Events",
"account_events": "Kontoereignisse",
"version": "Version",
"type": "Type",
"amount": "Amount",
"type": "Typ",
"amount": "Betrag",
"sender": "Sender",
"receiver": "Receiver",
"received_payment": "Received Payment",
"sent_payment": "Sent Payment",
"receiver": "Empfänger",
"received_payment": "Empfangene Zahlung",
"sent_payment": "Gesendete Zahlung",
"loading": {
"error": "Error loading the account events:",
"corrupted_db": "Current connected node does not have all account events. Don't worry. Your wallet and coins are safe on the chain. Try connecting to another upstream node.",
"account_off_chain": "Account selected not onboarded yet."
"error": "Fehler beim Laden der Kontoereignisse:",
"corrupted_db": "Der aktuell verbundene Knoten verfügt nicht über alle Kontoereignisse. Keine Sorge. Deine Wallet und Coins sind in Sicherheit auf der Chain. Probiere, dich mit einem anderen Upstream-Knoten zu verbinden.",
"account_off_chain": "Das ausgewählte Konto wurde noch nicht geonboarded."
}
}
}