From b60fef8538f1acc4ad81de4a5ec29aa4103c5711 Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Mon, 30 Sep 2024 16:43:43 +0900 Subject: [PATCH] feat: sync language files --- src/utils/i18n/locales/ca/lightning.json | 22 ++ src/utils/i18n/locales/ca/security.json | 5 + src/utils/i18n/locales/ca/wallet.json | 6 - src/utils/i18n/locales/cs/lightning.json | 60 +++- src/utils/i18n/locales/cs/other.json | 6 - src/utils/i18n/locales/cs/security.json | 38 +++ src/utils/i18n/locales/cs/wallet.json | 22 +- src/utils/i18n/locales/de/cards.json | 12 +- src/utils/i18n/locales/de/common.json | 15 +- src/utils/i18n/locales/de/fee.json | 2 +- src/utils/i18n/locales/de/lightning.json | 324 +++++++++++++------ src/utils/i18n/locales/de/onboarding.json | 2 +- src/utils/i18n/locales/de/other.json | 25 +- src/utils/i18n/locales/de/security.json | 38 +++ src/utils/i18n/locales/de/settings.json | 63 +++- src/utils/i18n/locales/de/slashtags.json | 17 +- src/utils/i18n/locales/de/wallet.json | 56 +++- src/utils/i18n/locales/es_419/lightning.json | 16 + src/utils/i18n/locales/es_419/wallet.json | 3 - src/utils/i18n/locales/es_ES/cards.json | 19 ++ src/utils/i18n/locales/es_ES/common.json | 11 +- src/utils/i18n/locales/es_ES/lightning.json | 177 ++++++++++ src/utils/i18n/locales/es_ES/onboarding.json | 30 ++ src/utils/i18n/locales/es_ES/other.json | 130 +++++++- src/utils/i18n/locales/es_ES/security.json | 38 ++- src/utils/i18n/locales/es_ES/settings.json | 146 ++++++++- src/utils/i18n/locales/es_ES/slashtags.json | 70 +++- src/utils/i18n/locales/es_ES/wallet.json | 120 ++++++- src/utils/i18n/locales/fr/lightning.json | 34 +- src/utils/i18n/locales/fr/other.json | 6 - src/utils/i18n/locales/fr/security.json | 5 + src/utils/i18n/locales/fr/wallet.json | 9 - src/utils/i18n/locales/it/lightning.json | 34 +- src/utils/i18n/locales/it/other.json | 6 - src/utils/i18n/locales/it/security.json | 5 + src/utils/i18n/locales/it/wallet.json | 9 - src/utils/i18n/locales/nl/lightning.json | 23 +- src/utils/i18n/locales/nl/security.json | 5 + src/utils/i18n/locales/nl/wallet.json | 9 - src/utils/i18n/locales/pl/lightning.json | 11 + src/utils/i18n/locales/pl/wallet.json | 3 - src/utils/i18n/locales/pt_BR/lightning.json | 34 +- src/utils/i18n/locales/pt_BR/other.json | 6 - src/utils/i18n/locales/pt_BR/security.json | 5 + src/utils/i18n/locales/pt_BR/wallet.json | 9 - src/utils/i18n/locales/ru/lightning.json | 34 +- src/utils/i18n/locales/ru/other.json | 6 - src/utils/i18n/locales/ru/security.json | 5 + src/utils/i18n/locales/ru/wallet.json | 9 - 49 files changed, 1494 insertions(+), 246 deletions(-) diff --git a/src/utils/i18n/locales/ca/lightning.json b/src/utils/i18n/locales/ca/lightning.json index 3f2bcc91c..28e61089d 100644 --- a/src/utils/i18n/locales/ca/lightning.json +++ b/src/utils/i18n/locales/ca/lightning.json @@ -10,6 +10,14 @@ }, "button2": { "string": "Utilitza un altre moneder" + }, + "button3": { + "string": "Avançat" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Balanç de despesa" } }, "transfer": { @@ -48,6 +56,20 @@ "string": "Transferència realitzada" } }, + "external_manual": { + "node_id": { + "string": "ID de Node" + }, + "host": { + "string": "Amfitrió" + }, + "port": { + "string": "Port" + }, + "scan": { + "string": "Escanegi el codi QR" + } + }, "error_channel_purchase": { "string": "Configuració de pagaments instantanis fallida" }, diff --git a/src/utils/i18n/locales/ca/security.json b/src/utils/i18n/locales/ca/security.json index 6d5050198..8e2dc01e9 100644 --- a/src/utils/i18n/locales/ca/security.json +++ b/src/utils/i18n/locales/ca/security.json @@ -193,5 +193,10 @@ }, "wiped_title": { "string": "Dades de la cartera eliminades" + }, + "authorization": { + "success": { + "string": "Èxit" + } } } diff --git a/src/utils/i18n/locales/ca/wallet.json b/src/utils/i18n/locales/ca/wallet.json index 6fa94f448..061ffd245 100644 --- a/src/utils/i18n/locales/ca/wallet.json +++ b/src/utils/i18n/locales/ca/wallet.json @@ -383,9 +383,6 @@ "string": "Despesa" } }, - "details_transfer_subtitle": { - "string": "Transferència entrant" - }, "tx_invalid": { "string": "Transacció no vàlida" }, @@ -422,9 +419,6 @@ "lnurl_w_success_description": { "string": "Retirada sol·licitada amb èxit" }, - "lnurl_p_title": { - "string": "Envia Bitcoin" - }, "lnurl_p_max": { "string": "Quantitat màxima" } diff --git a/src/utils/i18n/locales/cs/lightning.json b/src/utils/i18n/locales/cs/lightning.json index 299e20fe6..ec7f3396b 100644 --- a/src/utils/i18n/locales/cs/lightning.json +++ b/src/utils/i18n/locales/cs/lightning.json @@ -30,7 +30,24 @@ "string": "Použijte jinou peněženku" }, "button3": { - "string": "Externí uzel (pokročilý)" + "string": "Pokročilé" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Dostupný zůstatek" + }, + "title": { + "string": "Pokročilé nastavení" + }, + "text": { + "string": "Naskenujte QR kód pro nárokování svého LNURL kanálu od jiného LSP nebo si vyberte ruční nastavení." + }, + "button1": { + "string": "LNURL kanál QR" + }, + "button2": { + "string": "Manuální nastavení" } }, "no_funds": { @@ -209,6 +226,47 @@ "string": "Vaše prostředky byly převedeny. Tyto prostředky můžete okamžitě použít." } }, + "external": { + "nav_title": { + "string": "Připojení lightning" + } + }, + "external_manual": { + "title": { + "string": "Manuální nastavení" + }, + "text": { + "string": "Můžete použít externí uzel k ručnímu otevření lightning připojení. Zadejte údaje o uzlu pro pokračování." + }, + "node_id": { + "string": "ID uzlu" + }, + "host": { + "string": "Host" + }, + "port": { + "string": "Port" + }, + "paste": { + "string": "Vložte URI uzlu" + }, + "scan": { + "string": "Skenovat QR" + } + }, + "external_amount": { + "title": { + "string": "Disponibilní\nzůstatek" + } + }, + "external_success": { + "title": { + "string": "Připojení\niniciováno" + }, + "text": { + "string": "Iniciováno připojení lightning. Zůstatek na účtu budete moci použít do ±30 minut (závisí na konfiguraci uzlu)." + } + }, "error_channel_purchase": { "string": "Nastavení okamžitých plateb se nezdařilo" }, diff --git a/src/utils/i18n/locales/cs/other.json b/src/utils/i18n/locales/cs/other.json index d16ecd993..a6c58872d 100644 --- a/src/utils/i18n/locales/cs/other.json +++ b/src/utils/i18n/locales/cs/other.json @@ -190,12 +190,6 @@ "lnurl_channel_port": { "string": "Port" }, - "lnurl_channel_connecting": { - "string": "Připojení\niniciováno" - }, - "lnurl_channel_connecting_text": { - "string": "Iniciováno připojení lightning. Zůstatek na účtu budete moci použít do ±30 minut (závisí na konfiguraci uzlu)." - }, "lnurl_blocktank_error": { "string": "Bitkit se nepodařilo připojit k Blocktank." }, diff --git a/src/utils/i18n/locales/cs/security.json b/src/utils/i18n/locales/cs/security.json index 9afb7c7c8..1b2328af0 100644 --- a/src/utils/i18n/locales/cs/security.json +++ b/src/utils/i18n/locales/cs/security.json @@ -310,5 +310,43 @@ }, "wiped_message": { "string": "Bitkit byla resetována a všechna data peněženky byla vymazána." + }, + "authorization": { + "title": { + "string": "Autorizace" + }, + "description": { + "string": "Před udělením povolení ke správě vašich dat se ujistěte, že této službě důvěřujete." + }, + "authorize": { + "string": "Autorizovat" + }, + "deny": { + "string": "Odmítnout" + }, + "authorizing": { + "string": "Autorizování..." + }, + "success": { + "string": "Úspěch" + }, + "claims": { + "string": "Tato služba tvrdí, že je" + }, + "requested_permissions": { + "string": "Požadovaná oprávnění" + }, + "pubky_secret_error_title": { + "string": "Pubky Error" + }, + "pubky_secret_error_description": { + "string": "Nelze načíst klíč Pubky" + }, + "pubky_auth_error_title": { + "string": "Chyba ověření Pubky" + }, + "pubky_auth_error_description": { + "string": "Nelze se přihlásit pomocí služby Pubky" + } } } diff --git a/src/utils/i18n/locales/cs/wallet.json b/src/utils/i18n/locales/cs/wallet.json index a089e30f8..85ab9d22c 100644 --- a/src/utils/i18n/locales/cs/wallet.json +++ b/src/utils/i18n/locales/cs/wallet.json @@ -206,6 +206,14 @@ "note": { "string": "Poznámka" }, + "lnurl_pay_confirm": { + "comment": { + "string": "Komentář" + }, + "comment_placeholder": { + "string": "Nepovinný komentář pro příjemce" + } + }, "tags": { "string": "Tagy" }, @@ -539,7 +547,7 @@ } }, "details_transfer_subtitle": { - "string": "Příchozí převod" + "string": "Příchozí transakce: " }, "tx_invalid": { "string": "Neplatná transakce" @@ -632,7 +640,17 @@ "string": "Úspěšná žádost o výběr" }, "lnurl_p_title": { - "string": "Poslat bitcoin" + "string": "Platit bitcoinem" + }, + "lnurl_pay": { + "error_min": { + "title": { + "string": "Příliš nízká částka" + }, + "description": { + "string": "Minimální částka pro tuto fakturu je ₿ {amount}." + } + } }, "lnurl_p_max": { "string": "Maximální částka" diff --git a/src/utils/i18n/locales/de/cards.json b/src/utils/i18n/locales/de/cards.json index 49e472963..0b8c8f8a5 100644 --- a/src/utils/i18n/locales/de/cards.json +++ b/src/utils/i18n/locales/de/cards.json @@ -1,7 +1,7 @@ { "backupSeedPhrase": { "title": { - "string": "Backup" + "string": "Sichern" }, "description": { "string": "Sichere deine bitcoin" @@ -41,7 +41,7 @@ }, "lightningSettingUp": { "title": { - "string": "Transfer" + "string": "Übertragung" }, "description": { "string": "in Vorbereitung..." @@ -65,7 +65,7 @@ }, "transferPending": { "title": { - "string": "Transfer" + "string": "Übertragung" }, "description": { "string": "Bereit in ±{duration}" @@ -73,7 +73,7 @@ }, "transferClosingChannel": { "title": { - "string": "Vorbereiten..." + "string": "Initiieren" }, "description": { "string": "App geöffnet lassen" @@ -113,13 +113,13 @@ }, "btFailed": { "title": { - "string": "Abgebrochen" + "string": "Fehlgeschlagen" }, "description": { "string": "Versuche es erneut" } }, "suggestions": { - "string": "Empfehlungen" + "string": "Vorschläge" } } diff --git a/src/utils/i18n/locales/de/common.json b/src/utils/i18n/locales/de/common.json index eeb034cd0..3b1f0f87d 100644 --- a/src/utils/i18n/locales/de/common.json +++ b/src/utils/i18n/locales/de/common.json @@ -57,10 +57,8 @@ "string": "OK" }, "ok_random": { - "string": "Fantastisch!\nSchön!\nCool!\nGroßartig!\nFantastisch!\nSüß!\nAusgezeichnet!\nGroßartig!\nWunderbar!", - "context": "A list of positive words to show the user after they have completed an action", - "developer_comment": "Use a number of words separated by a newline character" - }, + "string": "Fantastisch!\nSchön!\nCool!\nGroßartig!\nFantastisch!\nSüß!\nAusgezeichnet!\nGroßartig!\nWunderbar!" + }, "retry": { "string": "Wiederholen" }, @@ -90,5 +88,14 @@ }, "connect": { "string": "Verbinden" + }, + "min": { + "string": "Min" + }, + "max": { + "string": "Max" + }, + "default": { + "string": "Standard" } } diff --git a/src/utils/i18n/locales/de/fee.json b/src/utils/i18n/locales/de/fee.json index 600b7abe7..8c7c26ed8 100644 --- a/src/utils/i18n/locales/de/fee.json +++ b/src/utils/i18n/locales/de/fee.json @@ -71,7 +71,7 @@ }, "custom": { "title": { - "string": "Benutzerdefiniert" + "string": "Benuzterdefiniert" }, "description": { "string": "Abhängig von der Gebühr" diff --git a/src/utils/i18n/locales/de/lightning.json b/src/utils/i18n/locales/de/lightning.json index 56b2830e4..4372dfd6b 100644 --- a/src/utils/i18n/locales/de/lightning.json +++ b/src/utils/i18n/locales/de/lightning.json @@ -1,5 +1,5 @@ { - "introduction": { + "transfer_intro": { "title": { "string": "Spending\nBalance" }, @@ -7,7 +7,7 @@ "string": "Fülle dein Guthaben auf, um sofortige und günstige Transaktionen mit Freunden, Familie und Händlern zu genießen." }, "button": { - "string": "Lege los" + "string": "Los geht's" } }, "funding": { @@ -30,7 +30,24 @@ "string": "Anderes Wallet verwenden" }, "button3": { - "string": "Externe Node (Fortgeschritten)" + "string": "Fortgeschritten" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Ausgabenkonto" + }, + "title": { + "string": "Fortgeschrittenesetup" + }, + "text": { + "string": "Scannen Sie einen QR-Code, um Ihren LNURL-Kanal von einem anderen LSP zu beanspruchen, oder wählen Sie die manuelle Einrichtung." + }, + "button1": { + "string": "LNURL Channel QR" + }, + "button2": { + "string": "Manuelle Einrichtung" } }, "no_funds": { @@ -38,7 +55,7 @@ "string": "Keine verfügbaren Mittel" }, "description": { - "string": "Bevor du Geld von deinem Sparkonto übertragen kannst, musst du Bitcoin in deine Bitkit-Wallet senden." + "string": "Bevor du Geld von deinem Sparkonto übertragen kannst, musst du Bitcoin zu deiner Bitkit Wallet senden." }, "fund": { "string": "Wallet aufladen" @@ -48,23 +65,22 @@ "nav_title": { "string": "Übertrage Guthaben" }, - "nav_successful": { - "string": "Übertragung erfolgreich" - }, - "text_slider": { - "string": "Wähle, wie viel Geld du sofort ausgeben und wie viel du sparen möchtest." - }, - "text_numpad": { - "string": "Gib den Betrag ein, den du zum sofortigen Bezahlen zur Verfügung haben möchtest." + "confirm": { + "string": "Bitte\nbestätige" }, "swipe": { "string": "Swipe zum Übertragen" + } + }, + "spending_intro": { + "title": { + "string": "zu den Ausgaben" }, - "error_min_amount": { - "string": "Der Betrag muss mindestens ₿ {amount} betragen" + "text": { + "string": "Überweisen Sie Geld auf Ihr Guthaben, um sofortige und günstige Transaktionen mit Freunden, Familie und Händlern zu tätigen." }, - "error_max_amount": { - "string": "Der Betrag muss kleiner als ₿ {amount} sein" + "button": { + "string": "Los geht's" } }, "transfer_failed": { @@ -84,71 +100,193 @@ "string": "Erneut versuchen" } }, - "error_channel_purchase": { - "string": "Einrichtung der Instant-Zahlungen fehlgeschlagen" + "spending_amount": { + "title": { + "string": "zu den Ausgaben" + }, + "quarter": { + "string": "25%" + }, + "error_max": { + "title": { + "string": "Maximaler Ausgabensaldo" + }, + "description": { + "string": "Der Betrag, den Sie auf Ihr Ausgabenkonto übertragen können, ist derzeit auf ₿ {Betrag} begrenzt." + } + } }, - "error_channel_setup_msg": { - "string": "Ein Fehler ist bei der Einrichtung deines Sofortguthabens aufgetreten. {raw}" + "spending_confirm": { + "network_fee": { + "string": "Netzgebühren" + }, + "lsp_fee": { + "string": "Servicegebühren" + }, + "amount": { + "string": "Zu den Ausgaben" + }, + "total": { + "string": "Total" + }, + "default": { + "string": "Standardwerte verwenden" + } }, - "error_channel_receiving": { - "string": "Der Betrag muss größer sein als ${usdValue}" + "spending_advanced": { + "title": { + "string": "Empfang von\nKapazität" + }, + "fee": { + "string": "Liquiditätsgebühr" + } }, - "enter_money": { - "string": "Gib den Betrag an Bitcoin ein, den du sofort ausgeben möchtest." + "liquidity": { + "title": { + "string": "Liquidität\n& Routenplanung" + }, + "text": { + "string": "Ihr Guthaben in Bitkit ist wie Ihre Internetverbindung. Anstelle von Bandbreite zahlen Sie für Liquidität und Zahlungsrouting.\n\nZahlungen auf und von Ihrem Guthaben sind billiger, schneller und privater als normale Bitcoin-Transaktionen.\n\nDie Netzgebühr und die Gebühr des Dienstanbieters sind einmalige Kosten für die Einrichtung Ihres Guthabens." + }, + "label": { + "string": "Ausgabensaldo Liquidität" + } }, - "spending": { - "string": "Ausgaben" + "savings_intro": { + "title": { + "string": "Übertragung\nzu den Einsparungen" + }, + "text": { + "string": "Übertragen Sie Ihr Ausgabensaldo auf Ihr Sparguthaben, um Ihre Bitcoin langfristig zu speichern und Ihre Zukunft zu sichern." + }, + "button": { + "string": "Los geht's" + } }, - "savings": { - "string": "Sparkonto" + "availability": { + "title": { + "string": "Funds\nVerfügbarkeit" + }, + "text": { + "string": "Die Übertragung zu Ersparnissen ist normalerweise sofort, aber die Abwicklung kann unter bestimmten Netzwerkbedingungen bis zu 14 Tage dauern." + } }, - "spending_label": { - "string": "Ausgabenguthaben" + "savings_confirm": { + "label": { + "string": "Überweisung zu den Ersparnissen" + }, + "transfer_all": { + "string": "Transfer all" + } }, - "receiving_label": { - "string": "Empfangskapazität" + "savings_advanced": { + "title": { + "string": "Fonds auswählen\nzu übertragen" + }, + "text": { + "string": "Sie können einen Teil Ihres Ausgabensaldos auf ein Sparguthaben übertragen, da Sie mehrere aktive Blitzverbindungen haben." + }, + "total": { + "string": "Gesamtausgewählt" + } }, - "note_blocktank_limit": { - "string": "Der Betrag, den du auf dein Ausgabenguthaben übertragen kannst, ist derzeit auf ${usdValue} begrenzt." + "savings_progress": { + "title": { + "string": "Mittel\nbei der Übertragung" + }, + "text": { + "string": "Bitte warten Sie, Ihre Überweisung ist in Arbeit. Dies sollte dauern±10 Sekunden." + } }, - "note_reserve_limit": { - "string": "Der Betrag, den du auf dein Ausgabenguthaben übertragen kannst, ist auf {percentage}% begrenzt. Du musst Mittel in Reserve halten, um dieses Bitcoin zurück in die Ersparnisse zu übertragen." + "savings_interrupted": { + "nav_title": { + "string": "Transfer\nunterbrochen" + }, + "title": { + "string": "Bitkit behalten\nopen" + }, + "text": { + "string": "Die Gelder wurden noch nicht übertragen. Bitkit wird versuchen, die Übertragung in den nächsten 30 Minuten zu initiieren. Bitte halte deine App offen." + } }, - "quick_setup": { - "string": "Einfach" + "transfer_success": { + "nav_title": { + "string": "Übertragung erfolgreich" + }, + "title_spending": { + "string": "Bewegte Mittel\nzu den Ausgaben" + }, + "text_spending": { + "string": "Deine Gelder wurden übertragen und dein Ausgabenguthaben ist einsatzbereit." + }, + "title_savings": { + "string": "Bewegte Mittel\nzu den Einsparungen" + }, + "text_savings": { + "string": "Ihr Geld wurde überwiesen. Sie können diese Mittel sofort verwenden." + } }, - "quick_confirm_header": { - "string": "Bitte\nbestätigen" + "external": { + "nav_title": { + "string": "Lightning-Verbindung" + } }, - "quick_confirm_cost": { - "string": "Es kostet {txFee} an Netzwerkgebühren und {lspFee} an Dienstleistungsgebühren, um deine Gelder zu übertragen." + "external_manual": { + "title": { + "string": "Manuelle Einrichtung" + }, + "text": { + "string": "Sie können einen externen Knoten verwenden, um eine Lightning-Verbindung manuell zu öffnen. Geben Sie die Details des Knotens ein, um fortzufahren." + }, + "node_id": { + "string": "Node-ID" + }, + "host": { + "string": "Host" + }, + "port": { + "string": "Port" + }, + "paste": { + "string": "Paste Node URI" + }, + "scan": { + "string": "QR-Code scannen" + } }, - "spending_amount_bitcoin": { - "string": "Wähle, wie viel Geld du sofort ausgeben möchtest." + "external_amount": { + "title": { + "string": "Spending\nbalance" + } }, - "receiving_amount_money": { - "string": "Wähle wie viel bitcoin du als Instant-Zahlungen empfangen können möchtest." + "external_success": { + "title": { + "string": "Verbindung\ninitiiert" + }, + "text": { + "string": "Lightning-Verbindung initiiert. Du kannst dein Guthaben in ±30 Minuten verwenden (abhängig von der Node-Konfiguration)." + } }, - "receiving_amount_bitcoin": { - "string": "Gebe die Menge an bitcoin an, die du instant empfangen können möchtest." + "error_channel_purchase": { + "string": "Einrichtung der Instant-Zahlungen fehlgeschlagen" }, - "enter_custom_amount": { - "string": "Betrag eingeben" + "error_channel_setup_msg": { + "string": "Ein Fehler ist bei der Einrichtung deines Sofortguthabens aufgetreten. {raw}" }, - "custom_confirm_header": { - "string": "Bitte\nbestätige" + "error_channel_receiving": { + "string": "Der Betrag muss größer sein als ${usdValue}" }, - "custom_confirm_cost": { - "string": "Es kostet {txFee} an Netzwerkgebühren und {lspFee} an Dienstleistungsgebühren, um deine Gelder zu übertragen. Dein Ausgabenguthaben sollte mindestens {weeks, plural, one {# Woche} other {# Wochen}}. aktiv bleiben." + "spending": { + "string": "Ausgabenkonto" }, - "duration_header": { - "string": "Balance Dauer" + "savings": { + "string": "Sparkonto" }, - "duration_text": { - "string": "Wähle die Mindestanzahl an Wochen, die dieser Teil deines Ausgabenguthabens (Lightning Channel) aktiv bleiben soll." + "spending_label": { + "string": "Ausgabenguthaben" }, - "duration_week": { - "string": "{count, plural, one {Woche} other {Wochen}}" + "receiving_label": { + "string": "Empfangskapazität" }, "setting_up_header": { "string": "In Übertragung" @@ -171,39 +309,6 @@ "setting_up_button": { "string": "Bitkit weiter verwenden" }, - "result_header": { - "string": "Bereit" - }, - "result_text": { - "string": "Deine Gelder wurden übertragen und dein Ausgabenguthaben ist einsatzbereit." - }, - "timeout_header": { - "string": "Bitkit\noffen lassen" - }, - "timeout_text": { - "string": "Die Gelder wurden noch nicht übertragen. Bitkit wird versuchen, die Übertragung in den nächsten 30 Minuten zu initiieren. Bitte halte deine App offen." - }, - "transfer_close": { - "string": "Das Übertragen deines Ausgabenguthabens zurück zu deinen Ersparnissen erfordert eine Netzwerkgebühr. Die genaue Gebühr hängt von den Netzwerkbedingungen ab." - }, - "ts_savings_title": { - "string": "Übertrage\nzu Ersparnissen" - }, - "ts_savings_text": { - "string": "Deine Gelder wurden auf dein Sparkonto übertragen. Du kannst diese Gelder sofort verwenden." - }, - "interrupted_title": { - "string": "Übertragung unterbrochen" - }, - "availability_title": { - "string": "Verfügbarkeit der Mittel" - }, - "availability_header": { - "string": "Verfügbarkeit\nder Mittel" - }, - "availability_text": { - "string": "Die Übertragung zu Ersparnissen ist normalerweise sofort, aber die Abwicklung kann unter bestimmten Netzwerkbedingungen bis zu 14 Tage dauern." - }, "node_info": { "string": "Lightning Node" }, @@ -297,6 +402,9 @@ "created_on": { "string": "Erstellt am" }, + "order_expiry": { + "string": "Order Expiry" + }, "transaction": { "string": "Transaktion" }, @@ -312,8 +420,20 @@ "total_size": { "string": "Gesamtgröße des Channels" }, + "fees": { + "string": "Gebühren" + }, + "base_fee": { + "string": "Grundgebühr" + }, + "fee_rate": { + "string": "Gebührensatz" + }, "other": { - "string": "Andere" + "string": "Anderes" + }, + "is_usable": { + "string": "Verwendbar" }, "opened_on": { "string": "Geöffnet am" @@ -322,16 +442,16 @@ "string": "Geschlossen am" }, "channel_node_id": { - "string": "Node-ID" + "string": "Peer ID" }, - "debug": { - "string": "Debug" + "channel_id": { + "string": "Channel ID" }, - "is_usable": { - "string": "Ist verwendbar?" + "channel_point": { + "string": "Kanalpunkt" }, - "is_ready": { - "string": "Ist bereit?" + "closure_reason": { + "string": "Grund für die Schließung" }, "support": { "string": "Support" @@ -341,7 +461,7 @@ "string": "Verbindung geschlossen" }, "description": { - "string": "Deine Lightning-Verbindung wurde geschlossen. Deine Geld wurden auf deine Erspar" + "string": "Das Guthaben auf Ihrem Ausgabensaldo wurde auf Ihr Sparguthaben übertragen." } }, "close_conn": { diff --git a/src/utils/i18n/locales/de/onboarding.json b/src/utils/i18n/locales/de/onboarding.json index e1f4ec62a..946dc9f19 100644 --- a/src/utils/i18n/locales/de/onboarding.json +++ b/src/utils/i18n/locales/de/onboarding.json @@ -21,7 +21,7 @@ "string": "Verwende Bitkit, um jeden, überall und jederzeit zu bezahlen und deine Bitcoin für die Dinge auszugeben, die dir im Leben wichtig sind." }, "get_started": { - "string": "Los geht's" + "string": "Lege los" }, "skip_intro": { "string": "Überspringen" diff --git a/src/utils/i18n/locales/de/other.json b/src/utils/i18n/locales/de/other.json index c34e4baa1..837297afb 100644 --- a/src/utils/i18n/locales/de/other.json +++ b/src/utils/i18n/locales/de/other.json @@ -1,4 +1,13 @@ { + "beta": { + "string": "BETA" + }, + "beta_software": { + "string": "Bitkit ist eine mobile Software." + }, + "beta_warn": { + "string": "Bewahren Sie nicht Ihr ganzes Geld in Bitkit auf." + }, "qr_scan": { "string": "QR-Code scannen" }, @@ -36,7 +45,7 @@ "string": "Datenverbindungsproblem" }, "error_keychain_msg": { - "string": "Ein Fehler ist aufgetreten: primaryKey konnte nicht geladen werden." + "string": "Der Primärschlüssel konnte nicht aus dem Schlüsselbund geladen werden." }, "connection_restored_title": { "string": "Electrum-Verbindung wiederhergestellt" @@ -181,12 +190,6 @@ "lnurl_channel_port": { "string": "Port" }, - "lnurl_channel_connecting": { - "string": "Verbindung\ninitiiert" - }, - "lnurl_channel_connecting_text": { - "string": "Lightning-Verbindung initiiert. Du kannst dein Guthaben in ±30 Minuten verwenden (abhängig von der Node-Konfiguration)." - }, "lnurl_blocktank_error": { "string": "Bitkit konnte keine Verbindung zu Blocktank herstellen." }, @@ -267,5 +270,13 @@ }, "try_again": { "string": "Bitte versuchen Sie es erneut." + }, + "transfer_notification": { + "title": { + "string": "Important: Bitkit Transfer" + }, + "body": { + "string": "Öffnen Sie Bitkit, um Ihre Übertragung abzuschließen" + } } } diff --git a/src/utils/i18n/locales/de/security.json b/src/utils/i18n/locales/de/security.json index 08ee17518..9307dd9a2 100644 --- a/src/utils/i18n/locales/de/security.json +++ b/src/utils/i18n/locales/de/security.json @@ -310,5 +310,43 @@ }, "wiped_message": { "string": "Bitkit wurde zurückgesetzt und alle Wallet-Daten wurden gelöscht." + }, + "authorization": { + "title": { + "string": "Autorisierung" + }, + "description": { + "string": "Vergewissern Sie sich, dass Sie diesem Dienst vertrauen, bevor Sie die Erlaubnis zur Verwaltung Ihrer Daten erteilen." + }, + "authorize": { + "string": "Autorisieren Sie" + }, + "deny": { + "string": "Deny" + }, + "authorizing": { + "string": "Ermächtigung..." + }, + "success": { + "string": "Erfolgreich" + }, + "claims": { + "string": "Dieser Dienst behauptet, er sei" + }, + "requested_permissions": { + "string": "Erforderliche Genehmigungen" + }, + "pubky_secret_error_title": { + "string": "Pubky Error" + }, + "pubky_secret_error_description": { + "string": "Pubky-Schlüssel kann nicht abgerufen werden" + }, + "pubky_auth_error_title": { + "string": "Pubky Auth Fehler" + }, + "pubky_auth_error_description": { + "string": "Authentifizierung mit Pubky-Dienst nicht möglich" + } } } diff --git a/src/utils/i18n/locales/de/settings.json b/src/utils/i18n/locales/de/settings.json index 7800db3c6..df04dbb19 100644 --- a/src/utils/i18n/locales/de/settings.json +++ b/src/utils/i18n/locales/de/settings.json @@ -36,6 +36,9 @@ "title": { "string": "Über Bitkit" }, + "text": { + "string": "Danke, dass Sie ein verantwortungsvoller Bitcoiner sind.\nÄndern Sie Ihr Portemonnaie, ändern Sie die Welt.\n\nBitkit gibt Ihnen die Schlüssel zu Ihrem Geld, Profil, Kontakten und Webkonten.\n\nBitkit wurde von Synonym Software Ltd. entwickelt." + }, "legal": { "string": "Rechtliches" }, @@ -44,6 +47,9 @@ }, "version": { "string": "Version" + }, + "shareText": { + "string": "Ändern Sie Ihr Wallet, ändern Sie die Welt. Bitkit für iPhone herunterladen {appStoreUrl} oder Android {playStoreUrl}" } }, "dev_title": { @@ -99,7 +105,7 @@ "string": "Transaktionsgeschwindigkeit" }, "speed_fee_custom": { - "string": "Gebühr" + "string": "Benutzerdefinierte Gebühr festlegen" }, "speed_fee_total": { "string": "₿ {feeSats} für die durschnittliche Transaktion" @@ -111,7 +117,7 @@ "string": "Tags" }, "tags_previously": { - "string": "Zuvor benutzte Tags" + "string": "Früher verwendete Tags" } }, "widgets": { @@ -119,7 +125,7 @@ "string": "Widgets" }, "showWidgets": { - "string": "Widgets anzeigen" + "string": "Widgets" }, "showWidgetTitles": { "string": "Titel anzeigen" @@ -176,6 +182,9 @@ "wallet": { "string": "Sichere dein Wallet" }, + "export": { + "string": "Exportieren von Walletdaten auf das Telefon" + }, "reset": { "string": "Wallet zurücksetzen" }, @@ -251,7 +260,7 @@ "string": "Beschreibe das Problem oder stelle eine Frage" }, "text_button": { - "string": "Absenden" + "string": "Senden" }, "title_success": { "string": "Erfolgreich gesendet" @@ -355,7 +364,7 @@ "string": "Netzwerke" }, "section_other": { - "string": "Anderes" + "string": "Andere" }, "address_type": { "string": "Bitcoin Adressen-Typ" @@ -421,7 +430,7 @@ "string": "Zu/von Kontakten bezahlen" }, "pp_contacts_switch": { - "string": "Zahlungen mit Kontakten aktivieren*" + "string": "Aktiviere Zahlungen mit Kontakten*" }, "address_viewer": { "string": "Adressanzeige" @@ -442,10 +451,10 @@ "string": "Ja, zurücksetzen" }, "lightning_connections": { - "string": "Lightning-Verbindungen" + "string": "Lightning Verbindungen" }, "lightning_node": { - "string": "Lightning-Node" + "string": "Lightning Node" }, "electrum_server": { "string": "Electrum-Server" @@ -496,10 +505,10 @@ }, "custom": { "label": { - "string": "Benutzerdefiniert" + "string": "Benuzterdefiniert" }, "value": { - "string": "Benutzerdefiniert" + "string": "Benuzterdefiniert" }, "description": { "string": "Abhängig von der Gebühr" @@ -629,13 +638,25 @@ "string": "Speichern" }, "reset": { - "string": "Zurücksetzen" + "string": "Reset" }, "gap_limit_update_title": { "string": "Address Gap Limit aktualisiert" }, "gap_limit_update_description": { "string": "Änderungen werden nach dem Neustart der App vollständig wirksam." + }, + "look_behind": { + "string": "Blick zurück" + }, + "look_ahead": { + "string": "Blick nach vorn" + }, + "look_behind_change": { + "string": "Blick hinter den Wandel" + }, + "look_ahead_change": { + "string": "Vorausschauend ändern" } }, "rgs": { @@ -651,5 +672,25 @@ "update_success_description": { "string": "Möglicherweise musst du die App ein- oder zweimal neu starten, damit diese Änderung wirksam wird." } + }, + "wr": { + "error_wr": { + "string": "Web-Relay-Fehler" + }, + "error_url": { + "string": "Bitte geben Sie eine URL an, mit der Sie sich verbinden möchten." + }, + "error_https": { + "string": "Keine gültige HTTPS-URL." + }, + "error_healthcheck": { + "string": "Gesundheitscheck fehlgeschlagen" + }, + "url_updated_title": { + "string": "Web-Relay aktualisiert" + }, + "url_updated_message": { + "string": "Erfolgreich verbunden mit {url}" + } } } diff --git a/src/utils/i18n/locales/de/slashtags.json b/src/utils/i18n/locales/de/slashtags.json index db52a9437..1add3c70b 100644 --- a/src/utils/i18n/locales/de/slashtags.json +++ b/src/utils/i18n/locales/de/slashtags.json @@ -80,6 +80,9 @@ "contacts_no_found": { "string": "Keine Kontakte gefunden" }, + "disabled": { + "string": "Slashtags deaktiviert" + }, "onboarding_header": { "string": "Dynamische\nKontakte" }, @@ -89,9 +92,15 @@ "onboarding_button": { "string": "Ersten Kontakt hinzufügen" }, + "onboarding_profile1_header": { + "string": "Besitzen Sie Ihr\nProfil" + }, "onboarding_profile1_text": { "string": "Richte dein öffentliches Profil und Links ein, damit deine Bitkit-Kontakte dich erreichen oder bezahlen können, jederzeit und überall." }, + "onboarding_profile2_header": { + "string": "BezahlenBitkit\nKontakte" + }, "onboarding_profile2_text": { "string": "Du und deine Kontakte können Bitkit verwenden, um Zahlungen direkt zu senden, ohne Banken, jederzeit und überall." }, @@ -228,9 +237,15 @@ "string": "Fehler beim Speichern des Profils" }, "error_pay_title": { - "string": "Fehler beim Bezahlen des Kontakts" + "string": "Kontakt konnte nicht bezahlt werden" }, "error_pay_empty_msg": { "string": "Dieser Kontakt hat keine Zahlungsdaten." + }, + "auth_depricated_title": { + "string": "Abgelehnt" + }, + "auth_depricated_msg": { + "string": "Slashauth ist veraltet. Bitte verwenden Sie Bitkit Beta." } } diff --git a/src/utils/i18n/locales/de/wallet.json b/src/utils/i18n/locales/de/wallet.json index 9af0233ca..7c1c95b6d 100644 --- a/src/utils/i18n/locales/de/wallet.json +++ b/src/utils/i18n/locales/de/wallet.json @@ -24,7 +24,7 @@ "string": "Bitte überprüfe deine Wiederherstellungsphrase auf Richtigkeit." }, "send_bitcoin": { - "string": "Bitcoin Senden" + "string": "Bitcoin senden" }, "send_to": { "string": "An" @@ -122,9 +122,6 @@ "send_error_tx_failed": { "string": "Transaktion fehlgeschlagen" }, - "send_error_contact": { - "string": "Kann diesen Kontakt nicht bezahlen" - }, "send_error_create_tx": { "string": "Die Transaktion konnte nicht gesendet werden. Bitte versuche es erneut." }, @@ -209,6 +206,14 @@ "note": { "string": "Notiz" }, + "lnurl_pay_confirm": { + "comment": { + "string": "Kommentar" + }, + "comment_placeholder": { + "string": "Optionaler Kommentar zum Empfänger" + } + }, "tags": { "string": "Tags" }, @@ -302,6 +307,26 @@ "receive_connect_additional": { "string": "Um mehr sofortigen Bitcoin zu empfangen, muss Bitkit deine Liquidität erhöhen. Eine {lspFee} Dienstleistergebühr wird von dem angegebenen Betrag abgezogen." }, + "receive_liquidity": { + "nav_title": { + "string": "Einrichtung des Ausgabensaldos" + }, + "nav_title_additional": { + "string": "Erhöhung der Empfangskapazität" + }, + "text": { + "string": "Ihr Guthaben in Bitkit ist wie Ihre Internetverbindung. Anstelle von Bandbreite zahlen Sie für Liquidität und Zahlungsrouting.\n\nZahlungen von Ihrem Guthaben sind billiger, schneller und privater als normale Bitcoin-Transaktionen.\n\nDie Netzgebühr und die Gebühr des Dienstanbieters sind einmalige Kosten für die Einrichtung Ihres Guthabens." + }, + "text_additional": { + "string": "Ihr Guthaben in Bitkit ist wie Ihre Internetverbindung. Anstelle von Bandbreite zahlen Sie für Liquidität und Zahlungsrouting.\n\nZahlungen von Ihrem Guthaben sind billiger, schneller und privater als normale Bitcoin-Transaktionen.\n\nBitkit muss die Aufnahmekapazität Ihres Guthabens erhöhen, um diese Zahlung zu verarbeiten." + }, + "label": { + "string": "Ausgabensaldo Liquidität" + }, + "label_additional": { + "string": "Zusätzliche Ausgaben Saldo Liquidität" + } + }, "receive_cjit_error": { "string": "CJIT Fehler" }, @@ -311,6 +336,9 @@ "receive_will": { "string": "Du wirst empfangen" }, + "receive_ldk_init": { + "string": "Ausgabensaldo Initialisierung..." + }, "minimum": { "string": "MINIMUM" }, @@ -363,7 +391,7 @@ "string": "Zum Ausgabenkonto" }, "activity_transfer_pending": { - "string": "Übertragung (±{duration})" + "string": "Übertragung (±{Dauer})" }, "activity_confirms_in": { "string": "Bestätigungen in {feeRateDescription}" @@ -446,6 +474,9 @@ "activity_tx_id": { "string": "Transaktions-ID" }, + "activity_preimage": { + "string": "Preimage" + }, "activity_payment_hash": { "string": "Zahlungs-Hash" }, @@ -516,7 +547,7 @@ } }, "details_transfer_subtitle": { - "string": "Eingehende Übertragung" + "string": "Eingehender Transfer:" }, "tx_invalid": { "string": "Ungültige Transaktion" @@ -608,6 +639,19 @@ "lnurl_w_success_description": { "string": "Abhebung erfolgreich angefordert" }, + "lnurl_p_title": { + "string": "Bitcoin bezahlen" + }, + "lnurl_pay": { + "error_min": { + "title": { + "string": "Zu niedriger Betrag" + }, + "description": { + "string": "Der Mindestbetrag für diese Rechnung beträgt ₿ {Betrag}." + } + } + }, "lnurl_p_max": { "string": "Maximaler Betrag" }, diff --git a/src/utils/i18n/locales/es_419/lightning.json b/src/utils/i18n/locales/es_419/lightning.json index 22839f033..d62207334 100644 --- a/src/utils/i18n/locales/es_419/lightning.json +++ b/src/utils/i18n/locales/es_419/lightning.json @@ -5,6 +5,14 @@ } }, "funding": { + "nav_title": { + "string": "Saldo de gastos" + }, + "button3": { + "string": "Avanzado" + } + }, + "funding_advanced": { "nav_title": { "string": "Saldo de gastos" } @@ -42,6 +50,14 @@ "string": "Transferencia exitosa" } }, + "external_manual": { + "host": { + "string": "Anfitrión" + }, + "port": { + "string": "Puerta" + } + }, "error_channel_purchase": { "string": "Falló la Configuración de Pagos Instantáneos" }, diff --git a/src/utils/i18n/locales/es_419/wallet.json b/src/utils/i18n/locales/es_419/wallet.json index 013980ee1..6625303ab 100644 --- a/src/utils/i18n/locales/es_419/wallet.json +++ b/src/utils/i18n/locales/es_419/wallet.json @@ -342,9 +342,6 @@ "reorg_msg_end": { "string": "Por favor, compruebe su lista de actividades para ver las transacciones afectadas." }, - "lnurl_p_title": { - "string": "Enviar Bitcoin" - }, "receive_insufficient_text": { "string": "Capacidad de recepción insuficiente para recibir esta cantidad a través de Lightning." } diff --git a/src/utils/i18n/locales/es_ES/cards.json b/src/utils/i18n/locales/es_ES/cards.json index 2cf486429..73c68a808 100644 --- a/src/utils/i18n/locales/es_ES/cards.json +++ b/src/utils/i18n/locales/es_ES/cards.json @@ -4,9 +4,17 @@ "string": "Saldo de gastos" } }, + "invite": { + "description": { + "string": "Comparta Bitkit" + } + }, "lightningSettingUp": { "title": { "string": "Transferir" + }, + "description": { + "string": "En progreso..." } }, "lightningConnecting": { @@ -28,6 +36,9 @@ "transferPending": { "title": { "string": "Transferir" + }, + "description": { + "string": "Listo en ±{duration}" } }, "transferClosingChannel": { @@ -51,6 +62,14 @@ "support": { "title": { "string": "Soporte" + }, + "description": { + "string": "Consiga asistencia" + } + }, + "buyBitcoin": { + "description": { + "string": "Compra algo de bitcoin" } }, "btFailed": { diff --git a/src/utils/i18n/locales/es_ES/common.json b/src/utils/i18n/locales/es_ES/common.json index d484502d4..dae4189a2 100644 --- a/src/utils/i18n/locales/es_ES/common.json +++ b/src/utils/i18n/locales/es_ES/common.json @@ -3,7 +3,7 @@ "string": "Avanzado" }, "continue": { - "string": "Continúe en" + "string": "Continuar" }, "cancel": { "string": "Cancelar" @@ -71,10 +71,19 @@ "back": { "string": "Volver" }, + "learn_more": { + "string": "Aprender Más" + }, "understood": { "string": "Entendido" }, "connect": { "string": "Conectar" + }, + "min": { + "string": "Min" + }, + "max": { + "string": "Max" } } diff --git a/src/utils/i18n/locales/es_ES/lightning.json b/src/utils/i18n/locales/es_ES/lightning.json index 1d801ee9f..b2f70ef1d 100644 --- a/src/utils/i18n/locales/es_ES/lightning.json +++ b/src/utils/i18n/locales/es_ES/lightning.json @@ -1,5 +1,8 @@ { "transfer_intro": { + "title": { + "string": "Saldo de\nGasto" + }, "button": { "string": "Empezar" } @@ -7,12 +10,46 @@ "funding": { "nav_title": { "string": "Saldo de gastos" + }, + "title": { + "string": "Financie su saldo de gastos" + }, + "text": { + "string": "Puede usar sus ahorros en Bitkit o enviar bitcoin desde un monedero diferente." + }, + "text_blocked": { + "string": "En este momento, Bitkit no puede proveer conexiones automáticas Lightning a residentes de los Estados Unidos y Canadá." + }, + "button1": { + "string": "Transferir desde Ahorros" + }, + "button2": { + "string": "Usar Otro Monedero" + }, + "button3": { + "string": "Avanzado" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Saldo de gastos" + } + }, + "no_funds": { + "title": { + "string": "No hay fondos disponibles" + }, + "description": { + "string": "Antes de que pueda transferir fondos a su saldo de ahorros, tiene que enviar bitcoin a su monedero Bitkit." } }, "transfer": { "nav_title": { "string": "Transferir fondos" }, + "confirm": { + "string": "Por favor,\nconfirme" + }, "swipe": { "string": "Deslizar para transferir" } @@ -27,21 +64,85 @@ "string": "Inténtelo de nuevo" } }, + "spending_amount": { + "quarter": { + "string": "25%" + } + }, + "spending_confirm": { + "network_fee": { + "string": "Comisión de red" + }, + "lsp_fee": { + "string": "Comisión de servicio" + }, + "total": { + "string": "Total" + } + }, + "liquidity": { + "text": { + "string": "Su balance de gastos en Bitkit es como su conexión de internet. En vez de ancho de banda, paga por la liquidez y enrutamiento de pagos.\n\nPagos desde y hacia su saldo de gastos son más baratos, rápidos y más privados que las transacciones normales de Bitcoin.\n\nLa comisión de red y la comisión del proveedor del servicio son costes únicos para configurar su saldo." + } + }, "savings_intro": { + "title": { + "string": "Transferir\na ahorros" + }, "button": { "string": "Empezar" } }, + "savings_confirm": { + "transfer_all": { + "string": "Transferir todo" + } + }, "savings_advanced": { + "title": { + "string": "Seleccionar fondos\npara transferir" + }, + "text": { + "string": "Puedes transferir parte de tu saldo de gastos a ahorros, porque tienes varias Conexiones Lightning activas." + }, "total": { "string": "Total seleccionado" } }, + "savings_interrupted": { + "title": { + "string": "Mantener Bitkit\nabierto" + }, + "text": { + "string": "Los fondos todavía no se transfirieron. Bitkit intentará iniciar la transferencia durante los próximos 30 minutos. Por favor, mantenga la aplicación abierta." + } + }, "transfer_success": { "nav_title": { "string": "Transferencia exitosa" } }, + "external": { + "nav_title": { + "string": "Conexión Lightning" + } + }, + "external_manual": { + "host": { + "string": "Servidor" + }, + "port": { + "string": "Puerto" + }, + "scan": { + "string": "Escanear QR" + } + }, + "external_success": { + "text": { + "string": "Conexión Lightning iniciada. Podrá usar su balance para pagar en ±30 minutos (depende de la configuración del nodo)." + } + }, "error_channel_purchase": { "string": "Error en la Configuración de Pago Instántaneo" }, @@ -60,6 +161,18 @@ "receiving_label": { "string": "Capacidad de recepción" }, + "setting_up_step1": { + "string": "Procesando Pago" + }, + "setting_up_step4": { + "string": "Abriendo Conexión" + }, + "setting_up_button": { + "string": "Continuar Usando Bitkit" + }, + "node_info": { + "string": "Nodo Lightning" + }, "node_id": { "string": "ID del nodo LDK" }, @@ -69,6 +182,9 @@ "node_failed": { "string": "Bitkit ha fallado al inicializar el nodo Lightning." }, + "connections": { + "string": "Conexiones Lightning" + }, "conn_pending": { "string": "Conexiones pendientes" }, @@ -87,15 +203,33 @@ "conn_button_add": { "string": "Añadir conexión" }, + "error_logs_description": { + "string": "Bitkit no fue capaz de exportar los logs LDK." + }, "error_invoice": { "string": "Falla al crear la factura" }, + "error_add_title": { + "string": "Incapaz De Añadir Par Lightning" + }, + "error_add_uri": { + "string": "La URI parece ser inválida." + }, + "error_add_tor": { + "string": "Bitkit no puede añadir nodos tor." + }, + "error_save_title": { + "string": "Incapaz De Guardar Par Lightning" + }, "error_save": { "string": "No se puede guardar el par Lightning" }, "error_decode": { "string": "No se puede descodificar la factura" }, + "invoice_copied": { + "string": "Factura Copiada al Portapapeles" + }, "status": { "string": "Estatus" }, @@ -135,21 +269,35 @@ "support": { "string": "Soporte" }, + "connection_closed": { + "title": { + "string": "Conexión Cerrada" + } + }, "close_conn": { "string": "Terminar conexión" }, + "close_text": { + "string": "La comisión para cerrar esta Conexión Lightning y transferir los fondos de vuelva a sus ahorros depende de las condiciones de la red.\n\nTransferir fondos a los ahorros normalmente es instantáneo, pero la liquidación podría llevar hasta 14 días en ciertas condiciones de red." + }, "close_button": { "string": "Cerrar" }, "force_nav_title": { "string": "Fuerzar transferencia" }, + "force_title": { + "string": "Forzar\nTransferencia" + }, "force_text": { "string": "No se ha podido iniciar la transferencia. ¿Desea forzar esta transferencia? No podrá utilizar estos fondos durante ±14 días (!)" }, "force_button": { "string": "Fuerzar transferencia" }, + "force_init_title": { + "string": "Forzado de Transferencia Iniciado" + }, "force_init_msg": { "string": "Sus fondos estarán accesibles en ±14 días." }, @@ -164,5 +312,34 @@ }, "order_expired_title": { "string": "Error en la Configuración de Pago Instántaneo" + }, + "order_state": { + "awaiting_payment": { + "string": "Procesando pago" + }, + "payment_canceled": { + "string": "Pago cancelado" + }, + "paid": { + "string": "Pago realizado" + }, + "refunded": { + "string": "Pago devuelto" + }, + "opening": { + "string": "Abriendo conexión" + }, + "closed": { + "string": "Conexión cerrada" + }, + "open": { + "string": "Conexión abierta" + } + }, + "wait_text_top": { + "string": "Por favor, espere a que Bitkit se conecte a la red de pagos (±10 segundos)." + }, + "wait_text_bottom": { + "string": "Conectando y Sincronizando..." } } diff --git a/src/utils/i18n/locales/es_ES/onboarding.json b/src/utils/i18n/locales/es_ES/onboarding.json index 842d62950..955090244 100644 --- a/src/utils/i18n/locales/es_ES/onboarding.json +++ b/src/utils/i18n/locales/es_ES/onboarding.json @@ -2,9 +2,18 @@ "tos_checkbox": { "string": "Condiciones de uso" }, + "tos_checkbox_value": { + "string": "Declaro que he leído y acepto los términos de uso." + }, "pp_checkbox": { "string": "Política de privacidad" }, + "pp_checkbox_value": { + "string": "Declaro que he leído y acepto la política de privacidad." + }, + "welcome_text": { + "string": "Use Bitkit para pagar a cualquiera, en cualquier sitio, en cualquier momento, y gaste su bitcoin en las cosa que valora en la vida." + }, "get_started": { "string": "Empezar" }, @@ -14,6 +23,18 @@ "skip": { "string": "Saltar" }, + "slide0_header": { + "string": "Libertad en\ntu bolsillo" + }, + "slide2_header": { + "string": "Bitcoineros,\nsin fronteras" + }, + "slide3_header": { + "string": "La privacidad\nno es un crimen" + }, + "slide4_header": { + "string": "Sus claves,\nsus monedas" + }, "new_wallet": { "string": "Cartera nueva" }, @@ -50,6 +71,12 @@ "restore_passphrase_placeholder": { "string": "Frase de acesso*" }, + "restore_error_title": { + "string": "Fallo de Restauración del Monedero" + }, + "restore_success_header": { + "string": "Monedero restaurado" + }, "restore_success_text": { "string": "Ha restaurado con éxito su cartera desde la copia de seguridad. ¡Disfrute de Bitkit!" }, @@ -58,5 +85,8 @@ }, "restore_no_backup_warn": { "string": "Si anteriormente tenía una copia de seguridad Lightning, ésta se sobrescribirá y se perderá. Esto podría provocar una pérdida de fondos." + }, + "empty_wallet": { + "string": "Para\nempezar\nenvíe\nBitcoin\na su\nmonedero" } } diff --git a/src/utils/i18n/locales/es_ES/other.json b/src/utils/i18n/locales/es_ES/other.json index 0f617e942..a6a19831a 100644 --- a/src/utils/i18n/locales/es_ES/other.json +++ b/src/utils/i18n/locales/es_ES/other.json @@ -2,32 +2,89 @@ "beta": { "string": "BETA" }, + "beta_software": { + "string": "Bitkit es software móvil." + }, "beta_warn": { "string": "No guarde todo su dinero en Bitkit." }, "qr_scan": { "string": "Escanear código QR" }, + "qr_error_header": { + "string": "Incapaz De Leer QR" + }, + "qr_error_text": { + "string": "Bitkit no es capaz de leer este código QR." + }, + "qr_error_no_data_header": { + "string": "Incapaz de Leer Datos" + }, + "qr_error_no_data_text": { + "string": "Bitkit no pudo leer los datos proporcionados." + }, "qr_error_network_header": { "string": "Red incorrecta" }, "qr_paste": { "string": "Pegar código QR" }, + "buy_header": { + "string": "Compra algo\nde Bitcoin" + }, + "buy_text": { + "string": "¿No tiene Bitcoin o necesita más?" + }, + "buy_button": { + "string": "Elegir Exchange" + }, + "error_keychain": { + "string": "Problema de Datos de Conexión" + }, + "connection_restored_title": { + "string": "Conexión Electrum Restaurada" + }, "connection_restored_message": { "string": "Reconectado con éxito a Electrum." }, + "connection_issue": { + "string": "Problemas de Conectividad de Internet" + }, + "connection_issue_explain": { + "string": "Parece que estás desconectado, intentando reconectar..." + }, + "connection_reconnect_title": { + "string": "Reconectando a Electrum" + }, + "connection_reconnect_msg": { + "string": "Se perdió la conexión a Electrum, intentando reconectar..." + }, + "connection_back_title": { + "string": "Conexión a Internet Restaurada" + }, "connection_back_msg": { "string": "Reconectado con éxito a Internet." }, "high_balance": { + "text": { + "string": "El saldo de su monedero excede $500.\nPor su seguridad, considere mover parte de sus ahorros a un monedero no conectado a Internet." + }, "continue": { "string": "Entendido" + }, + "cancel": { + "string": "Aprender Más" } }, "update_critical_nav_title": { "string": "Actualización Crítica" }, + "update_critical_title": { + "string": "Actualice\nBitkit ahora" + }, + "update_critical_text": { + "string": "Hay una actualización crítica de Bitkit. Debes actualizar para continuar usando Bitkit." + }, "update_critical_button": { "string": "Actualizar Bitkit" }, @@ -37,22 +94,91 @@ "camera_ask_msg": { "string": "Bitkit necesita permiso para utilizar su cámara" }, + "camera_no_text": { + "string": "Parece que Bitkit no tiene permiso para acceder a su cámara.\n\nPara utilizar esta función en el futuro, necesitará activar los permisos para usar la cámara desde esta aplicación en los ajustes de su teléfono." + }, + "clipboard_redirect_title": { + "string": "Datos en el Portapapeles Detectados" + }, + "clipboard_redirect_msg": { + "string": "¿Quiere ser redirigido a la pantalla relevante?" + }, + "pay_insufficient_savings": { + "string": "Ahorros Insuficientes" + }, + "pay_insufficient_savings_description": { + "string": "Se necesita más ₿ para pagar esta factura Bitcoin." + }, + "pay_insufficient_savings_amount_description": { + "string": "₿ {amount} más necesarios para pagar esta factura Bitcoin." + }, + "pay_insufficient_spending_amount_description": { + "string": "₿ {amount} más necesarios para pagar esta factura Lightning." + }, "swipe": { "string": "Deslizar para confirmar" }, "scan_err_decoding": { "string": "Error de descodificación" }, + "scan_err_interpret_title": { + "string": "Incapaz de Interpretar los Datos Proporcionados" + }, + "scan_err_interpret_msg": { + "string": "Bitkit es incapaz de interpretar los datos proporcionados." + }, + "scan_err_not_payable_msg": { + "string": "Este código QR no parece contener datos de pago." + }, + "lnurl_channel_error_raw": { + "string": "Ocurrió un error mientras intentaba pagar: {raw}" + }, + "lnurl_channel_header": { + "string": "Conexión Lightning" + }, + "lnurl_channel_title": { + "string": "Nueva\nconexión\nlightning" + }, + "lnurl_channel_message": { + "string": "¿Quiere abrir una conexión Lightning con este Proveedor de Servicio Lightning (LSP)?" + }, + "lnurl_channel_lsp": { + "string": "Proveedor de servicio Lightning" + }, "lnurl_channel_host": { - "string": "Anfitrión" + "string": "Servidor" }, "lnurl_channel_port": { - "string": "Puerta" + "string": "Puerto" + }, + "lnurl_blocktank_error": { + "string": "Bitkit no pudo conectar con Blocktank." }, "lnurl_channel_success_msg_no_peer": { "string": "Canal solicitado con éxito." }, + "lnurl_withdr_error_generic": { + "string": "Lo siento, ocurrió un error." + }, "lnurl_withdr_success_title": { "string": "Retirada solicitada" + }, + "phone_settings": { + "string": "Abrir Ajustes del Teléfono" + }, + "bt_channel_purchase_cost_error": { + "string": "Necesita {delta} más para completar esta transacción." + }, + "update_nav_title": { + "string": "Actualización Disponible" + }, + "update_title": { + "string": "Actualizar\nBitkit" + }, + "update_text": { + "string": "Por favor, ¡actualice Bitkit a la última versión para nuevas funciones y corregir errores!" + }, + "try_again": { + "string": "Por favor, intente de nuevo." } } diff --git a/src/utils/i18n/locales/es_ES/security.json b/src/utils/i18n/locales/es_ES/security.json index 3a671a120..a4aada683 100644 --- a/src/utils/i18n/locales/es_ES/security.json +++ b/src/utils/i18n/locales/es_ES/security.json @@ -20,6 +20,9 @@ "pass_text": { "string": "Añadiste una passphrase a tu frase de recuperación al configurar tu wallet." }, + "pass_never_share": { + "string": "Nunca compartas tu contraseña con nadie, ya que estoy podría desembocar en la pérdida de fondos." + }, "pass_confirm": { "string": "Confirmar frase de acesso" }, @@ -38,6 +41,9 @@ "mnemonic_reveal": { "string": "Toque para revelar" }, + "mnemonic_never_share": { + "string": "Nunca compartas tu frase de recuperación con nadie, ya que esto podría desembocar en la pérdida de fondos." + }, "mnemonic_confirm": { "string": "Confirmar frase de recuperación" }, @@ -47,6 +53,9 @@ "mnemonic_result_header": { "string": "Éxito" }, + "mnemonic_keep_text": { + "string": "Recuerde, nunca comparta su frase de recuperación con nadie! Si lo hace, pueden robar su dinero, perfil y otros datos." + }, "mnemonic_data_header": { "string": "Datos del monedero" }, @@ -59,8 +68,17 @@ "pin_security_header": { "string": "Aumentar la seguridad" }, + "pin_security_title": { + "string": "Protege\ntus bitcoin" + }, + "pin_security_text": { + "string": "Para mejorar la seguridad del monedero, puede establecer un código PIN y Face ID." + }, + "pin_security_button": { + "string": "Proteger Monedero" + }, "pin_choose_header": { - "string": "Elija el PIN de 4 dígitos" + "string": "Elija un PIN de 4 dígitos" }, "pin_choose_text": { "string": "Por favor, utilice un PIN que recuerde. Si olvida su PIN puede restablecerlo, pero para ello tendrá que restaurar su monedero." @@ -89,6 +107,9 @@ "pin_last_attempt": { "string": "Último intento. Si vuelve a introducir un PIN erróneo, se reiniciará su monedero." }, + "pin_attempts": { + "string": "Quedan {attemptsRemaining} intentos. ¿Olvidó su PIN?" + }, "pin_forgot_title": { "string": "¿Ha olvidado el PIN?" }, @@ -194,9 +215,18 @@ "export_success_title": { "string": "Copia de seguridad exportada" }, + "export_success_msg": { + "string": "Bikit exportó el fichero de copia de seguridad a su teléfono satisfactoriamente." + }, "export_error_title": { "string": "Copia de seguridad fallida" }, + "export_error_msg": { + "string": "Bitkit no pudo exportar el fichero de copia de seguridad a su teléfono." + }, + "export_error_file": { + "string": "Bitkit no pudo crear el fichero de backup." + }, "cp_title": { "string": "Cambiar PIN" }, @@ -229,5 +259,11 @@ }, "use_pin": { "string": "Utilizar código PIN" + }, + "wiped_title": { + "string": "Datos de Monedero Borrados" + }, + "wiped_message": { + "string": "Bitkit ha sido restaurado y todos los datos de monedero han sido borrados." } } diff --git a/src/utils/i18n/locales/es_ES/settings.json b/src/utils/i18n/locales/es_ES/settings.json index 30dd62691..c8a4c772b 100644 --- a/src/utils/i18n/locales/es_ES/settings.json +++ b/src/utils/i18n/locales/es_ES/settings.json @@ -8,12 +8,18 @@ "dev_disabled_title": { "string": "Opciones de desarrollo desactivadas" }, + "general_title": { + "string": "General" + }, "security_title": { "string": "Seguridad y Privacidad" }, "advanced_title": { "string": "Avanzado" }, + "about_title": { + "string": "Acerca de" + }, "support_title": { "string": "Soporte" }, @@ -21,11 +27,17 @@ "title": { "string": "Sobre Bitkit" }, + "text": { + "string": "Gracias por ser un Bitcoiner responsable.\nCambia tu monedero, cambia el mundo.\n\nBitkit te facilita las llaves a tu propio dinero, perfil, contactos y cuentas web.\n\nBitkit fue elaborado por Synonym Software Ltd." + }, "share": { "string": "Compartir" }, "version": { "string": "Versión" + }, + "shareText": { + "string": "Cambia tu monedero, cambia el mundo. Descarga Bitkit para iPhone {appStoreUrl} o Android {playStoreUrl}" } }, "dev_title": { @@ -42,7 +54,7 @@ "string": "Precios proporcionados por Bitfinex y CoinGecko." }, "currency_most_used": { - "string": "Más utilizados" + "string": "Más utilizadas" }, "currency_other": { "string": "Otras monedas" @@ -59,6 +71,12 @@ "unit_bitcoin": { "string": "Bitcoin" }, + "unit_note": { + "string": "Truco: Cambia rápidamente entre Bitcoin y {currency} tocando sobre el balance del monedero." + }, + "denomination_label": { + "string": "Denominación Bitcoin" + }, "speed": { "string": "Velocidad de transacción" }, @@ -71,6 +89,12 @@ "speed_fee_custom": { "string": "Fijar tarifa personalizada" }, + "speed_fee_total": { + "string": "₿ {feeSats} para la transacción típica" + }, + "speed_fee_total_fiat": { + "string": "₿ {feeSats} para la transacción típica ({fiatSymbol}{fiatFormatted})" + }, "tags": { "string": "Etiquetas" }, @@ -84,6 +108,9 @@ }, "showWidgets": { "string": "Widgets" + }, + "showWidgetTitles": { + "string": "Mostrar Títulos de Widgets" } }, "security": { @@ -96,6 +123,9 @@ "hide_balance_on_open": { "string": "Ocultar saldo al abrir" }, + "clipboard": { + "string": "Leer portapapeles para facilitar uso" + }, "warn_100": { "string": "Advertir al enviar más de $100" }, @@ -163,16 +193,106 @@ "title": { "string": "Soporte" }, + "text": { + "string": "¿Necesita ayuda? Reporte su problema desde el propio Bitkit, visite el centro de ayuda, compruebe el estado o póngase en contacto con nosotros en nuestras redes sociales." + }, + "report": { + "string": "Reportar Problema" + }, + "help": { + "string": "Centro de Ayuda" + }, + "status": { + "string": "Estado de la App" + }, + "report_text": { + "string": "Por favor, describa el problema que está experimentando o haga una pregunta." + }, + "label_address": { + "string": "Dirección Email" + }, + "label_message": { + "string": "Problema o pregunta" + }, + "placeholder_message": { + "string": "Describa el problema o haga una pregunta" + }, "text_button": { "string": "Enviar" }, + "title_success": { + "string": "Enviado Satisfactoriamente" + }, + "text_success": { + "string": "¡Gracias por contactar con nosotros! Intentaremos responderle lo antes posible." + }, "text_success_button": { "string": "OK" }, + "text_unsuccess": { + "string": "Algo fue mal mientras se intentaba enviar su problema o pregunta. Por favor, pruebe de nuevo." + }, "text_unsuccess_button": { "string": "Inténtelo de nuevo" } }, + "status": { + "title": { + "string": "Estado de la App" + }, + "internet": { + "title": { + "string": "Internet" + }, + "ready": { + "string": "Conectado" + }, + "pending": { + "string": "Reconectando..." + }, + "error": { + "string": "Desconectado" + } + }, + "bitcoin_node": { + "title": { + "string": "Nodo Bitcoin" + }, + "ready": { + "string": "Conectado" + }, + "pending": { + "string": "Conectando..." + } + }, + "lightning_node": { + "title": { + "string": "Nodo Lightning" + }, + "ready": { + "string": "Sincronizado" + }, + "pending": { + "string": "Sincronizando..." + } + }, + "lightning_connection": { + "title": { + "string": "Conexión Lightning" + }, + "pending": { + "string": "Abriendo..." + } + }, + "full_backup": { + "title": { + "string": "Último Backup de Datos Completo" + }, + "error": { + "string": "Falló al hacer una copia de seguridad completa" + } + } + }, "adv": { "section_payments": { "string": "Pagos" @@ -234,9 +354,18 @@ "reset_confirm": { "string": "Sí, restaurar" }, + "lightning_connections": { + "string": "Conexiones Lightning" + }, + "lightning_node": { + "string": "Nodo Lightning" + }, "electrum_server": { "string": "Servidor Electrum" }, + "rgs_server": { + "string": "Rapid-Gossip-Sync" + }, "bitcoin_network": { "string": "Red Bitcoin" } @@ -300,6 +429,9 @@ "rescan_error_description": { "string": "Bitkit no ha podido comprobar los saldos de las direcciones." }, + "index": { + "string": "Índice: {index}" + }, "path": { "string": "Ruta: {path}" }, @@ -381,11 +513,23 @@ } }, "rgs": { + "server_url": { + "string": "URL del Servidor Rapid-Gossip-Sync" + }, "button_connect": { "string": "Conectar" + }, + "update_success_title": { + "string": "Servidor Rapid-Gossip-Sync Actualizado" } }, "wr": { + "error_url": { + "string": "Por favor, especifique una URL para conectarse." + }, + "error_https": { + "string": "No es una url HTTPS válida." + }, "url_updated_message": { "string": "Conexión exitosa a {url}" } diff --git a/src/utils/i18n/locales/es_ES/slashtags.json b/src/utils/i18n/locales/es_ES/slashtags.json index 47f9a1867..01c3706bb 100644 --- a/src/utils/i18n/locales/es_ES/slashtags.json +++ b/src/utils/i18n/locales/es_ES/slashtags.json @@ -3,7 +3,7 @@ "string": "Apellido" }, "your_name_capital": { - "string": "Su Apellido" + "string": "Su Nombre" }, "contact_name": { "string": "Nombre de contacto" @@ -41,6 +41,9 @@ "contacts_name": { "string": "Apellido del contacto" }, + "contact_your_name": { + "string": "Tu nombre de perfil público" + }, "contact_retrieving": { "string": "Confirmando\ninformación de contacto..." }, @@ -53,6 +56,9 @@ "contact_this": { "string": "este contacto" }, + "contact_delete_title": { + "string": "¿Borrar {name}?" + }, "contact_delete_yes": { "string": "Sí, Borrar" }, @@ -68,9 +74,27 @@ "disabled": { "string": "Slashtags desactivadas" }, + "onboarding_header": { + "string": "Contactos\ndinámicos" + }, + "onboarding_text": { + "string": "Recibe actualizaciones automáticas de tus contactos de Bitkit, págales y sigue sus perfiles públicos." + }, + "onboarding_button": { + "string": "Añadir Primer Contacto" + }, + "onboarding_profile1_text": { + "string": "Configura tu perfil público y enlaces para que tus contactos Bitkit puedan localizarte o pagarte en cualquier momento y lugar." + }, "onboarding_profile2_text": { "string": "Usted y sus contactos pueden utilizar Bitkit para enviar pagos directamente, sin bancos, en cualquier momento y en cualquier lugar." }, + "onboarding_widgets_header": { + "string": "Hola,\nWidgets" + }, + "onboarding_widgets_text": { + "string": "Disfruta de fuentes descentralizadas de tus servicios web favoritos, añadiendo widgets divertidos y útiles a tu monedero Bitkit." + }, "my_profile": { "string": "Mi perfil" }, @@ -86,9 +110,15 @@ "profile_create": { "string": "Crear perfil" }, + "profile_public_warn": { + "string": "Por favor, observe que toda la información de su perfil estará disponible y visible públicamente." + }, "profile_add_link": { "string": "Añadir enlace" }, + "profile_link_label": { + "string": "Etiqueta" + }, "profile_link_label_placeholder": { "string": "Por ejemplo \"Sitio web\"" }, @@ -104,6 +134,12 @@ "profile_link_suggestions_to_add": { "string": "Sugerencias para añadir" }, + "profile_scan_to_add": { + "string": "Escanea para añadir {name}" + }, + "profile_edit": { + "string": "Editar Perfil" + }, "offline_enable": { "string": "Habilitar pagos con contactos*" }, @@ -113,16 +149,46 @@ "widget_add": { "string": "Añadir Widget" }, + "widget_source": { + "string": "Fuente" + }, "widget_price": { - "string": "Precio del Bitcoin" + "string": "Precio de Bitcoin" + }, + "widget_headlines": { + "string": "Titulares Bitcoin" + }, + "widget_blocks": { + "string": "Bloques Bitcoin" + }, + "widget_facts": { + "string": "Hechos Bitcoin" }, "widget_qr": { "string": "O escanear QR" }, + "widget_feed": { + "string": "Widget" + }, "widget_edit_custom": { "string": "Personalizar" }, + "widget_edit_description": { + "string": "Por favor, seleccione cuales campos quiere mostrar en el widget {name}." + }, + "widget_loading_options": { + "string": "Cargando opciones del widget..." + }, "widget_delete_yes": { "string": "Sí, Borrar" + }, + "widget_delete_title": { + "string": "¿Borrar Widget?" + }, + "widget_delete_desc": { + "string": "¿Está seguro de querer borrar ‘{name}‘ de sus widgets?" + }, + "error_pay_empty_msg": { + "string": "Este contacto no tiene información de pago" } } diff --git a/src/utils/i18n/locales/es_ES/wallet.json b/src/utils/i18n/locales/es_ES/wallet.json index c19c79ea5..b2996909b 100644 --- a/src/utils/i18n/locales/es_ES/wallet.json +++ b/src/utils/i18n/locales/es_ES/wallet.json @@ -3,11 +3,20 @@ "string": "Enviar" }, "receive": { - "string": "Reciba" + "string": "Recibir" }, "balance_total": { "string": "Saldo total" }, + "create_wallet_error": { + "string": "Por favor, reabra la aplicación e intente de nuevo." + }, + "create_wallet_existing_error": { + "string": "El monedero \"{walletName}\" ya existe." + }, + "create_wallet_mnemonic_error": { + "string": "Frase de recuperación inválida." + }, "send_bitcoin": { "string": "Enviar Bitcoin" }, @@ -78,7 +87,7 @@ "string": "La comisión de transacción parece ser superior al 50% del importe que está enviando. ¿Desea continuar?" }, "send_dialog4": { - "string": "La tasa de transacción parece ser superior a 10 dólares. ¿Desea continuar?" + "string": "La comisión de transacción parece ser superior a 10 dólares. ¿Desea continuar?" }, "send_dialog5_title": { "string": "La comisión es potencialmente muy baja" @@ -134,9 +143,24 @@ "send_fee_error": { "string": "Comisión inválida" }, + "min_possible_fee_rate": { + "string": "Comisión Por Debajo del Límite Mínimo" + }, + "sats_per_vbyte": { + "string": "sats/vbyte" + }, "send_fee_custom": { "string": "Fijar tarifa personalizada" }, + "send_fee_total": { + "string": "₿ {feeSats} para esta transacción" + }, + "send_fee_total_fiat": { + "string": "₿ {feeSats} para esta transacción ({fiatSymbol}{fiatFormatted})" + }, + "note": { + "string": "Nota" + }, "tags": { "string": "Etiquetas" }, @@ -161,6 +185,9 @@ "tags_filter": { "string": "Filtrar la actividad mediante etiquetas" }, + "toast_payment_success_title": { + "string": "Pago Enviado" + }, "selection_title": { "string": "Selección de monedas" }, @@ -176,9 +203,18 @@ "receive_bitcoin": { "string": "Recibir Bitcoin" }, + "receive_specify": { + "string": "Editar Factura" + }, + "receive_copied": { + "string": "Factura copiada al portapapeles" + }, "receive_share_address": { "string": "Compartir dirección de recepción" }, + "receive_bitcoin_invoice": { + "string": "Factura bitcoin" + }, "receive_lightning_invoice": { "string": "Factura Lightning" }, @@ -188,6 +224,17 @@ "receive_show_qr": { "string": "Mostrar código QR" }, + "receive_connect_initial": { + "string": "Para configurar su saldo de gastos, se deducirá una comisión de proveedor de servicio de {lspFee}." + }, + "receive_liquidity": { + "nav_title_additional": { + "string": "Incrementar Capacidad de Recepción" + }, + "text": { + "string": "Su balance de gastos en Bitkit es como su conexión de internet. En vez de ancho de banda, paga por la liquidez y enrutamiento de pagos.\n\nPagos desde su saldo de gastos son más baratos, rápidos y más privados que las transacciones normales de Bitcoin.\n\nLa comisión de red y la comisión del proveedor del servicio son costes únicos para configurar su saldo." + } + }, "receive_cjit_error": { "string": "Transacción ha fallado" }, @@ -224,12 +271,21 @@ "activity_transfer_savings": { "string": "Saldo de ahorro" }, + "activity_confirms_in": { + "string": "Confirma en {feeRateDescription}" + }, + "activity_confirms_in_boosted": { + "string": "Potenciando. Confirma en {feeRateDescription}" + }, "activity_bitcoin_sent": { "string": "Bitcoin enviado" }, "activity_bitcoin_received": { "string": "Bitcoin recibido" }, + "activity_error_get_description": { + "string": "Bitkit no fue capaz de obtener los datos de la transacción." + }, "activity_error_tx_not_found": { "string": "Transacción no encontrada." }, @@ -239,6 +295,12 @@ "activity_confirmed": { "string": "Confirmado" }, + "activity_removed": { + "string": "Eliminado De Mempool" + }, + "activity_removed_title": { + "string": "Transacción Eliminada De Mempool" + }, "activity_boosting": { "string": "Impulsando" }, @@ -258,7 +320,7 @@ "string": "Tiempo" }, "activity_contact": { - "string": "Contactar" + "string": "Contacto" }, "activity_assign": { "string": "Asignar" @@ -287,6 +349,18 @@ "activity_address": { "string": "Dirección" }, + "activity_input": { + "string": "{count, plural, one {ENTRADA} many {ENTRADAS (#)} other {ENTRADAS (#)}}" + }, + "activity_output": { + "string": "{count, plural, one {SALIDA} many {SALIDAS (#)} other {SALIDAS (#)}}" + }, + "activity_boosted_cpfp": { + "string": "TRANSACCIÓN POTENCIADA {num} (CPFP)" + }, + "activity_boosted_rbf": { + "string": "TRANSACCIÓN POTENCIADA {num} (RBF)" + }, "activity_explorer": { "string": "Abrir el Explorador de bloques" }, @@ -325,11 +399,17 @@ "savings": { "title": { "string": "Ahorro" + }, + "onboarding": { + "string": "1Envía\nbitcoin1\na tu\nsaldo de ahorros" } }, "spending": { "title": { "string": "Gasto" + }, + "onboarding": { + "string": "Envía\nbitcoin\na tu\nsaldo de gastos" } }, "tx_invalid": { @@ -338,6 +418,9 @@ "boost": { "string": "Impulso" }, + "boost_title": { + "string": "Potenciar Transacción" + }, "boost_success_title": { "string": "Impulsada!" }, @@ -347,19 +430,46 @@ "boost_error_title": { "string": "Impulso fallido" }, + "boost_error_msg": { + "string": "Bitkit no pudo potenciar la transacción." + }, "boost_fee_custom": { "string": "Su transacción puede liquidarse más rápidamente si incluye una tasa de red adicional. Establezca su tarifa personalizada a continuación." }, "boost_fee_recomended": { "string": "Su transacción puede liquidarse más rápidamente si incluye una comisión de red adicional. He aquí una recomendación:" }, + "boost_recomended_button": { + "string": "Usar Comisión Sugerida" + }, "boost_swipe": { "string": "Deslizar para impulsar" }, "payment_received": { "string": "Bitcoin recibido" }, - "lnurl_p_title": { - "string": "Enviar Bitcoin" + "error_create_tx_msg": { + "string": "Ocurrió un error. Por favor, intente de nuevo {raw}" + }, + "filter_title": { + "string": "Seleccione Rango" + }, + "filter_apply": { + "string": "Aplicar" + }, + "reorg_detected": { + "string": "Reorganización de Blockchain Detectada" + }, + "balance_hidden_title": { + "string": "Saldo del Monedero Oculto" + }, + "balance_hidden_message": { + "string": "Deslice el balance del monedero para mostrarlo de nuevo." + }, + "balance_unit_switched_title": { + "string": "Cambió a {unit}" + }, + "ldk_sync_error_title": { + "string": "Error de Sincronización de Lightning" } } diff --git a/src/utils/i18n/locales/fr/lightning.json b/src/utils/i18n/locales/fr/lightning.json index 79db01edf..30429d282 100644 --- a/src/utils/i18n/locales/fr/lightning.json +++ b/src/utils/i18n/locales/fr/lightning.json @@ -30,7 +30,12 @@ "string": "Utiliser un autre portefeuille" }, "button3": { - "string": "Nœud externe (avancé)" + "string": "Avancé" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Solde des dépenses" } }, "no_funds": { @@ -105,6 +110,33 @@ "string": "Vos fonds ont été transférés et votre solde de dépenses est prêt à être utilisé." } }, + "external": { + "nav_title": { + "string": "Connexion Lightning" + } + }, + "external_manual": { + "node_id": { + "string": "ID du nœud" + }, + "host": { + "string": "Hôte" + }, + "port": { + "string": "Port" + }, + "scan": { + "string": "Scanner QR" + } + }, + "external_success": { + "title": { + "string": "Connexion\ninitiée" + }, + "text": { + "string": "La connexion Lightning est initiée. Vous pourrez utiliser votre compte courant dans ±30 minutes (en fonction de la configuration du nœud)." + } + }, "error_channel_purchase": { "string": "Échec de la configuration des paiements instantanés" }, diff --git a/src/utils/i18n/locales/fr/other.json b/src/utils/i18n/locales/fr/other.json index c51091f58..05ba8279e 100644 --- a/src/utils/i18n/locales/fr/other.json +++ b/src/utils/i18n/locales/fr/other.json @@ -187,12 +187,6 @@ "lnurl_channel_port": { "string": "Port" }, - "lnurl_channel_connecting": { - "string": "Connexion\ninitiée" - }, - "lnurl_channel_connecting_text": { - "string": "La connexion Lightning est initiée. Vous pourrez utiliser votre compte courant dans ±30 minutes (en fonction de la configuration du nœud)." - }, "lnurl_blocktank_error": { "string": "Bitkit n'a pas pu se connecter à Blocktank." }, diff --git a/src/utils/i18n/locales/fr/security.json b/src/utils/i18n/locales/fr/security.json index 8a6b9fd02..6c22cde6a 100644 --- a/src/utils/i18n/locales/fr/security.json +++ b/src/utils/i18n/locales/fr/security.json @@ -310,5 +310,10 @@ }, "wiped_message": { "string": "Bitkit a été réinitialisé et toutes les données du portefeuille ont été supprimées." + }, + "authorization": { + "success": { + "string": "Succès" + } } } diff --git a/src/utils/i18n/locales/fr/wallet.json b/src/utils/i18n/locales/fr/wallet.json index 7423aba5f..22196ebe4 100644 --- a/src/utils/i18n/locales/fr/wallet.json +++ b/src/utils/i18n/locales/fr/wallet.json @@ -353,9 +353,6 @@ "activity_transfer_to_spending": { "string": "Vers le compte courant" }, - "activity_transfer_pending": { - "string": "Transfert (±{duration})" - }, "activity_confirms_in": { "string": "Confirmé dans {feeRateDescription}" }, @@ -506,9 +503,6 @@ "string": "Envoyer\nles bitcoins\nsur votre\ncompte courant" } }, - "details_transfer_subtitle": { - "string": "Transfert entrant" - }, "tx_invalid": { "string": "Transaction invalide" }, @@ -599,9 +593,6 @@ "lnurl_w_success_description": { "string": "Retrait Demandé Réussi" }, - "lnurl_p_title": { - "string": "Envoyer des bitcoins" - }, "lnurl_p_max": { "string": "Montant maximum" }, diff --git a/src/utils/i18n/locales/it/lightning.json b/src/utils/i18n/locales/it/lightning.json index 044099e9a..e6029b9a8 100644 --- a/src/utils/i18n/locales/it/lightning.json +++ b/src/utils/i18n/locales/it/lightning.json @@ -30,7 +30,12 @@ "string": "Usa un altro portafoglio" }, "button3": { - "string": "Nodo esterno (avanzato)" + "string": "Avanzate" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Conto Spendibile" } }, "no_funds": { @@ -105,6 +110,33 @@ "string": "I tuoi fondi sono stati trasferiti e il tuo conto di spesa è pronto per essere utilizzato." } }, + "external": { + "nav_title": { + "string": "Connessione Lightning" + } + }, + "external_manual": { + "node_id": { + "string": "ID del nodo" + }, + "host": { + "string": "Host" + }, + "port": { + "string": "Porta" + }, + "scan": { + "string": "Scansiona QR" + } + }, + "external_success": { + "title": { + "string": "Connessione\navviata" + }, + "text": { + "string": "Connessione Lightning avviata. Potrai utilizzare il tuo conto di spesa in ±30 minuti (dipende dalla configurazione del nodo)." + } + }, "error_channel_purchase": { "string": "Configurazione dei Pagamenti Istantanei Fallita" }, diff --git a/src/utils/i18n/locales/it/other.json b/src/utils/i18n/locales/it/other.json index a936ca821..a527d8f49 100644 --- a/src/utils/i18n/locales/it/other.json +++ b/src/utils/i18n/locales/it/other.json @@ -190,12 +190,6 @@ "lnurl_channel_port": { "string": "Porta" }, - "lnurl_channel_connecting": { - "string": "Connessione\navviata" - }, - "lnurl_channel_connecting_text": { - "string": "Connessione Lightning avviata. Potrai utilizzare il tuo conto di spesa in ±30 minuti (dipende dalla configurazione del nodo)." - }, "lnurl_blocktank_error": { "string": "Bitkit non è riuscito a connettersi a Blocktank." }, diff --git a/src/utils/i18n/locales/it/security.json b/src/utils/i18n/locales/it/security.json index 8f0ad4981..b744d13a0 100644 --- a/src/utils/i18n/locales/it/security.json +++ b/src/utils/i18n/locales/it/security.json @@ -310,5 +310,10 @@ }, "wiped_message": { "string": "Bitkit è stato ripristinato e tutti i dati del portafoglio sono stati eliminati." + }, + "authorization": { + "success": { + "string": "Successo" + } } } diff --git a/src/utils/i18n/locales/it/wallet.json b/src/utils/i18n/locales/it/wallet.json index 3cbb7cf5c..6490c7125 100644 --- a/src/utils/i18n/locales/it/wallet.json +++ b/src/utils/i18n/locales/it/wallet.json @@ -359,9 +359,6 @@ "activity_transfer_to_spending": { "string": "A Saldo Spendibile" }, - "activity_transfer_pending": { - "string": "Transferimento (±{duration})" - }, "activity_confirms_in": { "string": "Conferma in {feeRateDescription}" }, @@ -512,9 +509,6 @@ "string": "Invia\nbitcoin\nal tuo\nconto di spesa" } }, - "details_transfer_subtitle": { - "string": "Trasferimento in entrata" - }, "tx_invalid": { "string": "Transazione non valida" }, @@ -605,9 +599,6 @@ "lnurl_w_success_description": { "string": "Prelievo richiesto con successo" }, - "lnurl_p_title": { - "string": "Invia Bitcoin" - }, "lnurl_p_max": { "string": "Importo massimo" }, diff --git a/src/utils/i18n/locales/nl/lightning.json b/src/utils/i18n/locales/nl/lightning.json index a72a28198..009af118e 100644 --- a/src/utils/i18n/locales/nl/lightning.json +++ b/src/utils/i18n/locales/nl/lightning.json @@ -30,7 +30,12 @@ "string": "Gebruik Andere Wallet" }, "button3": { - "string": "Externe Node (Geavanceerd)" + "string": "Geavanceerd" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Bestedingssaldo" } }, "no_funds": { @@ -96,6 +101,22 @@ "string": "Uw geld is overgeboekt en uw bestedingssaldo is klaar voor gebruik." } }, + "external": { + "nav_title": { + "string": "Lightning-verbinding" + } + }, + "external_manual": { + "host": { + "string": "Hostcomputer" + }, + "port": { + "string": "Poort" + }, + "scan": { + "string": "Scan QR" + } + }, "error_channel_purchase": { "string": "Directe Betalingen Instellen Mislukt" }, diff --git a/src/utils/i18n/locales/nl/security.json b/src/utils/i18n/locales/nl/security.json index 621359e8c..a0dc8daa7 100644 --- a/src/utils/i18n/locales/nl/security.json +++ b/src/utils/i18n/locales/nl/security.json @@ -310,5 +310,10 @@ }, "wiped_message": { "string": "Bitkit is gereset en alle wallet gegevens zijn verwijderd." + }, + "authorization": { + "success": { + "string": "Succes" + } } } diff --git a/src/utils/i18n/locales/nl/wallet.json b/src/utils/i18n/locales/nl/wallet.json index 3fe6ab940..abadeeaae 100644 --- a/src/utils/i18n/locales/nl/wallet.json +++ b/src/utils/i18n/locales/nl/wallet.json @@ -353,9 +353,6 @@ "activity_transfer_to_spending": { "string": "Naar Bestedingssaldo" }, - "activity_transfer_pending": { - "string": "Overboeking (±{duration})" - }, "activity_confirms_in": { "string": "Zal bevestigen in {feeRateDescription}" }, @@ -506,9 +503,6 @@ "string": "Stuur\nbitcoin\nnaar uw\nbestedingssaldo" } }, - "details_transfer_subtitle": { - "string": "Inkomende Overboeking" - }, "tx_invalid": { "string": "Transactie Ongeldig" }, @@ -599,9 +593,6 @@ "lnurl_w_success_description": { "string": "Opname Succesvol Aangevraagd" }, - "lnurl_p_title": { - "string": "Bitcoin Versturen" - }, "lnurl_p_max": { "string": "Maximumbedrag" }, diff --git a/src/utils/i18n/locales/pl/lightning.json b/src/utils/i18n/locales/pl/lightning.json index 42fa37e6f..eeb2bb5f4 100644 --- a/src/utils/i18n/locales/pl/lightning.json +++ b/src/utils/i18n/locales/pl/lightning.json @@ -4,6 +4,17 @@ "string": "Spróbuj ponownie" } }, + "external_manual": { + "node_id": { + "string": "ID węzła" + }, + "host": { + "string": "Host" + }, + "port": { + "string": "Port" + } + }, "channel_node_id": { "string": "ID węzła" }, diff --git a/src/utils/i18n/locales/pl/wallet.json b/src/utils/i18n/locales/pl/wallet.json index c8cbcb28b..338c08b42 100644 --- a/src/utils/i18n/locales/pl/wallet.json +++ b/src/utils/i18n/locales/pl/wallet.json @@ -58,8 +58,5 @@ }, "activity_invoice": { "string": "Faktura" - }, - "lnurl_p_title": { - "string": "Wyślij Bitcoin" } } diff --git a/src/utils/i18n/locales/pt_BR/lightning.json b/src/utils/i18n/locales/pt_BR/lightning.json index a9fba6086..2640a5a2a 100644 --- a/src/utils/i18n/locales/pt_BR/lightning.json +++ b/src/utils/i18n/locales/pt_BR/lightning.json @@ -30,7 +30,12 @@ "string": "Transferir de Outra Carteira" }, "button3": { - "string": "Nó Externo (Avançado)" + "string": "Avançado" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Saldo de Gastos" } }, "no_funds": { @@ -105,6 +110,33 @@ "string": "Seus fundos foram transferidos e seu saldo de gastos está pronto para ser usado." } }, + "external": { + "nav_title": { + "string": "Conexões Lightning" + } + }, + "external_manual": { + "node_id": { + "string": "ID do nó" + }, + "host": { + "string": "Host" + }, + "port": { + "string": "Porta" + }, + "scan": { + "string": "Escanear QR" + } + }, + "external_success": { + "title": { + "string": "Conexão\niniciada" + }, + "text": { + "string": "Conexão Lightning iniciada. Você poderá usar seu saldo de gastos em ±30 minutos (depende da configuração do nó)." + } + }, "error_channel_purchase": { "string": "Falha na Configuração de Pagamentos Instantâneos" }, diff --git a/src/utils/i18n/locales/pt_BR/other.json b/src/utils/i18n/locales/pt_BR/other.json index fa6894894..47bb0ce23 100644 --- a/src/utils/i18n/locales/pt_BR/other.json +++ b/src/utils/i18n/locales/pt_BR/other.json @@ -190,12 +190,6 @@ "lnurl_channel_port": { "string": "Porta" }, - "lnurl_channel_connecting": { - "string": "Conexão\niniciada" - }, - "lnurl_channel_connecting_text": { - "string": "Conexão Lightning iniciada. Você poderá usar seu saldo de gastos em ±30 minutos (depende da configuração do nó)." - }, "lnurl_blocktank_error": { "string": "O Bitkit não conseguiu se conectar ao Blocktank." }, diff --git a/src/utils/i18n/locales/pt_BR/security.json b/src/utils/i18n/locales/pt_BR/security.json index 1c2a145a1..6e8067b6d 100644 --- a/src/utils/i18n/locales/pt_BR/security.json +++ b/src/utils/i18n/locales/pt_BR/security.json @@ -310,5 +310,10 @@ }, "wiped_message": { "string": "O Bitkit foi redefinido e todos os dados da carteira foram excluídos." + }, + "authorization": { + "success": { + "string": "Sucesso" + } } } diff --git a/src/utils/i18n/locales/pt_BR/wallet.json b/src/utils/i18n/locales/pt_BR/wallet.json index 63fbb176f..684bb665b 100644 --- a/src/utils/i18n/locales/pt_BR/wallet.json +++ b/src/utils/i18n/locales/pt_BR/wallet.json @@ -353,9 +353,6 @@ "activity_transfer_to_spending": { "string": "Para o Saldo de Gastos" }, - "activity_transfer_pending": { - "string": "Transferir (±{duration})" - }, "activity_confirms_in": { "string": "Confirma em {feeRateDescription}" }, @@ -506,9 +503,6 @@ "string": "Transfira\nbitcoin\npara seu\nsaldo de gastos" } }, - "details_transfer_subtitle": { - "string": "Transferência Pendente" - }, "tx_invalid": { "string": "Transação Inválida" }, @@ -599,9 +593,6 @@ "lnurl_w_success_description": { "string": "Retirada solicitada bem-sucedida" }, - "lnurl_p_title": { - "string": "Enviar Bitcoin" - }, "lnurl_p_max": { "string": "Valor máximo" }, diff --git a/src/utils/i18n/locales/ru/lightning.json b/src/utils/i18n/locales/ru/lightning.json index 1f8b29c6d..d87e6ae4f 100644 --- a/src/utils/i18n/locales/ru/lightning.json +++ b/src/utils/i18n/locales/ru/lightning.json @@ -30,7 +30,12 @@ "string": "Использовать другой кошелек" }, "button3": { - "string": "Внешний узел (Расширенные настройки)" + "string": "Дополнительно" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Баланс Расходов" } }, "no_funds": { @@ -105,6 +110,33 @@ "string": "Ваши средства переведены, и ваш баланс для расходов готов к использованию." } }, + "external": { + "nav_title": { + "string": "Лайтнинг Соединение" + } + }, + "external_manual": { + "node_id": { + "string": "ID Узла Канала" + }, + "host": { + "string": "Хост" + }, + "port": { + "string": "Порт" + }, + "scan": { + "string": "Сканировать QR" + } + }, + "external_success": { + "title": { + "string": "Подключение\nинициировано" + }, + "text": { + "string": "Лайтнинг подключение инициировано. Вы сможете использовать ваш баланс для расходов через ±30 минут (зависит от конфигурации узла)." + } + }, "error_channel_purchase": { "string": "Ошибка Настройки Мгновенных Платежей" }, diff --git a/src/utils/i18n/locales/ru/other.json b/src/utils/i18n/locales/ru/other.json index 7c66bef0c..9f210f1e7 100644 --- a/src/utils/i18n/locales/ru/other.json +++ b/src/utils/i18n/locales/ru/other.json @@ -184,12 +184,6 @@ "lnurl_channel_port": { "string": "Порт" }, - "lnurl_channel_connecting": { - "string": "Подключение\nинициировано" - }, - "lnurl_channel_connecting_text": { - "string": "Лайтнинг подключение инициировано. Вы сможете использовать ваш баланс для расходов через ±30 минут (зависит от конфигурации узла)." - }, "lnurl_blocktank_error": { "string": "Bitkit не удалось подключиться к Blocktank." }, diff --git a/src/utils/i18n/locales/ru/security.json b/src/utils/i18n/locales/ru/security.json index 39d3af9b8..9122ebadf 100644 --- a/src/utils/i18n/locales/ru/security.json +++ b/src/utils/i18n/locales/ru/security.json @@ -310,5 +310,10 @@ }, "wiped_message": { "string": "Bitkit был сброшен, и все данные кошелька были удалены." + }, + "authorization": { + "success": { + "string": "Успешно" + } } } diff --git a/src/utils/i18n/locales/ru/wallet.json b/src/utils/i18n/locales/ru/wallet.json index 1287f9b52..9f5876115 100644 --- a/src/utils/i18n/locales/ru/wallet.json +++ b/src/utils/i18n/locales/ru/wallet.json @@ -353,9 +353,6 @@ "activity_transfer_to_spending": { "string": "В Расходы" }, - "activity_transfer_pending": { - "string": "Перенос (±{duration}м)" - }, "activity_confirms_in": { "string": "Подтверждение через {feeRateDescription}" }, @@ -500,9 +497,6 @@ "string": "Расходы" } }, - "details_transfer_subtitle": { - "string": "Входящий Перенос" - }, "tx_invalid": { "string": "Неверная Транзакция" }, @@ -593,9 +587,6 @@ "lnurl_w_success_description": { "string": "Запрос на вывод выполнен успешно" }, - "lnurl_p_title": { - "string": "Отправить Биткоин" - }, "lnurl_p_max": { "string": "Максимальная сумма" },