From 996167507939cb99750b4f70d014b07297496c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sun, 8 May 2022 12:12:29 +0400 Subject: [PATCH] Rework i18next translation architecture --- locales/de.json | 1020 +++++++++++++++++ locales/de/LNURL.LNURLPayRequest.json | 91 -- locales/de/LNURL.authRequest.json | 7 - locales/de/LNURL.channelRequest.json | 3 - locales/de/LNURL.withdrawRequest.json | 22 - locales/de/bottomNav.json | 4 - locales/de/common.json | 36 - locales/de/contacts.contactList.json | 35 - locales/de/drawer.json | 15 - locales/de/help.json | 7 - locales/de/initProcess.initLightning.json | 3 - locales/de/keysend.experiment.json | 37 - locales/de/lightningInfo.lightningInfo.json | 8 - locales/de/lightningInfo.openChannel.json | 19 - locales/de/onchain.onChainInfo.json | 15 - .../de/onchain.onChainTransactionDetails.json | 17 - locales/de/onchain.onChainTransactionLog.json | 5 - locales/de/onchain.withdraw.json | 25 - locales/de/overview.json | 19 - locales/de/receive.dunderLspInfo.json | 9 - locales/de/receive.receiveQr.json | 7 - locales/de/receive.receiveSetup.json | 41 - locales/de/send.sendConfirmation.json | 22 - locales/de/send.sendDone.json | 5 - locales/de/settings.about.json | 10 - .../de/settings.connectToLightningPeer.json | 10 - locales/de/settings.lightningNodeInfo.json | 21 - locales/de/settings.lightningPeers.json | 22 - locales/de/settings.removePincodeAuth.json | 3 - locales/de/settings.setPincode.json | 4 - locales/de/settings.settings.json | 316 ----- locales/de/settings.torShowOnionAddress.json | 5 - locales/de/syncInfo.json | 22 - locales/de/transactionDetails.json | 30 - locales/de/web.info.json | 4 - locales/de/webLN.browser.json | 5 - locales/de/welcome.addFunds.json | 5 - locales/de/welcome.almostDone.json | 32 - locales/de/welcome.confirm.json | 9 - locales/de/welcome.googleDriveBackup.json | 12 - locales/de/welcome.iCloudBackup.json | 12 - locales/de/welcome.restore.json | 25 - locales/de/welcome.seed.json | 9 - locales/de/welcome.start.json | 13 - locales/en.json | 996 ++++++++++++++++ locales/en/LNURL.LNURLPayRequest.json | 91 -- locales/en/LNURL.authRequest.json | 7 - locales/en/LNURL.channelRequest.json | 3 - locales/en/LNURL.withdrawRequest.json | 22 - locales/en/bottomNav.json | 4 - locales/en/common.json | 36 - locales/en/contacts.contactList.json | 35 - locales/en/drawer.json | 15 - locales/en/help.json | 7 - locales/en/initProcess.initLightning.json | 3 - locales/en/keysend.experiment.json | 37 - locales/en/lightningInfo.lightningInfo.json | 8 - locales/en/lightningInfo.openChannel.json | 19 - locales/en/onchain.onChainInfo.json | 15 - .../en/onchain.onChainTransactionDetails.json | 17 - locales/en/onchain.onChainTransactionLog.json | 5 - locales/en/onchain.withdraw.json | 25 - locales/en/overview.json | 19 - locales/en/receive.dunderLspInfo.json | 9 - locales/en/receive.receiveQr.json | 7 - locales/en/receive.receiveSetup.json | 41 - locales/en/send.sendConfirmation.json | 22 - locales/en/send.sendDone.json | 5 - locales/en/settings.about.json | 10 - .../en/settings.connectToLightningPeer.json | 10 - locales/en/settings.lightningNodeInfo.json | 21 - locales/en/settings.lightningPeers.json | 22 - locales/en/settings.removePincodeAuth.json | 3 - locales/en/settings.setPincode.json | 4 - locales/en/settings.settings.json | 319 ------ locales/en/settings.torShowOnionAddress.json | 5 - locales/en/syncInfo.json | 22 - locales/en/transactionDetails.json | 30 - locales/en/web.info.json | 4 - locales/en/webLN.browser.json | 5 - locales/en/welcome.addFunds.json | 5 - locales/en/welcome.almostDone.json | 32 - locales/en/welcome.confirm.json | 9 - locales/en/welcome.googleDriveBackup.json | 12 - locales/en/welcome.iCloudBackup.json | 12 - locales/en/welcome.restore.json | 25 - locales/en/welcome.seed.json | 9 - locales/en/welcome.start.json | 13 - locales/es.json | 1020 +++++++++++++++++ locales/es/LNURL.LNURLPayRequest.json | 91 -- locales/es/LNURL.authRequest.json | 7 - locales/es/LNURL.channelRequest.json | 3 - locales/es/LNURL.withdrawRequest.json | 22 - locales/es/bottomNav.json | 4 - locales/es/common.json | 36 - locales/es/contacts.contactList.json | 35 - locales/es/drawer.json | 15 - locales/es/help.json | 7 - locales/es/initProcess.initLightning.json | 3 - locales/es/keysend.experiment.json | 37 - locales/es/lightningInfo.lightningInfo.json | 8 - locales/es/lightningInfo.openChannel.json | 19 - locales/es/onchain.onChainInfo.json | 15 - .../es/onchain.onChainTransactionDetails.json | 17 - locales/es/onchain.onChainTransactionLog.json | 5 - locales/es/onchain.withdraw.json | 25 - locales/es/overview.json | 19 - locales/es/receive.dunderLspInfo.json | 9 - locales/es/receive.receiveQr.json | 7 - locales/es/receive.receiveSetup.json | 41 - locales/es/send.sendConfirmation.json | 22 - locales/es/send.sendDone.json | 5 - locales/es/settings.about.json | 10 - .../es/settings.connectToLightningPeer.json | 10 - locales/es/settings.lightningNodeInfo.json | 21 - locales/es/settings.lightningPeers.json | 22 - locales/es/settings.removePincodeAuth.json | 3 - locales/es/settings.setPincode.json | 4 - locales/es/settings.settings.json | 316 ----- locales/es/settings.torShowOnionAddress.json | 5 - locales/es/syncInfo.json | 22 - locales/es/transactionDetails.json | 30 - locales/es/web.info.json | 4 - locales/es/webLN.browser.json | 5 - locales/es/welcome.addFunds.json | 5 - locales/es/welcome.almostDone.json | 32 - locales/es/welcome.confirm.json | 9 - locales/es/welcome.googleDriveBackup.json | 12 - locales/es/welcome.iCloudBackup.json | 12 - locales/es/welcome.restore.json | 25 - locales/es/welcome.seed.json | 9 - locales/es/welcome.start.json | 13 - locales/sv/common.json | 36 - locales/tlh.json | 1020 +++++++++++++++++ locales/tlh/LNURL.LNURLPayRequest.json | 91 -- locales/tlh/LNURL.authRequest.json | 7 - locales/tlh/LNURL.channelRequest.json | 3 - locales/tlh/LNURL.withdrawRequest.json | 22 - locales/tlh/bottomNav.json | 4 - locales/tlh/common.json | 36 - locales/tlh/contacts.contactList.json | 35 - locales/tlh/drawer.json | 15 - locales/tlh/help.json | 7 - locales/tlh/initProcess.initLightning.json | 3 - locales/tlh/keysend.experiment.json | 37 - locales/tlh/lightningInfo.lightningInfo.json | 8 - locales/tlh/lightningInfo.openChannel.json | 19 - locales/tlh/onchain.onChainInfo.json | 15 - .../onchain.onChainTransactionDetails.json | 17 - .../tlh/onchain.onChainTransactionLog.json | 5 - locales/tlh/onchain.withdraw.json | 25 - locales/tlh/overview.json | 19 - locales/tlh/receive.dunderLspInfo.json | 9 - locales/tlh/receive.receiveQr.json | 7 - locales/tlh/receive.receiveSetup.json | 41 - locales/tlh/send.sendConfirmation.json | 22 - locales/tlh/send.sendDone.json | 5 - locales/tlh/settings.about.json | 10 - .../tlh/settings.connectToLightningPeer.json | 10 - locales/tlh/settings.lightningNodeInfo.json | 21 - locales/tlh/settings.lightningPeers.json | 22 - locales/tlh/settings.removePincodeAuth.json | 3 - locales/tlh/settings.setPincode.json | 4 - locales/tlh/settings.settings.json | 316 ----- locales/tlh/settings.torShowOnionAddress.json | 5 - locales/tlh/syncInfo.json | 22 - locales/tlh/transactionDetails.json | 30 - locales/tlh/web.info.json | 4 - locales/tlh/webLN.browser.json | 5 - locales/tlh/welcome.addFunds.json | 5 - locales/tlh/welcome.almostDone.json | 32 - locales/tlh/welcome.confirm.json | 9 - locales/tlh/welcome.googleDriveBackup.json | 12 - locales/tlh/welcome.iCloudBackup.json | 12 - locales/tlh/welcome.restore.json | 25 - locales/tlh/welcome.seed.json | 9 - locales/tlh/welcome.start.json | 13 - src/Main.tsx | 2 - src/components/FooterNav.tsx | 2 +- src/i18n/de.ts | 94 +- src/i18n/en.ts | 94 +- src/i18n/es.ts | 94 +- src/i18n/i18n.constants.ts | 4 +- src/i18n/i18n.ts | 8 +- src/i18n/tlh.ts | 94 +- src/windows/InitProcess/Init.tsx | 51 - src/windows/InitProcess/InitLightning.tsx | 88 -- src/windows/LNURL/PayRequest.tsx | 2 +- src/windows/LNURL/PayRequest/PayerData.tsx | 2 +- src/windows/LNURL/PayRequest/PaymentCard.tsx | 2 +- src/windows/LNURL/PayRequest/PaymentDone.tsx | 2 +- .../LNURL/PayRequestAboutLightningAddress.tsx | 2 +- src/windows/Settings/Settings.tsx | 2 +- transifex.yml | 7 +- 194 files changed, 4084 insertions(+), 4645 deletions(-) create mode 100644 locales/de.json delete mode 100644 locales/de/LNURL.LNURLPayRequest.json delete mode 100644 locales/de/LNURL.authRequest.json delete mode 100644 locales/de/LNURL.channelRequest.json delete mode 100644 locales/de/LNURL.withdrawRequest.json delete mode 100644 locales/de/bottomNav.json delete mode 100644 locales/de/common.json delete mode 100644 locales/de/contacts.contactList.json delete mode 100644 locales/de/drawer.json delete mode 100644 locales/de/help.json delete mode 100644 locales/de/initProcess.initLightning.json delete mode 100644 locales/de/keysend.experiment.json delete mode 100644 locales/de/lightningInfo.lightningInfo.json delete mode 100644 locales/de/lightningInfo.openChannel.json delete mode 100644 locales/de/onchain.onChainInfo.json delete mode 100644 locales/de/onchain.onChainTransactionDetails.json delete mode 100644 locales/de/onchain.onChainTransactionLog.json delete mode 100644 locales/de/onchain.withdraw.json delete mode 100644 locales/de/overview.json delete mode 100644 locales/de/receive.dunderLspInfo.json delete mode 100644 locales/de/receive.receiveQr.json delete mode 100644 locales/de/receive.receiveSetup.json delete mode 100644 locales/de/send.sendConfirmation.json delete mode 100644 locales/de/send.sendDone.json delete mode 100644 locales/de/settings.about.json delete mode 100644 locales/de/settings.connectToLightningPeer.json delete mode 100644 locales/de/settings.lightningNodeInfo.json delete mode 100644 locales/de/settings.lightningPeers.json delete mode 100644 locales/de/settings.removePincodeAuth.json delete mode 100644 locales/de/settings.setPincode.json delete mode 100644 locales/de/settings.settings.json delete mode 100644 locales/de/settings.torShowOnionAddress.json delete mode 100644 locales/de/syncInfo.json delete mode 100644 locales/de/transactionDetails.json delete mode 100644 locales/de/web.info.json delete mode 100644 locales/de/webLN.browser.json delete mode 100644 locales/de/welcome.addFunds.json delete mode 100644 locales/de/welcome.almostDone.json delete mode 100644 locales/de/welcome.confirm.json delete mode 100644 locales/de/welcome.googleDriveBackup.json delete mode 100644 locales/de/welcome.iCloudBackup.json delete mode 100644 locales/de/welcome.restore.json delete mode 100644 locales/de/welcome.seed.json delete mode 100644 locales/de/welcome.start.json create mode 100644 locales/en.json delete mode 100644 locales/en/LNURL.LNURLPayRequest.json delete mode 100644 locales/en/LNURL.authRequest.json delete mode 100644 locales/en/LNURL.channelRequest.json delete mode 100644 locales/en/LNURL.withdrawRequest.json delete mode 100644 locales/en/bottomNav.json delete mode 100644 locales/en/common.json delete mode 100644 locales/en/contacts.contactList.json delete mode 100644 locales/en/drawer.json delete mode 100644 locales/en/help.json delete mode 100644 locales/en/initProcess.initLightning.json delete mode 100644 locales/en/keysend.experiment.json delete mode 100644 locales/en/lightningInfo.lightningInfo.json delete mode 100644 locales/en/lightningInfo.openChannel.json delete mode 100644 locales/en/onchain.onChainInfo.json delete mode 100644 locales/en/onchain.onChainTransactionDetails.json delete mode 100644 locales/en/onchain.onChainTransactionLog.json delete mode 100644 locales/en/onchain.withdraw.json delete mode 100644 locales/en/overview.json delete mode 100644 locales/en/receive.dunderLspInfo.json delete mode 100644 locales/en/receive.receiveQr.json delete mode 100644 locales/en/receive.receiveSetup.json delete mode 100644 locales/en/send.sendConfirmation.json delete mode 100644 locales/en/send.sendDone.json delete mode 100644 locales/en/settings.about.json delete mode 100644 locales/en/settings.connectToLightningPeer.json delete mode 100644 locales/en/settings.lightningNodeInfo.json delete mode 100644 locales/en/settings.lightningPeers.json delete mode 100644 locales/en/settings.removePincodeAuth.json delete mode 100644 locales/en/settings.setPincode.json delete mode 100644 locales/en/settings.settings.json delete mode 100644 locales/en/settings.torShowOnionAddress.json delete mode 100644 locales/en/syncInfo.json delete mode 100644 locales/en/transactionDetails.json delete mode 100755 locales/en/web.info.json delete mode 100644 locales/en/webLN.browser.json delete mode 100644 locales/en/welcome.addFunds.json delete mode 100644 locales/en/welcome.almostDone.json delete mode 100644 locales/en/welcome.confirm.json delete mode 100644 locales/en/welcome.googleDriveBackup.json delete mode 100644 locales/en/welcome.iCloudBackup.json delete mode 100644 locales/en/welcome.restore.json delete mode 100644 locales/en/welcome.seed.json delete mode 100644 locales/en/welcome.start.json create mode 100644 locales/es.json delete mode 100644 locales/es/LNURL.LNURLPayRequest.json delete mode 100644 locales/es/LNURL.authRequest.json delete mode 100644 locales/es/LNURL.channelRequest.json delete mode 100644 locales/es/LNURL.withdrawRequest.json delete mode 100644 locales/es/bottomNav.json delete mode 100644 locales/es/common.json delete mode 100644 locales/es/contacts.contactList.json delete mode 100644 locales/es/drawer.json delete mode 100644 locales/es/help.json delete mode 100644 locales/es/initProcess.initLightning.json delete mode 100644 locales/es/keysend.experiment.json delete mode 100644 locales/es/lightningInfo.lightningInfo.json delete mode 100644 locales/es/lightningInfo.openChannel.json delete mode 100644 locales/es/onchain.onChainInfo.json delete mode 100644 locales/es/onchain.onChainTransactionDetails.json delete mode 100644 locales/es/onchain.onChainTransactionLog.json delete mode 100644 locales/es/onchain.withdraw.json delete mode 100644 locales/es/overview.json delete mode 100644 locales/es/receive.dunderLspInfo.json delete mode 100644 locales/es/receive.receiveQr.json delete mode 100644 locales/es/receive.receiveSetup.json delete mode 100644 locales/es/send.sendConfirmation.json delete mode 100644 locales/es/send.sendDone.json delete mode 100644 locales/es/settings.about.json delete mode 100644 locales/es/settings.connectToLightningPeer.json delete mode 100644 locales/es/settings.lightningNodeInfo.json delete mode 100644 locales/es/settings.lightningPeers.json delete mode 100644 locales/es/settings.removePincodeAuth.json delete mode 100644 locales/es/settings.setPincode.json delete mode 100644 locales/es/settings.settings.json delete mode 100644 locales/es/settings.torShowOnionAddress.json delete mode 100644 locales/es/syncInfo.json delete mode 100644 locales/es/transactionDetails.json delete mode 100644 locales/es/web.info.json delete mode 100644 locales/es/webLN.browser.json delete mode 100644 locales/es/welcome.addFunds.json delete mode 100644 locales/es/welcome.almostDone.json delete mode 100644 locales/es/welcome.confirm.json delete mode 100644 locales/es/welcome.googleDriveBackup.json delete mode 100644 locales/es/welcome.iCloudBackup.json delete mode 100644 locales/es/welcome.restore.json delete mode 100644 locales/es/welcome.seed.json delete mode 100644 locales/es/welcome.start.json delete mode 100644 locales/sv/common.json create mode 100644 locales/tlh.json delete mode 100644 locales/tlh/LNURL.LNURLPayRequest.json delete mode 100644 locales/tlh/LNURL.authRequest.json delete mode 100644 locales/tlh/LNURL.channelRequest.json delete mode 100644 locales/tlh/LNURL.withdrawRequest.json delete mode 100644 locales/tlh/bottomNav.json delete mode 100644 locales/tlh/common.json delete mode 100644 locales/tlh/contacts.contactList.json delete mode 100644 locales/tlh/drawer.json delete mode 100644 locales/tlh/help.json delete mode 100644 locales/tlh/initProcess.initLightning.json delete mode 100644 locales/tlh/keysend.experiment.json delete mode 100644 locales/tlh/lightningInfo.lightningInfo.json delete mode 100644 locales/tlh/lightningInfo.openChannel.json delete mode 100644 locales/tlh/onchain.onChainInfo.json delete mode 100644 locales/tlh/onchain.onChainTransactionDetails.json delete mode 100644 locales/tlh/onchain.onChainTransactionLog.json delete mode 100644 locales/tlh/onchain.withdraw.json delete mode 100644 locales/tlh/overview.json delete mode 100644 locales/tlh/receive.dunderLspInfo.json delete mode 100644 locales/tlh/receive.receiveQr.json delete mode 100644 locales/tlh/receive.receiveSetup.json delete mode 100644 locales/tlh/send.sendConfirmation.json delete mode 100644 locales/tlh/send.sendDone.json delete mode 100644 locales/tlh/settings.about.json delete mode 100644 locales/tlh/settings.connectToLightningPeer.json delete mode 100644 locales/tlh/settings.lightningNodeInfo.json delete mode 100644 locales/tlh/settings.lightningPeers.json delete mode 100644 locales/tlh/settings.removePincodeAuth.json delete mode 100644 locales/tlh/settings.setPincode.json delete mode 100644 locales/tlh/settings.settings.json delete mode 100644 locales/tlh/settings.torShowOnionAddress.json delete mode 100644 locales/tlh/syncInfo.json delete mode 100644 locales/tlh/transactionDetails.json delete mode 100644 locales/tlh/web.info.json delete mode 100644 locales/tlh/webLN.browser.json delete mode 100644 locales/tlh/welcome.addFunds.json delete mode 100644 locales/tlh/welcome.almostDone.json delete mode 100644 locales/tlh/welcome.confirm.json delete mode 100644 locales/tlh/welcome.googleDriveBackup.json delete mode 100644 locales/tlh/welcome.iCloudBackup.json delete mode 100644 locales/tlh/welcome.restore.json delete mode 100644 locales/tlh/welcome.seed.json delete mode 100644 locales/tlh/welcome.start.json delete mode 100644 src/windows/InitProcess/Init.tsx delete mode 100644 src/windows/InitProcess/InitLightning.tsx diff --git a/locales/de.json b/locales/de.json new file mode 100644 index 000000000..51db07ec7 --- /dev/null +++ b/locales/de.json @@ -0,0 +1,1020 @@ +{ + "common": { + "generic": { + "lightningAddress": "Lightning-Adresse", + "nodeAlias": "Node-Alias", + "description": "Beschreibung", + "amount": "Betrag", + "fee": "Gebühr" + }, + "buttons": { + "ok": "Ok", + "cancel": "Abbrechen", + "continue": "Weiter", + "skip": "Überspringen", + "proceed": "Fortfahren", + "back": "Zurück", + "no": "Nein", + "yes": "Ja", + "save": "Speichern", + "copy": "Kopieren" + }, + "msg": { + "status": "Status", + "error": "Fehler", + "warning": "Warnung", + "result": "Ergebnis", + "pending": "ausstehend", + "done": "beendet", + "dismiss": "abbrechen", + "lastSync": "Letzte Synchronisation", + "lastSyncAttempt": "Letzter Synchronisationsversuch", + "clipboardCopy": "In die Zwischenablage kopiert.", + "written": "geschrieben", + "enabled": "aktiviert", + "disabled": "deaktiviert" + } + }, + "welcome.start": { + "title": "Willkommen", + "createWallet": { + "title": "Erstelle eine Wallet", + "msg1": "Blixt Wallet befindet sich noch in einem frühen Entwicklungsstadium.", + "msg2": "Wenn Du diese Wallet nutzen möchtest, sei Dir bewusst, dass dein Guthaben verloren gehen könnte.", + "msg3": "Es gibt derzeit keinen WatchTower-Support, der deine Lightning-Kanäle im Falle einer Downtime schützen kann.", + "msg4": "Ok akzeptiert, weiter" + }, + "restoreWallet": { + "title": "Wallet-Wiederherstellung" + } + }, + "footerNav": { + "receive": "Empfangen", + "send": "Senden" + }, + "drawer": { + "menu": { + "scan": "Scannen", + "receive": "Empfangen", + "pasteFromClipboard": "Aus Zwischenablage", + "sendToLightningAddress": "Senden an Lightning Addresse", + "contactsAndServices": "Kontakte & Services", + "lightningBrowser": "Lightning Browser", + "onChainWallet": "On-Chain Guthaben", + "lightningChannels": "Lightning-Kanäle", + "keysendExperiment": "Keysend Experiment", + "showMore": "Erweitert" + }, + "madeInSweden": "Made with ⚡ in Sweden" + }, + "overview": { + "recoverInfo": { + "msg1": "Wallet-Wiederherstellung in Arbeit.", + "msg2": "Wallet-Wiederherstellung beendet.", + "more": "Mehr Info" + }, + "sendOnChain": { + "title": "Willkommen bei Blixt Wallet!", + "msg1": "Um zu starten, sende On-Chain Guthaben an die Bitcoin-Adresse.", + "msg2": "Ein Lightning-Kanal wird automatisch für Dich erstellt.", + "msg3": "Sende mindestens", + "alert": "Bitcoin-Adresse in die Zwischenablage kopiert" + }, + "doBackup": { + "msg1": "Danke, dass Du Blixt Wallet verwendest!", + "msg2": "Wir empfehlen, ein Wallet-Backup zu erstellen, um im Falle eines Geräteverlusts das Guthaben wiederherstellen zu können", + "backup": "Wallet-Backup" + } + }, + "help": { + "title": "Hilfe", + "msg1": "Wenn Du Hilfe benötigst oder uns Feedback geben möchtest, erstelle bitte ein Issue auf GitHub oder kontaktiere die Blixt Wallet-Entwickler per E-Mail.", + "msg2": "Du bist herzlich eingeladen, unserer öffentlichen Telegramgruppe beizutreten.", + "msg3": "Da Blixt Wallet noch eine junge Wallet ist, sind wir für jegliches Feedback bei Problemen sehr dankbar.", + "telegramGroup": "Telegram gruppe" + }, + "syncInfo": { + "syncedToChain": { + "title": "Synchronisation in Arbeit", + "title1": "Synchronisation beendet", + "msg1": "Blixt Wallet synchronisiert derzeit die Blockchain.", + "msg2": "Wenn dein Wallet die Synchronisation der Blockchain beendet hat, werden On-Chain-Transaktionen und Guthaben verfügbar und im Bereich On-Chain Guthaben angezeigt werden.", + "msg3": "Blixt Wallet ist mit der Blockchain synchronisiert.", + "blockHeight": { + "title": "Aktuelle Blockhöhe", + "msg1": "Blockchain-Synchronisation in Arbeit" + } + }, + "recoveryMode": { + "title": "Wiederherstellungfortschritt", + "msg1": "Wiederherstellung abgeschlossen", + "msg2": "Prüfe die Bereiche Lightning-Kanäle und On-Chain Guthaben" + }, + "lndLog": { + "show": "LND Protokolle anzeigen", + "copy": "Protokoll-Text kopieren" + } + }, + "transactionDetails": { + "title": "Transaktion", + "date": "Datum", + "note": "Notiz", + "website": "Webseite", + "type" : "Typ", + "lnurl": { + "messageFromWebsite": "Nachricht von", + "urlReceivedFromWebsite": "URL empfangen von", + "secretMessage": "Verschlüsselte Nachricht" + }, + "payer": "Zahlungssender", + "recipient": "Empfänger", + "amountInFiatTimeOfPayment": "Betrag in Fiat (Zahlungszeit)", + "numberOfHops": "Anzahl der Hops", + "remotePubkey": "Remote PubKey", + "paymentHash": "Zahlungshash", + "preimage": "Preimage", + "status": "Status", + "goBack": "Zurück", + "button": { + "setNote": "Notiz eingeben", + "cancelInvoice": "Rechnung abbrechen", + "showMap": "Karte anzeigen" + }, + "setNoteDialog": { + "title": "Notiz", + "text": "Füge eine Notiz für diese Transaktion hinzu" + } + }, + "web.info": { + "title": "Interaktive Demo", + "pressToTry": "Hier klicken, um Blixt Wallet auszuprobieren!" + }, + "receive.receiveSetup": { + "layout": { + "title": "Empfangen" + }, + "createInvoice": { + "title": "Erstelle eine Invoice (Rechnung)", + "error": "Der Rechnungsbetrag darf nicht höher sein als", + "alert": "Vor dem Empfangen einer Invoice, öffne zuerste einen Lightning-Kanal.", + "lsp": { + "msg": "Ein Zahlungskanal von Dunder LSP wird eröffnet, wenn diese Rechnung beglichen wird.", + "msg1": "Was bedeutet das?" + } + }, + "createBlixtLspInvoice": { + "title": "Kanal-Öffnung", + "msg": "Um eine Zahlung für diese Rechnung akzeptieren zu können, muss ein Kanal zum Lightning Netzwerk geöffnet werden.", + "msg1": "Dies erfordert eine Einmalgebühr von ungefähr", + "alert": "Verbindung zu Dunder fehlgeschlagen, bitte versuche es später erneut.", + "proceed": "Fortfahren" + }, + "form": { + "amountFiat": { + "title": "Betrag", + "change": "Ändere die Fiat-Einheit", + "dunderPlaceholder": "Mindestens" + }, + "amountBitcoin": { + "title": "Betrag", + "change": "Ändere die Bitcoin-Einheit", + "dunderPlaceholder": "Mindestens" + }, + "payer": { + "title": "Zahlungssender", + "placeholder": "Für die Buchführung" + }, + "description": { + "title": "Nachricht", + "placeholder": "Nachricht an Zahlungssender" + } + } + }, + "receive.receiveQr": { + "title": "Empfangen", + "qr": { + "title": "Scanne diesen QR-Code", + "msg": "Läuft ab in {{time}}" + } + }, + "receive.dunderLspInfo": { + "title": "About Dunder LSP", + "msg": "Dunder is a Lightning Service Provider (LSP) that automatically opens channels for you when you don't have enough inbound liquidity.", + "msg1": "This could for example be the case when you first start using Blixt Wallet.", + "msg2": "As this requires an on-chain transaction, a Bitcoin transaction fee will be deducted from the incoming payment. Future payments will be able to use the newly opened payment channel with the Lightning network.", + "msg3": "Dunder is", + "msg4": "open-source", + "msg5": "software and you may change the default service provider in Settings." + }, + "send.sendConfirmation": { + "layout": { + "title": "Invoice bezahlen" + }, + "form": { + "invoice": { + "title": "Invoice" + }, + "amount": { + "title": "Betrag" + }, + "recipient": { + "title": "Empfänger" + }, + "nodeAlias": { + "title": "Node Alias" + }, + "description": { + "title": "Nachricht" + } + } + }, + "send.sendDone": { + "done": { + "title": "ZAHLUNG GESENDET" + } + }, + "lightningInfo.lightningInfo": { + "layout": { + "title": "Lightning-Kanäle" + }, + "balance": { + "title": "Balance" + } + }, + "lightningInfo.openChannel": { + "layout": { + "title": "Lightning-Kanal öffnen" + }, + "form": { + "title": "Lightning-Kanal öffnen", + "channel": { + "title": "Node URI", + "placeholder": "URI" + }, + "amount": { + "title": "Betrag", + "placeholder": "Betrag" + }, + "fee_rate": { + "title": "Gebührenrate" + } + } + }, + "onchain.onChainInfo": { + "funds": { + "title": "On-Chain Guthaben" + }, + "address": { + "title": "Sende Bitcoin on-chain zu dieser Adresse", + "alert": "In die Zwischenablage kopiert." + }, + "newAddress": { + "title": "Erzeuge neue Adresse" + }, + "withdraw": { + "title": "Guthaben abheben" + } + }, + "onchain.onChainTransactionDetails": { + "title": "Transaktion", + "blockExplorer": "Anzeigen im Block Explorer", + "txHash": "Id", + "timeStamp": "Datum", + "amount": "Betrag", + "totalFees": "Gebühren", + "label": "Label", + "destAddresses": "Zieladressen", + "numConfirmations": "Bestätigungen", + "blockHeight": "Blockhöhe", + "blockHash": "Blockhash", + "rawTxHex": { + "title": "Raw tx hex", + "msg": "Kopieren" + } + }, + "onchain.onChainTransactionLog": { + "layout": { + "title": "Transaktionslog" + } + }, + "onchain.withdraw": { + "layout": { + "title": "Guthaben auszahlen" + }, + "form": { + "address": { + "title": "Adresse", + "placeholder": "Bitcoinadresse" + }, + "amount": { + "title": "Betrag", + "placeholder": "Betrag", + "withdrawAll": "Alles auszahlen", + "all": "Alles" + }, + "feeRate": { + "title": "Gebührenrate", + "auto": "auto" + }, + "withdraw": { + "title": "Auszahlen", + "alert": "Auszahlung erfolgreich" + } + } + }, + "LNURL.authRequest": { + "layout": { + "title": "Login Anforderung", + "msg": "Einloggen in", + "success": "Authentifiziert in" + } + }, + "LNURL.channelRequest": { + "alert": "Öffne Inbound-Kanal" + }, + "LNURL.payRequest": { + "viewMetadata": { + "title": "Metadaten anzeigen", + "dialog": { + "title": "Technische Metadaten" + } + }, + "lightningAddress": { + "alreadyExists": { + "msg": "{{lightningAddress}} ist in deiner Kontaktliste" + }, + "add": { + "title": "Zur Kontaktliste hinzufügen", + "msg": "Möchtest Du die Adresse zur {{lightningAddress}} Kontaktliste hinzufügen?" + } + }, + "payContact": { + "alreadyExists": { + "msg": "Zahlungscode zur {{domain}} ist in deiner Kontaktliste" + }, + "add": { + "title": "Zur Kontaktliste hinzufügen", + "msg": "Möchtest Du den Zahlungscode zur {{domain}} Kontaktliste hinzufügen?" + } + }, + "unableToPay": "Zahlung nicht möglich", + "payerData": { + "commentAllowed": "Kommentar für {{target}} (max {{letters}} Zeichen)", + "sendNameWithComment": "Füge meinen Namen dieser Nachricht bei", + "name": { + "ask": "Füge meinen Namen dieser Zahlung bei", + "mandatory": "Dein Name muss dieser Zahlung beigefügt werden." + } + }, + "payloadErrors": { + "missingDescription": "Die Zahlung enthält keine Beschreibung." + }, + "pay": { + "title": "Bezahlen", + "error": { + "mustProvideComment": "Bitte füge eine Nachricht bei, wenn Du deinen Namen mitsenden möchtest." + } + }, + "cancel": { + "title": "Abbrechen" + }, + "form": { + "asksYouToPay": "bittet Dich, zu bezahlen.", + "description": { + "title": "Beschreibung" + }, + "amount": { + "title": "Betrag", + "to": "an", + "placeholder": "Betrag eingeben" + }, + "alert": "Zahlung nicht möglich" + }, + "done": { + "message": { + "title": "Nachricht von" + }, + "url": { + "description": "Beschreibung", + "domain": "URL empfangen von", + "done": { + "title": "Fertig" + }, + "copy": { + "title": "Kopiere in die Zwischenablage", + "msg": "In die Zwischenablage kopiert." + }, + "open": { + "title": "Öffne Browser" + } + }, + "aes": { + "domain": "Eine verschlüsselte Nachricht erhalten von", + "description": "Nachricht von", + "secret": "Verschlüsselte Nachricht" + } + }, + "aboutLightningAddress": { + "title": "Über Lightning-Adressen", + "msg1": "Über Lightning-Adressen", + "msg2": "können Personen oder Dienste im Lightning-Netzwerk bezahlt werden.", + "msg3": "Sie sehen aus wie E-Mailadressen, senden und empfangen jedoch Geld anstatt E-Mails.", + "msg4": "Blixt Wallet unterstützt vollständig das Senden an Lightning-Adressen.", + "msg5": "Das Empfangen von Guthaben via Lightning-Adressen ist noch in Arbeit." + } + }, + "LNURL.withdrawRequest": { + "doRequest": { + "sentRequest": "Auszahlungsanforderung gesendet an {{domain}}", + "addToContactList": { + "title": "Hinzufügen zur Kontaktliste", + "msg": "Möchtest Du diesen Auszahlungscode zu deiner {{domain}} Kontaktliste hinzufügen?", + "note": "Konto auf" + } + }, + "layout": { + "title": "Auszahlungsanforderung", + "msg": "Nachricht von", + "dialog": { + "msg": "Betrag" + }, + "dialog1": { + "minSat": "Minimaler Betrag", + "maxSat": "Maximaler Betrag", + "placeholder": "Betrag" + } + } + }, + "contacts.contactList": { + "layout": { + "title": "Kontakte & Services", + "lightningAddressAlreadyExists": "ist bereits in der Kontaktliste vorhanden", + "nothingHereYet": "Keine Kontakte vorhanden...", + "whyNotAdd": "Füge eine Lightning-Adresse hinzu", + "tappingHere": "hier eingeben" + }, + "contact": { + "syncBalance": { + "title": "Remote Balance", + "error": "Ungültige Operation, der Kontakt hat keinen LNURL-withdraw Code" + }, + "list": { + "pay": "Zahlung an", + "account": "Konto auf" + }, + "send": { + "title": "Senden", + "couldNotPay": "Konnte nicht an diesen LNURL-pay Code gesendet werden", + "invalidResponse": "Ungültige LNURL-pay Antwort ({{response}}", + "invalidOperation": "Ungültige Operation, Kontakt hat weder LUD-16 Identifier noch LNURL-pay Code" + }, + "withdraw": { + "title": "Abheben", + "couldNotPay": "Konnte nicht an diesen LNURL-pay Code gesendet werden", + "invalidResponse": "Ungültige LNURL-withdraw Antwort ({{response}})", + "invalidOperation": "Ungültige Operation, der Kontakt hat keinen LNURL-withdraw Code" + }, + "deleteContact": { + "title": "Kontakt entfernen", + "msg": "Möchtest Du diesen Kontakt wirklich löschen {{contact}}?" + } + } + }, + "keysend.experiment": { + "title": "Keysend", + "qr": { + "alert": "In die Zwischenablage kopiert." + }, + "dialog": { + "msg1": "Willkommen auf dem Keysend-Spielplatz", + "msg2": "Keysend-Zahlungen ermöglichen Überweisungen an andere Blixt Wallets (oder andere Lightning Nodes, die Keysend unterstützen) ohne vorherige Invoice-Erstellung.", + "msg3": "Klicke auf das Kamerasymbol, um QR-Codes zu scannen oder füge einen Public Key und Routenanweisungen unten ein." + }, + "send": { + "title": "Senden", + "msg": "Keysend-Zahlung", + "error": { + "checkAmount": "Betrag prüfen", + "missingPubkey": "Fehlender Pubkey" + }, + "alert": "Zahlung war erfolgreich" + }, + "form": { + "amount": { + "title": "Betrag Sat" + }, + "pubkey": { + "title": "Public Key", + "placeholder": "Pubkey" + }, + "route": { + "title": "Vorgeschlagene Route", + "placeholder": "Vorgeschlagene Route" + }, + "message": { + "title": "Nachricht", + "placeholder": "Tippe eine Chat-Nachricht hier ein" + } + } + }, + "webLN.browser": { + "close": "Do you wish to close the browser?", + "home": "Go back to store list", + "placeholder": "Type URL here" + }, + "settings.settings": { + "title": "Einstellungen", + "general": { + "title": "Allgemein", + "name": { + "title": "Name", + "subtitle": "wird für Transaktionen verwendet", + "dialog": { + "msg": "Name für Transaktionen eingeben\n\nDein Name wird in Invoices (Rechnungen) den Zahlungssendern und -empfängern angezeigt.", + "accept": "Wähle einen Namen" + } + }, + "lang": { + "title": "Sprache", + "dialog": { + "title": "Sprache ändern" + } + }, + "pushNotification": { + "title": "Push-Benachrichtigungen", + "subtitle": "Für Transaktionen und Kanal-Aktionen" + }, + "checkClipboard": { + "title": "Prüfe Zwischenablage auf Invoices (Rechnungen)", + "subtitle": "Automatisches Prüfen der Zwischenablage auf Invoices (Rechnungen)" + }, + "saveGeolocation": { + "title": "Geolokation einer Transaktion speichern", + "subtitle": "Lokales Speichern der Lokation einer Transaktion", + "logGranted": "Geolokation erlaubt", + "logDenied": "Geolokation verweigern" + }, + "mapTheme": { + "title": "Karten-Thema einstellen" + } + }, + "wallet": { + "title": "Wallet", + "seed": { + "show": { + "title": "Mnemonic anzeigen", + "subtitle": "Zeige 24-Wörter-Seed für diese Wallet", + "dialog": { + "title": "Seed", + "alert": "In die Zwischenablage kopiert", + "copy": "Seed kopieren" + } + }, + "remove": { + "title": "Mnemonic von Gerät löschen", + "subtitle": "Dauerhafte Entfernung des Seeds von diesem Gerät", + "dialog": { + "title": "Seed löschen", + "msg": "Dies wird den Seed von diesem Gerät dauerhaft entfernen. Fahre nur dann fort, wenn Du den Seed anderweitig gesichert hast!", + "accept": "Seed löschen" + } + } + }, + "backup": { + "export": { + "title": "Exportiere Kanal-Backup", + "alert": "Datei gespeichert:" + }, + "verify": { + "title": "Verifiziere Kanal-Backup" + }, + "googleCloud": { + "title": "Google Drive Kanal-Backup", + "subtitle": "Automatisches Kanal-Backup auf Google Drive", + "alert": "Google Drive Backup aktiviert" + }, + "googleCloudForce": { + "title": "Manuelles Backup auf Google Drive", + "alert": "Manuelles Backup auf Google Drive erfolgt" + }, + "iCloud": { + "title": "iCloud Kanal-Backup", + "subtitle": "Automatisches Backup auf iCloud", + "alert": "iCloud Backup" + }, + "iCloudForce": { + "title": "Manuelles Backup auf iCloud", + "alert": "Manuelles Backup auf iCloud erfolgt" + }, + "error": "Fehler bei Backup auf" + } + }, + "security": { + "title": "Sicherheit", + "pincode": { + "title": "Einloggen mit PIN-Code" + }, + "biometrics": { + "title": "Einloggen mit", + "fingerprint": "Fingerprint", + "faceId": "Face ID", + "touchID": "Touch ID" + }, + "chainSync": { + "title": "Geplante Blockchain-Synchronisation", + "subtitle": "Im Hintergrund alle 4 Stunden", + "dialog": { + "title": "Nicht empfohlen", + "msg": "Warnung. Es wird nicht empfohlen, die planmäßige Blockchain-Synchronisation zu deaktivieren.\n\nStelle sicher, dass die Anwendung auf dem aktuellen Netzwerk-Stand ist, um Kapitalverlust vorzubeugen.\n\nNur für fortgeschrittene Anwender!" + } + } + }, + "display": { + "title": "Anzeige", + "fiatUnit": { + "title": "Fiat-Einheit ändern" + }, + "bitcoinUnit": { + "title": "Bitcoin-Einheit ändern" + }, + "onchainExplorer": { + "title": "On-chain Explorer", + "dialog": { + "title": "On-Chain Explorer ändern" + } + } + }, + "bitcoinNetwork": { + "title": "Bitcoin Netzwerk", + "node": { + "title": "Bitcoin Node", + "subtitle": "Bitcoin Node (BIP157) verbinden mit", + "setDialog": { + "title": "Node einstellen" + }, + "restoreDialog": { + "title": "Node wiederherstellen", + "msg": "Möchtest Du die Standard-Node wiederherstellen" + } + }, + "restartDialog": { + "title": "Neustart erforderlich", + "msg": "Blixt Wallet benötigt einen Neustart, um die Änderungen zu übernehmen.", + "msg1": "Möchtest Du jetzt neustarten?" + }, + "rpc": { + "title": "bitcoind RPC Host einstellen" + }, + "zmqRawBlock": { + "title": "bitcoind ZMQ Raw Block Host einstellen" + }, + "zmqRawTx": { + "title": "bitcoind ZMQ Raw Tx Host einstellen" + } + }, + "LN": { + "title": "Lightning Netzwerk", + "node": { + "title": "Node-Daten anzeigen", + "subtitle": "" + }, + "peers": { + "title": "Lightning Peers anzeigen", + "subtitle": "" + }, + "autopilot": { + "title": "Öffne Kanäle automatisch", + "subtitle": "" + }, + "inbound": { + "title": "Inbound-Kanal-Dienst", + "subtitle": "Verwende den Inbound-Kanal-Dienst, um Zahlungen zu empfangen", + "dialog": { + "title": "Incoming-Kanal Provider", + "msg1": "Wähle einen Incoming-Kanal Provider und drücke Weiter.", + "msg2": "Dein Web-Browser wird auf die entsprechende Webseite weitergeleitet, wo Du einen Kanal anfordern kannst.", + "msg3": "Wenn erledigt, kopiere den Adresscode und/oder öffne den Link mit Blixt Wallet." + } + }, + "LSP": { + "title": "Dunder LSP Server eingeben", + "subtitle": "", + "setDialog": { + "title": "Dunder Server festlegen", + "acept": "Server festlegen" + }, + "restoreDialog": { + "title": "Dunder Server wiederherstellen", + "msg": "Möchtest Du die Standardeinstellungen für den Dunder Server wiederherstellen" + } + }, + "graphSync": { + "title": "Warte auf die Graph-Synchronisation vor dem Senden von Zahlungen", + "subtitle": "Ein synchronisierter Graph führt zu optimaleren Zahlungsrouten" + } + }, + "miscelaneous": { + "title": "Verschiedenes", + "about": { + "title": "Über", + "subtitle": "" + }, + "appLog": { + "title": "Kopiere Protokolldatei in den lokalen Speicher", + "subtitle": "", + "dialog": { + "alert": "Kopiert Protokolldatei nach", + "error": "Fehler beim Kopieren der Protokolldatei." + } + }, + "lndLog": { + "title": "Kopiere LND-Protokolle in den lokalen Speicher", + "subtitle": "Von /sdcard/BlixtWallet", + "dialog": { + "alert": "LND-Protokolldatei kopiert", + "error": "Fehler beim Kopieren der LND-Protokolldatei." + } + }, + "dev": { + "title": "Gehe zu dev screen", + "subtitle": "" + }, + "expiredInvoices": { + "title": "Verstecke abgelaufene Rechnungen automatisch", + "subtitle": "" + }, + "screenTransactions": { + "title": "Anzeigenübergänge", + "subtitle": "" + }, + "signMessage": { + "title": "Signiere Nachricht mit Wallet-Key", + "subtitle": "", + "dialog1": { + "title": "Signiere Nachricht" + }, + "dialog2": { + "title": "Signatur", + "alert": "In die Zwischenablage kopiert" + } + } + }, + "experimental": { + "title": "Experimentelle Optionen", + "LSP": { + "title": "Dunder LSP aktivieren", + "subtitle": "SEHR EXPERIMENTELL. Lightning Service Provider dient der Beschaffung von benötigter Inbound-Liquidität" + }, + "MPP": { + "title": "Multi-Path Payments aktivieren", + "subtitle": "Zahlungen dürfen bis zu 2 Routen verwenden" + }, + "tor": { + "title": "Tor aktivieren", + "subtitle": "", + "enabled": { + "title": "Starte die App neu und aktivere Tor", + "msg1": "Nach Aktiviertung von Tor wird Blixt Wallet die Verbindungen zu den Peers (Bitcoin und Lightning Netzwerk Peers) über das Tor Netzwerk vornehmen.", + "msg2": "Damit bist Du im Stande, Verbindungen zu Lightning-Nodes und -Services aufzunehmen, die Onion-Dienste verwenden.", + "msg3": "WARNUNG: Blixt Wallet kommuniziert zu den folgenden Diensten dennoch außerhalb des Tor Netzwerks", + "msg4": "Grund: Um Fiat/Bitcoin-Kurse abzufragen", + "msg5": "Grund: Um die aktuelle Blockhöhe abzufregen", + "msg6": "Grund: Um Backups an Google Drive zu senden", + "msg7": "Grund: Um zuverlässige Lightning Nodes anzubinden", + "msg8": "WebLN Browser und LNURL nutzen ebenfalls das Tor Netzwerk nicht." + }, + "disabled": { + "title": "App neustarten und Tor deaktivieren", + "msg1": "Um Tor zu deaktivieren muss die App neugestartet werden.", + "msg2": "Möchtest Du fortfahren?" + } + }, + "onion": { + "title": "Tor Onion Service", + "subtitle": "Tor Service zum Verbinden und Öffnen von Kanälen zu diesem Wallet" + }, + "keysend": { + "title": "Keysend Experiment", + "subtitle": "" + } + }, + "debug": { + "title": "Debug", + "startup": { + "title": "Startup-Info Benachrichtigungen", + "subtitle": "" + }, + "helpCencer": { + "title": "LndMobile Hilfe Center", + "subtitle": "" + }, + "LSP": { + "title": "Dunder Probleme diagnostizieren", + "subtitle": "" + }, + "lndLog": { + "title": "LND-Protokoll anzeigen", + "subtitle": "" + }, + "keysend": { + "title": "Keysend Test", + "subtitle": "" + }, + "googleDrive": { + "title": "Google Drive Testbed", + "subtitle": "" + }, + "webln": { + "title": "WebLN", + "subtitle": "" + }, + "config": { + "title": "Konfiguration speichern", + "subtitle": "" + }, + "demo": { + "title": "Demo-Modus aktivieren", + "subtitle": "Für Promo-Zwecke. Zurücksetzen per App-Neustart" + } + } + }, + "settings.about": { + "title": "Über Blixt Wallet", + "msg1": "Version", + "msg2": "Von", + "msg3": "Open-Source Wallet mit MIT Lizenz", + "msg4": "Erstellt mit", + "msg5": "und anderer bemerkenswerter Open-Source Software", + "msg6": "Tor Symbol ist lizensiert unter CC BY 3.0 von", + "msg7": "Lizenz" + }, + "settings.setPincode": { + "enter": "Einen PIN-Code eingeben", + "confirm": "Bestätige den PIN-Code" + }, + "settings.removePincodeAuth": { + "title": "Zur Entfernung bitte PIN-Code eingeben" + }, + "settings.lightningPeers": { + "layout": { + "title": "Lightning Peers" + }, + "alias": "Node alias", + "pubKey": "Node public key", + "address": "Node Adresse", + "data": { + "title": "Daten", + "bytesSent": "bytes gesendet", + "bytesRecv": "bytes empfangen" + }, + "transfer": { + "title": "Transfer", + "satSent": "sat gesendet", + "satRecv": "sat empfangen" + }, + "inbound": "Inbound", + "syncType": "Sync-Typ", + "errors": "Fehler", + "disconnect": "Peer trennen" + }, + "settings.connectToLightningPeer": { + "layout": { + "title": "Verbindung mit Lightning Peer herstellen" + }, + "connect": { + "title": "Node URI", + "placeholder": "Peer URI", + "accept": "Verbinden" + } + }, + "settings.lightningNodeInfo": { + "title": "Node Info", + "alias": "Node Alias", + "chain": "Chain", + "timestamp": "Letzter Header Zeitstempel", + "blockHash": "Blockhash", + "blockHeight": "Blockhöhe", + "identityPubkey": "Identität Pubkey", + "channel": { + "title": "Anzahl Kanäle", + "active": "Aktiv", + "inactive": "Inaktiv", + "pending": "Wartend" + }, + "numPeers": "Anzahl Peers", + "syncedToChain": "Synced to Chain", + "syncedToGraph": "Synced to Graph", + "nodeUris": "Node URIs", + "version": "Lnd Version", + "features": "Node Eigenschaften" + }, + "settings.torShowOnionAddress": { + "title": "Tor Onion Service", + "msg1": "Scanne diesen QR-Ccode, um einen Kanal zu dieser Wallet zu öffnen", + "msg2": "Onion-Adresse konnte nicht aufgelöst werden" + }, + "welcome.addFunds": { + "title": "Guthaben hinzufügen", + "msg1": "Um Lightning in der Blixt Wallet verwenden zu können,", + "msg2": "sende Bitcoins an die oben genannten Adresse" + }, + "welcome.almostDone": { + "name": { + "title": "Name", + "msg": "wird für Transaktionen verwendet", + "alert": { + "title": "Name", + "msg1": "Wähle einen Namen für Transaktionen", + "msg2": "Dein Name wird in Invoices (Rechnungen) für Zahlungssender und -empfänger angezeigt", + "msg3": "Name eingeben", + "msg4": "Name eingeben" + } + }, + "pincode": { + "title": "Einloggen mit PIN-Code", + "msg": "Einloggen mit" + }, + "fiatUnit": { + "title": "Fiat-Währung", + "dialog": { + "title": "Ändere die Fiat-Einheit" + } + }, + "autopilot": { + "title": "Automatisches Öffnen von Kanälen", + "msg": "Öffne Kanäle automatisch, sobald On-Chain-Guthaben zur Verfügung stehen" + }, + "done": { + "title": "Fast fertig!", + "msg1": "Hier sind einige weitere Wallet-Einstellungen", + "msg2": "Wenn fertig, klicke Fortfahren" + } + }, + "welcome.confirm": { + "alert": { + "title": "Versuch es nochmal", + "msg": "Sorry, Du hat die Wörter in der falschen Reihenfolge eingegeben, versuche es bitte erneut." + }, + "seed": { + "title": "Bestätige deinen Seed" + } + }, + "welcome.googleDriveBackup": { + "enable": { + "title": "Aktiviere Google Drive Backup", + "msg": "Google Drive Backup aktiviert" + }, + "backup": { + "title": "Cloud Backup", + "msg": "Für die Sicherung deines Off-Chain-Guthabens im Falle eines Geräteverlusts empfehlen wir die Lightning Kanäle auf Google Drive zu sichern.", + "msg1": "Ein verschlüsseltes Backup deiner Lightning-Kanäle wird vorgehalten. Es kann nur in Kombination mit deinem Wallet-Seed verwendet werden.", + "msg2": "Wenn Du fertig bist. drücke Fortfahren." + } + }, + "welcome.iCloudBackup": { + "enable": { + "title": "Aktiviere iCloud Backup", + "msg": "iCloud Backup aktiviert" + }, + "backup": { + "title": "iCloud Backup", + "msg": "Für die Sicherung deines Off-Chain-Guthabens im Falle eines Geräteverlusts empfehlen wir die Lightning Kanäle auf iCloud zu sichern.", + "msg1": "Ein verschlüsseltes Backup deiner Lightning-Kanäle wird vorgehalten. Es kann nur in Kombination mit deinem Wallet-Seed verwendet werden.", + "msg2": "Wenn Du fertig bist. drücke Fortfahren." + } + }, + "welcome.restore": { + "restore": { + "title": "Wallet-Wiederherstellung", + "msg": "Um dein Wallet wiederherzustellen, tippe jedes Wort deines Seeds getrennt durch Leerzeichen ein.", + "msg1": "Wenn Du deine Lightning-Kanäle wiederherstellen möchtest, benötigst Du die Backup-Datei.", + "loading": "Wallet-Wiederherstellung", + "channel": { + "title": "Kanal-Backup", + "file": "Wähle die Backup-Datei aus", + "google": { + "title": "Wiederherstellung mit Google Drive", + "alert": "Wiederherstellung mit Google Drive fehlgeschlagen" + }, + "iCloud": { + "title": "Wiederherstellung mit iCloud", + "alert": "Wiederherstellung mit iCloud fehlgeschlagen" + } + }, + "seed": "Seed muss exakt 24 Wörter lang sein" + }, + "backup": { + "google": "Backup über Google Drive", + "iCloud": "Backup über iCloud" + } + }, + "welcome.seed": { + "title": "Willkommen bei Blixt Wallet!", + "msg": "Das ist dein Backup-Seed.", + "msg1": "Schreibe ihn auf ein Stück Papier auf und verwahre ihn an einem sicheren Ort.", + "msg2": "Solltest Du den Zugang zu deinem Wallet verlieren,", + "msg3": "kannst Du dein Guthaben durch Eingabe des Backup-Seeds wiederherstellen.", + "msg4": "Der Seed-Standard basiert auf aezeed.", + "button": "Ok, ist notiert" + } +} diff --git a/locales/de/LNURL.LNURLPayRequest.json b/locales/de/LNURL.LNURLPayRequest.json deleted file mode 100644 index 966dfe87a..000000000 --- a/locales/de/LNURL.LNURLPayRequest.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "viewMetadata": { - "title": "Metadaten anzeigen", - "dialog": { - "title": "Technische Metadaten" - } - }, - "lightningAddress": { - "alreadyExists": { - "msg": "{{lightningAddress}} ist in deiner Kontaktliste" - }, - "add": { - "title": "Zur Kontaktliste hinzufügen", - "msg": "Möchtest Du die Adresse zur {{lightningAddress}} Kontaktliste hinzufügen?" - } - }, - "payContact": { - "alreadyExists": { - "msg": "Zahlungscode zur {{domain}} ist in deiner Kontaktliste" - }, - "add": { - "title": "Zur Kontaktliste hinzufügen", - "msg": "Möchtest Du den Zahlungscode zur {{domain}} Kontaktliste hinzufügen?" - } - }, - "unableToPay": "Zahlung nicht möglich", - "payerData": { - "commentAllowed": "Kommentar für {{target}} (max {{letters}} Zeichen)", - "sendNameWithComment": "Füge meinen Namen dieser Nachricht bei", - "name": { - "ask": "Füge meinen Namen dieser Zahlung bei", - "mandatory": "Dein Name muss dieser Zahlung beigefügt werden." - } - }, - "payloadErrors": { - "missingDescription": "Die Zahlung enthält keine Beschreibung." - }, - "pay": { - "title": "Bezahlen", - "error": { - "mustProvideComment": "Bitte füge eine Nachricht bei, wenn Du deinen Namen mitsenden möchtest." - } - }, - "cancel": { - "title": "Abbrechen" - }, - "form": { - "asksYouToPay": "bittet Dich, zu bezahlen.", - "description": { - "title": "Beschreibung" - }, - "amount": { - "title": "Betrag", - "to": "an", - "placeholder": "Betrag eingeben" - }, - "alert": "Zahlung nicht möglich" - }, - "done": { - "message": { - "title": "Nachricht von" - }, - "url": { - "description": "Beschreibung", - "domain": "URL empfangen von", - "done": { - "title": "Fertig" - }, - "copy": { - "title": "Kopiere in die Zwischenablage", - "msg": "In die Zwischenablage kopiert." - }, - "open": { - "title": "Öffne Browser" - } - }, - "aes": { - "domain": "Eine verschlüsselte Nachricht erhalten von", - "description": "Nachricht von", - "secret": "Verschlüsselte Nachricht" - } - }, - "aboutLightningAddress": { - "title": "Über Lightning-Adressen", - "msg1": "Über Lightning-Adressen", - "msg2": "können Personen oder Dienste im Lightning-Netzwerk bezahlt werden.", - "msg3": "Sie sehen aus wie E-Mailadressen, senden und empfangen jedoch Geld anstatt E-Mails.", - "msg4": "Blixt Wallet unterstützt vollständig das Senden an Lightning-Adressen.", - "msg5": "Das Empfangen von Guthaben via Lightning-Adressen ist noch in Arbeit." - } -} diff --git a/locales/de/LNURL.authRequest.json b/locales/de/LNURL.authRequest.json deleted file mode 100644 index 3accd070f..000000000 --- a/locales/de/LNURL.authRequest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "layout": { - "title": "Login Anforderung", - "msg": "Einloggen in", - "success": "Authentifiziert in" - } -} diff --git a/locales/de/LNURL.channelRequest.json b/locales/de/LNURL.channelRequest.json deleted file mode 100644 index b8d593e5c..000000000 --- a/locales/de/LNURL.channelRequest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "alert": "Öffne Inbound-Kanal" -} diff --git a/locales/de/LNURL.withdrawRequest.json b/locales/de/LNURL.withdrawRequest.json deleted file mode 100644 index d67f799a3..000000000 --- a/locales/de/LNURL.withdrawRequest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "doRequest": { - "sentRequest": "Auszahlungsanforderung gesendet an {{domain}}", - "addToContactList": { - "title": "Hinzufügen zur Kontaktliste", - "msg": "Möchtest Du diesen Auszahlungscode zu deiner {{domain}} Kontaktliste hinzufügen?", - "note": "Konto auf" - } - }, - "layout": { - "title": "Auszahlungsanforderung", - "msg": "Nachricht von", - "dialog": { - "msg": "Betrag" - }, - "dialog1": { - "minSat": "Minimaler Betrag", - "maxSat": "Maximaler Betrag", - "placeholder": "Betrag" - } - } -} diff --git a/locales/de/bottomNav.json b/locales/de/bottomNav.json deleted file mode 100644 index 6c883296b..000000000 --- a/locales/de/bottomNav.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "receive": "Empfangen", - "send": "Senden" -} diff --git a/locales/de/common.json b/locales/de/common.json deleted file mode 100644 index a1bbf8705..000000000 --- a/locales/de/common.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "generic": { - "lightningAddress": "Lightning-Adresse", - "nodeAlias": "Node-Alias", - "description": "Beschreibung", - "amount": "Betrag", - "fee": "Gebühr" - }, - "buttons": { - "ok": "Ok", - "cancel": "Abbrechen", - "continue": "Weiter", - "skip": "Überspringen", - "proceed": "Fortfahren", - "back": "Zurück", - "no": "Nein", - "yes": "Ja", - "save": "Speichern", - "copy": "Kopieren" - }, - "msg": { - "status": "Status", - "error": "Fehler", - "warning": "Warnung", - "result": "Ergebnis", - "pending": "ausstehend", - "done": "beendet", - "dismiss": "abbrechen", - "lastSync": "Letzte Synchronisation", - "lastSyncAttempt": "Letzter Synchronisationsversuch", - "clipboardCopy": "In die Zwischenablage kopiert.", - "written": "geschrieben", - "enabled": "aktiviert", - "disabled": "deaktiviert" - } -} diff --git a/locales/de/contacts.contactList.json b/locales/de/contacts.contactList.json deleted file mode 100644 index 08c16ca43..000000000 --- a/locales/de/contacts.contactList.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "layout": { - "title": "Kontakte & Services", - "lightningAddressAlreadyExists": "ist bereits in der Kontaktliste vorhanden", - "nothingHereYet": "Keine Kontakte vorhanden...", - "whyNotAdd": "Füge eine Lightning-Adresse hinzu", - "tappingHere": "hier eingeben" - }, - "contact": { - "syncBalance": { - "title": "Remote Balance", - "error": "Ungültige Operation, der Kontakt hat keinen LNURL-withdraw Code" - }, - "list": { - "pay": "Zahlung an", - "account": "Konto auf" - }, - "send": { - "title": "Senden", - "couldNotPay": "Konnte nicht an diesen LNURL-pay Code gesendet werden", - "invalidResponse": "Ungültige LNURL-pay Antwort ({{response}}", - "invalidOperation": "Ungültige Operation, Kontakt hat weder LUD-16 Identifier noch LNURL-pay Code" - }, - "withdraw": { - "title": "Abheben", - "couldNotPay": "Konnte nicht an diesen LNURL-pay Code gesendet werden", - "invalidResponse": "Ungültige LNURL-withdraw Antwort ({{response}})", - "invalidOperation": "Ungültige Operation, der Kontakt hat keinen LNURL-withdraw Code" - }, - "deleteContact": { - "title": "Kontakt entfernen", - "msg": "Möchtest Du diesen Kontakt wirklich löschen {{contact}}?" - } - } -} diff --git a/locales/de/drawer.json b/locales/de/drawer.json deleted file mode 100644 index 613935915..000000000 --- a/locales/de/drawer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "menu": { - "scan": "Scannen", - "receive": "Empfangen", - "pasteFromClipboard": "Aus Zwischenablage", - "sendToLightningAddress": "Senden an Lightning Addresse", - "contactsAndServices": "Kontakte & Services", - "lightningBrowser": "Lightning Browser", - "onChainWallet": "On-Chain Guthaben", - "lightningChannels": "Lightning-Kanäle", - "keysendExperiment": "Keysend Experiment", - "showMore": "Erweitert" - }, - "madeInSweden": "Made with ⚡ in Sweden" -} diff --git a/locales/de/help.json b/locales/de/help.json deleted file mode 100644 index cdeb6b501..000000000 --- a/locales/de/help.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Hilfe", - "msg1": "Wenn Du Hilfe benötigst oder uns Feedback geben möchtest, erstelle bitte ein Issue auf GitHub oder kontaktiere die Blixt Wallet-Entwickler per E-Mail.", - "msg2": "Du bist herzlich eingeladen, unserer öffentlichen Telegramgruppe beizutreten.", - "msg3": "Da Blixt Wallet noch eine junge Wallet ist, sind wir für jegliches Feedback bei Problemen sehr dankbar.", - "telegramGroup": "Telegram gruppe" -} diff --git a/locales/de/initProcess.initLightning.json b/locales/de/initProcess.initLightning.json deleted file mode 100644 index f0c0bcf20..000000000 --- a/locales/de/initProcess.initLightning.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Synchronisiere Blockchain" -} diff --git a/locales/de/keysend.experiment.json b/locales/de/keysend.experiment.json deleted file mode 100644 index f9e2fcd0c..000000000 --- a/locales/de/keysend.experiment.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "title": "Keysend", - "qr": { - "alert": "In die Zwischenablage kopiert." - }, - "dialog": { - "msg1": "Willkommen auf dem Keysend-Spielplatz", - "msg2": "Keysend-Zahlungen ermöglichen Überweisungen an andere Blixt Wallets (oder andere Lightning Nodes, die Keysend unterstützen) ohne vorherige Invoice-Erstellung.", - "msg3": "Klicke auf das Kamerasymbol, um QR-Codes zu scannen oder füge einen Public Key und Routenanweisungen unten ein." - }, - "send": { - "title": "Senden", - "msg": "Keysend-Zahlung", - "error": { - "checkAmount": "Betrag prüfen", - "missingPubkey": "Fehlender Pubkey" - }, - "alert": "Zahlung war erfolgreich" - }, - "form": { - "amount": { - "title": "Betrag Sat" - }, - "pubkey": { - "title": "Public Key", - "placeholder": "Pubkey" - }, - "route": { - "title": "Vorgeschlagene Route", - "placeholder": "Vorgeschlagene Route" - }, - "message": { - "title": "Nachricht", - "placeholder": "Tippe eine Chat-Nachricht hier ein" - } - } -} diff --git a/locales/de/lightningInfo.lightningInfo.json b/locales/de/lightningInfo.lightningInfo.json deleted file mode 100644 index 43ba90ebd..000000000 --- a/locales/de/lightningInfo.lightningInfo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "layout": { - "title": "Lightning-Kanäle" - }, - "balance": { - "title": "Balance" - } -} diff --git a/locales/de/lightningInfo.openChannel.json b/locales/de/lightningInfo.openChannel.json deleted file mode 100644 index 5d92a1b2e..000000000 --- a/locales/de/lightningInfo.openChannel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "layout": { - "title": "Lightning-Kanal öffnen" - }, - "form": { - "title": "Lightning-Kanal öffnen", - "channel": { - "title": "Node URI", - "placeholder": "URI" - }, - "amount": { - "title": "Betrag", - "placeholder": "Betrag" - }, - "fee_rate": { - "title": "Gebührenrate" - } - } -} diff --git a/locales/de/onchain.onChainInfo.json b/locales/de/onchain.onChainInfo.json deleted file mode 100644 index 36566d230..000000000 --- a/locales/de/onchain.onChainInfo.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "funds": { - "title": "On-Chain Guthaben" - }, - "address": { - "title": "Sende Bitcoin on-chain zu dieser Adresse", - "alert": "In die Zwischenablage kopiert." - }, - "newAddress": { - "title": "Erzeuge neue Adresse" - }, - "withdraw": { - "title": "Guthaben abheben" - } -} diff --git a/locales/de/onchain.onChainTransactionDetails.json b/locales/de/onchain.onChainTransactionDetails.json deleted file mode 100644 index ed0317b7a..000000000 --- a/locales/de/onchain.onChainTransactionDetails.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Transaktion", - "blockExplorer": "Anzeigen im Block Explorer", - "txHash": "Id", - "timeStamp": "Datum", - "amount": "Betrag", - "totalFees": "Gebühren", - "label": "Label", - "destAddresses": "Zieladressen", - "numConfirmations": "Bestätigungen", - "blockHeight": "Blockhöhe", - "blockHash": "Blockhash", - "rawTxHex": { - "title": "Raw tx hex", - "msg": "Kopieren" - } -} diff --git a/locales/de/onchain.onChainTransactionLog.json b/locales/de/onchain.onChainTransactionLog.json deleted file mode 100644 index 59551159e..000000000 --- a/locales/de/onchain.onChainTransactionLog.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "layout": { - "title": "Transaktionslog" - } -} diff --git a/locales/de/onchain.withdraw.json b/locales/de/onchain.withdraw.json deleted file mode 100644 index 5e5a15284..000000000 --- a/locales/de/onchain.withdraw.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "layout": { - "title": "Guthaben auszahlen" - }, - "form": { - "address": { - "title": "Adresse", - "placeholder": "Bitcoinadresse" - }, - "amount": { - "title": "Betrag", - "placeholder": "Betrag", - "withdrawAll": "Alles auszahlen", - "all": "Alles" - }, - "feeRate": { - "title": "Gebührenrate", - "auto": "auto" - }, - "withdraw": { - "title": "Auszahlen", - "alert": "Auszahlung erfolgreich" - } - } -} diff --git a/locales/de/overview.json b/locales/de/overview.json deleted file mode 100644 index e9b014703..000000000 --- a/locales/de/overview.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "recoverInfo": { - "msg1": "Wallet-Wiederherstellung in Arbeit.", - "msg2": "Wallet-Wiederherstellung beendet.", - "more": "Mehr Info" - }, - "sendOnChain": { - "title": "Willkommen bei Blixt Wallet!", - "msg1": "Um zu starten, sende On-Chain Guthaben an die Bitcoin-Adresse.", - "msg2": "Ein Lightning-Kanal wird automatisch für Dich erstellt.", - "msg3": "Sende mindestens", - "alert": "Bitcoin-Adresse in die Zwischenablage kopiert" - }, - "doBackup": { - "msg1": "Danke, dass Du Blixt Wallet verwendest!", - "msg2": "Wir empfehlen, ein Wallet-Backup zu erstellen, um im Falle eines Geräteverlusts das Guthaben wiederherstellen zu können", - "backup": "Wallet-Backup" - } -} diff --git a/locales/de/receive.dunderLspInfo.json b/locales/de/receive.dunderLspInfo.json deleted file mode 100644 index 19c916cd2..000000000 --- a/locales/de/receive.dunderLspInfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Über Dunder LSP", - "msg": "Dunder ist ein Lightning Service Provider (LSP), welcher automatisiert Lightning-Kanäle für Dich öffnet, wenn nicht genügend Inbound-Liquidität vorhanden ist.", - "msg1": "Dies könnte der Fall sein, wenn Du beispielsweise die Blixt Wallet zum ersten Mal verwendest.", - "msg2": "Da dies eine initiale On-Chain-Transaktion erfordert, wird eine einmalige Gebühr für die dafür notwendige Bitcoin-Transaktion von der eingehenden Zahlung abgezogen. Alle weiteren Zahlungen werden über diesen erstellten Lightning-Kanal durchgeführt.", - "msg3": "Dunder ist", - "msg4": "Open-Source", - "msg5": "Software. Der standardmäßige Serviceprovider kann in den Einstellungen geändert werden." -} diff --git a/locales/de/receive.receiveQr.json b/locales/de/receive.receiveQr.json deleted file mode 100644 index 86838fae4..000000000 --- a/locales/de/receive.receiveQr.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Empfangen", - "qr": { - "title": "Scanne diesen QR-Code", - "msg": "Läuft ab in" - } -} diff --git a/locales/de/receive.receiveSetup.json b/locales/de/receive.receiveSetup.json deleted file mode 100644 index fa8049e58..000000000 --- a/locales/de/receive.receiveSetup.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "layout": { - "title": "Empfangen" - }, - "createInvoice": { - "title": "Erstelle eine Invoice (Rechnung)", - "error": "Der Rechnungsbetrag darf nicht höher sein als", - "alert": "Vor dem Empfangen einer Invoice, öffne zuerste einen Lightning-Kanal.", - "lsp": { - "msg": "Ein Zahlungskanal von Dunder LSP wird eröffnet, wenn diese Rechnung beglichen wird.", - "msg1": "Was bedeutet das?" - } - }, - "createBlixtLspInvoice": { - "title": "Kanal-Öffnung", - "msg": "Um eine Zahlung für diese Rechnung akzeptieren zu können, muss ein Kanal zum Lightning Netzwerk geöffnet werden.", - "msg1": "Dies erfordert eine Einmalgebühr von ungefähr", - "alert": "Verbindung zu Dunder fehlgeschlagen, bitte versuche es später erneut.", - "proceed": "Fortfahren" - }, - "form": { - "amountFiat": { - "title": "Betrag", - "change": "Ändere die Fiat-Einheit", - "dunderPlaceholder": "Mindestens" - }, - "amountBitcoin": { - "title": "Betrag", - "change": "Ändere die Bitcoin-Einheit", - "dunderPlaceholder": "Mindestens" - }, - "payer": { - "title": "Zahlungssender", - "placeholder": "Für die Buchführung" - }, - "description": { - "title": "Nachricht", - "placeholder": "Nachricht an Zahlungssender" - } - } -} diff --git a/locales/de/send.sendConfirmation.json b/locales/de/send.sendConfirmation.json deleted file mode 100644 index 70a21005b..000000000 --- a/locales/de/send.sendConfirmation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Invoice bezahlen" - }, - "form": { - "invoice": { - "title": "Invoice" - }, - "amount": { - "title": "Betrag" - }, - "recipient": { - "title": "Empfänger" - }, - "nodeAlias": { - "title": "Node Alias" - }, - "description": { - "title": "Nachricht" - } - } -} diff --git a/locales/de/send.sendDone.json b/locales/de/send.sendDone.json deleted file mode 100644 index 4668ce4a6..000000000 --- a/locales/de/send.sendDone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "done": { - "title": "ZAHLUNG GESENDET" - } -} diff --git a/locales/de/settings.about.json b/locales/de/settings.about.json deleted file mode 100644 index 69082f9e3..000000000 --- a/locales/de/settings.about.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "Über Blixt Wallet", - "msg1": "Version", - "msg2": "Von", - "msg3": "Open-Source Wallet mit MIT Lizenz", - "msg4": "Erstellt mit", - "msg5": "und anderer bemerkenswerter Open-Source Software", - "msg6": "Tor Symbol ist lizensiert unter CC BY 3.0 von", - "msg7": "Lizenz" -} diff --git a/locales/de/settings.connectToLightningPeer.json b/locales/de/settings.connectToLightningPeer.json deleted file mode 100644 index 59a6da4a4..000000000 --- a/locales/de/settings.connectToLightningPeer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "layout": { - "title": "Verbindung mit Lightning Peer herstellen" - }, - "connect": { - "title": "Node URI", - "placeholder": "Peer URI", - "accept": "Verbinden" - } -} diff --git a/locales/de/settings.lightningNodeInfo.json b/locales/de/settings.lightningNodeInfo.json deleted file mode 100644 index 04588f1b9..000000000 --- a/locales/de/settings.lightningNodeInfo.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "Node Info", - "alias": "Node Alias", - "chain": "Chain", - "timestamp": "Letzter Header Zeitstempel", - "blockHash": "Blockhash", - "blockHeight": "Blockhöhe", - "identityPubkey": "Identität Pubkey", - "channel": { - "title": "Anzahl Kanäle", - "active": "Aktiv", - "inactive": "Inaktiv", - "pending": "Wartend" - }, - "numPeers": "Anzahl Peers", - "syncedToChain": "Synced to Chain", - "syncedToGraph": "Synced to Graph", - "nodeUris": "Node URIs", - "version": "Lnd Version", - "features": "Node Eigenschaften" -} diff --git a/locales/de/settings.lightningPeers.json b/locales/de/settings.lightningPeers.json deleted file mode 100644 index 0ce723999..000000000 --- a/locales/de/settings.lightningPeers.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Lightning Peers" - }, - "alias": "Node alias", - "pubKey": "Node public key", - "address": "Node Adresse", - "data": { - "title": "Daten", - "bytesSent": "bytes gesendet", - "bytesRecv": "bytes empfangen" - }, - "transfer": { - "title": "Transfer", - "satSent": "sat gesendet", - "satRecv": "sat empfangen" - }, - "inbound": "Inbound", - "syncType": "Sync-Typ", - "errors": "Fehler", - "disconnect": "Peer trennen" -} diff --git a/locales/de/settings.removePincodeAuth.json b/locales/de/settings.removePincodeAuth.json deleted file mode 100644 index 50d6dcd92..000000000 --- a/locales/de/settings.removePincodeAuth.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Zur Entfernung bitte PIN-Code eingeben" -} diff --git a/locales/de/settings.setPincode.json b/locales/de/settings.setPincode.json deleted file mode 100644 index 3556d18c3..000000000 --- a/locales/de/settings.setPincode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enter": "Einen PIN-Code eingeben", - "confirm": "Bestätige den PIN-Code" -} diff --git a/locales/de/settings.settings.json b/locales/de/settings.settings.json deleted file mode 100644 index fc081d71f..000000000 --- a/locales/de/settings.settings.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "title": "Einstellungen", - "general": { - "title": "Allgemein", - "name": { - "title": "Name", - "subtitle": "wird für Transaktionen verwendet", - "dialog": { - "msg": "Name für Transaktionen eingeben\n\nDein Name wird in Invoices (Rechnungen) den Zahlungssendern und -empfängern angezeigt.", - "accept": "Wähle einen Namen" - } - }, - "lang": { - "title": "Sprache", - "dialog": { - "title": "Sprache ändern" - } - }, - "pushNotification": { - "title": "Push-Benachrichtigungen", - "subtitle": "Für Transaktionen und Kanal-Aktionen" - }, - "checkClipboard": { - "title": "Prüfe Zwischenablage auf Invoices (Rechnungen)", - "subtitle": "Automatisches Prüfen der Zwischenablage auf Invoices (Rechnungen)" - }, - "saveGeolocation": { - "title": "Geolokation einer Transaktion speichern", - "subtitle": "Lokales Speichern der Lokation einer Transaktion", - "logGranted": "Geolokation erlaubt", - "logDenied": "Geolokation verweigern" - }, - "mapTheme": { - "title": "Karten-Thema einstellen" - } - }, - "wallet": { - "title": "Wallet", - "seed": { - "show": { - "title": "Mnemonic anzeigen", - "subtitle": "Zeige 24-Wörter-Seed für diese Wallet", - "dialog": { - "title": "Seed", - "alert": "In die Zwischenablage kopiert", - "copy": "Seed kopieren" - } - }, - "remove": { - "title": "Mnemonic von Gerät löschen", - "subtitle": "Dauerhafte Entfernung des Seeds von diesem Gerät", - "dialog": { - "title": "Seed löschen", - "msg": "Dies wird den Seed von diesem Gerät dauerhaft entfernen. Fahre nur dann fort, wenn Du den Seed anderweitig gesichert hast!", - "accept": "Seed löschen" - } - } - }, - "backup": { - "export": { - "title": "Exportiere Kanal-Backup", - "alert": "Datei gespeichert:" - }, - "verify": { - "title": "Verifiziere Kanal-Backup" - }, - "googleCloud": { - "title": "Google Drive Kanal-Backup", - "subtitle": "Automatisches Kanal-Backup auf Google Drive", - "alert": "Google Drive Backup aktiviert" - }, - "googleCloudForce": { - "title": "Manuelles Backup auf Google Drive", - "alert": "Manuelles Backup auf Google Drive erfolgt" - }, - "iCloud": { - "title": "iCloud Kanal-Backup", - "subtitle": "Automatisches Backup auf iCloud", - "alert": "iCloud Backup" - }, - "iCloudForce": { - "title": "Manuelles Backup auf iCloud", - "alert": "Manuelles Backup auf iCloud erfolgt" - }, - "error": "Fehler bei Backup auf" - } - }, - "security": { - "title": "Sicherheit", - "pincode": { - "title": "Einloggen mit PIN-Code" - }, - "biometrics": { - "title": "Einloggen mit", - "fingerprint": "Fingerprint", - "faceId": "Face ID", - "touchID": "Touch ID" - }, - "chainSync": { - "title": "Geplante Blockchain-Synchronisation", - "subtitle": "Im Hintergrund alle 4 Stunden", - "dialog": { - "title": "Nicht empfohlen", - "msg": "Warnung. Es wird nicht empfohlen, die planmäßige Blockchain-Synchronisation zu deaktivieren.\n\nStelle sicher, dass die Anwendung auf dem aktuellen Netzwerk-Stand ist, um Kapitalverlust vorzubeugen.\n\nNur für fortgeschrittene Anwender!" - } - } - }, - "display": { - "title": "Anzeige", - "fiatUnit": { - "title": "Fiat-Einheit ändern" - }, - "bitcoinUnit": { - "title": "Bitcoin-Einheit ändern" - }, - "onchainExplorer": { - "title": "On-chain Explorer", - "dialog": { - "title": "On-Chain Explorer ändern" - } - } - }, - "bitcoinNetwork": { - "title": "Bitcoin Netzwerk", - "node": { - "title": "Bitcoin Node", - "subtitle": "Bitcoin Node (BIP157) verbinden mit", - "setDialog": { - "title": "Node einstellen" - }, - "restoreDialog": { - "title": "Node wiederherstellen", - "msg": "Möchtest Du die Standard-Node wiederherstellen" - }, - "restartDialog": { - "title": "Neustart erforderlich", - "msg": "Blixt Wallet benötigt einen Neustart, um die Änderungen zu übernehmen.", - "msg1": "Möchtest Du jetzt neustarten?" - } - }, - "rpc": { - "title": "bitcoind RPC Host einstellen" - }, - "zmqRawBlock": { - "title": "bitcoind ZMQ Raw Block Host einstellen" - }, - "zmqRawTx": { - "title": "bitcoind ZMQ Raw Tx Host einstellen" - } - }, - "LN": { - "title": "Lightning Netzwerk", - "node": { - "title": "Node-Daten anzeigen", - "subtitle": "" - }, - "peers": { - "title": "Lightning Peers anzeigen", - "subtitle": "" - }, - "autopilot": { - "title": "Öffne Kanäle automatisch", - "subtitle": "" - }, - "inbound": { - "title": "Inbound-Kanal-Dienst", - "subtitle": "Verwende den Inbound-Kanal-Dienst, um Zahlungen zu empfangen", - "dialog": { - "title": "Incoming-Kanal Provider", - "msg1": "Wähle einen Incoming-Kanal Provider und drücke Weiter.", - "msg2": "Dein Web-Browser wird auf die entsprechende Webseite weitergeleitet, wo Du einen Kanal anfordern kannst.", - "msg3": "Wenn erledigt, kopiere den Adresscode und/oder öffne den Link mit Blixt Wallet." - } - }, - "LSP": { - "title": "Dunder LSP Server eingeben", - "subtitle": "", - "setDialog": { - "title": "Dunder Server festlegen", - "acept": "Server festlegen" - }, - "restoreDialog": { - "title": "Dunder Server wiederherstellen", - "msg": "Möchtest Du die Standardeinstellungen für den Dunder Server wiederherstellen" - } - }, - "graphSync": { - "title": "Warte auf die Graph-Synchronisation vor dem Senden von Zahlungen", - "subtitle": "Ein synchronisierter Graph führt zu optimaleren Zahlungsrouten" - } - }, - "miscelaneous": { - "title": "Verschiedenes", - "about": { - "title": "Über", - "subtitle": "" - }, - "appLog": { - "title": "Kopiere Protokolldatei in den lokalen Speicher", - "subtitle": "", - "dialog": { - "alert": "Kopiert Protokolldatei nach", - "error": "Fehler beim Kopieren der Protokolldatei." - } - }, - "lndLog": { - "title": "Kopiere LND-Protokolle in den lokalen Speicher", - "subtitle": "Von /sdcard/BlixtWallet", - "dialog": { - "alert": "LND-Protokolldatei kopiert", - "error": "Fehler beim Kopieren der LND-Protokolldatei." - } - }, - "dev": { - "title": "Gehe zu dev screen", - "subtitle": "" - }, - "expiredInvoices": { - "title": "Verstecke abgelaufene Rechnungen automatisch", - "subtitle": "" - }, - "screenTransactions": { - "title": "Anzeigenübergänge", - "subtitle": "" - }, - "signMessage": { - "title": "Signiere Nachricht mit Wallet-Key", - "subtitle": "", - "dialog1": { - "title": "Signiere Nachricht" - }, - "dialog2": { - "title": "Signatur", - "alert": "In die Zwischenablage kopiert" - } - } - }, - "experimental": { - "title": "Experimentelle Optionen", - "LSP": { - "title": "Dunder LSP aktivieren", - "subtitle": "SEHR EXPERIMENTELL. Lightning Service Provider dient der Beschaffung von benötigter Inbound-Liquidität" - }, - "MPP": { - "title": "Multi-Path Payments aktivieren", - "subtitle": "Zahlungen dürfen bis zu 2 Routen verwenden" - }, - "tor": { - "title": "Tor aktivieren", - "subtitle": "", - "enabled": { - "title": "Starte die App neu und aktivere Tor", - "msg1": "Nach Aktiviertung von Tor wird Blixt Wallet die Verbindungen zu den Peers (Bitcoin und Lightning Netzwerk Peers) über das Tor Netzwerk vornehmen.", - "msg2": "Damit bist Du im Stande, Verbindungen zu Lightning-Nodes und -Services aufzunehmen, die Onion-Dienste verwenden.", - "msg3": "WARNUNG: Blixt Wallet kommuniziert zu den folgenden Diensten dennoch außerhalb des Tor Netzwerks", - "msg4": "Grund: Um Fiat/Bitcoin-Kurse abzufragen", - "msg5": "Grund: Um die aktuelle Blockhöhe abzufregen", - "msg6": "Grund: Um Backups an Google Drive zu senden", - "msg7": "Grund: Um zuverlässige Lightning Nodes anzubinden", - "msg8": "WebLN Browser und LNURL nutzen ebenfalls das Tor Netzwerk nicht." - }, - "disabled": { - "title": "App neustarten und Tor deaktivieren", - "msg1": "Um Tor zu deaktivieren muss die App neugestartet werden.", - "msg2": "Möchtest Du fortfahren?" - } - }, - "onion": { - "title": "Tor Onion Service", - "subtitle": "Tor Service zum Verbinden und Öffnen von Kanälen zu diesem Wallet" - }, - "keysend": { - "title": "Keysend Experiment", - "subtitle": "" - } - }, - "debug": { - "title": "Debug", - "startup": { - "title": "Startup-Info Benachrichtigungen", - "subtitle": "" - }, - "helpCencer": { - "title": "LndMobile Hilfe Center", - "subtitle": "" - }, - "LSP": { - "title": "Dunder Probleme diagnostizieren", - "subtitle": "" - }, - "lndLog": { - "title": "LND-Protokoll anzeigen", - "subtitle": "" - }, - "keysend": { - "title": "Keysend Test", - "subtitle": "" - }, - "googleDrive": { - "title": "Google Drive Testbed", - "subtitle": "" - }, - "webln": { - "title": "WebLN", - "subtitle": "" - }, - "config": { - "title": "Konfiguration speichern", - "subtitle": "" - }, - "demo": { - "title": "Demo-Modus aktivieren", - "subtitle": "Für Promo-Zwecke. Zurücksetzen per App-Neustart" - } - } -} diff --git a/locales/de/settings.torShowOnionAddress.json b/locales/de/settings.torShowOnionAddress.json deleted file mode 100644 index 21c77d4dd..000000000 --- a/locales/de/settings.torShowOnionAddress.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Tor Onion Service", - "msg1": "Scanne diesen QR-Ccode, um einen Kanal zu dieser Wallet zu öffnen", - "msg2": "Onion-Adresse konnte nicht aufgelöst werden" -} diff --git a/locales/de/syncInfo.json b/locales/de/syncInfo.json deleted file mode 100644 index 1cc67ca80..000000000 --- a/locales/de/syncInfo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "syncedToChain": { - "title": "Synchronisation in Arbeit", - "title1": "Synchronisation beendet", - "msg1": "Blixt Wallet synchronisiert derzeit die Blockchain.", - "msg2": "Wenn dein Wallet die Synchronisation der Blockchain beendet hat, werden On-Chain-Transaktionen und Guthaben verfügbar und im Bereich On-Chain Guthaben angezeigt werden.", - "msg3": "Blixt Wallet ist mit der Blockchain synchronisiert.", - "blockHeight": { - "title": "Aktuelle Blockhöhe", - "msg1": "Blockchain-Synchronisation in Arbeit" - } - }, - "recoveryMode": { - "title": "Wiederherstellungfortschritt", - "msg1": "Wiederherstellung abgeschlossen", - "msg2": "Prüfe die Bereiche Lightning-Kanäle und On-Chain Guthaben" - }, - "lndLog": { - "show": "LND Protokolle anzeigen", - "copy": "Protokoll-Text kopieren" - } -} diff --git a/locales/de/transactionDetails.json b/locales/de/transactionDetails.json deleted file mode 100644 index 021b387fd..000000000 --- a/locales/de/transactionDetails.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "title": "Transaktion", - "date": "Datum", - "note": "Notiz", - "website": "Webseite", - "type" : "Typ", - "lnurl": { - "messageFromWebsite": "Nachricht von", - "urlReceivedFromWebsite": "URL empfangen von", - "secretMessage": "Verschlüsselte Nachricht" - }, - "payer": "Zahlungssender", - "recipient": "Empfänger", - "amountInFiatTimeOfPayment": "Betrag in Fiat (Zahlungszeit)", - "numberOfHops": "Anzahl der Hops", - "remotePubkey": "Remote PubKey", - "paymentHash": "Zahlungshash", - "preimage": "Preimage", - "status": "Status", - "goBack": "Zurück", - "button": { - "setNote": "Notiz eingeben", - "cancelInvoice": "Rechnung abbrechen", - "showMap": "Karte anzeigen" - }, - "setNoteDialog": { - "title": "Notiz", - "text": "Füge eine Notiz für diese Transaktion hinzu" - } -} diff --git a/locales/de/web.info.json b/locales/de/web.info.json deleted file mode 100644 index 886a2879c..000000000 --- a/locales/de/web.info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Interaktive Demo", - "pressToTry": "Hier klicken, um Blixt Wallet auszuprobieren!" -} diff --git a/locales/de/webLN.browser.json b/locales/de/webLN.browser.json deleted file mode 100644 index 5ea6ccfd7..000000000 --- a/locales/de/webLN.browser.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "close": "Möchtest Du den Browser schließen?", - "home": "Zurück zur Store-Liste", - "placeholder": "URL hier eintippen" -} diff --git a/locales/de/welcome.addFunds.json b/locales/de/welcome.addFunds.json deleted file mode 100644 index 14d393ae0..000000000 --- a/locales/de/welcome.addFunds.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Guthaben hinzufügen", - "msg1": "Um Lightning in der Blixt Wallet verwenden zu können,", - "msg2": "sende Bitcoins an die oben genannten Adresse" -} diff --git a/locales/de/welcome.almostDone.json b/locales/de/welcome.almostDone.json deleted file mode 100644 index fbbf5e069..000000000 --- a/locales/de/welcome.almostDone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": { - "title": "Name", - "msg": "wird für Transaktionen verwendet", - "alert": { - "title": "Name", - "msg1": "Wähle einen Namen für Transaktionen", - "msg2": "Dein Name wird in Invoices (Rechnungen) für Zahlungssender und -empfänger angezeigt", - "msg3": "Name eingeben", - "msg4": "Name eingeben" - } - }, - "pincode": { - "title": "Einloggen mit PIN-Code", - "msg": "Einloggen mit" - }, - "fiatUnit": { - "title": "Fiat-Währung", - "dialog": { - "title": "Ändere die Fiat-Einheit" - } - }, - "autopilot": { - "title": "Automatisches Öffnen von Kanälen", - "msg": "Öffne Kanäle automatisch, sobald On-Chain-Guthaben zur Verfügung stehen" - }, - "done": { - "title": "Fast fertig!", - "msg1": "Hier sind einige weitere Wallet-Einstellungen", - "msg2": "Wenn fertig, klicke Fortfahren" - } -} diff --git a/locales/de/welcome.confirm.json b/locales/de/welcome.confirm.json deleted file mode 100644 index 8dda0e760..000000000 --- a/locales/de/welcome.confirm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "alert": { - "title": "Versuch es nochmal", - "msg": "Sorry, Du hat die Wörter in der falschen Reihenfolge eingegeben, versuche es bitte erneut." - }, - "seed": { - "title": "Bestätige deinen Seed" - } -} diff --git a/locales/de/welcome.googleDriveBackup.json b/locales/de/welcome.googleDriveBackup.json deleted file mode 100644 index 5cab141b7..000000000 --- a/locales/de/welcome.googleDriveBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Aktiviere Google Drive Backup", - "msg": "Google Drive Backup aktiviert" - }, - "backup": { - "title": "Cloud Backup", - "msg": "Für die Sicherung deines Off-Chain-Guthabens im Falle eines Geräteverlusts empfehlen wir die Lightning Kanäle auf Google Drive zu sichern.", - "msg1": "Ein verschlüsseltes Backup deiner Lightning-Kanäle wird vorgehalten. Es kann nur in Kombination mit deinem Wallet-Seed verwendet werden.", - "msg2": "Wenn Du fertig bist. drücke Fortfahren." - } -} diff --git a/locales/de/welcome.iCloudBackup.json b/locales/de/welcome.iCloudBackup.json deleted file mode 100644 index 02eabb72c..000000000 --- a/locales/de/welcome.iCloudBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Aktiviere iCloud Backup", - "msg": "iCloud Backup aktiviert" - }, - "backup": { - "title": "iCloud Backup", - "msg": "Für die Sicherung deines Off-Chain-Guthabens im Falle eines Geräteverlusts empfehlen wir die Lightning Kanäle auf iCloud zu sichern.", - "msg1": "Ein verschlüsseltes Backup deiner Lightning-Kanäle wird vorgehalten. Es kann nur in Kombination mit deinem Wallet-Seed verwendet werden.", - "msg2": "Wenn Du fertig bist. drücke Fortfahren." - } -} diff --git a/locales/de/welcome.restore.json b/locales/de/welcome.restore.json deleted file mode 100644 index 2976e3f2c..000000000 --- a/locales/de/welcome.restore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "restore": { - "title": "Wallet-Wiederherstellung", - "msg": "Um dein Wallet wiederherzustellen, tippe jedes Wort deines Seeds getrennt durch Leerzeichen ein.", - "msg1": "Wenn Du deine Lightning-Kanäle wiederherstellen möchtest, benötigst Du die Backup-Datei.", - "loading": "Wallet-Wiederherstellung", - "channel": { - "title": "Kanal-Backup", - "file": "Wähle die Backup-Datei aus", - "google": { - "title": "Wiederherstellung mit Google Drive", - "alert": "Wiederherstellung mit Google Drive fehlgeschlagen" - }, - "iCloud": { - "title": "Wiederherstellung mit iCloud", - "alert": "Wiederherstellung mit iCloud fehlgeschlagen" - } - }, - "seed": "Seed muss exakt 24 Wörter lang sein" - }, - "backup": { - "google": "Backup über Google Drive", - "iCloud": "Backup über iCloud" - } -} diff --git a/locales/de/welcome.seed.json b/locales/de/welcome.seed.json deleted file mode 100644 index fac8a99f0..000000000 --- a/locales/de/welcome.seed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Willkommen bei Blixt Wallet!", - "msg": "Das ist dein Backup-Seed.", - "msg1": "Schreibe ihn auf ein Stück Papier auf und verwahre ihn an einem sicheren Ort.", - "msg2": "Solltest Du den Zugang zu deinem Wallet verlieren,", - "msg3": "kannst Du dein Guthaben durch Eingabe des Backup-Seeds wiederherstellen.", - "msg4": "Der Seed-Standard basiert auf aezeed.", - "button": "Ok, ist notiert" -} diff --git a/locales/de/welcome.start.json b/locales/de/welcome.start.json deleted file mode 100644 index 6f6199c7d..000000000 --- a/locales/de/welcome.start.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title": "Willkommen", - "createWallet": { - "title": "Erstelle eine Wallet", - "msg1": "Blixt Wallet befindet sich noch in einem frühen Entwicklungsstadium.", - "msg2": "Wenn Du diese Wallet nutzen möchtest, sei Dir bewusst, dass dein Guthaben verloren gehen könnte.", - "msg3": "Es gibt derzeit keinen WatchTower-Support, der deine Lightning-Kanäle im Falle einer Downtime schützen kann.", - "msg4": "Ok akzeptiert, weiter" - }, - "restoreWallet": { - "title": "Wallet-Wiederherstellung" - } -} diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 000000000..20ff9b52e --- /dev/null +++ b/locales/en.json @@ -0,0 +1,996 @@ +{ + "common": { + "generic": { + "lightningAddress": "Lightning Address", + "nodeAlias": "Node alias", + "description": "Description", + "amount": "Amount", + "fee": "Fee" + }, + "buttons": { + "ok": "Ok", + "cancel": "Cancel", + "continue": "Continue", + "skip": "Skip", + "proceed": "Proceed", + "back": "Back", + "no": "No", + "yes": "Yes", + "save": "Save", + "copy": "Copy" + }, + "msg": { + "status": "Status", + "error": "Error", + "warning": "Warning", + "result": "Result", + "pending": "pending", + "done": "Done", + "dismiss": "Dismiss", + "lastSync": "Last sync", + "lastSyncAttempt": "Last sync attempt", + "clipboardCopy": "Copied to clipboard.", + "written": "Written", + "enabled": "enabled", + "disabled": "disabled" + } + }, + "welcome.start": { + "title": "Welcome", + "createWallet": { + "title": "Create Wallet", + "msg1": "Blixt Wallet is still at an early stage of development.", + "msg2": "If you use this wallet, make sure you understand that you may lose your funds.", + "msg3": "There is currently no WatchTower support to watch your channels while you are offline.", + "msg4": "I am reckless, continue" + }, + "restoreWallet": { + "title": "Restore Wallet" + } + }, + "footerNav": { + "receive": "Receive", + "send": "Send" + }, + "drawer": { + "menu": { + "scan": "Scan", + "receive": "Receive", + "pasteFromClipboard": "Paste from Clipboard", + "sendToLightningAddress": "Send to Lightning Address", + "contactsAndServices": "Contacts & Services", + "lightningBrowser": "Lightning Browser", + "onChainWallet": "On-chain", + "lightningChannels": "Lightning Channels", + "keysendExperiment": "Keysend Experiment", + "showMore": "Advanced" + }, + "madeInSweden": "Made with ⚡ in Sweden" + }, + "overview": { + "recoverInfo": { + "msg1": "Wallet-Wiederherstellung in Arbeit.", + "msg2": "Wallet-Wiederherstellung beendet.", + "more": "Mehr Info" + }, + "sendOnChain": { + "title": "Willkommen bei Blixt Wallet!", + "msg1": "Um zu starten, sende On-Chain Guthaben an die Bitcoin-Adresse.", + "msg2": "Ein Lightning-Kanal wird automatisch für Dich erstellt.", + "msg3": "Sende mindestens", + "alert": "Bitcoin-Adresse in die Zwischenablage kopiert" + }, + "doBackup": { + "msg1": "Danke, dass Du Blixt Wallet verwendest!", + "msg2": "Wir empfehlen, ein Wallet-Backup zu erstellen, um im Falle eines Geräteverlusts das Guthaben wiederherstellen zu können", + "backup": "Wallet-Backup" + } + }, + "help": { + "title": "Help", + "msg1": "If you run into problems or have feedback, you can contact Blixt Wallet developers by filing an issue on Github or by contacting us via email.", + "msg2": "You are also welcome to join our public Telegram chat group.", + "msg3": "As Blixt Wallet is a new wallet, we need feedback on common issues that you might encounter.", + "telegramGroup": "Telegram group" + }, + "syncInfo": { + "syncedToChain": { + "title": "Syncing in progress", + "title1": "Syncing complete", + "msg1": "Blixt Wallet is currently syncing the blockchain.", + "msg2": "Once your wallet is in sync with the blockchain, on-chain transactions and funds will be recognized and can be seen from the Bitcoin on-chain section.", + "msg3": "Blixt Wallet is in sync with the blockchain.", + "blockHeight": { + "title": "Current block height", + "msg1": "Chain sync progress" + } + }, + "recoveryMode": { + "title": "Recovering progress", + "msg1": "Recover complete", + "msg2": "Check the Lightning Channels & On-chain sections" + }, + "lndLog": { + "show": "Show lnd log", + "copy": "Copy log text" + } + }, + "transactionDetails": { + "title": "Transaction", + "date": "Date", + "note": "Note", + "website": "Website", + "type" : "Type", + "lnurl": { + "messageFromWebsite": "Message from", + "urlReceivedFromWebsite": "URL received from", + "secretMessage": "Secret message" + }, + "payer": "Payer", + "recipient": "Recipient", + "amountInFiatTimeOfPayment": "Amount in Fiat (Time of Payment)", + "numberOfHops": "Number of hops", + "remotePubkey": "Remote pubkey", + "paymentHash": "Payment hash", + "preimage": "Preimage", + "status": "Status", + "goBack": "Go back", + "button": { + "setNote": "Set note", + "cancelInvoice": "Cancel invoice", + "showMap": "Show map" + }, + "setNoteDialog": { + "title": "Note", + "text": "Set a note for this transaction" + } + }, + "web.info": { + "title": "Interactive demo", + "pressToTry": "Press to try out Blixt Wallet!" + }, + "receive.receiveSetup": { + "layout": { + "title": "Receive" + }, + "createInvoice": { + "title": "Create invoice", + "error": "Invoice amount cannot be higher than", + "alert": "Before you can receive, you need to open a Lightning channel.", + "lsp": { + "msg": "A payment channel by Dunder LSP will be opened when this invoice is paid.", + "msg1": "What's this?" + } + }, + "createBlixtLspInvoice": { + "title": "Channel opening", + "msg": "In order to accept a payment for this invoice, a channel on the Lightning Network has to be opened.", + "msg1": "This requires a one-time fee of approximately", + "alert": "Failed to connect to Dunder, please try again later.", + "proceed": "Proceed" + }, + "form": { + "amountFiat": { + "title": "Amount", + "change": "Change fiat unit", + "dunderPlaceholder": "At least" + }, + "amountBitcoin": { + "title": "Amount", + "change": "Change bitcoin unit", + "dunderPlaceholder": "At least" + }, + "payer": { + "title": "Payer", + "placeholder": "For bookkeeping" + }, + "description": { + "title": "Message", + "placeholder": "Message to payer" + } + } + }, + "receive.dunderLspInfo": { + "title": "About Dunder LSP", + "msg": "Dunder is a Lightning Service Provider (LSP) that automatically opens channels for you when you don't have enough inbound liquidity.", + "msg1": "This could for example be the case when you first start using Blixt Wallet.", + "msg2": "As this requires an on-chain transaction, a Bitcoin transaction fee will be deducted from the incoming payment. Future payments will be able to use the newly opened payment channel with the Lightning network.", + "msg3": "Dunder is", + "msg4": "open-source", + "msg5": "software and you may change the default service provider in Settings." + }, + "receive.receiveQr": { + "title": "Receive", + "qr": { + "title": "Scan this QR code", + "msg": "Expires in {{time}}" + } + }, + "send.sendConfirmation": { + "layout": { + "title": "Pay invoice" + }, + "form": { + "invoice": { + "title": "Invoice" + }, + "amount": { + "title": "Amount" + }, + "recipient": { + "title": "Recipient" + }, + "nodeAlias": { + "title": "Node Alias" + }, + "description": { + "title": "Message" + } + } + }, + "send.sendDone": { + "done": { + "title": "PAYMENT SENT" + } + }, + "lightningInfo.lightningInfo": { + "layout": { + "title": "Lightning Channels" + }, + "balance": { + "title": "Balance" + } + }, + "lightningInfo.openChannel": { + "layout": { + "title": "Open channel" + }, + "form": { + "title": "Open channel", + "channel": { + "title": "Node URI", + "placeholder": "URI" + }, + "amount": { + "title": "Amount", + "placeholder": "Amount" + }, + "fee_rate": { + "title": "Fee-rate" + } + } + }, + "onchain.onChainInfo": { + "funds": { + "title": "On-chain funds" + }, + "address": { + "title": "Send Bitcoin on-chain to this address", + "alert": "Copied to clipboard." + }, + "newAddress": { + "title": "Generate new address" + }, + "withdraw": { + "title": "Withdraw coins" + } + }, + "onchain.onChainTransactionDetails": { + "title": "Transaction", + "blockExplorer": "See in Block Explorer", + "txHash": "Id", + "timeStamp": "Date", + "amount": "Amount", + "totalFees": "Fees", + "label": "Label", + "destAddresses": "Destination", + "numConfirmations": "Confirmations", + "blockHeight": "Block height", + "blockHash": "Block hash", + "rawTxHex": { + "title": "Raw tx hex", + "msg": "Press to copy" + } + }, + "onchain.onChainTransactionLog": { + "layout": { + "title": "Transaction Log" + } + }, + "onchain.withdraw": { + "layout": { + "title": "Withdraw coins" + }, + "form": { + "address": { + "title": "Address", + "placeholder": "Bitcoin address" + }, + "amount": { + "title": "Amount", + "placeholder": "Amount", + "withdrawAll": "Withdraw all funds", + "all": "All" + }, + "feeRate": { + "title": "Fee-rate", + "auto": "auto" + }, + "withdraw": { + "title": "Withdraw", + "alert": "Withdraw succeeded" + } + } + }, + "LNURL.authRequest": { + "layout": { + "title": "Login request", + "msg": "Do you want to login to", + "success": "Authenticated to" + } + }, + "LNURL.channelRequest": { + "alert": "Opening inbound channel" + }, + "LNURL.payRequest": { + "viewMetadata": { + "title": "View metadata", + "dialog": { + "title": "Technical metadata" + } + }, + "lightningAddress": { + "alreadyExists": { + "msg": "{{lightningAddress}} is in your contact list" + }, + "add": { + "title": "Add to Contact List", + "msg": "Would you like to add {{lightningAddress}} to your contact list?" + } + }, + "payContact": { + "alreadyExists": { + "msg": "Payment code for {{domain}} is in your contact list" + }, + "add": { + "title": "Add to Contact List", + "msg": "Would you like to add this payment code to {{domain}} to your contact list?" + } + }, + "unableToPay": "Unable to pay", + "payerData": { + "commentAllowed": "Comment to {{target}} (max {{letters}} letters)", + "sendNameWithComment": "Send my name together with this comment", + "name": { + "ask": "Send my name together with this payment", + "mandatory": "Your name has to be sent together with this payment" + } + }, + "payloadErrors": { + "missingDescription": "Payment is missing a description." + }, + "pay": { + "title": "Pay", + "error": { + "mustProvideComment": "You must provide a comment if you choose to include your name to this payment" + } + }, + "cancel": { + "title": "Cancel" + }, + "form": { + "asksYouToPay": "asks you to pay.", + "description": { + "title": "Description" + }, + "amount": { + "title": "Amount", + "to": "to", + "placeholder": "Input amount" + }, + "alert": "Unable to pay" + }, + "done": { + "message": { + "title": "Message from" + }, + "url": { + "description": "Description", + "domain": "URL received from", + "done": { + "title": "Done" + }, + "copy": { + "title": "Copy to clipboard", + "msg": "Copied to clipboard." + }, + "open": { + "title": "Open Browser" + } + }, + "aes": { + "domain": "Got a secret encrypted message from", + "description": "Message from", + "secret": "Secret message" + } + }, + "aboutLightningAddress": { + "title": "About Lightning Address", + "msg1": "Lightning Address", + "msg2": "is a way of paying a person or a service on the Lightning Network.", + "msg3": "They look like email addresses, but instead of sending an email to the recipient, you're sending money.", + "msg4": "Blixt Wallet has full support for sending to a Lightning Address, but receiving", + "msg5": "via a Lightning Address is still being worked on." + } + }, + "LNURL.withdrawRequest": { + "doRequest": { + "sentRequest": "Sent withdrawal request to {{domain}}", + "addToContactList": { + "title": "Add to Contact List", + "msg": "Would you like to add this withdrawal code to {{domain}} to your contact list?", + "note": "Account on {{domain}}" + } + }, + "layout": { + "title": "Withdrawal request", + "msg": "Message from", + "dialog": { + "msg": "Amount" + }, + "dialog1": { + "minSat": "Min withdrawal amount", + "maxSat": "Max withdrawal amount", + "placeholder": "Amount" + } + } + }, + "contacts.contactList": { + "layout": { + "title": "Contacts & Services", + "lightningAddressAlreadyExists": "already exists in your contact list", + "nothingHereYet": "There's nothing here yet...", + "whyNotAdd": "Why not add a Lightning Address contact by", + "tappingHere": "tapping here" + }, + "contact": { + "syncBalance": { + "title": "Remote balance", + "error": "Invalid operation, contact doesn't have an LNURL-withdraw code" + }, + "list": { + "pay": "Payments to", + "account": "Account on" + }, + "send": { + "title": "Send", + "couldNotPay": "Could not pay to this LNURL-pay code", + "invalidResponse": "The response was not an LNURL-pay response (got {{response}})", + "invalidOperation": "Invalid operation, contact neither has LUD-16 identifier or LNURL-pay code" + }, + "withdraw": { + "title": "Withdraw", + "couldNotPay": "Could not pay to this LNURL-pay code", + "invalidResponse": "The response was not an LNURL-pay response (got {{response}})", + "invalidOperation": "Invalid operation, contact doesn't have an LNURL-withdraw code" + }, + "deleteContact": { + "title": "Contact deletion", + "msg": "Are you sure you want to delete contact {{contact}}?" + } + } + }, + "webLN.browser": { + "close": "Do you wish to close the browser?", + "home": "Go back to store list", + "placeholder": "Type URL here" + }, + "keysend.experiment": { + "title": "Keysend", + "qr": { + "alert": "Copied to clipboard" + }, + "dialog": { + "msg1": "Welcome to the keysend playground", + "msg2": "Keysend lets you pay another Blixt Wallet (or any Lightning node that supports keysend) without requiring an invoice.", + "msg3": "Click on the camera to scan another wallet's QR code or provide a public key and route hints below." + }, + "send": { + "title": "Send", + "msg": "Keysend payment", + "error": { + "checkAmount": "Check amount", + "missingPubkey": "Missing pubkey" + }, + "alert": "Payment successful" + }, + "form": { + "amount": { + "title": "Amount sat" + }, + "pubkey": { + "title": "Public key", + "placeholder": "Pubkey" + }, + "route": { + "title": "Route hints", + "placeholder": "Route hints" + }, + "message": { + "title": "Message", + "placeholder": "Enter a chat message here" + } + } + }, + "settings.settings": { + "title": "Settings", + "general": { + "title": "General", + "name": { + "title": "Name", + "subtitle": "Will be used in transactions", + "dialog": { + "msg": "Choose a name that will be used in transactions\n\nYour name will be seen in invoices to those who pay you as well as people you pay to.", + "accept": "Set name" + } + }, + "lang": { + "title": "Language", + "dialog": { + "title": "Select language" + } + }, + "pushNotification": { + "title": "Push notifications", + "subtitle": "For transaction and channel events" + }, + "checkClipboard": { + "title": "Check clipboard for invoices", + "subtitle": "Automatically check clipboard for invoices" + }, + "saveGeolocation": { + "title": "Save geolocation of transaction", + "subtitle": "Locally save the location of a transaction", + "logGranted": "Geolocation granted", + "logDenied": "Geolocation permission denied" + }, + "mapTheme": { + "title": "Set Map theme" + } + }, + "wallet": { + "title": "Wallet", + "seed": { + "show": { + "title": "Show mnemonic", + "subtitle": "Show 24-word seed for this wallet", + "dialog": { + "title": "Seed", + "alert": "Copied to clipboard", + "copy": "Copy seed" + } + }, + "remove": { + "title": "Remove mnemonic from device", + "subtitle": "Permanently remove the seed from this device", + "dialog": { + "title": "Remove seed", + "msg": "This will permanently remove the seed from this device. Only do this if you have backed up your seed!", + "accept": "Delete seed" + } + } + }, + "backup": { + "export": { + "title": "Export channel backup", + "alert": "File written:" + }, + "verify": { + "title": "Verify channel backup" + }, + "googleCloud": { + "title": "Google Drive channel backup", + "subtitle": "Automatically backup channels to Google Drive", + "alert": "Google Drive backup enabled" + }, + "googleCloudForce": { + "title": "Manually trigger Google Drive Backup", + "alert": "Backed up channels to Google Drive" + }, + "iCloud": { + "title": "iCloud channel backup", + "subtitle": "Automatically backup channels to iCloud", + "alert": "iCloud backup" + }, + "iCloudForce": { + "title": "Manually trigger iCloud Backup", + "alert": "Backed up channels to iCloud" + }, + "error": "Error backup up" + } + }, + "security": { + "title": "Security", + "pincode": { + "title": "Login with pincode" + }, + "biometrics": { + "title": "Login with", + "fingerprint": "fingerprint", + "faceId": "Face ID", + "touchID": "Touch ID" + }, + "chainSync": { + "title": "Scheduled chain sync", + "subtitle": "Runs in background every 4 hours", + "dialog": { + "title": "Not recommended", + "msg": "Warning. It is not recommended to disable scheduled chain sync.\n\nMake sure you keep up-to-date with the network otherwise you risk losing your funds.\n\nOnly do this if you're know what you're doing." + } + } + }, + "display": { + "title": "Display", + "fiatUnit": { + "title": "Change fiat unit" + }, + "bitcoinUnit": { + "title": "Change bitcoin unit" + }, + "onchainExplorer": { + "title": "Onchain explorer", + "dialog": { + "title": "Change on-chain explorer" + } + } + }, + "bitcoinNetwork": { + "title": "Bitcoin Network", + "node": { + "title": "Bitcoin Node", + "subtitle": "Set Bitcoin node (BIP157) to connect to", + "setDialog": { + "title": "Set Node" + }, + "restoreDialog": { + "title": "Restore node", + "msg": "Would you like to restore to the default node" + } + }, + "restartDialog": { + "title": "Restart required", + "msg": "Blixt Wallet has to be restarted before the new configuration is applied.", + "msg1": "Would you like to do that now?" + }, + "rpc": { + "title": "Set bitcoind RPC Host" + }, + "zmqRawBlock": { + "title": "Set bitcoind ZMQ Raw Block Host" + }, + "zmqRawTx": { + "title": "Set bitcoind ZMQ Raw Tx Host" + }, + "p2tr": { + "title": "Enable receiving on-chain via Taproot (P2TR)" + } + }, + "LN": { + "title": "Lightning Network", + "node": { + "title": "Show node data", + "subtitle": "" + }, + "peers": { + "title": "Show Lightning peers", + "subtitle": "" + }, + "autopilot": { + "title": "Automatically open channels", + "subtitle": "" + }, + "inbound": { + "title": "Inbound channel services", + "subtitle": "Use an inbound channel service for receiving payments", + "dialog": { + "title": "Incoming channel provider", + "msg1": "Choose an incoming channel provider and press Continue.", + "msg2": "Your web browser will be opened to the corresponding provider's website, where you will be able to request a channel.", + "msg3": "When you're done, you can copy the address code and/or open the link using Blixt Wallet." + } + }, + "LSP": { + "title": "Set Dunder LSP Server", + "subtitle": "", + "setDialog": { + "title": "Set Dunder Server", + "acept": "Set server" + }, + "restoreDialog": { + "title": "Restore Dunder Server", + "msg": "Would you like to restore to the default Dunder server" + } + }, + "graphSync": { + "title": "Wait for graph sync before paying", + "subtitle": "Synchronized graph leads to optimal payment paths" + } + }, + "miscelaneous": { + "title": "Miscellaneous", + "about": { + "title": "About", + "subtitle": "" + }, + "appLog": { + "title": "Copy app log to local storage", + "subtitle": "", + "dialog": { + "alert": "Copied app log file to", + "error": "Error copying app log file." + } + }, + "lndLog": { + "title": "Copy lnd log to local storage", + "subtitle": "Reached from /sdcard/BlixtWallet", + "dialog": { + "alert": "Copied lnd log file", + "error": "Error copying lnd log file." + } + }, + "dev": { + "title": "Go to dev screen", + "subtitle": "" + }, + "expiredInvoices": { + "title": "Automatically hide expired invoices", + "subtitle": "" + }, + "screenTransactions": { + "title": "Screen transitions", + "subtitle": "" + }, + "signMessage": { + "title": "Sign message with wallet key", + "subtitle": "", + "dialog1": { + "title": "Sign message" + }, + "dialog2": { + "title": "Signature", + "alert": "Copied to clipboard" + } + } + }, + "experimental": { + "title": "Experiments", + "LSP": { + "title": "Enable Dunder LSP", + "subtitle": "HIGHLY EXPERIMENTAL. Lightning Service Provider that helps with inbound liquidity" + }, + "MPP": { + "title": "Enable Multi-Path Payments", + "subtitle": "Payments can take up to 2 paths" + }, + "tor": { + "title": "Enable Tor", + "subtitle": "", + "enabled": { + "title": "Restart app and enable Tor", + "msg1": "Enabling Tor will make the wallet connect to its peers (both Bitcoin and Lightning Network peers) via the Tor Network.", + "msg2": "You'll also be able to connect and open channels to Lightning nodes that uses onion services.", + "msg3": "WARNING: Blixt Wallet will still talk to the following services without Tor", + "msg4": "Reason: To get fiat/bitcoin rates", + "msg5": "Reason: To get the current block height", + "msg6": "Reason: For Google Drive backup", + "msg7": "Reason: For reliable Lightning nodes", + "msg8": "WebLN Browser and LNURL will also not use Tor." + }, + "disabled": { + "title": "Restart app and disable Tor", + "msg1": "Disabling Tor requires an app restart.", + "msg2": "Do you wish to proceed?" + } + }, + "onion": { + "title": "Show Tor onion service", + "subtitle": "For connecting and opening channels to this wallet" + }, + "keysend": { + "title": "Keysend Experiment", + "subtitle": "" + } + }, + "debug": { + "title": "Debug", + "startup": { + "title": "Show startup info notifications", + "subtitle": "" + }, + "helpCencer": { + "title": "LndMobile help center", + "subtitle": "" + }, + "LSP": { + "title": "Diagnose Dunder problems", + "subtitle": "" + }, + "lndLog": { + "title": "Read lnd log", + "subtitle": "" + }, + "keysend": { + "title": "Keysend Test", + "subtitle": "" + }, + "googleDrive": { + "title": "Google Drive Testbed", + "subtitle": "" + }, + "webln": { + "title": "WebLN", + "subtitle": "" + }, + "config": { + "title": "Write config", + "subtitle": "" + }, + "demo": { + "title": "Activate Demo Mode", + "subtitle": "Used for promo. Restart app to reset" + } + } + }, + "settings.about": { + "title": "About Blixt Wallet", + "msg1": "Version", + "msg2": "By", + "msg3": "Open-source wallet with MIT license", + "msg4": "Created using", + "msg5": "and other amazing open source software", + "msg6": "Tor icon is licensed under CC BY 3.0 by", + "msg7": "license" + }, + "settings.setPincode": { + "enter": "Enter a pincode", + "confirm": "Confirm your pincode" + }, + "settings.removePincodeAuth": { + "title": "Enter current pincode to remove pincode" + }, + "settings.lightningPeers": { + "layout": { + "title": "Lightning Peers" + }, + "alias": "Node alias", + "pubKey": "Node public key", + "address": "Node address", + "data": { + "title": "Data", + "bytesSent": "bytes sent", + "bytesRecv": "bytes received" + }, + "transfer": { + "title": "Transfer", + "satSent": "sat sent", + "satRecv": "sat received" + }, + "inbound": "Inbound", + "syncType": "Sync type", + "errors": "Errors", + "disconnect": "Disconnect peer" + }, + "settings.connectToLightningPeer": { + "layout": { + "title": "Connect to Lightning Peer" + }, + "connect": { + "title": "Node URI", + "placeholder": "Peer URI", + "accept": "Connect" + } + }, + "settings.lightningNodeInfo": { + "title": "Node Info", + "alias": "Node Alias", + "chain": "Chain", + "timestamp": "Best Header Timestamp", + "blockHash": "Block Hash", + "blockHeight": "Block Height", + "identityPubkey": "Identity Pubkey", + "channel": { + "title": "Num Channels", + "active": "Active", + "inactive": "Inactive", + "pending": "Pending" + }, + "numPeers": "Num peers", + "syncedToChain": "Synced to Chain", + "syncedToGraph": "Synced to Graph", + "nodeUris": "Node URIs", + "version": "Lnd Version", + "features": "Node features" + }, + "settings.torShowOnionAddress": { + "title": "Tor Onion Service", + "msg1": "Scan this QR code to open a channel to this wallet", + "msg2": "Couldn't resolve onion address" + }, + "welcome.addFunds": { + "title": "Add funds", + "msg1": "To start using Lightning in Blixt Wallet", + "msg2": "send bitcoins to the address above" + }, + "welcome.almostDone": { + "title": "Add funds", + "msg1": "To start using Lightning in Blixt Wallet", + "msg2": "send bitcoins to the address above" + }, + "welcome.confirm": { + "alert": { + "title": "Try again", + "msg": "Sorry, you wrote the words in the wrong order, please try again." + }, + "seed": { + "title": "Confirm your seed" + } + }, + "welcome.googleDriveBackup": { + "enable": { + "title": "Enable Google Drive backup", + "msg": "Google Drive backup enabled" + }, + "backup": { + "title": "Cloud Backup", + "msg": "In order for your off-chain funds to stay secure in the case of a device loss, we recommend you to keep channels backed up to Google Drive.", + "msg1": "This will keep an encrypted backup of your channels that can only be used together with the wallet seed.", + "msg2": "When you are ready, press continue." + } + }, + "welcome.iCloudBackup": { + "enable": { + "title": "Enable iCloud backup", + "msg": "iCloud backup enabled" + }, + "backup": { + "title": "iCloud Backup", + "msg": "In order for your off-chain funds to stay secure in the case of a device loss, we recommend you to keep channels backed up to iCloud.", + "msg1": "This will keep an encrypted backup of your channels that can only be used together with the wallet seed.", + "msg2": "When you are ready, press continue." + } + }, + "welcome.restore": { + "restore": { + "title": "Restore wallet", + "msg": "To restore your wallet, write each word from your seed separated by a space.", + "msg1": "If you wish to restore your Lightning Network channels, you need to provide a file backup.", + "loading": "Restore Wallet", + "channel": { + "title": "Channel backup", + "file": "Choose channel backup file on disk", + "google": { + "title": "Restore via Google Drive", + "alert": "Restoring via Google Drive failed" + }, + "iCloud": { + "title": "Restore via iCloud", + "alert": "Restoring via iClouod failed" + } + }, + "seed": "Seed must be exactly 24 words" + }, + "backup": { + "google": "Backup via Google Drive", + "iCloud": "Backup via iCloud" + } + }, + "welcome.seed": { + "title": "Welcome to Blixt Wallet!", + "msg": "This is your backup seed.", + "msg1": "Write it down on a piece of paper and store it in a safe place.", + "msg2": "Should you lose access to your wallet", + "msg3": "you may be able to recover your funds by using your backup seed.", + "msg4": "The seed standard being used is aezeed.", + "button": "I have written it down" + } +} diff --git a/locales/en/LNURL.LNURLPayRequest.json b/locales/en/LNURL.LNURLPayRequest.json deleted file mode 100644 index 80e9b0430..000000000 --- a/locales/en/LNURL.LNURLPayRequest.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "viewMetadata": { - "title": "View metadata", - "dialog": { - "title": "Technical metadata" - } - }, - "lightningAddress": { - "alreadyExists": { - "msg": "{{lightningAddress}} is in your contact list" - }, - "add": { - "title": "Add to Contact List", - "msg": "Would you like to add {{lightningAddress}} to your contact list?" - } - }, - "payContact": { - "alreadyExists": { - "msg": "Payment code for {{domain}} is in your contact list" - }, - "add": { - "title": "Add to Contact List", - "msg": "Would you like to add this payment code to {{domain}} to your contact list?" - } - }, - "unableToPay": "Unable to pay", - "payerData": { - "commentAllowed": "Comment to {{target}} (max {{letters}} letters)", - "sendNameWithComment": "Send my name together with this comment", - "name": { - "ask": "Send my name together with this payment", - "mandatory": "Your name has to be sent together with this payment" - } - }, - "payloadErrors": { - "missingDescription": "Payment is missing a description." - }, - "pay": { - "title": "Pay", - "error": { - "mustProvideComment": "You must provide a comment if you choose to include your name to this payment" - } - }, - "cancel": { - "title": "Cancel" - }, - "form": { - "asksYouToPay": "asks you to pay.", - "description": { - "title": "Description" - }, - "amount": { - "title": "Amount", - "to": "to", - "placeholder": "Input amount" - }, - "alert": "Unable to pay" - }, - "done": { - "message": { - "title": "Message from" - }, - "url": { - "description": "Description", - "domain": "URL received from", - "done": { - "title": "Done" - }, - "copy": { - "title": "Copy to clipboard", - "msg": "Copied to clipboard." - }, - "open": { - "title": "Open Browser" - } - }, - "aes": { - "domain": "Got a secret encrypted message from", - "description": "Message from", - "secret": "Secret message" - } - }, - "aboutLightningAddress": { - "title": "About Lightning Address", - "msg1": "Lightning Address", - "msg2": "is a way of paying a person or a service on the Lightning Network.", - "msg3": "They look like email addresses, but instead of sending an email to the recipient, you're sending money.", - "msg4": "Blixt Wallet has full support for sending to a Lightning Address, but receiving", - "msg5": "via a Lightning Address is still being worked on." - } -} diff --git a/locales/en/LNURL.authRequest.json b/locales/en/LNURL.authRequest.json deleted file mode 100644 index f50c1967e..000000000 --- a/locales/en/LNURL.authRequest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "layout": { - "title": "Login request", - "msg": "Do you want to login to", - "success": "Authenticated to" - } -} diff --git a/locales/en/LNURL.channelRequest.json b/locales/en/LNURL.channelRequest.json deleted file mode 100644 index 463f05e0f..000000000 --- a/locales/en/LNURL.channelRequest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "alert": "Opening inbound channel" -} diff --git a/locales/en/LNURL.withdrawRequest.json b/locales/en/LNURL.withdrawRequest.json deleted file mode 100644 index dee19c9ea..000000000 --- a/locales/en/LNURL.withdrawRequest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "doRequest": { - "sentRequest": "Sent withdrawal request to {{domain}}", - "addToContactList": { - "title": "Add to Contact List", - "msg": "Would you like to add this withdrawal code to {{domain}} to your contact list?", - "note": "Account on {{domain}}" - } - }, - "layout": { - "title": "Withdrawal request", - "msg": "Message from", - "dialog": { - "msg": "Amount" - }, - "dialog1": { - "minSat": "Min withdrawal amount", - "maxSat": "Max withdrawal amount", - "placeholder": "Amount" - } - } -} diff --git a/locales/en/bottomNav.json b/locales/en/bottomNav.json deleted file mode 100644 index 37d03d9c1..000000000 --- a/locales/en/bottomNav.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "receive": "Receive", - "send": "Send" -} diff --git a/locales/en/common.json b/locales/en/common.json deleted file mode 100644 index 1f85a757f..000000000 --- a/locales/en/common.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "generic": { - "lightningAddress": "Lightning Address", - "nodeAlias": "Node alias", - "description": "Description", - "amount": "Amount", - "fee": "Fee" - }, - "buttons": { - "ok": "Ok", - "cancel": "Cancel", - "continue": "Continue", - "skip": "Skip", - "proceed": "Proceed", - "back": "Back", - "no": "No", - "yes": "Yes", - "save": "Save", - "copy": "Copy" - }, - "msg": { - "status": "Status", - "error": "Error", - "warning": "Warning", - "result": "Result", - "pending": "pending", - "done": "Done", - "dismiss": "Dismiss", - "lastSync": "Last sync", - "lastSyncAttempt": "Last sync attempt", - "clipboardCopy": "Copied to clipboard.", - "written": "Written", - "enabled": "enabled", - "disabled": "disabled" - } -} diff --git a/locales/en/contacts.contactList.json b/locales/en/contacts.contactList.json deleted file mode 100644 index e55dde0c0..000000000 --- a/locales/en/contacts.contactList.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "layout": { - "title": "Contacts & Services", - "lightningAddressAlreadyExists": "already exists in your contact list", - "nothingHereYet": "There's nothing here yet...", - "whyNotAdd": "Why not add a Lightning Address contact by", - "tappingHere": "tapping here" - }, - "contact": { - "syncBalance": { - "title": "Remote balance", - "error": "Invalid operation, contact doesn't have an LNURL-withdraw code" - }, - "list": { - "pay": "Payments to", - "account": "Account on" - }, - "send": { - "title": "Send", - "couldNotPay": "Could not pay to this LNURL-pay code", - "invalidResponse": "The response was not an LNURL-pay response (got {{response}})", - "invalidOperation": "Invalid operation, contact neither has LUD-16 identifier or LNURL-pay code" - }, - "withdraw": { - "title": "Withdraw", - "couldNotPay": "Could not pay to this LNURL-pay code", - "invalidResponse": "The response was not an LNURL-pay response (got {{response}})", - "invalidOperation": "Invalid operation, contact doesn't have an LNURL-withdraw code" - }, - "deleteContact": { - "title": "Contact deletion", - "msg": "Are you sure you want to delete contact {{contact}}?" - } - } -} diff --git a/locales/en/drawer.json b/locales/en/drawer.json deleted file mode 100644 index c92ed8a08..000000000 --- a/locales/en/drawer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "menu": { - "scan": "Scan", - "receive": "Receive", - "pasteFromClipboard": "Paste from Clipboard", - "sendToLightningAddress": "Send to Lightning Address", - "contactsAndServices": "Contacts & Services", - "lightningBrowser": "Lightning Browser", - "onChainWallet": "On-chain", - "lightningChannels": "Lightning Channels", - "keysendExperiment": "Keysend Experiment", - "showMore": "Advanced" - }, - "madeInSweden": "Made with ⚡ in Sweden" -} diff --git a/locales/en/help.json b/locales/en/help.json deleted file mode 100644 index 7b0f98e62..000000000 --- a/locales/en/help.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Help", - "msg1": "If you run into problems or have feedback, you can contact Blixt Wallet developers by filing an issue on Github or by contacting us via email.", - "msg2": "You are also welcome to join our public Telegram chat group.", - "msg3": "As Blixt Wallet is a new wallet, we need feedback on common issues that you might encounter.", - "telegramGroup": "Telegram group" -} diff --git a/locales/en/initProcess.initLightning.json b/locales/en/initProcess.initLightning.json deleted file mode 100644 index 9a6fa8fe5..000000000 --- a/locales/en/initProcess.initLightning.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Syncing chain" -} diff --git a/locales/en/keysend.experiment.json b/locales/en/keysend.experiment.json deleted file mode 100644 index 21c3c6d3c..000000000 --- a/locales/en/keysend.experiment.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "title": "Keysend", - "qr": { - "alert": "Copied to clipboard" - }, - "dialog": { - "msg1": "Welcome to the keysend playground", - "msg2": "Keysend lets you pay another Blixt Wallet (or any Lightning node that supports keysend) without requiring an invoice.", - "msg3": "Click on the camera to scan another wallet's QR code or provide a public key and route hints below." - }, - "send": { - "title": "Send", - "msg": "Keysend payment", - "error": { - "checkAmount": "Check amount", - "missingPubkey": "Missing pubkey" - }, - "alert": "Payment successful" - }, - "form": { - "amount": { - "title": "Amount sat" - }, - "pubkey": { - "title": "Public key", - "placeholder": "Pubkey" - }, - "route": { - "title": "Route hints", - "placeholder": "Route hints" - }, - "message": { - "title": "Message", - "placeholder": "Enter a chat message here" - } - } -} diff --git a/locales/en/lightningInfo.lightningInfo.json b/locales/en/lightningInfo.lightningInfo.json deleted file mode 100644 index 88ecf8e11..000000000 --- a/locales/en/lightningInfo.lightningInfo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "layout": { - "title": "Lightning Channels" - }, - "balance": { - "title": "Balance" - } -} diff --git a/locales/en/lightningInfo.openChannel.json b/locales/en/lightningInfo.openChannel.json deleted file mode 100644 index 879057194..000000000 --- a/locales/en/lightningInfo.openChannel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "layout": { - "title": "Open channel" - }, - "form": { - "title": "Open channel", - "channel": { - "title": "Node URI", - "placeholder": "URI" - }, - "amount": { - "title": "Amount", - "placeholder": "Amount" - }, - "fee_rate": { - "title": "Fee-rate" - } - } -} diff --git a/locales/en/onchain.onChainInfo.json b/locales/en/onchain.onChainInfo.json deleted file mode 100644 index b3dc3183c..000000000 --- a/locales/en/onchain.onChainInfo.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "funds": { - "title": "On-chain funds" - }, - "address": { - "title": "Send Bitcoin on-chain to this address", - "alert": "Copied to clipboard." - }, - "newAddress": { - "title": "Generate new address" - }, - "withdraw": { - "title": "Withdraw coins" - } -} diff --git a/locales/en/onchain.onChainTransactionDetails.json b/locales/en/onchain.onChainTransactionDetails.json deleted file mode 100644 index ccbb09e1c..000000000 --- a/locales/en/onchain.onChainTransactionDetails.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Transaction", - "blockExplorer": "See in Block Explorer", - "txHash": "Id", - "timeStamp": "Date", - "amount": "Amount", - "totalFees": "Fees", - "label": "Label", - "destAddresses": "Destination", - "numConfirmations": "Confirmations", - "blockHeight": "Block height", - "blockHash": "Block hash", - "rawTxHex": { - "title": "Raw tx hex", - "msg": "Press to copy" - } -} diff --git a/locales/en/onchain.onChainTransactionLog.json b/locales/en/onchain.onChainTransactionLog.json deleted file mode 100644 index 4d1b07d2d..000000000 --- a/locales/en/onchain.onChainTransactionLog.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "layout": { - "title": "Transaction Log" - } -} diff --git a/locales/en/onchain.withdraw.json b/locales/en/onchain.withdraw.json deleted file mode 100644 index 1f06d1daf..000000000 --- a/locales/en/onchain.withdraw.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "layout": { - "title": "Withdraw coins" - }, - "form": { - "address": { - "title": "Address", - "placeholder": "Bitcoin address" - }, - "amount": { - "title": "Amount", - "placeholder": "Amount", - "withdrawAll": "Withdraw all funds", - "all": "All" - }, - "feeRate": { - "title": "Fee-rate", - "auto": "auto" - }, - "withdraw": { - "title": "Withdraw", - "alert": "Withdraw succeeded" - } - } -} diff --git a/locales/en/overview.json b/locales/en/overview.json deleted file mode 100644 index 2df57836d..000000000 --- a/locales/en/overview.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "recoverInfo": { - "msg1": "Wallet recovery in progress.", - "msg2": "Wallet recovery finished.", - "more": "More info" - }, - "sendOnChain": { - "title": "Welcome to Blixt Wallet!", - "msg1": "To get started, send on-chain funds to the bitcoin address to the right.", - "msg2": "A channel will automatically be opened for you.", - "msg3": "Send at least", - "alert": "Bitcoin address copied to clipboard" - }, - "doBackup": { - "msg1": "Thank you for using Blixt Wallet!", - "msg2": "We recommend making a backup of the wallet so that you can restore your funds in case of a phone loss.", - "backup": "Backup wallet" - } -} diff --git a/locales/en/receive.dunderLspInfo.json b/locales/en/receive.dunderLspInfo.json deleted file mode 100644 index 2fad1c890..000000000 --- a/locales/en/receive.dunderLspInfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "About Dunder LSP", - "msg": "Dunder is a Lightning Service Provider (LSP) that automatically opens channels for you when you don't have enough inbound liquidity.", - "msg1": "This could for example be the case when you first start using Blixt Wallet.", - "msg2": "As this requires an on-chain transaction, a Bitcoin transaction fee will be deducted from the incoming payment. Future payments will be able to use the newly opened payment channel with the Lightning network.", - "msg3": "Dunder is", - "msg4": "open-source", - "msg5": "software and you may change the default service provider in Settings." -} diff --git a/locales/en/receive.receiveQr.json b/locales/en/receive.receiveQr.json deleted file mode 100644 index 90dcffcd5..000000000 --- a/locales/en/receive.receiveQr.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Receive", - "qr": { - "title": "Scan this QR code", - "msg": "Expires in" - } -} diff --git a/locales/en/receive.receiveSetup.json b/locales/en/receive.receiveSetup.json deleted file mode 100644 index 07cdc5822..000000000 --- a/locales/en/receive.receiveSetup.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "layout": { - "title": "Receive" - }, - "createInvoice": { - "title": "Create invoice", - "error": "Invoice amount cannot be higher than", - "alert": "Before you can receive, you need to open a Lightning channel.", - "lsp": { - "msg": "A payment channel by Dunder LSP will be opened when this invoice is paid.", - "msg1": "What's this?" - } - }, - "createBlixtLspInvoice": { - "title": "Channel opening", - "msg": "In order to accept a payment for this invoice, a channel on the Lightning Network has to be opened.", - "msg1": "This requires a one-time fee of approximately", - "alert": "Failed to connect to Dunder, please try again later.", - "proceed": "Proceed" - }, - "form": { - "amountFiat": { - "title": "Amount", - "change": "Change fiat unit", - "dunderPlaceholder": "At least" - }, - "amountBitcoin": { - "title": "Amount", - "change": "Change bitcoin unit", - "dunderPlaceholder": "At least" - }, - "payer": { - "title": "Payer", - "placeholder": "For bookkeeping" - }, - "description": { - "title": "Message", - "placeholder": "Message to payer" - } - } -} diff --git a/locales/en/send.sendConfirmation.json b/locales/en/send.sendConfirmation.json deleted file mode 100644 index 945174b66..000000000 --- a/locales/en/send.sendConfirmation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Pay invoice" - }, - "form": { - "invoice": { - "title": "Invoice" - }, - "amount": { - "title": "Amount" - }, - "recipient": { - "title": "Recipient" - }, - "nodeAlias": { - "title": "Node Alias" - }, - "description": { - "title": "Message" - } - } -} diff --git a/locales/en/send.sendDone.json b/locales/en/send.sendDone.json deleted file mode 100644 index 37394643b..000000000 --- a/locales/en/send.sendDone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "done": { - "title": "PAYMENT SENT" - } -} diff --git a/locales/en/settings.about.json b/locales/en/settings.about.json deleted file mode 100644 index 6eb73fde9..000000000 --- a/locales/en/settings.about.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "About Blixt Wallet", - "msg1": "Version", - "msg2": "By", - "msg3": "Open-source wallet with MIT license", - "msg4": "Created using", - "msg5": "and other amazing open source software", - "msg6": "Tor icon is licensed under CC BY 3.0 by", - "msg7": "license" -} diff --git a/locales/en/settings.connectToLightningPeer.json b/locales/en/settings.connectToLightningPeer.json deleted file mode 100644 index ad2e1c1c3..000000000 --- a/locales/en/settings.connectToLightningPeer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "layout": { - "title": "Connect to Lightning Peer" - }, - "connect": { - "title": "Node URI", - "placeholder": "Peer URI", - "accept": "Connect" - } -} diff --git a/locales/en/settings.lightningNodeInfo.json b/locales/en/settings.lightningNodeInfo.json deleted file mode 100644 index a974c7a4d..000000000 --- a/locales/en/settings.lightningNodeInfo.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "Node Info", - "alias": "Node Alias", - "chain": "Chain", - "timestamp": "Best Header Timestamp", - "blockHash": "Block Hash", - "blockHeight": "Block Height", - "identityPubkey": "Identity Pubkey", - "channel": { - "title": "Num Channels", - "active": "Active", - "inactive": "Inactive", - "pending": "Pending" - }, - "numPeers": "Num peers", - "syncedToChain": "Synced to Chain", - "syncedToGraph": "Synced to Graph", - "nodeUris": "Node URIs", - "version": "Lnd Version", - "features": "Node features" -} diff --git a/locales/en/settings.lightningPeers.json b/locales/en/settings.lightningPeers.json deleted file mode 100644 index c87a64c9a..000000000 --- a/locales/en/settings.lightningPeers.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Lightning Peers" - }, - "alias": "Node alias", - "pubKey": "Node public key", - "address": "Node address", - "data": { - "title": "Data", - "bytesSent": "bytes sent", - "bytesRecv": "bytes received" - }, - "transfer": { - "title": "Transfer", - "satSent": "sat sent", - "satRecv": "sat received" - }, - "inbound": "Inbound", - "syncType": "Sync type", - "errors": "Errors", - "disconnect": "Disconnect peer" -} diff --git a/locales/en/settings.removePincodeAuth.json b/locales/en/settings.removePincodeAuth.json deleted file mode 100644 index 4a592715d..000000000 --- a/locales/en/settings.removePincodeAuth.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Enter current pincode to remove pincode" -} diff --git a/locales/en/settings.setPincode.json b/locales/en/settings.setPincode.json deleted file mode 100644 index 8589b5c00..000000000 --- a/locales/en/settings.setPincode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enter": "Enter a pincode", - "confirm": "Confirm your pincode" -} diff --git a/locales/en/settings.settings.json b/locales/en/settings.settings.json deleted file mode 100644 index 49fb13c7a..000000000 --- a/locales/en/settings.settings.json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "title": "Settings", - "general": { - "title": "General", - "name": { - "title": "Name", - "subtitle": "Will be used in transactions", - "dialog": { - "msg": "Choose a name that will be used in transactions\n\nYour name will be seen in invoices to those who pay you as well as people you pay to.", - "accept": "Set name" - } - }, - "lang": { - "title": "Language", - "dialog": { - "title": "Select language" - } - }, - "pushNotification": { - "title": "Push notifications", - "subtitle": "For transaction and channel events" - }, - "checkClipboard": { - "title": "Check clipboard for invoices", - "subtitle": "Automatically check clipboard for invoices" - }, - "saveGeolocation": { - "title": "Save geolocation of transaction", - "subtitle": "Locally save the location of a transaction", - "logGranted": "Geolocation granted", - "logDenied": "Geolocation permission denied" - }, - "mapTheme": { - "title": "Set Map theme" - } - }, - "wallet": { - "title": "Wallet", - "seed": { - "show": { - "title": "Show mnemonic", - "subtitle": "Show 24-word seed for this wallet", - "dialog": { - "title": "Seed", - "alert": "Copied to clipboard", - "copy": "Copy seed" - } - }, - "remove": { - "title": "Remove mnemonic from device", - "subtitle": "Permanently remove the seed from this device", - "dialog": { - "title": "Remove seed", - "msg": "This will permanently remove the seed from this device. Only do this if you have backed up your seed!", - "accept": "Delete seed" - } - } - }, - "backup": { - "export": { - "title": "Export channel backup", - "alert": "File written:" - }, - "verify": { - "title": "Verify channel backup" - }, - "googleCloud": { - "title": "Google Drive channel backup", - "subtitle": "Automatically backup channels to Google Drive", - "alert": "Google Drive backup enabled" - }, - "googleCloudForce": { - "title": "Manually trigger Google Drive Backup", - "alert": "Backed up channels to Google Drive" - }, - "iCloud": { - "title": "iCloud channel backup", - "subtitle": "Automatically backup channels to iCloud", - "alert": "iCloud backup" - }, - "iCloudForce": { - "title": "Manually trigger iCloud Backup", - "alert": "Backed up channels to iCloud" - }, - "error": "Error backup up" - } - }, - "security": { - "title": "Security", - "pincode": { - "title": "Login with pincode" - }, - "biometrics": { - "title": "Login with", - "fingerprint": "fingerprint", - "faceId": "Face ID", - "touchID": "Touch ID" - }, - "chainSync": { - "title": "Scheduled chain sync", - "subtitle": "Runs in background every 4 hours", - "dialog": { - "title": "Not recommended", - "msg": "Warning. It is not recommended to disable scheduled chain sync.\n\nMake sure you keep up-to-date with the network otherwise you risk losing your funds.\n\nOnly do this if you're know what you're doing." - } - } - }, - "display": { - "title": "Display", - "fiatUnit": { - "title": "Change fiat unit" - }, - "bitcoinUnit": { - "title": "Change bitcoin unit" - }, - "onchainExplorer": { - "title": "Onchain explorer", - "dialog": { - "title": "Change on-chain explorer" - } - } - }, - "bitcoinNetwork": { - "title": "Bitcoin Network", - "node": { - "title": "Bitcoin Node", - "subtitle": "Set Bitcoin node (BIP157) to connect to", - "setDialog": { - "title": "Set Node" - }, - "restoreDialog": { - "title": "Restore node", - "msg": "Would you like to restore to the default node" - }, - "restartDialog": { - "title": "Restart required", - "msg": "Blixt Wallet has to be restarted before the new configuration is applied.", - "msg1": "Would you like to do that now?" - } - }, - "rpc": { - "title": "Set bitcoind RPC Host" - }, - "zmqRawBlock": { - "title": "Set bitcoind ZMQ Raw Block Host" - }, - "zmqRawTx": { - "title": "Set bitcoind ZMQ Raw Tx Host" - }, - "p2tr": { - "title": "Enable receiving on-chain via Taproot (P2TR)" - } - }, - "LN": { - "title": "Lightning Network", - "node": { - "title": "Show node data", - "subtitle": "" - }, - "peers": { - "title": "Show Lightning peers", - "subtitle": "" - }, - "autopilot": { - "title": "Automatically open channels", - "subtitle": "" - }, - "inbound": { - "title": "Inbound channel services", - "subtitle": "Use an inbound channel service for receiving payments", - "dialog": { - "title": "Incoming channel provider", - "msg1": "Choose an incoming channel provider and press Continue.", - "msg2": "Your web browser will be opened to the corresponding provider's website, where you will be able to request a channel.", - "msg3": "When you're done, you can copy the address code and/or open the link using Blixt Wallet." - } - }, - "LSP": { - "title": "Set Dunder LSP Server", - "subtitle": "", - "setDialog": { - "title": "Set Dunder Server", - "acept": "Set server" - }, - "restoreDialog": { - "title": "Restore Dunder Server", - "msg": "Would you like to restore to the default Dunder server" - } - }, - "graphSync": { - "title": "Wait for graph sync before paying", - "subtitle": "Synchronized graph leads to optimal payment paths" - } - }, - "miscelaneous": { - "title": "Miscellaneous", - "about": { - "title": "About", - "subtitle": "" - }, - "appLog": { - "title": "Copy app log to local storage", - "subtitle": "", - "dialog": { - "alert": "Copied app log file to", - "error": "Error copying app log file." - } - }, - "lndLog": { - "title": "Copy lnd log to local storage", - "subtitle": "Reached from /sdcard/BlixtWallet", - "dialog": { - "alert": "Copied lnd log file", - "error": "Error copying lnd log file." - } - }, - "dev": { - "title": "Go to dev screen", - "subtitle": "" - }, - "expiredInvoices": { - "title": "Automatically hide expired invoices", - "subtitle": "" - }, - "screenTransactions": { - "title": "Screen transitions", - "subtitle": "" - }, - "signMessage": { - "title": "Sign message with wallet key", - "subtitle": "", - "dialog1": { - "title": "Sign message" - }, - "dialog2": { - "title": "Signature", - "alert": "Copied to clipboard" - } - } - }, - "experimental": { - "title": "Experiments", - "LSP": { - "title": "Enable Dunder LSP", - "subtitle": "HIGHLY EXPERIMENTAL. Lightning Service Provider that helps with inbound liquidity" - }, - "MPP": { - "title": "Enable Multi-Path Payments", - "subtitle": "Payments can take up to 2 paths" - }, - "tor": { - "title": "Enable Tor", - "subtitle": "", - "enabled": { - "title": "Restart app and enable Tor", - "msg1": "Enabling Tor will make the wallet connect to its peers (both Bitcoin and Lightning Network peers) via the Tor Network.", - "msg2": "You'll also be able to connect and open channels to Lightning nodes that uses onion services.", - "msg3": "WARNING: Blixt Wallet will still talk to the following services without Tor", - "msg4": "Reason: To get fiat/bitcoin rates", - "msg5": "Reason: To get the current block height", - "msg6": "Reason: For Google Drive backup", - "msg7": "Reason: For reliable Lightning nodes", - "msg8": "WebLN Browser and LNURL will also not use Tor." - }, - "disabled": { - "title": "Restart app and disable Tor", - "msg1": "Disabling Tor requires an app restart.", - "msg2": "Do you wish to proceed?" - } - }, - "onion": { - "title": "Show Tor onion service", - "subtitle": "For connecting and opening channels to this wallet" - }, - "keysend": { - "title": "Keysend Experiment", - "subtitle": "" - } - }, - "debug": { - "title": "Debug", - "startup": { - "title": "Show startup info notifications", - "subtitle": "" - }, - "helpCencer": { - "title": "LndMobile help center", - "subtitle": "" - }, - "LSP": { - "title": "Diagnose Dunder problems", - "subtitle": "" - }, - "lndLog": { - "title": "Read lnd log", - "subtitle": "" - }, - "keysend": { - "title": "Keysend Test", - "subtitle": "" - }, - "googleDrive": { - "title": "Google Drive Testbed", - "subtitle": "" - }, - "webln": { - "title": "WebLN", - "subtitle": "" - }, - "config": { - "title": "Write config", - "subtitle": "" - }, - "demo": { - "title": "Activate Demo Mode", - "subtitle": "Used for promo. Restart app to reset" - } - } -} diff --git a/locales/en/settings.torShowOnionAddress.json b/locales/en/settings.torShowOnionAddress.json deleted file mode 100644 index 5cbdc395d..000000000 --- a/locales/en/settings.torShowOnionAddress.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Tor Onion Service", - "msg1": "Scan this QR code to open a channel to this wallet", - "msg2": "Couldn't resolve onion address" -} diff --git a/locales/en/syncInfo.json b/locales/en/syncInfo.json deleted file mode 100644 index 565b68cc9..000000000 --- a/locales/en/syncInfo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "syncedToChain": { - "title": "Syncing in progress", - "title1": "Syncing complete", - "msg1": "Blixt Wallet is currently syncing the blockchain.", - "msg2": "Once your wallet is in sync with the blockchain, on-chain transactions and funds will be recognized and can be seen from the Bitcoin on-chain section.", - "msg3": "Blixt Wallet is in sync with the blockchain.", - "blockHeight": { - "title": "Current block height", - "msg1": "Chain sync progress" - } - }, - "recoveryMode": { - "title": "Recovering progress", - "msg1": "Recover complete", - "msg2": "Check the Lightning Channels & On-chain sections" - }, - "lndLog": { - "show": "Show lnd log", - "copy": "Copy log text" - } -} diff --git a/locales/en/transactionDetails.json b/locales/en/transactionDetails.json deleted file mode 100644 index 276130e6a..000000000 --- a/locales/en/transactionDetails.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "title": "Transaction", - "date": "Date", - "note": "Note", - "website": "Website", - "type" : "Type", - "lnurl": { - "messageFromWebsite": "Message from", - "urlReceivedFromWebsite": "URL received from", - "secretMessage": "Secret message" - }, - "payer": "Payer", - "recipient": "Recipient", - "amountInFiatTimeOfPayment": "Amount in Fiat (Time of Payment)", - "numberOfHops": "Number of hops", - "remotePubkey": "Remote pubkey", - "paymentHash": "Payment hash", - "preimage": "Preimage", - "status": "Status", - "goBack": "Go back", - "button": { - "setNote": "Set note", - "cancelInvoice": "Cancel invoice", - "showMap": "Show map" - }, - "setNoteDialog": { - "title": "Note", - "text": "Set a note for this transaction" - } -} diff --git a/locales/en/web.info.json b/locales/en/web.info.json deleted file mode 100755 index 51675d406..000000000 --- a/locales/en/web.info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Interactive demo", - "pressToTry": "Press to try out Blixt Wallet!" -} diff --git a/locales/en/webLN.browser.json b/locales/en/webLN.browser.json deleted file mode 100644 index 375e68764..000000000 --- a/locales/en/webLN.browser.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "close": "Do you wish to close the browser?", - "home": "Go back to store list", - "placeholder": "Type URL here" -} diff --git a/locales/en/welcome.addFunds.json b/locales/en/welcome.addFunds.json deleted file mode 100644 index bd2bcd17d..000000000 --- a/locales/en/welcome.addFunds.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Add funds", - "msg1": "To start using Lightning in Blixt Wallet", - "msg2": "send bitcoins to the address above" -} diff --git a/locales/en/welcome.almostDone.json b/locales/en/welcome.almostDone.json deleted file mode 100644 index 110988225..000000000 --- a/locales/en/welcome.almostDone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": { - "title": "Name", - "msg": "Will be used in transactions", - "alert": { - "title": "Name", - "msg1": "Choose a name that will be used in transactions", - "msg2": "Your name will be seen in invoices to those who pay you as well as", - "msg3": "people you pay to.", - "msg4": "Set name" - } - }, - "pincode": { - "title": "Login with pincode", - "msg": "Login with" - }, - "fiatUnit": { - "title": "Fiat currency", - "dialog": { - "title": "Change fiat unit" - } - }, - "autopilot": { - "title": "Auto-open channels", - "msg": "Open channels when on-chain funds are available" - }, - "done": { - "title": "Almost done!", - "msg1": "Here are some wallet settings you can set up to your liking", - "msg2": "When you are ready, press continue" - } -} diff --git a/locales/en/welcome.confirm.json b/locales/en/welcome.confirm.json deleted file mode 100644 index 130c0a1a1..000000000 --- a/locales/en/welcome.confirm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "alert": { - "title": "Try again", - "msg": "Sorry, you wrote the words in the wrong order, please try again." - }, - "seed": { - "title": "Confirm your seed" - } -} diff --git a/locales/en/welcome.googleDriveBackup.json b/locales/en/welcome.googleDriveBackup.json deleted file mode 100644 index 8abd153c2..000000000 --- a/locales/en/welcome.googleDriveBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Enable Google Drive backup", - "msg": "Google Drive backup enabled" - }, - "backup": { - "title": "Cloud Backup", - "msg": "In order for your off-chain funds to stay secure in the case of a device loss, we recommend you to keep channels backed up to Google Drive.", - "msg1": "This will keep an encrypted backup of your channels that can only be used together with the wallet seed.", - "msg2": "When you are ready, press continue." - } -} diff --git a/locales/en/welcome.iCloudBackup.json b/locales/en/welcome.iCloudBackup.json deleted file mode 100644 index 486982b23..000000000 --- a/locales/en/welcome.iCloudBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Enable iCloud backup", - "msg": "iCloud backup enabled" - }, - "backup": { - "title": "iCloud Backup", - "msg": "In order for your off-chain funds to stay secure in the case of a device loss, we recommend you to keep channels backed up to iCloud.", - "msg1": "This will keep an encrypted backup of your channels that can only be used together with the wallet seed.", - "msg2": "When you are ready, press continue." - } -} diff --git a/locales/en/welcome.restore.json b/locales/en/welcome.restore.json deleted file mode 100644 index 24d5461db..000000000 --- a/locales/en/welcome.restore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "restore": { - "title": "Restore wallet", - "msg": "To restore your wallet, write each word from your seed separated by a space.", - "msg1": "If you wish to restore your Lightning Network channels, you need to provide a file backup.", - "loading": "Restore Wallet", - "channel": { - "title": "Channel backup", - "file": "Choose channel backup file on disk", - "google": { - "title": "Restore via Google Drive", - "alert": "Restoring via Google Drive failed" - }, - "iCloud": { - "title": "Restore via iCloud", - "alert": "Restoring via iClouod failed" - } - }, - "seed": "Seed must be exactly 24 words" - }, - "backup": { - "google": "Backup via Google Drive", - "iCloud": "Backup via iCloud" - } -} diff --git a/locales/en/welcome.seed.json b/locales/en/welcome.seed.json deleted file mode 100644 index 411083d52..000000000 --- a/locales/en/welcome.seed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Welcome to Blixt Wallet!", - "msg": "This is your backup seed.", - "msg1": "Write it down on a piece of paper and store it in a safe place.", - "msg2": "Should you lose access to your wallet", - "msg3": "you may be able to recover your funds by using your backup seed.", - "msg4": "The seed standard being used is aezeed.", - "button": "I have written it down" -} diff --git a/locales/en/welcome.start.json b/locales/en/welcome.start.json deleted file mode 100644 index 288007281..000000000 --- a/locales/en/welcome.start.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title": "Welcome", - "createWallet": { - "title": "Create Wallet", - "msg1": "Blixt Wallet is still at an early stage of development.", - "msg2": "If you use this wallet, make sure you understand that you may lose your funds.", - "msg3": "There is currently no WatchTower support to watch your channels while you are offline.", - "msg4": "I am reckless, continue" - }, - "restoreWallet": { - "title": "Restore Wallet" - } -} diff --git a/locales/es.json b/locales/es.json new file mode 100644 index 000000000..d2866bb83 --- /dev/null +++ b/locales/es.json @@ -0,0 +1,1020 @@ +{ + "common": { + "generic": { + "lightningAddress": "Dirección Lightning", + "nodeAlias": "Alias del nodo", + "description": "Descripción", + "amount": "Cantidad", + "fee": "Tarifa" + }, + "buttons": { + "ok": "Ok", + "cancel": "Cancelar", + "continue": "Continuar", + "skip": "Saltar", + "proceed": "Continuar", + "back": "Atras", + "no": "No", + "yes": "Si", + "save": "Guardar", + "copy": "Copiar" + }, + "msg": { + "status": "Estado", + "error": "Error", + "warning": "Advertencia", + "result": "Resultado", + "pending": "pendiente", + "done": "Hecho", + "dismiss": "Descartar", + "lastSync": "Última sincronización", + "lastSyncAttempt": "Último intento de sincronización", + "clipboardCopy": "Copiado al portapapeles", + "written": "Escrito", + "enabled": "Habilitado", + "disabled": "Desabilitado" + } + }, + "welcome.start": { + "title": "Bienvenido", + "createWallet": { + "title": "Crear Cartera", + "msg1": "Blixt Wallet sigue estando en desarrollo.", + "msg2": "Si usas esta cartera, asegúrate de entender que puedes perder tus fondos.", + "msg3": "No hay torre de vigilancia por ahora para vigilar tus canales mientras estas offline.", + "msg4": "Soy temerario, cotinuar" + }, + "restoreWallet": { + "title": "Restaurar cartera" + } + }, + "footerNav": { + "receive": "Receive", + "send": "Send" + }, + "drawer": { + "menu": { + "scan": "Scanear", + "receive": "Recibir", + "pasteFromClipboard": "Pegar desde el portapapeles", + "sendToLightningAddress": "Envíar a dirección Lightning", + "contactsAndServices": "Contactos y Servicios", + "lightningBrowser": "Explorador Lightning", + "onChainWallet": "On-chain", + "lightningChannels": "Canales Lightning", + "keysendExperiment": "Experimento Keysend", + "showMore": "Avanzado" + }, + "madeInSweden": "Hecho con ⚡ en Suecia" + }, + "overview": { + "recoverInfo": { + "msg1": "Recuperación de la cartera en progreso.", + "msg2": "Recuperación de la cartera terminada.", + "more": "Más información" + }, + "sendOnChain": { + "title": "Bienvenido a Blixt Wallet!", + "msg1": "Para empezar, enviar fondos on-chain a la dirección de bitcoin correcta.", + "msg2": "Un canal será abierto automáticamente para ti.", + "msg3": "Enviar por lo menos", + "alert": "Dirección Bitcoin copiado al portapapeles" + }, + "doBackup": { + "msg1": "Gracias por usar Blixt Wallet!", + "msg2": "Te recomendamos hacer una copia de seguridad de la cartera para que puedas restaurar tus fondos en caso de perder tu teléfono.", + "backup": "Copia de seguridad de la cartera" + } + }, + "help": { + "title": "Ayuda", + "msg1": "Si tienes problemas o sugerencias, puedes contactar con los desarrolladores de Blixt Wallet rellenando un resumen en Github o contactándonos via email.", + "msg2": "También estas bienvenido a unirte a nuestro grupo público de Telegram.", + "msg3": "Como Blixt Wallet es una cartera nueva, necesitamos sugerencias en errores comunes que te puedes encontrar.", + "telegramGroup": "Telegram grupo" + }, + "syncInfo": { + "syncedToChain": { + "title": "Sincronización en progreso", + "title1": "Sincronización completa", + "msg1": "Blixt Wallet esta sincronizandose con la blockchain.", + "msg2": "Una vez tu cartera esté sincronizada con la blockchain, transacciones on-chain y fondos serán reconocidos y pueden ser vistos por la sección Bitcoin on-chain.", + "msg3": "Blixt Wallet está en sincronización con la blockchain.", + "blockHeight": { + "title": "Altura del bloque actual", + "msg1": "Sincronización con la cadena en progreso" + } + }, + "recoveryMode": { + "title": "Progreso de recuperación", + "msg1": "Recuperación completa", + "msg2": "Comprobar los canales Lightning y las secciones On-chain" + }, + "lndLog": { + "show": "Mostrar lnd log", + "copy": "Copiar texto del log" + } + }, + "transactionDetails": { + "title": "Transacción", + "date": "Fecha", + "note": "Nota", + "website": "Sitio web", + "type" : "Tipo", + "lnurl": { + "messageFromWebsite": "Mensaje de", + "urlReceivedFromWebsite": "URL recibido desde", + "secretMessage": "Mensaje secreto" + }, + "payer": "Pagador", + "recipient": "Destinatario", + "amountInFiatTimeOfPayment": "Cantidad en Fiat (Hora del pago)", + "numberOfHops": "Número de saltos", + "remotePubkey": "Pubkey remoto", + "paymentHash": "Hash del pago", + "preimage": "Preimagen", + "status": "Estado", + "goBack": "Atrás", + "button": { + "setNote": "Poner nota", + "cancelInvoice": "Cancelar factura", + "showMap": "Mostrar mapa" + }, + "setNoteDialog": { + "title": "Nota", + "text": "Poner una nota a esta transacción" + } + }, + "web.info": { + "title": "Demo interactivo", + "pressToTry": "Pulse para probar Blixt Wallet!" + }, + "receive.receiveSetup": { + "layout": { + "title": "Recibir" + }, + "createInvoice": { + "title": "Crear factura", + "error": "La cantidad facturada no puede ser mayor que", + "alert": "Antes de que puedas recibir, necesitas abrir un canal Lightning.", + "lsp": { + "msg": "Un canal de pago hecho por Dunder LSP será abierto cuando la factura es pagada.", + "msg1": "Qué es esto?" + } + }, + "createBlixtLspInvoice": { + "title": "Abrir canal", + "msg": "Para aceptar el pago de esta factura, un canal en la Linghtning Network tiene que ser abierto.", + "msg1": "Esto requiere una comisión única de aproximadamente", + "alert": "Fallo al conectar con Dunder, por favor intentar de nuevo más tarde.", + "proceed": "Proceder" + }, + "form": { + "amountFiat": { + "title": "Cantidad", + "change": "Cambiar unidad fiat", + "dunderPlaceholder": "Al menos" + }, + "amountBitcoin": { + "title": "Cantidad", + "change": "Cambiar unidad bitcoin", + "dunderPlaceholder": "Al menos" + }, + "payer": { + "title": "Pagador", + "placeholder": "Para contabilidad" + }, + "description": { + "title": "Mensaje", + "placeholder": "Mensaje para Pagador" + } + } + }, + "receive.receiveQr": { + "title": "Recibir", + "qr": { + "title": "Escanear este código QR", + "msg": "Expira en {{time}}" + } + }, + "receive.dunderLspInfo": { + "title": "Sobre Dunder LSP", + "msg": "Dunder es un Proveedor de Servicio Lightning (LSP) que automáticamente abre canales para ti cuando no tienes suficiente liquidez entrante.", + "msg1": "Esto podria ser el ejemplo del caso cuando empiezas a usar Blixt Wallet.", + "msg2": "Como esto requiere una transacción on-chain, una comisión de transacción de Bitcoin será deducida del pago. Los futuros pagos serán capaces de usar los nuevos canales abiertos con la Lightning network.", + "msg3": "Dunder es", + "msg4": "un software de código abierto", + "msg5": "y debes cambiar el proveedor por defecto en Ajustes." + }, + "send.sendConfirmation": { + "layout": { + "title": "Pagar factura" + }, + "form": { + "invoice": { + "title": "Factura" + }, + "amount": { + "title": "Cantidad" + }, + "recipient": { + "title": "Receptor" + }, + "nodeAlias": { + "title": "Alias del nodo" + }, + "description": { + "title": "Mensaje" + } + } + }, + "send.sendDone": { + "done": { + "title": "PAGO ENVIADO" + } + }, + "lightningInfo.lightningInfo": { + "layout": { + "title": "Canales Lightning" + }, + "balance": { + "title": "Balance" + } + }, + "lightningInfo.openChannel": { + "layout": { + "title": "Abre canal" + }, + "form": { + "title": "Abre canal", + "channel": { + "title": "Nodo URI", + "placeholder": "URI" + }, + "amount": { + "title": "Cantidad", + "placeholder": "Cantidad" + }, + "fee_rate": { + "title": "Comisión" + } + } + }, + "onchain.onChainInfo": { + "funds": { + "title": "Fondos on-chain" + }, + "address": { + "title": "enviar Bitcoin on-chain a esta dirección", + "alert": "Copiado al portapapeles" + }, + "newAddress": { + "title": "Generar nueva dirección" + }, + "withdraw": { + "title": "retirar monedas" + } + }, + "onchain.onChainTransactionDetails": { + "title": "Transacción", + "blockExplorer": "Ver en el explorador de bloques", + "txHash": "Id", + "timeStamp": "Fecha", + "amount": "Cantidad", + "totalFees": "Comisiones", + "label": "Etiqueta", + "destAddresses": "Destino", + "numConfirmations": "Confirmaciones", + "blockHeight": "Altura del bloque", + "blockHash": "hash del bloque", + "rawTxHex": { + "title": "Raw tx hex", + "msg": "Presiona para copiar" + } + }, + "onchain.onChainTransactionLog": { + "layout": { + "title": "Historial de transacciones" + } + }, + "onchain.withdraw": { + "layout": { + "title": "Retirar monedas" + }, + "form": { + "address": { + "title": "Dirección", + "placeholder": "Dirección Bitcoin" + }, + "amount": { + "title": "Cantidad", + "placeholder": "Cantidad", + "withdrawAll": "Retirar todos los fondos", + "all": "Todos" + }, + "feeRate": { + "title": "Tasa de tarifa", + "auto": "auto" + }, + "withdraw": { + "title": "Retirar", + "alert": "Retiro sucedido" + } + } + }, + "LNURL.authRequest": { + "layout": { + "title": "Solicitud inicio sesión", + "msg": "Quieres iniciar sesión en", + "success": "Autenticado a" + } + }, + "LNURL.channelRequest": { + "alert": "Abriendo canal entrante" + }, + "LNURL.payRequest": { + "viewMetadata": { + "title": "Ver metadatos", + "dialog": { + "title": "Metadatos técnicos" + } + }, + "lightningAddress": { + "alreadyExists": { + "msg": "{{lightningAddress}} está en tu lista de contactos" + }, + "add": { + "title": "Añadir a tu lista de contactos", + "msg": "¿Te gustaría añadir {{lightningAddress}} a tu lista de contactos?" + } + }, + "payContact": { + "alreadyExists": { + "msg": "Código de pago a {{domain}} está en tu lista de contactos" + }, + "add": { + "title": "Añadir a tu lista de contactos", + "msg": "¿Te gustaría añadir este código de pago a {{domain}} tu lista de contactos?" + } + }, + "unableToPay": "Pago denegado", + "payerData": { + "commentAllowed": "Comentario a {{target}} (max {{letters}} letters)", + "sendNameWithComment": "Envia mi nombre junto con este comentario", + "name": { + "ask": "Envía mi nombre junto con este pago", + "mandatory": "Tu nombre tiene que ser enviado junto con este pago" + } + }, + "payloadErrors": { + "missingDescription": "Falta una descripción" + }, + "pay": { + "title": "Pagar", + "error": { + "mustProvideComment": "Debe proporcionar un comentario si elige incluir su nombre a este pago" + } + }, + "cancel": { + "title": "Cancelar" + }, + "form": { + "asksYouToPay": "le pide que pague", + "description": { + "title": "Descripción" + }, + "amount": { + "title": "Cantidad", + "to": "a", + "placeholder": "Ingrese la cantidad" + }, + "alert": "No se puede pagar" + }, + "done": { + "message": { + "title": "Mensaje de" + }, + "url": { + "description": "Descripción", + "domain": "URL recibida de", + "done": { + "title": "Hecho" + }, + "copy": { + "title": "Copiar al portapapeles", + "msg": "Copiado al portapapeles" + }, + "open": { + "title": "Abre Explorador" + } + }, + "aes": { + "domain": "Obtuve un mensaje secreto cifrado de", + "description": "Mensaje de", + "secret": "Mensaje secreto" + } + }, + "aboutLightningAddress": { + "title": "Sobre la dirección Lightning", + "msg1": "Dirección Lightning", + "msg2": "Es una forma de pagar a una persona o un servicio en la Lightning Network.", + "msg3": "Se ven como direcciones de email, pero en vez de enviar un email al receptor, le envias dinero.", + "msg4": "Blixt Wallet tiene todo tipo de soporte para enviar a una dirección Lightning, pero recibiendo", + "msg5": "via una dirección Lightning está siendo trabajada." + } + }, + "LNURL.withdrawRequest": { + "doRequest": { + "sentRequest": "Enviar solicitud de retiro a {{domain}}", + "addToContactList": { + "title": "Añadir a tu lista de contactos", + "msg": "Te gustaría añadir este código de retiro a {{domain}} tu lista de contacto?", + "note": "Cuenta en {{domain}}" + } + }, + "layout": { + "title": "Solicitud de retiro", + "msg": "Mensaje de", + "dialog": { + "msg": "Cantidad" + }, + "dialog1": { + "minSat": "Mínima cantidad de retiro ", + "maxSat": "Máxima cantidad de retiro", + "placeholder": "Cantidad" + } + } + }, + "contacts.contactList": { + "layout": { + "title": "Servicios y contactos", + "lightningAddressAlreadyExists": "Ya existe en tu lista de contactos", + "nothingHereYet": "Todavía no hay nada aquí...", + "whyNotAdd": "Porque no añadir una dirección Lightning por", + "tappingHere": "toque aquí" + }, + "contact": { + "syncBalance": { + "title": "Balance remoto", + "error": "Operación invalida, el contacto no tiene un LNURL -código para retiro" + }, + "list": { + "pay": "Pagos a", + "account": "Cuenta en" + }, + "send": { + "title": "Enviar", + "couldNotPay": "No puedes pagar a este LNURL-código de pago", + "invalidResponse": "La respuesta no fué una LNURL-pago (got {{response}})", + "invalidOperation": "Operación invalida, contacto no tiene identificación LUD-16 o código LNURL-pago" + }, + "withdraw": { + "title": "Retiro", + "couldNotPay": "No se pudo pagar a este código LNURL-pago", + "invalidResponse": "La respuesta no fué un código LNURL-pago (got {{response}})", + "invalidOperation": "Operación invalida, el contacto no tiene un código LNURL-retiro" + }, + "deleteContact": { + "title": "Eliminación de contacto", + "msg": "¿Estás seguro de que quieres eliminar este contacto {{contact}}?" + } + } + }, + "keysend.experiment": { + "title": "Keysend", + "qr": { + "alert": "Copiado al portapapeles" + }, + "dialog": { + "msg1": "Bienvenido al área keysend", + "msg2": "Keysend te permite pagar otra Blixt Wallet (o cualquier nodo Lightning que soporta keysend) sin requerir factura.", + "msg3": "Click en la camara para escanear otro código QR de cartera o da una llave pública y clave de ruta debajo." + }, + "send": { + "title": "Enviar", + "msg": "Pago Keysend", + "error": { + "checkAmount": "Comprobar cantidad", + "missingPubkey": "Pubkey extraviado" + }, + "alert": "Pago realizado con exito" + }, + "form": { + "amount": { + "title": "Cantidad de sat" + }, + "pubkey": { + "title": "Llave pública", + "placeholder": "Pubkey" + }, + "route": { + "title": "Clave de ruta", + "placeholder": "Claves de ruta" + }, + "message": { + "title": "Mensaje", + "placeholder": "Introduce un mensaje de chat aquí" + } + } + }, + "webLN.browser": { + "close": "¿Te gustaría cerrar el navegador?", + "home": "Ir atras a la lista de la tienda", + "placeholder": "Escribe la URL aquí" + }, + "settings.settings": { + "title": "Ajustes", + "general": { + "title": "General", + "name": { + "title": "Nombre", + "subtitle": "Será usado en transacciones", + "dialog": { + "msg": "Elige un nombre que será usado en transacciones\n\nTu nombre será visto en facturas a los que te pagaron igual que a los que pagaste.", + "accept": "Poner nombre" + } + }, + "lang": { + "title": "Idioma", + "dialog": { + "title": "Selecciona un idioma" + } + }, + "pushNotification": { + "title": "Notificaciones push", + "subtitle": "Para eventos de transacciones y canales" + }, + "checkClipboard": { + "title": "Comprobar el portapapeles por facturas", + "subtitle": "Automáticamente comprueba el portapapeles buscando facturas" + }, + "saveGeolocation": { + "title": "Guardar geolocalización de la transacción", + "subtitle": "Guarda de manera local la localización de una transacción", + "logGranted": "Geolocalización concedida", + "logDenied": "Permiso de geolocalización" + }, + "mapTheme": { + "title": "Elegir tema del mapa" + } + }, + "wallet": { + "title": "Cartera", + "seed": { + "show": { + "title": "Mostrar la frase mnemónica", + "subtitle": "Mostrar semilla de 24 palabras para esta cartera", + "dialog": { + "title": "Semilla", + "alert": "Copiado al portapapeles", + "copy": "Copiar semilla" + } + }, + "remove": { + "title": "Eliminar frase mnemónica del dispositivo", + "subtitle": "Eliminar permanentemente la semilla de este dispositivo", + "dialog": { + "title": "Borrar semilla", + "msg": "Esto eliminará permanentemente la semilla de este dispositivo. ¡Solo haga esto sí ha respaldado su semilla!", + "accept": "Eliminar semilla" + } + } + }, + "backup": { + "export": { + "title": "Exportar copia de seguridad de canales", + "alert": "Archivo escrito:" + }, + "verify": { + "title": "Verificar copia de seguridad de canales" + }, + "googleCloud": { + "title": "Copia de seguridad de canales en Google Drive", + "subtitle": "Copia de seguridad automatica de canales en Google Drive", + "alert": "Copia de seguridad en Google Drive activada" + }, + "googleCloudForce": { + "title": "Realiza una copia de seguridad manual en Google Drive", + "alert": "Canales respaldados en Google Drive" + }, + "iCloud": { + "title": "Copia de seguridad de canales en iCloud", + "subtitle": "Copia de seguridad automática de canales en iCloud", + "alert": "Copia de seguridad en iCloud activada" + }, + "iCloudForce": { + "title": "Realiza una copia de seguridad manual en iCloud", + "alert": "Canales respaldados en iCloud" + }, + "error": "Error de respaldo" + } + }, + "security": { + "title": "Seguridad", + "pincode": { + "title": "Iniciar sesión con código pin" + }, + "biometrics": { + "title": "Iniciar sesión con", + "fingerprint": "huella dactilar", + "faceId": "Face ID", + "touchID": "Touch ID" + }, + "chainSync": { + "title": "Sincronización de cadena agendada", + "subtitle": "Corre en el fondo cada 4 horas", + "dialog": { + "title": "No recomendado", + "msg": "Advertencia. No está recomendado deshabilitar la sincronización de cadena programada.\n\nAsegurate de mantenerte a la fecha con la network de otra manera te arriesgas a perder tus fondos.\n\nSolo haz esto sí sabes lo que estas haciendo." + } + } + }, + "display": { + "title": "Apariencia", + "fiatUnit": { + "title": "Cambiar unidad fiat" + }, + "bitcoinUnit": { + "title": "Cambiar unidad Bitcoin" + }, + "onchainExplorer": { + "title": "Explorador Onchain", + "dialog": { + "title": "Cambiar explorador on-chain" + } + } + }, + "bitcoinNetwork": { + "title": "Red Bitcoin", + "node": { + "title": "Nodo de Bitcoin", + "subtitle": "Poner nodo de Bitcoin (BIP157) para conectar a", + "setDialog": { + "title": "Poner nodo" + }, + "restoreDialog": { + "title": "Restaurar nodo", + "msg": "Te gustaría restaurar al nodo por defecto" + } + }, + "restartDialog": { + "title": "Reinicio requerido", + "msg": "Blixt Wallet tiene que ser reiniciado antes de aplicar la nueva configuración.", + "msg1": "Te gustaría hacer esto ahora?" + }, + "rpc": { + "title": "Poner bitcoind RPC Host" + }, + "zmqRawBlock": { + "title": "Poner bitcoind ZMQ Raw Block Host" + }, + "zmqRawTx": { + "title": "Poner bitcoind ZMQ Raw Tx Host" + } + }, + "LN": { + "title": "Lightning Network", + "node": { + "title": "Mostrar datos del nodo", + "subtitle": "" + }, + "peers": { + "title": "Mostrar pares de Lightning", + "subtitle": "" + }, + "autopilot": { + "title": "Abrir canales automáticamente", + "subtitle": "" + }, + "inbound": { + "title": "Servicios de canal entrante", + "subtitle": "Usar un servicio de canal entrante para recibir pagos", + "dialog": { + "title": "Proveedor de canal entrante", + "msg1": "Elige un proveedor de canal entrante y presiona continuar.", + "msg2": "Tu navegador web abrirá la página web del proveedor correspondiente, cuando sea posible solicitar un canal.", + "msg3": "Cuando lo hayas hecho, puedes copiar la dirección del código y/o abrir el link usando Blixt Wallet." + } + }, + "LSP": { + "title": "Poner servidor Dunder LSP", + "subtitle": "", + "setDialog": { + "title": "Poner servidor Dunder", + "acept": "Poner servidor" + }, + "restoreDialog": { + "title": "Restaurar servidor Dunder", + "msg": "Te gustaría restaurar al servidor por defecto de Dunder" + } + }, + "graphSync": { + "title": "Espera a que el grafo se sincronice antes de pagar", + "subtitle": "El grafo sincronizado dirige los pagos por rutas más óptimas" + } + }, + "miscelaneous": { + "title": "Varios", + "about": { + "title": "Sobre", + "subtitle": "" + }, + "appLog": { + "title": "Copiar la aplicación del log al almacenamiento local", + "subtitle": "", + "dialog": { + "alert": "Copiar archivo de aplicación del log a", + "error": "Error copiando archivo de aplicación del log." + } + }, + "lndLog": { + "title": "Copiar lnd log al almacenamiento local", + "subtitle": "Alcanzado por /sdcard/BlixtWallet", + "dialog": { + "alert": "Copiado archivo lnd log", + "error": "Error copiando archivo lnd log." + } + }, + "dev": { + "title": "Ir a la pantalla dev", + "subtitle": "" + }, + "expiredInvoices": { + "title": "Ocultar facturas caducadas automáticamente", + "subtitle": "" + }, + "screenTransactions": { + "title": "Pantalla de transacciones", + "subtitle": "" + }, + "signMessage": { + "title": "Firmar mensaje con la llave de la cartera", + "subtitle": "", + "dialog1": { + "title": "Firmar mensaje" + }, + "dialog2": { + "title": "Firma", + "alert": "Copiado al portapapeles" + } + } + }, + "experimental": { + "title": "Experimentos", + "LSP": { + "title": "Habilitar Dunder LSP", + "subtitle": "MUY EXPERIMENTAL. El servicio proveedor de Lightning que ayuda con la liquidez entrante" + }, + "MPP": { + "title": "Habilitar pagos Multi-ruta", + "subtitle": "Los pagos pueden tomar 2 rutas" + }, + "tor": { + "title": "Habilitar Tor", + "subtitle": "", + "enabled": { + "title": "Reiniciar aplicación y habilitar Tor", + "msg1": "Hablitar Tor hará que la cartera se conecte con sus pares (ambos pares Bitcoin y Lightning Network) via Tor Network.", + "msg2": "Tu serás capaz de conectar y abrir canales a los nodos de Lightning que usan los servicios onion.", + "msg3": "ADVERTENCIA: Blixt Wallet seguirá hablando a los siguientes servicios sin Tor", + "msg4": "Razón: Para conseguir tarifas fiat/bitcoin", + "msg5": "Razón: Para conseguir la altura actual del bloque", + "msg6": "Razón: Para la copia de seguridad de Google Drive", + "msg7": "Razón: Para confiar en los nodos de Lightning", + "msg8": "Navegador WebLN y LNURL támpoco será usado Tor." + }, + "disabled": { + "title": "Reiniciar aplicación y desactivar Tor", + "msg1": "Deshablitando los requisitos de Tor y reiniciar la aplicación.", + "msg2": "Te gustaría proceder?" + } + }, + "onion": { + "title": "Mostrar servicio Tor onion", + "subtitle": "Para conectar y abrir canales a esta cartera" + }, + "keysend": { + "title": "Experimento Keysend", + "subtitle": "" + } + }, + "debug": { + "title": "Debug", + "startup": { + "title": "Mostrar notificaciones de información del inicio", + "subtitle": "" + }, + "helpCencer": { + "title": "Centro de ayuda LndMobile", + "subtitle": "" + }, + "LSP": { + "title": "Diagnosticar problemas de Dunder", + "subtitle": "" + }, + "lndLog": { + "title": "Leer lnd log", + "subtitle": "" + }, + "keysend": { + "title": "Prueba Keysend", + "subtitle": "" + }, + "googleDrive": { + "title": "Prueba de Google Drive", + "subtitle": "" + }, + "webln": { + "title": "WebLN", + "subtitle": "" + }, + "config": { + "title": "Escribir config", + "subtitle": "" + }, + "demo": { + "title": "Activar modo Demo", + "subtitle": "Usado para promo. Reiniciar aplicación para resetear." + } + } + }, + "settings.about": { + "title": "Sobre Blixt Wallet", + "msg1": "Versión", + "msg2": "Por", + "msg3": "Cartera de código abierto con licencia MIT", + "msg4": "Creada usando", + "msg5": "y otros proyectos increibles de código abierto", + "msg6": "El ícono de Tor esta lincenciado bajo CC BY 3.0 by", + "msg7": "licencia" + }, + "settings.setPincode": { + "enter": "Introduce un código pin", + "confirm": "Confirma tu código pin" + }, + "settings.removePincodeAuth": { + "title": "Escribir código pin actual para quitar el código pin" + }, + "settings.lightningPeers": { + "layout": { + "title": "Pares de Lightning" + }, + "alias": "Alias del nodo", + "pubKey": "Llave pública del nodo", + "address": "Dirección del nodo", + "data": { + "title": "Datos", + "bytesSent": "Bytes enviados", + "bytesRecv": "Bytes recibidos" + }, + "transfer": { + "title": "Transferir", + "satSent": "sat enviado", + "satRecv": "sat recibido" + }, + "inbound": "Entrante", + "syncType": "Tipo de sincronización", + "errors": "Errores", + "disconnect": "Desconectar par" + }, + "settings.connectToLightningPeer": { + "layout": { + "title": "Conectar a un par de Lightning" + }, + "connect": { + "title": "URI del nodo", + "placeholder": "URI del par", + "accept": "Conectar" + } + }, + "settings.lightningNodeInfo": { + "title": "Información de nodo", + "alias": "Alias de nodo", + "chain": "Cadena", + "timestamp": "Best Header Timestamp", + "blockHash": "Hash del bloque", + "blockHeight": "Altura del bloque", + "identityPubkey": "Llave pública", + "channel": { + "title": "Número de Canales", + "active": "Activo", + "inactive": "Inactivo", + "pending": "Pendiente" + }, + "numPeers": "Número de pares", + "syncedToChain": "Sincronizado con la cadena", + "syncedToGraph": "Sincronizado con el grafo", + "nodeUris": "URIs del nodo", + "version": "Versión de Lnd", + "features": "Características del nodo" + }, + "settings.torShowOnionAddress": { + "title": "Tor Onion Service", + "msg1": "Escanear este código QR para abrir un canal a esta cartera", + "msg2": "No se pudo resolver dirección onion" + }, + "welcome.addFunds": { + "title": "Añadir fondos", + "msg1": "Para empezar a usar Lightning en Blixt Wallet", + "msg2": "enviar Bitcoins a la siguiente dirección" + }, + "welcome.almostDone": { + "name": { + "title": "Nombre", + "msg": "Será usado en transacciones", + "alert": { + "title": "Nombre", + "msg1": "Elige un nombre que será usado en transacciones", + "msg2": "Tu nombre será visto en facturas de los que te pagaron cómo", + "msg3": "las personas a las que pagaste.", + "msg4": "establecer nombre" + } + }, + "pincode": { + "title": "Iniciar sesión con código pin", + "msg": "Iniciar sesión con" + }, + "fiatUnit": { + "title": "Moneda Fiat", + "dialog": { + "title": "Cambiar unidad Fiat" + } + }, + "autopilot": { + "title": "Canales de auto apertura", + "msg": "Abrir canales cuando los fondos en cadena esten disponibles" + }, + "done": { + "title": "¡Casi terminado!", + "msg1": "Aquí hay algunos ajustes de la cartera que puedes cambiar a tu gusto", + "msg2": "Cuando estés listo, presiona continuar" + } + }, + "welcome.confirm": { + "alert": { + "title": "Intentar de nuevo", + "msg": "Lo siento, escribiste las palabras en un orden incorrecto, por favor intentar de nuevo" + }, + "seed": { + "title": "Confirme su semilla" + } + }, + "welcome.googleDriveBackup": { + "enable": { + "title": "Habilitar copia de seguridad en Google Drive", + "msg": "Copia de seguridad en Google Drive habilitada" + }, + "backup": { + "title": "Copia de seguridad en la nube", + "msg": "Para mantener seguros tus fondos off-chain en caso de que pierdas el dispositivo te recomendamos hacer una copia de seguridad en Google Drive.", + "msg1": "Esto mantendrá una copia de seguridad encriptada de los canales que solo se pueden usar juntos en la semilla de la cartera.", + "msg2": "Cuando estés listo, presiona continuar." + } + }, + "welcome.iCloudBackup": { + "enable": { + "title": "Habilitar la copia de seguridad en iCloud", + "msg": "Copia de seguridad en iCloud habilitada" + }, + "backup": { + "title": "Copia de seguridad en iCloud", + "msg": "Para mantener tus fondos off-chain seguros en caso de que pierdas el dispositivo, te recomendamos mantener los canales en una copia de seguridad en iCloud", + "msg1": "Esto mantendrá una copia de seguridad de los canales que solo se pueden usar con la semilla de la cartera.", + "msg2": "Cuando estés listo, presiona continuar" + } + }, + "welcome.restore": { + "restore": { + "title": "Restaurar cartera", + "msg": "Para restaurar to cartera, escribe cada palabra de tu semilla separada por un espacio.", + "msg1": "Si quieres restaurar tus canales de Lightning Network, necesitas dar una copia de seguridad de los archivos.", + "loading": "Restaurar cartera", + "channel": { + "title": "Copia de seguridad de los canales", + "file": "Elige una copia de seguridad del archivo del canal en el disco", + "google": { + "title": "Restaurar via Google Drive", + "alert": "Restaurar via Google Drive falló" + }, + "iCloud": { + "title": "Restaurar via iCloud", + "alert": "Restaurar via iClouod falló" + } + }, + "seed": "La semilla debe ser de exactamente 24 palabras" + }, + "backup": { + "google": "Copia de seguridad via Google Drive", + "iCloud": "Copia de seguridad via iCloud" + } + }, + "welcome.seed": { + "title": "Bienvenido a Blixt Wallet!", + "msg": "Esta es tu copia de seguridad de semilla.", + "msg1": "Escribela en una hoja de papel y guardala en un lugar seguro.", + "msg2": "Si pierdes el acceso a tu cartera", + "msg3": "Deberías poder recuperar tus fondos usando la copia de seguridad de semilla", + "msg4": "La semilla usada está aezeed.", + "button": "Lo he escrito" + } +} diff --git a/locales/es/LNURL.LNURLPayRequest.json b/locales/es/LNURL.LNURLPayRequest.json deleted file mode 100644 index a43adebb5..000000000 --- a/locales/es/LNURL.LNURLPayRequest.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "viewMetadata": { - "title": "Ver metadatos", - "dialog": { - "title": "Metadatos técnicos" - } - }, - "lightningAddress": { - "alreadyExists": { - "msg": "{{lightningAddress}} está en tu lista de contactos" - }, - "add": { - "title": "Añadir a tu lista de contactos", - "msg": "¿Te gustaría añadir {{lightningAddress}} a tu lista de contactos?" - } - }, - "payContact": { - "alreadyExists": { - "msg": "Código de pago a {{domain}} está en tu lista de contactos" - }, - "add": { - "title": "Añadir a tu lista de contactos", - "msg": "¿Te gustaría añadir este código de pago a {{domain}} tu lista de contactos?" - } - }, - "unableToPay": "Pago denegado", - "payerData": { - "commentAllowed": "Comentario a {{target}} (max {{letters}} letters)", - "sendNameWithComment": "Envia mi nombre junto con este comentario", - "name": { - "ask": "Envía mi nombre junto con este pago", - "mandatory": "Tu nombre tiene que ser enviado junto con este pago" - } - }, - "payloadErrors": { - "missingDescription": "Falta una descripción" - }, - "pay": { - "title": "Pagar", - "error": { - "mustProvideComment": "Debe proporcionar un comentario si elige incluir su nombre a este pago" - } - }, - "cancel": { - "title": "Cancelar" - }, - "form": { - "asksYouToPay": "le pide que pague", - "description": { - "title": "Descripción" - }, - "amount": { - "title": "Cantidad", - "to": "a", - "placeholder": "Ingrese la cantidad" - }, - "alert": "No se puede pagar" - }, - "done": { - "message": { - "title": "Mensaje de" - }, - "url": { - "description": "Descripción", - "domain": "URL recibida de", - "done": { - "title": "Hecho" - }, - "copy": { - "title": "Copiar al portapapeles", - "msg": "Copiado al portapapeles" - }, - "open": { - "title": "Abre Explorador" - } - }, - "aes": { - "domain": "Obtuve un mensaje secreto cifrado de", - "description": "Mensaje de", - "secret": "Mensaje secreto" - } - }, - "aboutLightningAddress": { - "title": "Sobre la dirección Lightning", - "msg1": "Dirección Lightning", - "msg2": "Es una forma de pagar a una persona o un servicio en la Lightning Network.", - "msg3": "Se ven como direcciones de email, pero en vez de enviar un email al receptor, le envias dinero.", - "msg4": "Blixt Wallet tiene todo tipo de soporte para enviar a una dirección Lightning, pero recibiendo", - "msg5": "via una dirección Lightning está siendo trabajada." - } -} diff --git a/locales/es/LNURL.authRequest.json b/locales/es/LNURL.authRequest.json deleted file mode 100644 index eaf0ed425..000000000 --- a/locales/es/LNURL.authRequest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "layout": { - "title": "Solicitud inicio sesión", - "msg": "Quieres iniciar sesión en", - "success": "Autenticado a" - } -} diff --git a/locales/es/LNURL.channelRequest.json b/locales/es/LNURL.channelRequest.json deleted file mode 100644 index 7837b81ba..000000000 --- a/locales/es/LNURL.channelRequest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "alert": "Abriendo canal entrante" -} diff --git a/locales/es/LNURL.withdrawRequest.json b/locales/es/LNURL.withdrawRequest.json deleted file mode 100644 index 71dfae57c..000000000 --- a/locales/es/LNURL.withdrawRequest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "doRequest": { - "sentRequest": "Enviar solicitud de retiro a {{domain}}", - "addToContactList": { - "title": "Añadir a tu lista de contactos", - "msg": "Te gustaría añadir este código de retiro a {{domain}} tu lista de contacto?", - "note": "Cuenta en {{domain}}" - } - }, - "layout": { - "title": "Solicitud de retiro", - "msg": "Mensaje de", - "dialog": { - "msg": "Cantidad" - }, - "dialog1": { - "minSat": "Mínima cantidad de retiro ", - "maxSat": "Máxima cantidad de retiro", - "placeholder": "Cantidad" - } - } -} diff --git a/locales/es/bottomNav.json b/locales/es/bottomNav.json deleted file mode 100644 index 37d03d9c1..000000000 --- a/locales/es/bottomNav.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "receive": "Receive", - "send": "Send" -} diff --git a/locales/es/common.json b/locales/es/common.json deleted file mode 100644 index c56f9e1da..000000000 --- a/locales/es/common.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "generic": { - "lightningAddress": "Dirección Lightning", - "nodeAlias": "Alias del nodo", - "description": "Descripción", - "amount": "Cantidad", - "fee": "Tarifa" - }, - "buttons": { - "ok": "Ok", - "cancel": "Cancelar", - "continue": "Continuar", - "skip": "Saltar", - "proceed": "Continuar", - "back": "Atras", - "no": "No", - "yes": "Si", - "save": "Guardar", - "copy": "Copiar" - }, - "msg": { - "status": "Estado", - "error": "Error", - "warning": "Advertencia", - "result": "Resultado", - "pending": "pendiente", - "done": "Hecho", - "dismiss": "Descartar", - "lastSync": "Última sincronización", - "lastSyncAttempt": "Último intento de sincronización", - "clipboardCopy": "Copiado al portapapeles", - "written": "Escrito", - "enabled": "Habilitado", - "disabled": "Desabilitado" - } -} diff --git a/locales/es/contacts.contactList.json b/locales/es/contacts.contactList.json deleted file mode 100644 index aaed622e4..000000000 --- a/locales/es/contacts.contactList.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "layout": { - "title": "Servicios y contactos", - "lightningAddressAlreadyExists": "Ya existe en tu lista de contactos", - "nothingHereYet": "Todavía no hay nada aquí...", - "whyNotAdd": "Porque no añadir una dirección Lightning por", - "tappingHere": "toque aquí" - }, - "contact": { - "syncBalance": { - "title": "Balance remoto", - "error": "Operación invalida, el contacto no tiene un LNURL -código para retiro" - }, - "list": { - "pay": "Pagos a", - "account": "Cuenta en" - }, - "send": { - "title": "Enviar", - "couldNotPay": "No puedes pagar a este LNURL-código de pago", - "invalidResponse": "La respuesta no fué una LNURL-pago (got {{response}})", - "invalidOperation": "Operación invalida, contacto no tiene identificación LUD-16 o código LNURL-pago" - }, - "withdraw": { - "title": "Retiro", - "couldNotPay": "No se pudo pagar a este código LNURL-pago", - "invalidResponse": "La respuesta no fué un código LNURL-pago (got {{response}})", - "invalidOperation": "Operación invalida, el contacto no tiene un código LNURL-retiro" - }, - "deleteContact": { - "title": "Eliminación de contacto", - "msg": "¿Estás seguro de que quieres eliminar este contacto {{contact}}?" - } - } -} diff --git a/locales/es/drawer.json b/locales/es/drawer.json deleted file mode 100644 index 5a459f176..000000000 --- a/locales/es/drawer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "menu": { - "scan": "Scanear", - "receive": "Recibir", - "pasteFromClipboard": "Pegar desde el portapapeles", - "sendToLightningAddress": "Envíar a dirección Lightning", - "contactsAndServices": "Contactos y Servicios", - "lightningBrowser": "Explorador Lightning", - "onChainWallet": "On-chain", - "lightningChannels": "Canales Lightning", - "keysendExperiment": "Experimento Keysend", - "showMore": "Avanzado" - }, - "madeInSweden": "Hecho con ⚡ en Suecia" -} diff --git a/locales/es/help.json b/locales/es/help.json deleted file mode 100644 index e42c20a98..000000000 --- a/locales/es/help.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Ayuda", - "msg1": "Si tienes problemas o sugerencias, puedes contactar con los desarrolladores de Blixt Wallet rellenando un resumen en Github o contactándonos via email.", - "msg2": "También estas bienvenido a unirte a nuestro grupo público de Telegram.", - "msg3": "Como Blixt Wallet es una cartera nueva, necesitamos sugerencias en errores comunes que te puedes encontrar.", - "telegramGroup": "Telegram grupo" -} diff --git a/locales/es/initProcess.initLightning.json b/locales/es/initProcess.initLightning.json deleted file mode 100644 index e7b124c03..000000000 --- a/locales/es/initProcess.initLightning.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Sincronizando cadena" -} diff --git a/locales/es/keysend.experiment.json b/locales/es/keysend.experiment.json deleted file mode 100644 index b4ecaa1f0..000000000 --- a/locales/es/keysend.experiment.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "title": "Keysend", - "qr": { - "alert": "Copiado al portapapeles" - }, - "dialog": { - "msg1": "Bienvenido al área keysend", - "msg2": "Keysend te permite pagar otra Blixt Wallet (o cualquier nodo Lightning que soporta keysend) sin requerir factura.", - "msg3": "Click en la camara para escanear otro código QR de cartera o da una llave pública y clave de ruta debajo." - }, - "send": { - "title": "Enviar", - "msg": "Pago Keysend", - "error": { - "checkAmount": "Comprobar cantidad", - "missingPubkey": "Pubkey extraviado" - }, - "alert": "Pago realizado con exito" - }, - "form": { - "amount": { - "title": "Cantidad de sat" - }, - "pubkey": { - "title": "Llave pública", - "placeholder": "Pubkey" - }, - "route": { - "title": "Clave de ruta", - "placeholder": "Claves de ruta" - }, - "message": { - "title": "Mensaje", - "placeholder": "Introduce un mensaje de chat aquí" - } - } -} diff --git a/locales/es/lightningInfo.lightningInfo.json b/locales/es/lightningInfo.lightningInfo.json deleted file mode 100644 index 836f18bce..000000000 --- a/locales/es/lightningInfo.lightningInfo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "layout": { - "title": "Canales Lightning" - }, - "balance": { - "title": "Balance" - } -} diff --git a/locales/es/lightningInfo.openChannel.json b/locales/es/lightningInfo.openChannel.json deleted file mode 100644 index 50e7f92aa..000000000 --- a/locales/es/lightningInfo.openChannel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "layout": { - "title": "Abre canal" - }, - "form": { - "title": "Abre canal", - "channel": { - "title": "Nodo URI", - "placeholder": "URI" - }, - "amount": { - "title": "Cantidad", - "placeholder": "Cantidad" - }, - "fee_rate": { - "title": "Comisión" - } - } -} diff --git a/locales/es/onchain.onChainInfo.json b/locales/es/onchain.onChainInfo.json deleted file mode 100644 index 4b4a03dd6..000000000 --- a/locales/es/onchain.onChainInfo.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "funds": { - "title": "Fondos on-chain" - }, - "address": { - "title": "enviar Bitcoin on-chain a esta dirección", - "alert": "Copiado al portapapeles" - }, - "newAddress": { - "title": "Generar nueva dirección" - }, - "withdraw": { - "title": "retirar monedas" - } -} diff --git a/locales/es/onchain.onChainTransactionDetails.json b/locales/es/onchain.onChainTransactionDetails.json deleted file mode 100644 index 2ee179c72..000000000 --- a/locales/es/onchain.onChainTransactionDetails.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Transacción", - "blockExplorer": "Ver en el explorador de bloques", - "txHash": "Id", - "timeStamp": "Fecha", - "amount": "Cantidad", - "totalFees": "Comisiones", - "label": "Etiqueta", - "destAddresses": "Destino", - "numConfirmations": "Confirmaciones", - "blockHeight": "Altura del bloque", - "blockHash": "hash del bloque", - "rawTxHex": { - "title": "Raw tx hex", - "msg": "Presiona para copiar" - } -} diff --git a/locales/es/onchain.onChainTransactionLog.json b/locales/es/onchain.onChainTransactionLog.json deleted file mode 100644 index 72c05feaf..000000000 --- a/locales/es/onchain.onChainTransactionLog.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "layout": { - "title": "Historial de transacciones" - } -} diff --git a/locales/es/onchain.withdraw.json b/locales/es/onchain.withdraw.json deleted file mode 100644 index 00867b46d..000000000 --- a/locales/es/onchain.withdraw.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "layout": { - "title": "Retirar monedas" - }, - "form": { - "address": { - "title": "Dirección", - "placeholder": "Dirección Bitcoin" - }, - "amount": { - "title": "Cantidad", - "placeholder": "Cantidad", - "withdrawAll": "Retirar todos los fondos", - "all": "Todos" - }, - "feeRate": { - "title": "Tasa de tarifa", - "auto": "auto" - }, - "withdraw": { - "title": "Retirar", - "alert": "Retiro sucedido" - } - } -} diff --git a/locales/es/overview.json b/locales/es/overview.json deleted file mode 100644 index 6e0febb25..000000000 --- a/locales/es/overview.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "recoverInfo": { - "msg1": "Recuperación de la cartera en progreso.", - "msg2": "Recuperación de la cartera terminada.", - "more": "Más información" - }, - "sendOnChain": { - "title": "Bienvenido a Blixt Wallet!", - "msg1": "Para empezar, enviar fondos on-chain a la dirección de bitcoin correcta.", - "msg2": "Un canal será abierto automáticamente para ti.", - "msg3": "Enviar por lo menos", - "alert": "Dirección Bitcoin copiado al portapapeles" - }, - "doBackup": { - "msg1": "Gracias por usar Blixt Wallet!", - "msg2": "Te recomendamos hacer una copia de seguridad de la cartera para que puedas restaurar tus fondos en caso de perder tu teléfono.", - "backup": "Copia de seguridad de la cartera" - } -} diff --git a/locales/es/receive.dunderLspInfo.json b/locales/es/receive.dunderLspInfo.json deleted file mode 100644 index a851340d8..000000000 --- a/locales/es/receive.dunderLspInfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Sobre Dunder LSP", - "msg": "Dunder es un Proveedor de Servicio Lightning (LSP) que automáticamente abre canales para ti cuando no tienes suficiente liquidez entrante.", - "msg1": "Esto podria ser el ejemplo del caso cuando empiezas a usar Blixt Wallet.", - "msg2": "Como esto requiere una transacción on-chain, una comisión de transacción de Bitcoin será deducida del pago. Los futuros pagos serán capaces de usar los nuevos canales abiertos con la Lightning network.", - "msg3": "Dunder es", - "msg4": "un software de código abierto", - "msg5": "y debes cambiar el proveedor por defecto en Ajustes." -} diff --git a/locales/es/receive.receiveQr.json b/locales/es/receive.receiveQr.json deleted file mode 100644 index 2f71d4d8d..000000000 --- a/locales/es/receive.receiveQr.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Recibir", - "qr": { - "title": "Escanear este código QR", - "msg": "Expira en" - } -} diff --git a/locales/es/receive.receiveSetup.json b/locales/es/receive.receiveSetup.json deleted file mode 100644 index 5be981b6a..000000000 --- a/locales/es/receive.receiveSetup.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "layout": { - "title": "Recibir" - }, - "createInvoice": { - "title": "Crear factura", - "error": "La cantidad facturada no puede ser mayor que", - "alert": "Antes de que puedas recibir, necesitas abrir un canal Lightning.", - "lsp": { - "msg": "Un canal de pago hecho por Dunder LSP será abierto cuando la factura es pagada.", - "msg1": "Qué es esto?" - } - }, - "createBlixtLspInvoice": { - "title": "Abrir canal", - "msg": "Para aceptar el pago de esta factura, un canal en la Linghtning Network tiene que ser abierto.", - "msg1": "Esto requiere una comisión única de aproximadamente", - "alert": "Fallo al conectar con Dunder, por favor intentar de nuevo más tarde.", - "proceed": "Proceder" - }, - "form": { - "amountFiat": { - "title": "Cantidad", - "change": "Cambiar unidad fiat", - "dunderPlaceholder": "Al menos" - }, - "amountBitcoin": { - "title": "Cantidad", - "change": "Cambiar unidad bitcoin", - "dunderPlaceholder": "Al menos" - }, - "payer": { - "title": "Pagador", - "placeholder": "Para contabilidad" - }, - "description": { - "title": "Mensaje", - "placeholder": "Mensaje para Pagador" - } - } -} diff --git a/locales/es/send.sendConfirmation.json b/locales/es/send.sendConfirmation.json deleted file mode 100644 index adc82c05a..000000000 --- a/locales/es/send.sendConfirmation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Pagar factura" - }, - "form": { - "invoice": { - "title": "Factura" - }, - "amount": { - "title": "Cantidad" - }, - "recipient": { - "title": "Receptor" - }, - "nodeAlias": { - "title": "Alias del nodo" - }, - "description": { - "title": "Mensaje" - } - } -} diff --git a/locales/es/send.sendDone.json b/locales/es/send.sendDone.json deleted file mode 100644 index 09a525298..000000000 --- a/locales/es/send.sendDone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "done": { - "title": "PAGO ENVIADO" - } -} diff --git a/locales/es/settings.about.json b/locales/es/settings.about.json deleted file mode 100644 index 300184d4e..000000000 --- a/locales/es/settings.about.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "Sobre Blixt Wallet", - "msg1": "Versión", - "msg2": "Por", - "msg3": "Cartera de código abierto con licencia MIT", - "msg4": "Creada usando", - "msg5": "y otros proyectos increibles de código abierto", - "msg6": "El ícono de Tor esta lincenciado bajo CC BY 3.0 by", - "msg7": "licencia" -} diff --git a/locales/es/settings.connectToLightningPeer.json b/locales/es/settings.connectToLightningPeer.json deleted file mode 100644 index 10b20f57a..000000000 --- a/locales/es/settings.connectToLightningPeer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "layout": { - "title": "Conectar a un par de Lightning" - }, - "connect": { - "title": "URI del nodo", - "placeholder": "URI del par", - "accept": "Conectar" - } -} diff --git a/locales/es/settings.lightningNodeInfo.json b/locales/es/settings.lightningNodeInfo.json deleted file mode 100644 index 72582d3b8..000000000 --- a/locales/es/settings.lightningNodeInfo.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "Información de nodo", - "alias": "Alias de nodo", - "chain": "Cadena", - "timestamp": "Best Header Timestamp", - "blockHash": "Hash del bloque", - "blockHeight": "Altura del bloque", - "identityPubkey": "Llave pública", - "channel": { - "title": "Número de Canales", - "active": "Activo", - "inactive": "Inactivo", - "pending": "Pendiente" - }, - "numPeers": "Número de pares", - "syncedToChain": "Sincronizado con la cadena", - "syncedToGraph": "Sincronizado con el grafo", - "nodeUris": "URIs del nodo", - "version": "Versión de Lnd", - "features": "Características del nodo" -} diff --git a/locales/es/settings.lightningPeers.json b/locales/es/settings.lightningPeers.json deleted file mode 100644 index 079670e0d..000000000 --- a/locales/es/settings.lightningPeers.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "Pares de Lightning" - }, - "alias": "Alias del nodo", - "pubKey": "Llave pública del nodo", - "address": "Dirección del nodo", - "data": { - "title": "Datos", - "bytesSent": "Bytes enviados", - "bytesRecv": "Bytes recibidos" - }, - "transfer": { - "title": "Transferir", - "satSent": "sat enviado", - "satRecv": "sat recibido" - }, - "inbound": "Entrante", - "syncType": "Tipo de sincronización", - "errors": "Errores", - "disconnect": "Desconectar par" -} diff --git a/locales/es/settings.removePincodeAuth.json b/locales/es/settings.removePincodeAuth.json deleted file mode 100644 index 1125e9658..000000000 --- a/locales/es/settings.removePincodeAuth.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Escribir código pin actual para quitar el código pin" -} diff --git a/locales/es/settings.setPincode.json b/locales/es/settings.setPincode.json deleted file mode 100644 index 919959067..000000000 --- a/locales/es/settings.setPincode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enter": "Introduce un código pin", - "confirm": "Confirma tu código pin" -} diff --git a/locales/es/settings.settings.json b/locales/es/settings.settings.json deleted file mode 100644 index d755dd8d8..000000000 --- a/locales/es/settings.settings.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "title": "Ajustes", - "general": { - "title": "General", - "name": { - "title": "Nombre", - "subtitle": "Será usado en transacciones", - "dialog": { - "msg": "Elige un nombre que será usado en transacciones\n\nTu nombre será visto en facturas a los que te pagaron igual que a los que pagaste.", - "accept": "Poner nombre" - } - }, - "lang": { - "title": "Idioma", - "dialog": { - "title": "Selecciona un idioma" - } - }, - "pushNotification": { - "title": "Notificaciones push", - "subtitle": "Para eventos de transacciones y canales" - }, - "checkClipboard": { - "title": "Comprobar el portapapeles por facturas", - "subtitle": "Automáticamente comprueba el portapapeles buscando facturas" - }, - "saveGeolocation": { - "title": "Guardar geolocalización de la transacción", - "subtitle": "Guarda de manera local la localización de una transacción", - "logGranted": "Geolocalización concedida", - "logDenied": "Permiso de geolocalización" - }, - "mapTheme": { - "title": "Elegir tema del mapa" - } - }, - "wallet": { - "title": "Cartera", - "seed": { - "show": { - "title": "Mostrar la frase mnemónica", - "subtitle": "Mostrar semilla de 24 palabras para esta cartera", - "dialog": { - "title": "Semilla", - "alert": "Copiado al portapapeles", - "copy": "Copiar semilla" - } - }, - "remove": { - "title": "Eliminar frase mnemónica del dispositivo", - "subtitle": "Eliminar permanentemente la semilla de este dispositivo", - "dialog": { - "title": "Borrar semilla", - "msg": "Esto eliminará permanentemente la semilla de este dispositivo. ¡Solo haga esto sí ha respaldado su semilla!", - "accept": "Eliminar semilla" - } - } - }, - "backup": { - "export": { - "title": "Exportar copia de seguridad de canales", - "alert": "Archivo escrito:" - }, - "verify": { - "title": "Verificar copia de seguridad de canales" - }, - "googleCloud": { - "title": "Copia de seguridad de canales en Google Drive", - "subtitle": "Copia de seguridad automatica de canales en Google Drive", - "alert": "Copia de seguridad en Google Drive activada" - }, - "googleCloudForce": { - "title": "Realiza una copia de seguridad manual en Google Drive", - "alert": "Canales respaldados en Google Drive" - }, - "iCloud": { - "title": "Copia de seguridad de canales en iCloud", - "subtitle": "Copia de seguridad automática de canales en iCloud", - "alert": "Copia de seguridad en iCloud activada" - }, - "iCloudForce": { - "title": "Realiza una copia de seguridad manual en iCloud", - "alert": "Canales respaldados en iCloud" - }, - "error": "Error de respaldo" - } - }, - "security": { - "title": "Seguridad", - "pincode": { - "title": "Iniciar sesión con código pin" - }, - "biometrics": { - "title": "Iniciar sesión con", - "fingerprint": "huella dactilar", - "faceId": "Face ID", - "touchID": "Touch ID" - }, - "chainSync": { - "title": "Sincronización de cadena agendada", - "subtitle": "Corre en el fondo cada 4 horas", - "dialog": { - "title": "No recomendado", - "msg": "Advertencia. No está recomendado deshabilitar la sincronización de cadena programada.\n\nAsegurate de mantenerte a la fecha con la network de otra manera te arriesgas a perder tus fondos.\n\nSolo haz esto sí sabes lo que estas haciendo." - } - } - }, - "display": { - "title": "Apariencia", - "fiatUnit": { - "title": "Cambiar unidad fiat" - }, - "bitcoinUnit": { - "title": "Cambiar unidad Bitcoin" - }, - "onchainExplorer": { - "title": "Explorador Onchain", - "dialog": { - "title": "Cambiar explorador on-chain" - } - } - }, - "bitcoinNetwork": { - "title": "Red Bitcoin", - "node": { - "title": "Nodo de Bitcoin", - "subtitle": "Poner nodo de Bitcoin (BIP157) para conectar a", - "setDialog": { - "title": "Poner nodo" - }, - "restoreDialog": { - "title": "Restaurar nodo", - "msg": "Te gustaría restaurar al nodo por defecto" - }, - "restartDialog": { - "title": "Reinicio requerido", - "msg": "Blixt Wallet tiene que ser reiniciado antes de aplicar la nueva configuración.", - "msg1": "Te gustaría hacer esto ahora?" - } - }, - "rpc": { - "title": "Poner bitcoind RPC Host" - }, - "zmqRawBlock": { - "title": "Poner bitcoind ZMQ Raw Block Host" - }, - "zmqRawTx": { - "title": "Poner bitcoind ZMQ Raw Tx Host" - } - }, - "LN": { - "title": "Lightning Network", - "node": { - "title": "Mostrar datos del nodo", - "subtitle": "" - }, - "peers": { - "title": "Mostrar pares de Lightning", - "subtitle": "" - }, - "autopilot": { - "title": "Abrir canales automáticamente", - "subtitle": "" - }, - "inbound": { - "title": "Servicios de canal entrante", - "subtitle": "Usar un servicio de canal entrante para recibir pagos", - "dialog": { - "title": "Proveedor de canal entrante", - "msg1": "Elige un proveedor de canal entrante y presiona continuar.", - "msg2": "Tu navegador web abrirá la página web del proveedor correspondiente, cuando sea posible solicitar un canal.", - "msg3": "Cuando lo hayas hecho, puedes copiar la dirección del código y/o abrir el link usando Blixt Wallet." - } - }, - "LSP": { - "title": "Poner servidor Dunder LSP", - "subtitle": "", - "setDialog": { - "title": "Poner servidor Dunder", - "acept": "Poner servidor" - }, - "restoreDialog": { - "title": "Restaurar servidor Dunder", - "msg": "Te gustaría restaurar al servidor por defecto de Dunder" - } - }, - "graphSync": { - "title": "Espera a que el grafo se sincronice antes de pagar", - "subtitle": "El grafo sincronizado dirige los pagos por rutas más óptimas" - } - }, - "miscelaneous": { - "title": "Varios", - "about": { - "title": "Sobre", - "subtitle": "" - }, - "appLog": { - "title": "Copiar la aplicación del log al almacenamiento local", - "subtitle": "", - "dialog": { - "alert": "Copiar archivo de aplicación del log a", - "error": "Error copiando archivo de aplicación del log." - } - }, - "lndLog": { - "title": "Copiar lnd log al almacenamiento local", - "subtitle": "Alcanzado por /sdcard/BlixtWallet", - "dialog": { - "alert": "Copiado archivo lnd log", - "error": "Error copiando archivo lnd log." - } - }, - "dev": { - "title": "Ir a la pantalla dev", - "subtitle": "" - }, - "expiredInvoices": { - "title": "Ocultar facturas caducadas automáticamente", - "subtitle": "" - }, - "screenTransactions": { - "title": "Pantalla de transacciones", - "subtitle": "" - }, - "signMessage": { - "title": "Firmar mensaje con la llave de la cartera", - "subtitle": "", - "dialog1": { - "title": "Firmar mensaje" - }, - "dialog2": { - "title": "Firma", - "alert": "Copiado al portapapeles" - } - } - }, - "experimental": { - "title": "Experimentos", - "LSP": { - "title": "Habilitar Dunder LSP", - "subtitle": "MUY EXPERIMENTAL. El servicio proveedor de Lightning que ayuda con la liquidez entrante" - }, - "MPP": { - "title": "Habilitar pagos Multi-ruta", - "subtitle": "Los pagos pueden tomar 2 rutas" - }, - "tor": { - "title": "Habilitar Tor", - "subtitle": "", - "enabled": { - "title": "Reiniciar aplicación y habilitar Tor", - "msg1": "Hablitar Tor hará que la cartera se conecte con sus pares (ambos pares Bitcoin y Lightning Network) via Tor Network.", - "msg2": "Tu serás capaz de conectar y abrir canales a los nodos de Lightning que usan los servicios onion.", - "msg3": "ADVERTENCIA: Blixt Wallet seguirá hablando a los siguientes servicios sin Tor", - "msg4": "Razón: Para conseguir tarifas fiat/bitcoin", - "msg5": "Razón: Para conseguir la altura actual del bloque", - "msg6": "Razón: Para la copia de seguridad de Google Drive", - "msg7": "Razón: Para confiar en los nodos de Lightning", - "msg8": "Navegador WebLN y LNURL támpoco será usado Tor." - }, - "disabled": { - "title": "Reiniciar aplicación y desactivar Tor", - "msg1": "Deshablitando los requisitos de Tor y reiniciar la aplicación.", - "msg2": "Te gustaría proceder?" - } - }, - "onion": { - "title": "Mostrar servicio Tor onion", - "subtitle": "Para conectar y abrir canales a esta cartera" - }, - "keysend": { - "title": "Experimento Keysend", - "subtitle": "" - } - }, - "debug": { - "title": "Debug", - "startup": { - "title": "Mostrar notificaciones de información del inicio", - "subtitle": "" - }, - "helpCencer": { - "title": "Centro de ayuda LndMobile", - "subtitle": "" - }, - "LSP": { - "title": "Diagnosticar problemas de Dunder", - "subtitle": "" - }, - "lndLog": { - "title": "Leer lnd log", - "subtitle": "" - }, - "keysend": { - "title": "Prueba Keysend", - "subtitle": "" - }, - "googleDrive": { - "title": "Prueba de Google Drive", - "subtitle": "" - }, - "webln": { - "title": "WebLN", - "subtitle": "" - }, - "config": { - "title": "Escribir config", - "subtitle": "" - }, - "demo": { - "title": "Activar modo Demo", - "subtitle": "Usado para promo. Reiniciar aplicación para resetear." - } - } -} diff --git a/locales/es/settings.torShowOnionAddress.json b/locales/es/settings.torShowOnionAddress.json deleted file mode 100644 index 7c7f4508d..000000000 --- a/locales/es/settings.torShowOnionAddress.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Tor Onion Service", - "msg1": "Escanear este código QR para abrir un canal a esta cartera", - "msg2": "No se pudo resolver dirección onion" -} diff --git a/locales/es/syncInfo.json b/locales/es/syncInfo.json deleted file mode 100644 index ade35c5b3..000000000 --- a/locales/es/syncInfo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "syncedToChain": { - "title": "Sincronización en progreso", - "title1": "Sincronización completa", - "msg1": "Blixt Wallet esta sincronizandose con la blockchain.", - "msg2": "Una vez tu cartera esté sincronizada con la blockchain, transacciones on-chain y fondos serán reconocidos y pueden ser vistos por la sección Bitcoin on-chain.", - "msg3": "Blixt Wallet está en sincronización con la blockchain.", - "blockHeight": { - "title": "Altura del bloque actual", - "msg1": "Sincronización con la cadena en progreso" - } - }, - "recoveryMode": { - "title": "Progreso de recuperación", - "msg1": "Recuperación completa", - "msg2": "Comprobar los canales Lightning y las secciones On-chain" - }, - "lndLog": { - "show": "Mostrar lnd log", - "copy": "Copiar texto del log" - } -} diff --git a/locales/es/transactionDetails.json b/locales/es/transactionDetails.json deleted file mode 100644 index 70e666efe..000000000 --- a/locales/es/transactionDetails.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "title": "Transacción", - "date": "Fecha", - "note": "Nota", - "website": "Sitio web", - "type" : "Tipo", - "lnurl": { - "messageFromWebsite": "Mensaje de", - "urlReceivedFromWebsite": "URL recibido desde", - "secretMessage": "Mensaje secreto" - }, - "payer": "Pagador", - "recipient": "Destinatario", - "amountInFiatTimeOfPayment": "Cantidad en Fiat (Hora del pago)", - "numberOfHops": "Número de saltos", - "remotePubkey": "Pubkey remoto", - "paymentHash": "Hash del pago", - "preimage": "Preimagen", - "status": "Estado", - "goBack": "Atrás", - "button": { - "setNote": "Poner nota", - "cancelInvoice": "Cancelar factura", - "showMap": "Mostrar mapa" - }, - "setNoteDialog": { - "title": "Nota", - "text": "Poner una nota a esta transacción" - } -} diff --git a/locales/es/web.info.json b/locales/es/web.info.json deleted file mode 100644 index 79acb1f82..000000000 --- a/locales/es/web.info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Demo interactivo", - "pressToTry": "Pulse para probar Blixt Wallet!" -} diff --git a/locales/es/webLN.browser.json b/locales/es/webLN.browser.json deleted file mode 100644 index c27b0a37b..000000000 --- a/locales/es/webLN.browser.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "close": "¿Te gustaría cerrar el navegador?", - "home": "Ir atras a la lista de la tienda", - "placeholder": "Escribe la URL aquí" -} diff --git a/locales/es/welcome.addFunds.json b/locales/es/welcome.addFunds.json deleted file mode 100644 index f181d3eff..000000000 --- a/locales/es/welcome.addFunds.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Añadir fondos", - "msg1": "Para empezar a usar Lightning en Blixt Wallet", - "msg2": "enviar Bitcoins a la siguiente dirección" -} diff --git a/locales/es/welcome.almostDone.json b/locales/es/welcome.almostDone.json deleted file mode 100644 index 37446780b..000000000 --- a/locales/es/welcome.almostDone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": { - "title": "Nombre", - "msg": "Será usado en transacciones", - "alert": { - "title": "Nombre", - "msg1": "Elige un nombre que será usado en transacciones", - "msg2": "Tu nombre será visto en facturas de los que te pagaron cómo", - "msg3": "las personas a las que pagaste.", - "msg4": "establecer nombre" - } - }, - "pincode": { - "title": "Iniciar sesión con código pin", - "msg": "Iniciar sesión con" - }, - "fiatUnit": { - "title": "Moneda Fiat", - "dialog": { - "title": "Cambiar unidad Fiat" - } - }, - "autopilot": { - "title": "Canales de auto apertura", - "msg": "Abrir canales cuando los fondos en cadena esten disponibles" - }, - "done": { - "title": "¡Casi terminado!", - "msg1": "Aquí hay algunos ajustes de la cartera que puedes cambiar a tu gusto", - "msg2": "Cuando estés listo, presiona continuar" - } -} diff --git a/locales/es/welcome.confirm.json b/locales/es/welcome.confirm.json deleted file mode 100644 index ac70a7146..000000000 --- a/locales/es/welcome.confirm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "alert": { - "title": "Intentar de nuevo", - "msg": "Lo siento, escribiste las palabras en un orden incorrecto, por favor intentar de nuevo" - }, - "seed": { - "title": "Confirme su semilla" - } -} diff --git a/locales/es/welcome.googleDriveBackup.json b/locales/es/welcome.googleDriveBackup.json deleted file mode 100644 index cfc9baf8f..000000000 --- a/locales/es/welcome.googleDriveBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Habilitar copia de seguridad en Google Drive", - "msg": "Copia de seguridad en Google Drive habilitada" - }, - "backup": { - "title": "Copia de seguridad en la nube", - "msg": "Para mantener seguros tus fondos off-chain en caso de que pierdas el dispositivo te recomendamos hacer una copia de seguridad en Google Drive.", - "msg1": "Esto mantendrá una copia de seguridad encriptada de los canales que solo se pueden usar juntos en la semilla de la cartera.", - "msg2": "Cuando estés listo, presiona continuar." - } -} diff --git a/locales/es/welcome.iCloudBackup.json b/locales/es/welcome.iCloudBackup.json deleted file mode 100644 index e37bd546b..000000000 --- a/locales/es/welcome.iCloudBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Habilitar la copia de seguridad en iCloud", - "msg": "Copia de seguridad en iCloud habilitada" - }, - "backup": { - "title": "Copia de seguridad en iCloud", - "msg": "Para mantener tus fondos off-chain seguros en caso de que pierdas el dispositivo, te recomendamos mantener los canales en una copia de seguridad en iCloud", - "msg1": "Esto mantendrá una copia de seguridad de los canales que solo se pueden usar con la semilla de la cartera.", - "msg2": "Cuando estés listo, presiona continuar" - } -} diff --git a/locales/es/welcome.restore.json b/locales/es/welcome.restore.json deleted file mode 100644 index 5f65164ea..000000000 --- a/locales/es/welcome.restore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "restore": { - "title": "Restaurar cartera", - "msg": "Para restaurar to cartera, escribe cada palabra de tu semilla separada por un espacio.", - "msg1": "Si quieres restaurar tus canales de Lightning Network, necesitas dar una copia de seguridad de los archivos.", - "loading": "Restaurar cartera", - "channel": { - "title": "Copia de seguridad de los canales", - "file": "Elige una copia de seguridad del archivo del canal en el disco", - "google": { - "title": "Restaurar via Google Drive", - "alert": "Restaurar via Google Drive falló" - }, - "iCloud": { - "title": "Restaurar via iCloud", - "alert": "Restaurar via iClouod falló" - } - }, - "seed": "La semilla debe ser de exactamente 24 palabras" - }, - "backup": { - "google": "Copia de seguridad via Google Drive", - "iCloud": "Copia de seguridad via iCloud" - } -} diff --git a/locales/es/welcome.seed.json b/locales/es/welcome.seed.json deleted file mode 100644 index 96396d6c8..000000000 --- a/locales/es/welcome.seed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "Bienvenido a Blixt Wallet!", - "msg": "Esta es tu copia de seguridad de semilla.", - "msg1": "Escribela en una hoja de papel y guardala en un lugar seguro.", - "msg2": "Si pierdes el acceso a tu cartera", - "msg3": "Deberías poder recuperar tus fondos usando la copia de seguridad de semilla", - "msg4": "La semilla usada está aezeed.", - "button": "Lo he escrito" -} diff --git a/locales/es/welcome.start.json b/locales/es/welcome.start.json deleted file mode 100644 index 9a065dbc5..000000000 --- a/locales/es/welcome.start.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title": "Bienvenido", - "createWallet": { - "title": "Crear Cartera", - "msg1": "Blixt Wallet sigue estando en desarrollo.", - "msg2": "Si usas esta cartera, asegúrate de entender que puedes perder tus fondos.", - "msg3": "No hay torre de vigilancia por ahora para vigilar tus canales mientras estas offline.", - "msg4": "Soy temerario, cotinuar" - }, - "restoreWallet": { - "title": "Restaurar cartera" - } -} diff --git a/locales/sv/common.json b/locales/sv/common.json deleted file mode 100644 index 4d0bd2d5b..000000000 --- a/locales/sv/common.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "generic": { - "lightningAddress": "Lightningadress", - "nodeAlias": "Nodalias", - "description": "Beskrivning", - "amount": "Belopp", - "fee": "Avgift" - }, - "buttons": { - "ok": "Okej", - "cancel": "Avbryt", - "continue": "Fortsätt", - "skip": "Skippa", - "proceed": "Fortsätt", - "back": "Backa", - "no": "Nej", - "yes": "Ja", - "save": "Spara", - "copy": "Kopiera" - }, - "msg": { - "status": "Status", - "error": "Fel", - "warning": "Varning", - "result": "Resultat", - "pending": "inkommande", - "done": "Klar", - "dismiss": "Avfärda", - "lastSync": "Senaste synkningen", - "lastSyncAttempt": "Senaste synkförsöket", - "clipboardCopy": "Kopierat till urklipp.", - "written": "Fil skriven", - "enabled": "aktiverad", - "disabled": "inaktiverad" - } -} diff --git a/locales/tlh.json b/locales/tlh.json new file mode 100644 index 000000000..c60a4f9ae --- /dev/null +++ b/locales/tlh.json @@ -0,0 +1,1020 @@ +{ + "common": { + "generic": { + "lightningAddress": "Tera'Nganpu'", + "nodeAlias": "LayerteS", + "description": "Qurgh", + "amount": "'Antu'", + "fee": "Ngeb" + }, + "buttons": { + "ok": "lu'", + "cancel": "qIl", + "continue": "taH", + "skip": "DuQwI'", + "proceed": "Ruch", + "back": "chap", + "no": "Qo'", + "yes": "HIja'", + "save": "choq", + "copy": "qoS" + }, + "msg": { + "status": "Dotlh", + "error": "Qagh", + "warning": "ghob", + "result": "reynalDo", + "pending": "ngeH", + "done": "pItlh", + "dismiss": "QIH", + "lastSync": "jatlh", + "lastSyncAttempt": "jISaQ", + "clipboardCopy": "yIruch", + "written": "ghItlh", + "enabled": "ngat", + "disabled": "Qotlh" + } + }, + "welcome.start": { + "title": "yI'el", + "createWallet": { + "title": "ChenmoH tlhoy'", + "msg1": "yo' qIjDaq suvchoH SuvwI'pu' 'e' luHarlu'.", + "msg2": "joHwI', bIvumchugh, vaj choquvHa'moHlaHbe'chugh.", + "msg3": "reH lut tlhaQ bOQoy boneHpu'chugh.", + "msg4": "reH jIHvaD qelnIS" + }, + "restoreWallet": { + "title": "qevpa' tlhoy'" + } + }, + "footerNav": { + "receive": "Hev", + "send": "ngeH" + }, + "drawer": { + "menu": { + "scan": "Hotlh", + "receive": "Hev", + "pasteFromClipboard": "qamDu'Daq jotHa'qang", + "sendToLightningAddress": "jajmeyvaD jatlh", + "contactsAndServices": "ghe''or je", + "lightningBrowser": "wovmoHlu'mo'", + "onChainWallet": "'eDjaj pol", + "lightningChannels": "teS", + "keysendExperiment": "qeylIS", + "showMore": "'Itlh" + }, + "madeInSweden": "ghe ⚡''orDaq" + }, + "overview": { + "recoverInfo": { + "msg1": "qorDu'ghomDaq qengtaHvIS.", + "msg2": "vItmoHlu' 'e' yI'angchu'", + "more": "vaj HutlhtaHvIS" + }, + "sendOnChain": { + "title": "yI'el tlhoy'", + "msg1": "pa'Daq QottaH qaDanganpu' 'e' vISov.", + "msg2": "SoHvaD Qu' Hoch vIta'rup.", + "msg3": "pa'", + "alert": "sengvamDaq QotDI' sengmey." + }, + "doBackup": { + "msg1": "qo' HochDaq tlhIH qo' Hoch", + "msg2": "wo'maj nadev Data'laHchugh, ngIvwI'ghom'e' wIqelchu'meH, ngIvlu'taHvIS ngIvwI'ghom ra'wI' 'e' vIHon.", + "backup": "yojHa'" + } + }, + "help": { + "title": "QaH", + "msg1": "HIvje' 'ach yInlIj vItojrup.", + "msg2": "Qo'noSDaq bIcheghlaHchu', ghu' QaQ lutu'lu' 'e' Dachaw'chugh.", + "msg3": "veS Human suvwI' 'ach reH SuvwI'pu' 'e' yInID.", + "telegramGroup": "ghom" + }, + "syncInfo": { + "syncedToChain": { + "title": "yIHmey ngeD", + "title1": "naQchoHtaHvIS", + "msg1": "tayqeqmaj luHotlhlu' 'ej tayqeqmey'e'.", + "msg2": "tangqa' targhlIj 'oH yItlhej.", + "msg3": "yo' qIjDaq ngoDmey DItu'moHlu'pu'", + "blockHeight": { + "title": "yIchenmoH", + "msg1": "Dutlh" + } + }, + "recoveryMode": { + "title": "lIQmoH", + "msg1": "yapHa'chuq", + "msg2": "& yupma'qoq mIndu'Daj veqlargh." + }, + "lndLog": { + "show": "ngoQ", + "copy": "yIleS" + } + }, + "transactionDetails": { + "title": "Huq", + "date": "Qo', joH.", + "Note": "paghna'", + "website": "ma'oy'", + "type" : "Segh", + "lnurl": { + "messageFromWebsite": "qotlh", + "urlReceivedFromWebsite": "URL che' Vo'", + "secretMessage": "bIjatlhQo'" + }, + "payer": "puq", + "recipient": "SIQwI'", + "amountInFiatTimeOfPayment": "leghqu'nIS (wanI'vam)", + "numberOfHops": "'ach romuluS", + "remotePubkey": "seng", + "paymentHash": "rIQ", + "preimage": "chIrgh", + "status": "Dotlh", + "goBack": "ghoS", + "button": { + "setNote": "toH, yIleghQo'", + "cancelInvoice": "qo'Daq sa'nIS", + "showMap": "QI'yaH" + }, + "setNoteDialog": { + "title": "paghna'", + "text": "yuQvo' QIHlaHbe'" + } + }, + "web.info": { + "title": "jIhDaq che'taH", + "pressToTry": "veSDujmey tu'lu'" + }, + "receive.receiveSetup": { + "layout": { + "title": "Hev" + }, + "createInvoice": { + "title": "daqchenmoH", + "error": "vaj yIyajchoHlaH pagh", + "alert": "bIjontaHvIS, choparHa'qu' 'e' DaSovchu'.", + "lsp": { + "msg": "'ach hegh Qorghqu' ponglu'bogh quvHa'moHlu'chugh.", + "msg1": "nuq 'oH Dochvam'e'?" + } + }, + "createBlixtLspInvoice": { + "title": "valwI'", + "msg": "'eldI' tlhoS Hoch, veSDujmey potlhqu' QoraQ tuq.", + "msg1": "chenpu'DI' noyqangwI''e' lutu'lu'be'", + "alert": "tamtaHvIS HIq vIDelchu' 'e' vIHar.", + "proceed": "Ruch" + }, + "form": { + "amountFiat": { + "title": "'antu'", + "change": "qaSbe'", + "dunderPlaceholder": "'ay' cha'" + }, + "amountBitcoin": { + "title": "'antu'", + "change": "Sey'choH", + "dunderPlaceholder": "'ay' cha'" + }, + "payer": { + "title": "puq", + "placeholder": "pagh" + }, + "description": { + "title": "QIn", + "placeholder": "puqbe'wI'" + } + } + }, + "receive.dunderLspInfo": { + "title": "'antu' HIq LSP", + "msg": "'ach malja' ghe''orvo' (LSP) jupwI' QuptaHvIS, nIbuSbogh ghotpu'vam'e'.", + "msg1": "tIqlIj HIvqa' DeghwI'pu' 'e' DaHarpu'.", + "msg2": "tangqa' targh malja' vIyajlaHbe' je. 'ej Qu'Mej tlhoy Hoch tlhIngan yo' 'ej QuchtaHvIS,", + "msg3": "QIm", + "msg4": "pa'", + "msg5": "qaStaHvIS jajmey Hoch je." + }, + "receive.receiveQr": { + "title": "Hev", + "qr": { + "title": "chay' ghopDaj", + "msg": "DaSIQ {{time}}" + } + }, + "send.sendConfirmation": { + "layout": { + "title": "'ugh" + }, + "form": { + "invoice": { + "title": "wIvtaHvIS pov." + }, + "amount": { + "title": "'antu'" + }, + "recipient": { + "title": "SIQwI'" + }, + "nodeAlias": { + "title": "layerteS" + }, + "description": { + "title": "QIn" + } + } + }, + "send.sendDone": { + "done": { + "title": "RITLH" + } + }, + "lightningInfo.lightningInfo": { + "layout": { + "title": "tIS boj" + }, + "balance": { + "title": "ngaD" + } + }, + "lightningInfo.openChannel": { + "layout": { + "title": "poSmoH" + }, + "form": { + "title": "poSmoH", + "channel": { + "title": "ghobe' URI", + "placeholder": "URI" + }, + "amount": { + "title": "'antu'", + "placeholder": "'antu'" + }, + "fee_rate": { + "title": "Dov'a'" + } + } + }, + "onchain.onChainInfo": { + "funds": { + "title": "'aw'" + }, + "address": { + "title": "bIHvaD QI'tu' tangqa' DaSuqpu'DI'", + "alert": "boqmaj 'ongmeH Dayaj." + }, + "newAddress": { + "title": "nI'qu'chu'" + }, + "withdraw": { + "title": "HeS" + } + }, + "onchain.onChainTransactionDetails": { + "title": "Huq", + "blockExplorer": "ghe''orDaq ghu'vam", + "txHash": "ID", + "timeStamp": "Qo', joH.", + "amount": "'antu'", + "totalFees": "tlhaQ", + "label": "per", + "destAddresses": "ghoch", + "numConfirmations": "QumpIn", + "blockHeight": "boqmaj", + "blockHash": "rIn", + "rawTxHex": { + "title": "Raw tx hex", + "msg": "'ej ghuH" + } + }, + "onchain.onChainTransactionLog": { + "layout": { + "title": "yaS DIr" + } + }, + "onchain.withdraw": { + "layout": { + "title": "HeS" + }, + "form": { + "address": { + "title": "SoQ", + "placeholder": "loSlu'taH" + }, + "amount": { + "title": "'antu'", + "placeholder": "'antu'", + "withdrawAll": "bISuch", + "all": "Hoch" + }, + "feeRate": { + "title": "Dov'a'", + "auto": "naQ" + }, + "withdraw": { + "title": "toraS", + "alert": "choQ" + } + } + }, + "LNURL.authRequest": { + "layout": { + "title": "taS", + "msg": "DaneHtaHvIS 'u' DaneHtaHvIS", + "success": "Qel" + } + }, + "LNURL.channelRequest": { + "alert": "lom 'e' yIpoSmoHDI'" + }, + "LNURL.payRequest": { + "viewMetadata": { + "title": "romuluS HIch", + "dialog": { + "title": "mod" + } + }, + "lightningAddress": { + "alreadyExists": { + "msg": "{{lightningAddress}} Su'oy'" + }, + "add": { + "title": "ghom'a'", + "msg": "pe'vIl Dache'chugh {{lightningAddress}} Dasov'a'?" + } + }, + "payContact": { + "alreadyExists": { + "msg": "rItlh {{domain}} Su'oy'" + }, + "add": { + "title": "ghom'a'", + "msg": "pe'vIl Dache'chugh {{domain}} Dasov'a'?" + } + }, + "unableToPay": "DanoHmeH nuv yIlo'", + "payerData": { + "commentAllowed": "naDev yIghoS {{target}} (max {{letters}} letters)", + "sendNameWithComment": "'ej qaStaHvIS ramvam,", + "name": { + "ask": "'ej qaStaHvIS ramvam,", + "mandatory": "wanI'vam taQ bopeghchugh," + } + }, + "payloadErrors": { + "missingDescription": "NIchlu'taHvIS 'um tu'lu'" + }, + "pay": { + "title": "QI'tu'", + "error": { + "mustProvideComment": "bIyIntaHvIS bIHopchugh, vaj cholo'rup." + } + }, + "cancel": { + "title": "qIl" + }, + "form": { + "asksYouToPay": "DaQublaw' porghDaj.", + "description": { + "title": "qurgh" + }, + "amount": { + "title": "'antu'", + "to": "ngeH", + "placeholder": "jISaH" + }, + "alert": "DanoHmeH nuv yIlo'" + }, + "done": { + "message": { + "title": "qotlh" + }, + "url": { + "description": "qurgh", + "domain": "URL che' Vo'", + "done": { + "title": "pItlh" + }, + "copy": { + "title": "yIruch", + "msg": "boqmaj 'ongmeH Dayaj." + }, + "open": { + "title": "loDnI'pu'" + } + }, + "aes": { + "domain": "mu'wIj bItlaHchu'be'taHvIS ghomlaH.", + "description": "qotlh", + "secret": "bIjatlhQo'" + } + }, + "aboutLightningAddress": { + "title": "'antu' tera'nganpu'", + "msg1": "tera'nganpu'", + "msg2": "reH Suvrup tlhIngan suvwI''a' ghaH je.", + "msg3": "jOHwI' bIHeghchugh, vaj joH quvHa'ghach mInDu'wIj.", + "msg4": "'ach wa' lutlhej SuvwI'pu' tIq ghaj.\"", + "msg5": "tlhIngan Suvlu'taHvIS Hegh'eghta'bogh." + } + }, + "LNURL.withdrawRequest": { + "doRequest": { + "sentRequest": "QIp leghmeH neH, {{domain}}", + "addToContactList": { + "title": "ghom'a'", + "msg": "jIHvaD ghe'naQ Daja'chugh, vaj ngoQ daleghDI', {{domain}} Dasov'a'?", + "note": "chelwI' {{domain}}" + } + }, + "layout": { + "title": "tlhoS", + "msg": "qotlh", + "dialog": { + "msg": "'antu'" + }, + "dialog1": { + "minSat": "'urmang", + "maxSat": "naDev jIH", + "placeholder": "'antu'" + } + } + }, + "contacts.contactList": { + "layout": { + "title": "ghe''or je", + "lightningAddressAlreadyExists": "mIplIj rurlaHchugh, vaj ghotvaD", + "nothingHereYet": "pagh DaHjaj.", + "whyNotAdd": "moDHa'chugh vay' tu'lu'chugh vay'", + "tappingHere": "naDev yIghoS" + }, + "contact": { + "syncBalance": { + "title": "ngagh", + "error": "lopno' je rur ghopDaj, rIQmoHwI'," + }, + "list": { + "pay": "rIq", + "account": "chelwI'" + }, + "send": { + "title": "ngeH", + "couldNotPay": "'ej ghIchvam ra' lunob.", + "invalidResponse": "poSqu'mo' jIvHa'wI' (got {{response}})", + "invalidOperation": "ghIq yay charghmeH LUD-16 mIw wIje'nIS puS," + }, + "withdraw": { + "title": "toraS", + "couldNotPay": "'ej ghIchvam ra' lunob.", + "invalidResponse": "poSqu'mo' jIvHa'wI' (got {{response}})", + "invalidOperation": "lopno' je rur ghopDaj, rIQmoHwI'," + }, + "deleteContact": { + "title": "yIbochHa'moH", + "msg": "bImevlaHchugh bIHeghchugh {{contact}}?" + } + } + }, + "keysend.experiment": { + "title": "qeylIS", + "qr": { + "alert": "yIruch" + }, + "dialog": { + "msg1": "ghIq bIQ'a'Daq wIghoSbogh vIqIHchugh,", + "msg2": "qeylIS mIndu'lIj (yaghmey mungchugh vay') vItu'taHvIS.", + "msg3": "qeylIS veSDuj vIra'ta' 'ej SuvwI' je." + }, + "send": { + "title": "ngeH", + "msg": "qeylIS", + "error": { + "checkAmount": "chech Qom", + "missingPubkey": "ngaDHa'moH" + }, + "alert": "Ha'moHlu'" + }, + "form": { + "amount": { + "title": "Ha'DIbaH" + }, + "pubkey": { + "title": "pang", + "placeholder": "quv" + }, + "route": { + "title": "romuluS", + "placeholder": "romuluS" + }, + "message": { + "title": "QIn", + "placeholder": "qeylIS 'enqIyDu" + } + } + }, + "webLN.browser": { + "close": "Ha'DIbaH bISop 'e' DapoQqang'a'?", + "home": "ghormaQ yIghoSNa'", + "placeholder": "naDev URL yIghoS" + }, + "settings.settings": { + "title": "'aw'", + "general": { + "title": "Sa'", + "name": { + "title": "pong", + "subtitle": "qaStaHvIS poHlu'chu'pu'bogh", + "dialog": { + "msg": "vaj ngoHmey SaHlu'meH mIw'a' tu'lu'be''a' \n\nbIlughchu'meH mIw, ponglIj tu'lu'chugh.", + "accept": "qaStaHvIS mIw yIlo'rup" + } + }, + "lang": { + "title": "Hol", + "dialog": { + "title": "QeH" + } + }, + "pushNotification": { + "title": "Ha'DIbaH", + "subtitle": "quvHa'moHpu' 'ej tlhoSpu'DI'" + }, + "checkClipboard": { + "title": "not SuvwI'", + "subtitle": "HIvmeH Duj chemvaH Duj chemvaH" + }, + "saveGeolocation": { + "title": "ghot yIwuv 'e' yIchaw'Qo'.", + "subtitle": "QI'yaH, lunaDHa'mo', QI'yaH!", + "logGranted": "ghertlhuD", + "logDenied": "cha'DIch" + }, + "mapTheme": { + "title": "ghItlh" + } + }, + "wallet": { + "title": "pIn tlhoy'", + "seed": { + "show": { + "title": "HeghlaH pegh", + "subtitle": "lo'24 laHwI'Hey yIvup.", + "dialog": { + "title": "ta'", + "alert": "yIruch", + "copy": "yIghoS" + } + }, + "remove": { + "title": "jISuvqangbe'lu'taHvIS", + "subtitle": "yabwIjDaq 'ItchoHbogh yabwIj, vaj yabwIjDaq", + "dialog": { + "title": "lIyaj", + "msg": "tlhabtaHvIS ghu'vam. QIchvam rur ghopDu' bIghoSmoHbe'chugh!", + "accept": "Hegh" + } + } + }, + "backup": { + "export": { + "title": "pIr chech", + "alert": "javwI' quv." + }, + "verify": { + "title": "che'chugh" + }, + "googleCloud": { + "title": "ghorgh yItlhutlh", + "subtitle": "ghe''or yuQDaq maghoSchu'ghach nuv", + "alert": "ghertlhuD" + }, + "googleCloudForce": { + "title": "DaH ghew", + "alert": "yuQDaq 'e' yIchav" + }, + "iCloud": { + "title": "Qapla'", + "subtitle": "'ach Qoq", + "alert": "Qapla'" + }, + "iCloudForce": { + "title": "'ach may'Duj", + "alert": "'ach yIjaHpu'choH" + }, + "error": "rop" + } + }, + "security": { + "title": "Hung", + "pincode": { + "title": "ghIjqa'" + }, + "biometrics": { + "title": "yIvuS", + "fingerprint": "SIqwI'", + "faceId": "qaD ID", + "touchID": "DuQ ID" + }, + "chainSync": { + "title": "yev", + "subtitle": "ngeb tIqDaj 4", + "dialog": { + "title": "yay'be'lu'be'chugh vay'", + "msg": "Qovpatlh QIv yIHoH. ngaghQo' neH chenmoHlu'.\n\nnI'taHvIS poH nI' tay wIlopmoHchugh,\n\npagh DaSovchugh, vaj qo' DachenmoHnIS" + } + } + }, + "display": { + "title": "'agh", + "fiatUnit": { + "title": "qaSbe'" + }, + "bitcoinUnit": { + "title": "Sey'choH" + }, + "onchainExplorer": { + "title": "qor", + "dialog": { + "title": "ngaj poS" + } + } + }, + "bitcoinNetwork": { + "title": "yIvum", + "node": { + "title": "'Iw tu'lu'be'", + "subtitle": "'ach (BIP157) yIbej 'Iv", + "setDialog": { + "title": "jatlhbe'" + }, + "restoreDialog": { + "title": "pagh yIqIm", + "msg": "qo' Dache'chugh DanoHmeH qo' Hoch" + } + }, + "restartDialog": { + "title": "poq", + "msg": "wanI' tIq ghajbogh Sormey Dejqu' neH.", + "msg1": "DaH nuq Daghaj?" + }, + "rpc": { + "title": "meH HoD" + }, + "zmqRawBlock": { + "title": "yo' ZMQ Raw QIjwI'" + }, + "zmqRawTx": { + "title": "yo' ZMQ Raw Tx QIjwI'" + } + }, + "LN": { + "title": "qornIS", + "node": { + "title": "DaH cha' Hub yIghoS", + "subtitle": "" + }, + "peers": { + "title": "yIntaHvIS nuvpu'", + "subtitle": "" + }, + "autopilot": { + "title": "motlhHa'", + "subtitle": "" + }, + "inbound": { + "title": "lotmey law' jatlhmeH", + "subtitle": "yInmeH jIvHa'wI' 'e' Dalo'chugh", + "dialog": { + "title": "wejpu'bogh ram vIpongnISmoH.", + "msg1": "yabwIjDaq 'ogh'eghchugh, vaj ngabpu'bogh.", + "msg2": "wo' DachavtaH 'e' DatuQnIS, vaj bIpeghbejtaHvIS, batlh chopejmoH.", + "msg3": "QuvvamDaq QottaHghach mIv'a' DaDabchugh/, vaj yerghoS puqloDpu' bIHeghvIpchoH." + } + }, + "LSP": { + "title": "toy' Dunder LSP wI'", + "subtitle": "", + "setDialog": { + "title": "toy' Dunder wI'", + "acept": "toy'wI'" + }, + "restoreDialog": { + "title": "jab Dunder wI'", + "msg": "qo' Dache'chugh DanoH Dunder chugh" + } + }, + "graphSync": { + "title": "veSvo' mIw'a' vIneH", + "subtitle": "'ej ghIjtaHvIS nuvpu'" + } + }, + "miscelaneous": { + "title": "lIlob", + "about": { + "title": "'antu'", + "subtitle": "" + }, + "appLog": { + "title": "yIjatlhqa'", + "subtitle": "", + "dialog": { + "alert": "yIghoS", + "error": "nIvqu' lutmey tlhaQ." + } + }, + "lndLog": { + "title": "quvHa'ghachwIj vIparHa'qu'", + "subtitle": "raQ /sdcard/BlixtWallet", + "dialog": { + "alert": "yIqaD", + "error": "qaSDI' choraQ." + } + }, + "dev": { + "title": "ghoschu'wI'", + "subtitle": "" + }, + "expiredInvoices": { + "title": "povqu' chenmoHqu' chenmoHqu'", + "subtitle": "" + }, + "screenTransactions": { + "title": "qaryoQ", + "subtitle": "" + }, + "signMessage": { + "title": "muleghqangwI'pu'", + "subtitle": "", + "dialog1": { + "title": "HIja'" + }, + "dialog2": { + "title": "bIH", + "alert": "yIruch" + } + } + }, + "experimental": { + "title": "ngoy'", + "LSP": { + "title": "DaH 'entepray' Dunder LSP", + "subtitle": "MINDU'WIJ pe'vIl vIHbe'bogh tlheghDaj bIHha'bogh" + }, + "MPP": { + "title": "DaH QongDaq QIp'a' bIH?", + "subtitle": "Ha'DIbaH 2 rur" + }, + "tor": { + "title": "DaT 'entepray'", + "subtitle": "", + "enabled": { + "title": "torqu' hovpu' 'ej choS ruvpa'", + "msg1": "nItebHa' ('ej tlho'vaD 'oy' tIlmey je) QoraQ tuq.", + "msg2": "chaq tlhInganpu' 'ej bIcheghlaHbe' 'e' DaHarbej.", + "msg3": "ghob: HIq mIw vIja'nIS.", + "msg4": "mo': ghu'vamq/u' qelI'qam lengtaHvIS.", + "msg5": "mo': 'ej SuDtaHvIS poHmeyvetlh,", + "msg6": "mo': HeghDajDaq suvwI'pu' je.", + "msg7": "mo': 'ej qeylIS vIlarghlaHbe'", + "msg8": "WebLN Browser & LNURL vIpumlu'.\"" + }, + "disabled": { + "title": "torlIj DatIvmeH Qoypu'", + "msg1": "dejmeymaj wIta'meH veqlargh.", + "msg2": "nuq Data'rup'a'?" + } + }, + "onion": { + "title": "HoSghajqu'", + "subtitle": "'ej bommeh tlhoy'rupbogh 'ej Hegh" + }, + "keysend": { + "title": "qeylIS", + "subtitle": "" + } + }, + "debug": { + "title": "DenIb", + "startup": { + "title": "yuVHa'choH qabDaj 'angbe'nIS.", + "subtitle": "" + }, + "helpCencer": { + "title": "LND pe'vIl ghoS", + "subtitle": "" + }, + "LSP": { + "title": "qeylIS wo'", + "subtitle": "" + }, + "lndLog": { + "title": "reynal LND Do", + "subtitle": "" + }, + "keysend": { + "title": "qaStaHvIS wa'Hu'", + "subtitle": "" + }, + "googleDrive": { + "title": "ghertlhuD", + "subtitle": "" + }, + "webln": { + "title": "WebLN", + "subtitle": "" + }, + "config": { + "title": "ragh", + "subtitle": "" + }, + "demo": { + "title": "Huch yIghoS", + "subtitle": "targhhom vIghaj. qo' neH" + } + } + }, + "settings.about": { + "title": "Huy'choH wa'SanID", + "msg1": "wo'DIbaH", + "msg2": "qonwI'", + "msg3": "yIntaHmeH mIpqu' jIvHa'chuqtaH", + "msg4": "qaStaHvIS", + "msg5": "'ej nuDtaHvIS DuDbogh 'ej nuDtaHmo',", + "msg6": "mIwvam DIghaj CC BY 3.0", + "msg7": "qeS" + }, + "settings.setPincode": { + "enter": "HoSghaj", + "confirm": "QumpIn" + }, + "settings.removePincodeAuth": { + "title": "DaH 'enqIyDu che' 'enqIyDu" + }, + "settings.lightningPeers": { + "layout": { + "title": "vay'" + }, + "alias": "layerteS", + "pubKey": "ghaytan ngIp", + "address": "yItu'be'", + "data": { + "title": "De'", + "bytesSent": "Duj", + "bytesRecv": "'IwHa'" + }, + "transfer": { + "title": "Qay", + "satSent": "tuq", + "satRecv": "che'meH" + }, + "inbound": "Suyaj", + "syncType": "qeng", + "errors": "Qagh", + "disconnect": "ghot" + }, + "settings.connectToLightningPeer": { + "layout": { + "title": "yejquv vas'e'" + }, + "connect": { + "title": "ghobe' URI", + "placeholder": "ghot URI", + "accept": "Rar" + } + }, + "settings.lightningNodeInfo": { + "title": "qar'a'", + "alias": "layerteS", + "chain": "mIr", + "timestamp": "naDev ramjep", + "blockHash": "rInSa'", + "blockHeight": "boq'a'", + "identityPubkey": "DaH yIwuQ", + "channel": { + "title": "nuneh", + "active": "'aqDaj", + "inactive": "jiSay'rup", + "pending": "ghot" + }, + "numPeers": "nugh", + "syncedToChain": "'Iq", + "syncedToGraph": "ghItlhvam qevjatlh", + "nodeUris": "ghobe' URIs", + "version": "LND wo'DIbaH", + "features": "yap vay' Daghajbe'" + }, + "settings.torShowOnionAddress": { + "title": "QamchoH", + "msg1": "mu'tlheghmeyvam daqmey law', ghertlhuD", + "msg2": "nuvvam ngaDHom lururlu'meH" + }, + "welcome.addFunds": { + "title": "jatlh", + "msg1": "tuQ'egh tlhoy'", + "msg2": "reH tIqDu' SaQnIS 'iq lutu'lu'" + }, + "welcome.almostDone": { + "name": { + "title": "pong", + "msg": "qaStaHvIS poHlu'chu'pu'bogh", + "alert": { + "title": "pong", + "msg1": "vaj ngoHmey SaHlu'meH mIw'a' tu'lu'be''a'", + "msg2": "qaStaHvIS mInDu'lIj,", + "msg3": "DaQungHa'chugh.", + "msg4": "qaStaHvIS mIw yIlo'rup" + } + }, + "pincode": { + "title": "ghIjqa'", + "msg": "yIvuS" + }, + "fiatUnit": { + "title": "maQmIgh", + "dialog": { + "title": "qaSbe'" + } + }, + "autopilot": { + "title": "motlhHa'", + "msg": "ghuy'cha', belmoHtaHvIS nI' latlh DotlhDaj" + }, + "done": { + "title": "Qo'!", + "msg1": "peghmey DIlo'taHvIS je tlhuH", + "msg2": "'ej cheghDI' 'oH," + } + }, + "welcome.confirm": { + "alert": { + "title": "yInIDqa'", + "msg": "wa'leS Dalo'taHvIS bIQong, 'e' vIlo'nganpu'." + }, + "seed": { + "title": "qaleghqa'be'neS" + } + }, + "welcome.googleDriveBackup": { + "enable": { + "title": "Hegh 'enqIyDu ghIlghameS 'enqIyDu", + "msg": "ghertlhuD" + }, + "backup": { + "title": "bI'IQ", + "msg": "qorDu'lIjDaq bIlengtaHvIS, tlhiHdaq ghoSpa'lIjDaq yIpoSmoH.", + "msg1": "cha'logh QeHqu'meH ngeHqu' 'e' vIHar.", + "msg2": "'ach Do' DaneHbe'chugh," + } + }, + "welcome.iCloudBackup": { + "enable": { + "title": "Humbaba", + "msg": "tlhach" + }, + "backup": { + "title": "Qapla'", + "msg": "joHwI', ngaSwI'lIj naymo' qaparHa'mo', tlhogh naDmey machaw'chugh, vaj ngaSwI'ghomqu'mo' nay' chaH.", + "msg1": "cha'logh QeHqu'meH ngeHqu' 'e' vIHar.", + "msg2": "'ach Do' DaneHbe'chugh," + } + }, + "welcome.restore": { + "restore": { + "title": "chemwI'", + "msg": "bISuvtaHvIS bIQapchugh, vaj pIvlIj.", + "msg1": "wa'SanID yuQmey vIlo'chugh, vaj qeylIS HoSlIj DachoHmeH mIw.", + "loading": "chemwI'", + "channel": { + "title": "jejHa'", + "file": "paQHa' ghotpu'", + "google": { + "title": "Heghlu'bogh nuv'e'", + "alert": "Qu'vatlh, ghogh DaSaD" + }, + "iCloud": { + "title": "QI'yaH, QI'yaH", + "alert": "qo' Hoch" + } + }, + "seed": "mu'meyvetlh 24 vIlan" + }, + "backup": { + "google": "ghob pabwI'", + "iCloud": "HeSwI'pu'" + } + }, + "welcome.seed": { + "title": "yI'el tlhoy'", + "msg": "ghu'vamvaD DujlIj.", + "msg1": "'ej ghu' DotlhDaq qa'taHvIS ghu' je.", + "msg2": "joHwI', yabwIj Sep law', HurDaq mIwvam", + "msg3": "naplIj yIchenmoH.", + "msg4": "bIH ja'DI' mojlaHbe'law' bIH aezeed.", + "button": "jItamtaHvIS wa'DIch" + } +} diff --git a/locales/tlh/LNURL.LNURLPayRequest.json b/locales/tlh/LNURL.LNURLPayRequest.json deleted file mode 100644 index 7103c14b8..000000000 --- a/locales/tlh/LNURL.LNURLPayRequest.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "viewMetadata": { - "title": "romuluS HIch", - "dialog": { - "title": "mod" - } - }, - "lightningAddress": { - "alreadyExists": { - "msg": "{{lightningAddress}} Su'oy'" - }, - "add": { - "title": "ghom'a'", - "msg": "pe'vIl Dache'chugh {{lightningAddress}} Dasov'a'?" - } - }, - "payContact": { - "alreadyExists": { - "msg": "rItlh {{domain}} Su'oy'" - }, - "add": { - "title": "ghom'a'", - "msg": "pe'vIl Dache'chugh {{domain}} Dasov'a'?" - } - }, - "unableToPay": "DanoHmeH nuv yIlo'", - "payerData": { - "commentAllowed": "naDev yIghoS {{target}} (max {{letters}} letters)", - "sendNameWithComment": "'ej qaStaHvIS ramvam,", - "name": { - "ask": "'ej qaStaHvIS ramvam,", - "mandatory": "wanI'vam taQ bopeghchugh," - } - }, - "payloadErrors": { - "missingDescription": "NIchlu'taHvIS 'um tu'lu'" - }, - "pay": { - "title": "QI'tu'", - "error": { - "mustProvideComment": "bIyIntaHvIS bIHopchugh, vaj cholo'rup." - } - }, - "cancel": { - "title": "qIl" - }, - "form": { - "asksYouToPay": "DaQublaw' porghDaj.", - "description": { - "title": "qurgh" - }, - "amount": { - "title": "'antu'", - "to": "ngeH", - "placeholder": "jISaH" - }, - "alert": "DanoHmeH nuv yIlo'" - }, - "done": { - "message": { - "title": "qotlh" - }, - "url": { - "description": "qurgh", - "domain": "URL che' Vo'", - "done": { - "title": "pItlh" - }, - "copy": { - "title": "yIruch", - "msg": "boqmaj 'ongmeH Dayaj." - }, - "open": { - "title": "loDnI'pu'" - } - }, - "aes": { - "domain": "mu'wIj bItlaHchu'be'taHvIS ghomlaH.", - "description": "qotlh", - "secret": "bIjatlhQo'" - } - }, - "aboutLightningAddress": { - "title": "'antu' tera'nganpu'", - "msg1": "tera'nganpu'", - "msg2": "reH Suvrup tlhIngan suvwI''a' ghaH je.", - "msg3": "jOHwI' bIHeghchugh, vaj joH quvHa'ghach mInDu'wIj.", - "msg4": "'ach wa' lutlhej SuvwI'pu' tIq ghaj.\"", - "msg5": "tlhIngan Suvlu'taHvIS Hegh'eghta'bogh." - } -} diff --git a/locales/tlh/LNURL.authRequest.json b/locales/tlh/LNURL.authRequest.json deleted file mode 100644 index c2ae8c7b8..000000000 --- a/locales/tlh/LNURL.authRequest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "layout": { - "title": "taS", - "msg": "DaneHtaHvIS 'u' DaneHtaHvIS", - "success": "Qel" - } -} diff --git a/locales/tlh/LNURL.channelRequest.json b/locales/tlh/LNURL.channelRequest.json deleted file mode 100644 index be868e4fb..000000000 --- a/locales/tlh/LNURL.channelRequest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "alert": "lom 'e' yIpoSmoHDI'" -} diff --git a/locales/tlh/LNURL.withdrawRequest.json b/locales/tlh/LNURL.withdrawRequest.json deleted file mode 100644 index 0505b23b2..000000000 --- a/locales/tlh/LNURL.withdrawRequest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "doRequest": { - "sentRequest": "QIp leghmeH neH, {{domain}}", - "addToContactList": { - "title": "ghom'a'", - "msg": "jIHvaD ghe'naQ Daja'chugh, vaj ngoQ daleghDI', {{domain}} Dasov'a'?", - "note": "chelwI' {{domain}}" - } - }, - "layout": { - "title": "tlhoS", - "msg": "qotlh", - "dialog": { - "msg": "'antu'" - }, - "dialog1": { - "minSat": "'urmang", - "maxSat": "naDev jIH", - "placeholder": "'antu'" - } - } -} diff --git a/locales/tlh/bottomNav.json b/locales/tlh/bottomNav.json deleted file mode 100644 index bf96612c4..000000000 --- a/locales/tlh/bottomNav.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "receive": "Hev", - "send": "ngeH" -} diff --git a/locales/tlh/common.json b/locales/tlh/common.json deleted file mode 100644 index e095e669b..000000000 --- a/locales/tlh/common.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "generic": { - "lightningAddress": "Tera'Nganpu'", - "nodeAlias": "LayerteS", - "description": "Qurgh", - "amount": "'Antu'", - "fee": "Ngeb" - }, - "buttons": { - "ok": "lu'", - "cancel": "qIl", - "continue": "taH", - "skip": "DuQwI'", - "proceed": "Ruch", - "back": "chap", - "no": "Qo'", - "yes": "HIja'", - "save": "choq", - "copy": "qoS" - }, - "msg": { - "status": "Dotlh", - "error": "Qagh", - "warning": "ghob", - "result": "reynalDo", - "pending": "ngeH", - "done": "pItlh", - "dismiss": "QIH", - "lastSync": "jatlh", - "lastSyncAttempt": "jISaQ", - "clipboardCopy": "yIruch", - "written": "ghItlh", - "enabled": "ngat", - "disabled": "Qotlh" - } -} diff --git a/locales/tlh/contacts.contactList.json b/locales/tlh/contacts.contactList.json deleted file mode 100644 index a737467a3..000000000 --- a/locales/tlh/contacts.contactList.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "layout": { - "title": "ghe''or je", - "lightningAddressAlreadyExists": "mIplIj rurlaHchugh, vaj ghotvaD", - "nothingHereYet": "pagh DaHjaj.", - "whyNotAdd": "moDHa'chugh vay' tu'lu'chugh vay'", - "tappingHere": "naDev yIghoS" - }, - "contact": { - "syncBalance": { - "title": "ngagh", - "error": "lopno' je rur ghopDaj, rIQmoHwI'," - }, - "list": { - "pay": "rIq", - "account": "chelwI'" - }, - "send": { - "title": "ngeH", - "couldNotPay": "'ej ghIchvam ra' lunob.", - "invalidResponse": "poSqu'mo' jIvHa'wI' (got {{response}})", - "invalidOperation": "ghIq yay charghmeH LUD-16 mIw wIje'nIS puS," - }, - "withdraw": { - "title": "toraS", - "couldNotPay": "'ej ghIchvam ra' lunob.", - "invalidResponse": "poSqu'mo' jIvHa'wI' (got {{response}})", - "invalidOperation": "lopno' je rur ghopDaj, rIQmoHwI'," - }, - "deleteContact": { - "title": "yIbochHa'moH", - "msg": "bImevlaHchugh bIHeghchugh {{contact}}?" - } - } -} diff --git a/locales/tlh/drawer.json b/locales/tlh/drawer.json deleted file mode 100644 index f32df67c6..000000000 --- a/locales/tlh/drawer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "menu": { - "scan": "Hotlh", - "receive": "Hev", - "pasteFromClipboard": "qamDu'Daq jotHa'qang", - "sendToLightningAddress": "jajmeyvaD jatlh", - "contactsAndServices": "ghe''or je", - "lightningBrowser": "wovmoHlu'mo'", - "onChainWallet": "'eDjaj pol", - "lightningChannels": "teS", - "keysendExperiment": "qeylIS", - "showMore": "'Itlh" - }, - "madeInSweden": "ghe ⚡''orDaq" -} diff --git a/locales/tlh/help.json b/locales/tlh/help.json deleted file mode 100644 index 4be09b3d2..000000000 --- a/locales/tlh/help.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "QaH", - "msg1": "HIvje' 'ach yInlIj vItojrup.", - "msg2": "Qo'noSDaq bIcheghlaHchu', ghu' QaQ lutu'lu' 'e' Dachaw'chugh.", - "msg3": "veS Human suvwI' 'ach reH SuvwI'pu' 'e' yInID.", - "telegramGroup": "ghom" -} diff --git a/locales/tlh/initProcess.initLightning.json b/locales/tlh/initProcess.initLightning.json deleted file mode 100644 index 010f74b3c..000000000 --- a/locales/tlh/initProcess.initLightning.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Qapla'" -} diff --git a/locales/tlh/keysend.experiment.json b/locales/tlh/keysend.experiment.json deleted file mode 100644 index 1b3e1a17f..000000000 --- a/locales/tlh/keysend.experiment.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "title": "qeylIS", - "qr": { - "alert": "yIruch" - }, - "dialog": { - "msg1": "ghIq bIQ'a'Daq wIghoSbogh vIqIHchugh,", - "msg2": "qeylIS mIndu'lIj (yaghmey mungchugh vay') vItu'taHvIS.", - "msg3": "qeylIS veSDuj vIra'ta' 'ej SuvwI' je." - }, - "send": { - "title": "ngeH", - "msg": "qeylIS", - "error": { - "checkAmount": "chech Qom", - "missingPubkey": "ngaDHa'moH" - }, - "alert": "Ha'moHlu'" - }, - "form": { - "amount": { - "title": "Ha'DIbaH" - }, - "pubkey": { - "title": "pang", - "placeholder": "quv" - }, - "route": { - "title": "romuluS", - "placeholder": "romuluS" - }, - "message": { - "title": "QIn", - "placeholder": "qeylIS 'enqIyDu" - } - } -} diff --git a/locales/tlh/lightningInfo.lightningInfo.json b/locales/tlh/lightningInfo.lightningInfo.json deleted file mode 100644 index 7866caa3a..000000000 --- a/locales/tlh/lightningInfo.lightningInfo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "layout": { - "title": "tIS boj" - }, - "balance": { - "title": "ngaD" - } -} diff --git a/locales/tlh/lightningInfo.openChannel.json b/locales/tlh/lightningInfo.openChannel.json deleted file mode 100644 index bb9441ee3..000000000 --- a/locales/tlh/lightningInfo.openChannel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "layout": { - "title": "poSmoH" - }, - "form": { - "title": "poSmoH", - "channel": { - "title": "ghobe' URI", - "placeholder": "URI" - }, - "amount": { - "title": "'antu'", - "placeholder": "'antu'" - }, - "fee_rate": { - "title": "Dov'a'" - } - } -} diff --git a/locales/tlh/onchain.onChainInfo.json b/locales/tlh/onchain.onChainInfo.json deleted file mode 100644 index 073145862..000000000 --- a/locales/tlh/onchain.onChainInfo.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "funds": { - "title": "'aw'" - }, - "address": { - "title": "bIHvaD QI'tu' tangqa' DaSuqpu'DI'", - "alert": "boqmaj 'ongmeH Dayaj." - }, - "newAddress": { - "title": "nI'qu'chu'" - }, - "withdraw": { - "title": "HeS" - } -} diff --git a/locales/tlh/onchain.onChainTransactionDetails.json b/locales/tlh/onchain.onChainTransactionDetails.json deleted file mode 100644 index ca986afd3..000000000 --- a/locales/tlh/onchain.onChainTransactionDetails.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Huq", - "blockExplorer": "ghe''orDaq ghu'vam", - "txHash": "ID", - "timeStamp": "Qo', joH.", - "amount": "'antu'", - "totalFees": "tlhaQ", - "label": "per", - "destAddresses": "ghoch", - "numConfirmations": "QumpIn", - "blockHeight": "boqmaj", - "blockHash": "rIn", - "rawTxHex": { - "title": "Raw tx hex", - "msg": "'ej ghuH" - } -} diff --git a/locales/tlh/onchain.onChainTransactionLog.json b/locales/tlh/onchain.onChainTransactionLog.json deleted file mode 100644 index 5ecb3c3c1..000000000 --- a/locales/tlh/onchain.onChainTransactionLog.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "layout": { - "title": "yaS DIr" - } -} diff --git a/locales/tlh/onchain.withdraw.json b/locales/tlh/onchain.withdraw.json deleted file mode 100644 index 02a0361cc..000000000 --- a/locales/tlh/onchain.withdraw.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "layout": { - "title": "HeS" - }, - "form": { - "address": { - "title": "SoQ", - "placeholder": "loSlu'taH" - }, - "amount": { - "title": "'antu'", - "placeholder": "'antu'", - "withdrawAll": "bISuch", - "all": "Hoch" - }, - "feeRate": { - "title": "Dov'a'", - "auto": "naQ" - }, - "withdraw": { - "title": "toraS", - "alert": "choQ" - } - } -} diff --git a/locales/tlh/overview.json b/locales/tlh/overview.json deleted file mode 100644 index 0a5bec8a5..000000000 --- a/locales/tlh/overview.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "recoverInfo": { - "msg1": "qorDu'ghomDaq qengtaHvIS.", - "msg2": "vItmoHlu' 'e' yI'angchu'", - "more": "vaj HutlhtaHvIS" - }, - "sendOnChain": { - "title": "yI'el tlhoy'", - "msg1": "pa'Daq QottaH qaDanganpu' 'e' vISov.", - "msg2": "SoHvaD Qu' Hoch vIta'rup.", - "msg3": "pa'", - "alert": "sengvamDaq QotDI' sengmey." - }, - "doBackup": { - "msg1": "qo' HochDaq tlhIH qo' Hoch", - "msg2": "wo'maj nadev Data'laHchugh, ngIvwI'ghom'e' wIqelchu'meH, ngIvlu'taHvIS ngIvwI'ghom ra'wI' 'e' vIHon.", - "backup": "yojHa'" - } -} diff --git a/locales/tlh/receive.dunderLspInfo.json b/locales/tlh/receive.dunderLspInfo.json deleted file mode 100644 index 1385043f7..000000000 --- a/locales/tlh/receive.dunderLspInfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "'antu' HIq LSP", - "msg": "'ach malja' ghe''orvo' (LSP) jupwI' QuptaHvIS, nIbuSbogh ghotpu'vam'e'.", - "msg1": "tIqlIj HIvqa' DeghwI'pu' 'e' DaHarpu'.", - "msg2": "tangqa' targh malja' vIyajlaHbe' je. 'ej Qu'Mej tlhoy Hoch tlhIngan yo' 'ej QuchtaHvIS,", - "msg3": "QIm", - "msg4": "pa'", - "msg5": "qaStaHvIS jajmey Hoch je." -} diff --git a/locales/tlh/receive.receiveQr.json b/locales/tlh/receive.receiveQr.json deleted file mode 100644 index 8b5ba4531..000000000 --- a/locales/tlh/receive.receiveQr.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Hev", - "qr": { - "title": "chay' ghopDaj", - "msg": "DaSIQ" - } -} diff --git a/locales/tlh/receive.receiveSetup.json b/locales/tlh/receive.receiveSetup.json deleted file mode 100644 index cd584781c..000000000 --- a/locales/tlh/receive.receiveSetup.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "layout": { - "title": "Hev" - }, - "createInvoice": { - "title": "daqchenmoH", - "error": "vaj yIyajchoHlaH pagh", - "alert": "bIjontaHvIS, choparHa'qu' 'e' DaSovchu'.", - "lsp": { - "msg": "'ach hegh Qorghqu' ponglu'bogh quvHa'moHlu'chugh.", - "msg1": "nuq 'oH Dochvam'e'?" - } - }, - "createBlixtLspInvoice": { - "title": "valwI'", - "msg": "'eldI' tlhoS Hoch, veSDujmey potlhqu' QoraQ tuq.", - "msg1": "chenpu'DI' noyqangwI''e' lutu'lu'be'", - "alert": "tamtaHvIS HIq vIDelchu' 'e' vIHar.", - "proceed": "Ruch" - }, - "form": { - "amountFiat": { - "title": "'antu'", - "change": "qaSbe'", - "dunderPlaceholder": "'ay' cha'" - }, - "amountBitcoin": { - "title": "'antu'", - "change": "Sey'choH", - "dunderPlaceholder": "'ay' cha'" - }, - "payer": { - "title": "puq", - "placeholder": "pagh" - }, - "description": { - "title": "QIn", - "placeholder": "puqbe'wI'" - } - } -} diff --git a/locales/tlh/send.sendConfirmation.json b/locales/tlh/send.sendConfirmation.json deleted file mode 100644 index 8067e1697..000000000 --- a/locales/tlh/send.sendConfirmation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "'ugh" - }, - "form": { - "invoice": { - "title": "wIvtaHvIS pov." - }, - "amount": { - "title": "'antu'" - }, - "recipient": { - "title": "SIQwI'" - }, - "nodeAlias": { - "title": "layerteS" - }, - "description": { - "title": "QIn" - } - } -} diff --git a/locales/tlh/send.sendDone.json b/locales/tlh/send.sendDone.json deleted file mode 100644 index 6b68b05f6..000000000 --- a/locales/tlh/send.sendDone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "done": { - "title": "RITLH" - } -} diff --git a/locales/tlh/settings.about.json b/locales/tlh/settings.about.json deleted file mode 100644 index 45d3b298b..000000000 --- a/locales/tlh/settings.about.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "Huy'choH wa'SanID", - "msg1": "wo'DIbaH", - "msg2": "qonwI'", - "msg3": "yIntaHmeH mIpqu' jIvHa'chuqtaH", - "msg4": "qaStaHvIS", - "msg5": "'ej nuDtaHvIS DuDbogh 'ej nuDtaHmo',", - "msg6": "mIwvam DIghaj CC BY 3.0", - "msg7": "qeS" -} diff --git a/locales/tlh/settings.connectToLightningPeer.json b/locales/tlh/settings.connectToLightningPeer.json deleted file mode 100644 index dc7655ff1..000000000 --- a/locales/tlh/settings.connectToLightningPeer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "layout": { - "title": "yejquv vas'e'" - }, - "connect": { - "title": "ghobe' URI", - "placeholder": "ghot URI", - "accept": "Rar" - } -} diff --git a/locales/tlh/settings.lightningNodeInfo.json b/locales/tlh/settings.lightningNodeInfo.json deleted file mode 100644 index 977d0ab20..000000000 --- a/locales/tlh/settings.lightningNodeInfo.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "qar'a'", - "alias": "layerteS", - "chain": "mIr", - "timestamp": "naDev ramjep", - "blockHash": "rInSa'", - "blockHeight": "boq'a'", - "identityPubkey": "DaH yIwuQ", - "channel": { - "title": "nuneh", - "active": "'aqDaj", - "inactive": "jiSay'rup", - "pending": "ghot" - }, - "numPeers": "nugh", - "syncedToChain": "'Iq", - "syncedToGraph": "ghItlhvam qevjatlh", - "nodeUris": "ghobe' URIs", - "version": "LND wo'DIbaH", - "features": "yap vay' Daghajbe'" -} diff --git a/locales/tlh/settings.lightningPeers.json b/locales/tlh/settings.lightningPeers.json deleted file mode 100644 index 2f5d23590..000000000 --- a/locales/tlh/settings.lightningPeers.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "layout": { - "title": "vay'" - }, - "alias": "layerteS", - "pubKey": "ghaytan ngIp", - "address": "yItu'be'", - "data": { - "title": "De'", - "bytesSent": "Duj", - "bytesRecv": "'IwHa'" - }, - "transfer": { - "title": "Qay", - "satSent": "tuq", - "satRecv": "che'meH" - }, - "inbound": "Suyaj", - "syncType": "qeng", - "errors": "Qagh", - "disconnect": "ghot" -} diff --git a/locales/tlh/settings.removePincodeAuth.json b/locales/tlh/settings.removePincodeAuth.json deleted file mode 100644 index 4695c2896..000000000 --- a/locales/tlh/settings.removePincodeAuth.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "DaH 'enqIyDu che' 'enqIyDu" -} diff --git a/locales/tlh/settings.setPincode.json b/locales/tlh/settings.setPincode.json deleted file mode 100644 index 7cca015b9..000000000 --- a/locales/tlh/settings.setPincode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enter": "HoSghaj", - "confirm": "QumpIn" -} diff --git a/locales/tlh/settings.settings.json b/locales/tlh/settings.settings.json deleted file mode 100644 index e354af4bd..000000000 --- a/locales/tlh/settings.settings.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "title": "'aw'", - "general": { - "title": "Sa'", - "name": { - "title": "pong", - "subtitle": "qaStaHvIS poHlu'chu'pu'bogh", - "dialog": { - "msg": "vaj ngoHmey SaHlu'meH mIw'a' tu'lu'be''a' \n\nbIlughchu'meH mIw, ponglIj tu'lu'chugh.", - "accept": "qaStaHvIS mIw yIlo'rup" - } - }, - "lang": { - "title": "Hol", - "dialog": { - "title": "QeH" - } - }, - "pushNotification": { - "title": "Ha'DIbaH", - "subtitle": "quvHa'moHpu' 'ej tlhoSpu'DI'" - }, - "checkClipboard": { - "title": "not SuvwI'", - "subtitle": "HIvmeH Duj chemvaH Duj chemvaH" - }, - "saveGeolocation": { - "title": "ghot yIwuv 'e' yIchaw'Qo'.", - "subtitle": "QI'yaH, lunaDHa'mo', QI'yaH!", - "logGranted": "ghertlhuD", - "logDenied": "cha'DIch" - }, - "mapTheme": { - "title": "ghItlh" - } - }, - "wallet": { - "title": "pIn tlhoy'", - "seed": { - "show": { - "title": "HeghlaH pegh", - "subtitle": "lo'24 laHwI'Hey yIvup.", - "dialog": { - "title": "ta'", - "alert": "yIruch", - "copy": "yIghoS" - } - }, - "remove": { - "title": "jISuvqangbe'lu'taHvIS", - "subtitle": "yabwIjDaq 'ItchoHbogh yabwIj, vaj yabwIjDaq", - "dialog": { - "title": "lIyaj", - "msg": "tlhabtaHvIS ghu'vam. QIchvam rur ghopDu' bIghoSmoHbe'chugh!", - "accept": "Hegh" - } - } - }, - "backup": { - "export": { - "title": "pIr chech", - "alert": "javwI' quv." - }, - "verify": { - "title": "che'chugh" - }, - "googleCloud": { - "title": "ghorgh yItlhutlh", - "subtitle": "ghe''or yuQDaq maghoSchu'ghach nuv", - "alert": "ghertlhuD" - }, - "googleCloudForce": { - "title": "DaH ghew", - "alert": "yuQDaq 'e' yIchav" - }, - "iCloud": { - "title": "Qapla'", - "subtitle": "'ach Qoq", - "alert": "Qapla'" - }, - "iCloudForce": { - "title": "'ach may'Duj", - "alert": "'ach yIjaHpu'choH" - }, - "error": "rop" - } - }, - "security": { - "title": "Hung", - "pincode": { - "title": "ghIjqa'" - }, - "biometrics": { - "title": "yIvuS", - "fingerprint": "SIqwI'", - "faceId": "qaD ID", - "touchID": "DuQ ID" - }, - "chainSync": { - "title": "yev", - "subtitle": "ngeb tIqDaj 4", - "dialog": { - "title": "yay'be'lu'be'chugh vay'", - "msg": "Qovpatlh QIv yIHoH. ngaghQo' neH chenmoHlu'.\n\nnI'taHvIS poH nI' tay wIlopmoHchugh,\n\npagh DaSovchugh, vaj qo' DachenmoHnIS" - } - } - }, - "display": { - "title": "'agh", - "fiatUnit": { - "title": "qaSbe'" - }, - "bitcoinUnit": { - "title": "Sey'choH" - }, - "onchainExplorer": { - "title": "qor", - "dialog": { - "title": "ngaj poS" - } - } - }, - "bitcoinNetwork": { - "title": "yIvum", - "node": { - "title": "'Iw tu'lu'be'", - "subtitle": "'ach (BIP157) yIbej 'Iv", - "setDialog": { - "title": "jatlhbe'" - }, - "restoreDialog": { - "title": "pagh yIqIm", - "msg": "qo' Dache'chugh DanoHmeH qo' Hoch" - }, - "restartDialog": { - "title": "poq", - "msg": "wanI' tIq ghajbogh Sormey Dejqu' neH.", - "msg1": "DaH nuq Daghaj?" - } - }, - "rpc": { - "title": "meH HoD" - }, - "zmqRawBlock": { - "title": "yo' ZMQ Raw QIjwI'" - }, - "zmqRawTx": { - "title": "yo' ZMQ Raw Tx QIjwI'" - } - }, - "LN": { - "title": "qornIS", - "node": { - "title": "DaH cha' Hub yIghoS", - "subtitle": "" - }, - "peers": { - "title": "yIntaHvIS nuvpu'", - "subtitle": "" - }, - "autopilot": { - "title": "motlhHa'", - "subtitle": "" - }, - "inbound": { - "title": "lotmey law' jatlhmeH", - "subtitle": "yInmeH jIvHa'wI' 'e' Dalo'chugh", - "dialog": { - "title": "wejpu'bogh ram vIpongnISmoH.", - "msg1": "yabwIjDaq 'ogh'eghchugh, vaj ngabpu'bogh.", - "msg2": "wo' DachavtaH 'e' DatuQnIS, vaj bIpeghbejtaHvIS, batlh chopejmoH.", - "msg3": "QuvvamDaq QottaHghach mIv'a' DaDabchugh/, vaj yerghoS puqloDpu' bIHeghvIpchoH." - } - }, - "LSP": { - "title": "toy' Dunder LSP wI'", - "subtitle": "", - "setDialog": { - "title": "toy' Dunder wI'", - "acept": "toy'wI'" - }, - "restoreDialog": { - "title": "jab Dunder wI'", - "msg": "qo' Dache'chugh DanoH Dunder chugh" - } - }, - "graphSync": { - "title": "veSvo' mIw'a' vIneH", - "subtitle": "'ej ghIjtaHvIS nuvpu'" - } - }, - "miscelaneous": { - "title": "lIlob", - "about": { - "title": "'antu'", - "subtitle": "" - }, - "appLog": { - "title": "yIjatlhqa'", - "subtitle": "", - "dialog": { - "alert": "yIghoS", - "error": "nIvqu' lutmey tlhaQ." - } - }, - "lndLog": { - "title": "quvHa'ghachwIj vIparHa'qu'", - "subtitle": "raQ /sdcard/BlixtWallet", - "dialog": { - "alert": "yIqaD", - "error": "qaSDI' choraQ." - } - }, - "dev": { - "title": "ghoschu'wI'", - "subtitle": "" - }, - "expiredInvoices": { - "title": "povqu' chenmoHqu' chenmoHqu'", - "subtitle": "" - }, - "screenTransactions": { - "title": "qaryoQ", - "subtitle": "" - }, - "signMessage": { - "title": "muleghqangwI'pu'", - "subtitle": "", - "dialog1": { - "title": "HIja'" - }, - "dialog2": { - "title": "bIH", - "alert": "yIruch" - } - } - }, - "experimental": { - "title": "ngoy'", - "LSP": { - "title": "DaH 'entepray' Dunder LSP", - "subtitle": "MINDU'WIJ pe'vIl vIHbe'bogh tlheghDaj bIHha'bogh" - }, - "MPP": { - "title": "DaH QongDaq QIp'a' bIH?", - "subtitle": "Ha'DIbaH 2 rur" - }, - "tor": { - "title": "DaT 'entepray'", - "subtitle": "", - "enabled": { - "title": "torqu' hovpu' 'ej choS ruvpa'", - "msg1": "nItebHa' ('ej tlho'vaD 'oy' tIlmey je) QoraQ tuq.", - "msg2": "chaq tlhInganpu' 'ej bIcheghlaHbe' 'e' DaHarbej.", - "msg3": "ghob: HIq mIw vIja'nIS.", - "msg4": "mo': ghu'vamq/u' qelI'qam lengtaHvIS.", - "msg5": "mo': 'ej SuDtaHvIS poHmeyvetlh,", - "msg6": "mo': HeghDajDaq suvwI'pu' je.", - "msg7": "mo': 'ej qeylIS vIlarghlaHbe'", - "msg8": "WebLN Browser & LNURL vIpumlu'.\"" - }, - "disabled": { - "title": "torlIj DatIvmeH Qoypu'", - "msg1": "dejmeymaj wIta'meH veqlargh.", - "msg2": "nuq Data'rup'a'?" - } - }, - "onion": { - "title": "HoSghajqu'", - "subtitle": "'ej bommeh tlhoy'rupbogh 'ej Hegh" - }, - "keysend": { - "title": "qeylIS", - "subtitle": "" - } - }, - "debug": { - "title": "DenIb", - "startup": { - "title": "yuVHa'choH qabDaj 'angbe'nIS.", - "subtitle": "" - }, - "helpCencer": { - "title": "LND pe'vIl ghoS", - "subtitle": "" - }, - "LSP": { - "title": "qeylIS wo'", - "subtitle": "" - }, - "lndLog": { - "title": "reynal LND Do", - "subtitle": "" - }, - "keysend": { - "title": "qaStaHvIS wa'Hu'", - "subtitle": "" - }, - "googleDrive": { - "title": "ghertlhuD", - "subtitle": "" - }, - "webln": { - "title": "WebLN", - "subtitle": "" - }, - "config": { - "title": "ragh", - "subtitle": "" - }, - "demo": { - "title": "Huch yIghoS", - "subtitle": "targhhom vIghaj. qo' neH" - } - } -} diff --git a/locales/tlh/settings.torShowOnionAddress.json b/locales/tlh/settings.torShowOnionAddress.json deleted file mode 100644 index f699afbb5..000000000 --- a/locales/tlh/settings.torShowOnionAddress.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "QamchoH", - "msg1": "mu'tlheghmeyvam daqmey law', ghertlhuD", - "msg2": "nuvvam ngaDHom lururlu'meH" -} diff --git a/locales/tlh/syncInfo.json b/locales/tlh/syncInfo.json deleted file mode 100644 index c7f9412f1..000000000 --- a/locales/tlh/syncInfo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "syncedToChain": { - "title": "yIHmey ngeD", - "title1": "naQchoHtaHvIS", - "msg1": "tayqeqmaj luHotlhlu' 'ej tayqeqmey'e'.", - "msg2": "tangqa' targhlIj 'oH yItlhej.", - "msg3": "yo' qIjDaq ngoDmey DItu'moHlu'pu'", - "blockHeight": { - "title": "yIchenmoH", - "msg1": "Dutlh" - } - }, - "recoveryMode": { - "title": "lIQmoH", - "msg1": "yapHa'chuq", - "msg2": "& yupma'qoq mIndu'Daj veqlargh." - }, - "lndLog": { - "show": "ngoQ", - "copy": "yIleS" - } -} diff --git a/locales/tlh/transactionDetails.json b/locales/tlh/transactionDetails.json deleted file mode 100644 index 383ddf4f2..000000000 --- a/locales/tlh/transactionDetails.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "title": "Huq", - "date": "Qo', joH.", - "Note": "paghna'", - "website": "ma'oy'", - "type" : "Segh", - "lnurl": { - "messageFromWebsite": "qotlh", - "urlReceivedFromWebsite": "URL che' Vo'", - "secretMessage": "bIjatlhQo'" - }, - "payer": "puq", - "recipient": "SIQwI'", - "amountInFiatTimeOfPayment": "leghqu'nIS (wanI'vam)", - "numberOfHops": "'ach romuluS", - "remotePubkey": "seng", - "paymentHash": "rIQ", - "preimage": "chIrgh", - "status": "Dotlh", - "goBack": "ghoS", - "button": { - "setNote": "toH, yIleghQo'", - "cancelInvoice": "qo'Daq sa'nIS", - "showMap": "QI'yaH" - }, - "setNoteDialog": { - "title": "paghna'", - "text": "yuQvo' QIHlaHbe'" - } -} diff --git a/locales/tlh/web.info.json b/locales/tlh/web.info.json deleted file mode 100644 index 46b809da7..000000000 --- a/locales/tlh/web.info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "jIhDaq che'taH", - "pressToTry": "veSDujmey tu'lu'" -} diff --git a/locales/tlh/webLN.browser.json b/locales/tlh/webLN.browser.json deleted file mode 100644 index 84daf1671..000000000 --- a/locales/tlh/webLN.browser.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "close": "Ha'DIbaH bISop 'e' DapoQqang'a'?", - "home": "ghormaQ yIghoSNa'", - "placeholder": "naDev URL yIghoS" -} diff --git a/locales/tlh/welcome.addFunds.json b/locales/tlh/welcome.addFunds.json deleted file mode 100644 index d970c2097..000000000 --- a/locales/tlh/welcome.addFunds.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "jatlh", - "msg1": "tuQ'egh tlhoy'", - "msg2": "reH tIqDu' SaQnIS 'iq lutu'lu'" -} diff --git a/locales/tlh/welcome.almostDone.json b/locales/tlh/welcome.almostDone.json deleted file mode 100644 index a67de751a..000000000 --- a/locales/tlh/welcome.almostDone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": { - "title": "pong", - "msg": "qaStaHvIS poHlu'chu'pu'bogh", - "alert": { - "title": "pong", - "msg1": "vaj ngoHmey SaHlu'meH mIw'a' tu'lu'be''a'", - "msg2": "qaStaHvIS mInDu'lIj,", - "msg3": "DaQungHa'chugh.", - "msg4": "qaStaHvIS mIw yIlo'rup" - } - }, - "pincode": { - "title": "ghIjqa'", - "msg": "yIvuS" - }, - "fiatUnit": { - "title": "maQmIgh", - "dialog": { - "title": "qaSbe'" - } - }, - "autopilot": { - "title": "motlhHa'", - "msg": "ghuy'cha', belmoHtaHvIS nI' latlh DotlhDaj" - }, - "done": { - "title": "Qo'!", - "msg1": "peghmey DIlo'taHvIS je tlhuH", - "msg2": "'ej cheghDI' 'oH," - } -} diff --git a/locales/tlh/welcome.confirm.json b/locales/tlh/welcome.confirm.json deleted file mode 100644 index 0c84dc171..000000000 --- a/locales/tlh/welcome.confirm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "alert": { - "title": "yInIDqa'", - "msg": "wa'leS Dalo'taHvIS bIQong, 'e' vIlo'nganpu'." - }, - "seed": { - "title": "qaleghqa'be'neS" - } -} diff --git a/locales/tlh/welcome.googleDriveBackup.json b/locales/tlh/welcome.googleDriveBackup.json deleted file mode 100644 index 2e7205149..000000000 --- a/locales/tlh/welcome.googleDriveBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Hegh 'enqIyDu ghIlghameS 'enqIyDu", - "msg": "ghertlhuD" - }, - "backup": { - "title": "bI'IQ", - "msg": "qorDu'lIjDaq bIlengtaHvIS, tlhiHdaq ghoSpa'lIjDaq yIpoSmoH.", - "msg1": "cha'logh QeHqu'meH ngeHqu' 'e' vIHar.", - "msg2": "'ach Do' DaneHbe'chugh," - } -} diff --git a/locales/tlh/welcome.iCloudBackup.json b/locales/tlh/welcome.iCloudBackup.json deleted file mode 100644 index a775944e3..000000000 --- a/locales/tlh/welcome.iCloudBackup.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enable": { - "title": "Humbaba", - "msg": "tlhach" - }, - "backup": { - "title": "Qapla'", - "msg": "joHwI', ngaSwI'lIj naymo' qaparHa'mo', tlhogh naDmey machaw'chugh, vaj ngaSwI'ghomqu'mo' nay' chaH.", - "msg1": "cha'logh QeHqu'meH ngeHqu' 'e' vIHar.", - "msg2": "'ach Do' DaneHbe'chugh," - } -} diff --git a/locales/tlh/welcome.restore.json b/locales/tlh/welcome.restore.json deleted file mode 100644 index 06069dcce..000000000 --- a/locales/tlh/welcome.restore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "restore": { - "title": "chemwI'", - "msg": "bISuvtaHvIS bIQapchugh, vaj pIvlIj.", - "msg1": "wa'SanID yuQmey vIlo'chugh, vaj qeylIS HoSlIj DachoHmeH mIw.", - "loading": "chemwI'", - "channel": { - "title": "jejHa'", - "file": "paQHa' ghotpu'", - "google": { - "title": "Heghlu'bogh nuv'e'", - "alert": "Qu'vatlh, ghogh DaSaD" - }, - "iCloud": { - "title": "QI'yaH, QI'yaH", - "alert": "qo' Hoch" - } - }, - "seed": "mu'meyvetlh 24 vIlan" - }, - "backup": { - "google": "ghob pabwI'", - "iCloud": "HeSwI'pu'" - } -} diff --git a/locales/tlh/welcome.seed.json b/locales/tlh/welcome.seed.json deleted file mode 100644 index 4fc592d14..000000000 --- a/locales/tlh/welcome.seed.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "title": "yI'el tlhoy'", - "msg": "ghu'vamvaD DujlIj.", - "msg1": "'ej ghu' DotlhDaq qa'taHvIS ghu' je.", - "msg2": "joHwI', yabwIj Sep law', HurDaq mIwvam", - "msg3": "naplIj yIchenmoH.", - "msg4": "bIH ja'DI' mojlaHbe'law' bIH aezeed.", - "button": "jItamtaHvIS wa'DIch" -} diff --git a/locales/tlh/welcome.start.json b/locales/tlh/welcome.start.json deleted file mode 100644 index 456b547d9..000000000 --- a/locales/tlh/welcome.start.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "title": "yI'el", - "createWallet": { - "title": "ChenmoH tlhoy'", - "msg1": "yo' qIjDaq suvchoH SuvwI'pu' 'e' luHarlu'.", - "msg2": "joHwI', bIvumchugh, vaj choquvHa'moHlaHbe'chugh.", - "msg3": "reH lut tlhaQ bOQoy boneHpu'chugh.", - "msg4": "reH jIHvaD qelnIS" - }, - "restoreWallet": { - "title": "qevpa' tlhoy'" - } -} diff --git a/src/Main.tsx b/src/Main.tsx index e03f5c97a..eb2c42b13 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -39,9 +39,7 @@ const RootStack = createStackNavigator(); export type RootStackParamList = { DEV_Commands: undefined; - Init: undefined; Authentication: undefined; - InitLightning: undefined; Loading: undefined; LoadingModal: undefined; diff --git a/src/components/FooterNav.tsx b/src/components/FooterNav.tsx index 74fb8c719..488e629ed 100644 --- a/src/components/FooterNav.tsx +++ b/src/components/FooterNav.tsx @@ -7,7 +7,7 @@ import { namespaces } from "../i18n/i18n.constants"; export default function FooterNav() { const navigation = useNavigation(); - const t = useTranslation(namespaces.bottomNav).t; + const t = useTranslation(namespaces.footerNav).t; return (