-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aab5af3
commit 1540692
Showing
11 changed files
with
1,043 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,63 @@ | ||
{ | ||
"backupSeedPhrase": { | ||
"title": "Back up" | ||
}, | ||
"lightningConnecting": { | ||
"title": "Verbinden", | ||
"description": "bereit in ca. 10 Minuten" | ||
}, | ||
"lightningReady": { | ||
"title": "Bereit", | ||
"description": "Verbunden!" | ||
}, | ||
"transferClosingChannel": { | ||
"title": "Initialisiere…", | ||
"description": "Halte App offen" | ||
}, | ||
"pin": { | ||
"description": "Lege einen PIN fest" | ||
}, | ||
"slashtagsProfile": { | ||
"description": "Füge deine Angaben hinzu" | ||
}, | ||
"support": { | ||
"title": "Support" | ||
}, | ||
"suggestions": "Verbesserungsvorschläge" | ||
"backupSeedPhrase": { | ||
"title": "Backup", | ||
"description": "Sichere deine bitcoin" | ||
}, | ||
"discount": { | ||
"title": "Rabatt", | ||
"description": "Ausgabenkonto" | ||
}, | ||
"fastpay": { | ||
"title": "Fastpay", | ||
"description": "Scanne und zahle" | ||
}, | ||
"invite": { | ||
"title": "Einladen", | ||
"description": "Teile Bitkit" | ||
}, | ||
"lightning": { | ||
"title": "Ausgeben", | ||
"description": "Sofortüberweisung" | ||
}, | ||
"lightningSettingUp": { | ||
"title": "Transfer", | ||
"description": "in Vorbereitung..." | ||
}, | ||
"lightningConnecting": { | ||
"title": "Verbinden", | ||
"description": "Bereit in ±10m" | ||
}, | ||
"lightningReady": { | ||
"title": "Bereit", | ||
"description": "Verbunden!" | ||
}, | ||
"transferPending": { | ||
"title": "Transfer", | ||
"description": "Bereit in ±{duration}" | ||
}, | ||
"transferClosingChannel": { | ||
"title": "Vorbereiten...", | ||
"description": "App geöffnet lassen" | ||
}, | ||
"pin": { | ||
"title": "Sichern", | ||
"description": "Lege eine PIN fest" | ||
}, | ||
"slashtagsProfile": { | ||
"title": "Profil", | ||
"description": "Details über dich" | ||
}, | ||
"support": { | ||
"title": "Support", | ||
"description": "Hilfe bekommen" | ||
}, | ||
"buyBitcoin": { | ||
"title": "Kaufen", | ||
"description": "Kaufe bitcoin" | ||
}, | ||
"btFailed": { | ||
"title": "Abgebrochen", | ||
"description": "Versuche es erneut" | ||
}, | ||
"suggestions": "Empfehlungen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
{ | ||
"advanced": "Benutzerdefiniert", | ||
"continue": "Weiter", | ||
"cancel": "Abbrechen", | ||
"close": "Schließen", | ||
"are_you_sure": "Bist du dir sicher?", | ||
"yes_proceed": "Ja, weiter", | ||
"try_again": "Versuche es nochmal", | ||
"dialog_cancel": "Nein, Abbrechen", | ||
"copy": "Kopieren", | ||
"share": "Teilen", | ||
"search": "Suche", | ||
"discard": "Verwerfen", | ||
"save": "Sichern", | ||
"done": "Fertig", | ||
"delete": "Löschen", | ||
"ok": "OK", | ||
"awesome": "Wunderbar!", | ||
"retry": "Wiederhole", | ||
"later": "Später", | ||
"skip": "Überspringe", | ||
"yes": "Ja", | ||
"no": "Nein", | ||
"back": "Zurück", | ||
"understood": "Verstanden", | ||
"connect": "Verbinden" | ||
"advanced": "Fortgeschritten", | ||
"continue": "Weiter", | ||
"cancel": "Abbrechen", | ||
"close": "Schließen", | ||
"are_you_sure": "Bist du dir sicher?", | ||
"yes_proceed": "Ja, Weiter", | ||
"try_again": "Erneut versuchen", | ||
"dialog_cancel": "Abbrechen", | ||
"sat_vbyte": "₿ / vbyte", | ||
"edit": "Bearbeiten", | ||
"copy": "Kopieren", | ||
"share": "Teilen", | ||
"search": "Suchen", | ||
"discard": "Verwerfen", | ||
"save": "Speichern", | ||
"done": "Fertig", | ||
"delete": "Löschen", | ||
"ok": "OK", | ||
"awesome": "Wunderbar!", | ||
"retry": "Wiederholen", | ||
"later": "Später", | ||
"skip": "Überspringen", | ||
"copied": "In die Zwischenablage kopiert", | ||
"yes": "Ja", | ||
"no": "Nein", | ||
"back": "Zurück", | ||
"understood": "Verstanden", | ||
"connect": "Verbinden" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.