From aed5d778df4b7b4e8138533ea28300af869119b9 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Fri, 27 May 2022 20:46:09 -0400 Subject: [PATCH] Locales: v0.6.5 --- locales/ar.json | 18 ++++- locales/cs.json | 18 ++++- locales/de.json | 20 +++++- locales/el.json | 18 ++++- locales/es.json | 18 ++++- locales/fa.json | 18 ++++- locales/fi.json | 18 ++++- locales/fr.json | 20 +++++- locales/hu.json | 28 ++++++-- locales/it.json | 18 ++++- locales/ja.json | 18 ++++- locales/nb.json | 18 ++++- locales/nl.json | 18 ++++- locales/pl.json | 18 ++++- locales/pt_BR.json | 18 ++++- locales/ro.json | 172 +++++++++++++++++++++++++-------------------- locales/ru.json | 18 ++++- locales/sk.json | 18 ++++- locales/sl.json | 18 ++++- locales/sv.json | 74 +++++++++++-------- locales/th.json | 18 ++++- locales/tr.json | 18 ++++- locales/uk.json | 18 ++++- locales/vi.json | 18 ++++- locales/zh_CN.json | 18 ++++- 25 files changed, 537 insertions(+), 137 deletions(-) diff --git a/locales/ar.json b/locales/ar.json index 363b423d7..cc2db53bb 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "مسح إعدادات lndconnect", "views.Settings.AddEditNode.scanBtcpay": "مسح إعدادات BTCPay", "views.Settings.AddEditNode.scanLndhub": "مسح LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "حذف إعدادات Node", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "واجهة Node", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "استرداد حساب", "views.ImportAccount.name": "اسم الحساب", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "إفتح قناة", "views.Wallet.Channels.inactive": "غير مفعّل", "views.Wallet.Channels.private": "خاص", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "محلي", "views.Wallet.Channels.remote": "خارجي", "views.Wallet.Channels.noChannels": "لا توجد قنوات", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "أحصل على عنوان جديد", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "انت استلمت ", + "views.Receive.youReceived": "انت استلمت ", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "أرسل", "views.Send.lnPayment": "Lightning payment request", "views.Send.btcAddress": "عنوان بيتكوين", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "خطأ في إنشاء فاتورة", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/cs.json b/locales/cs.json index 50b8d9e8b..b06183957 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Skenovat konfiguraci lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Skenovat konfiguraci BTCPay", "views.Settings.AddEditNode.scanLndhub": "Skenovat QR LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Odstranit konfiguraci uzlu", "views.Settings.AddEditNode.copyNode": "Kopírovat konfiguraci uzlu", "views.Settings.AddEditNode.nodeInterface": "Rozhraní uzlu", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Smazat PIN", "views.Settings.Security.deleteDuressPIN": "Smazat nouzový PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importovat účet", "views.ImportAccount.name": "Název účtu", "views.ImportAccount.extendedPubKey": "Rozšířený veřejný klíč (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Otevřít kanál", "views.Wallet.Channels.inactive": "NEAKTIVNÍ", "views.Wallet.Channels.private": "Soukromé", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokální", "views.Wallet.Channels.remote": "Vzdálené", "views.Wallet.Channels.noChannels": "Žádné kanály", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Získat novou adresu", "views.Receive.ampInvoice": "AMP faktura", "views.Receive.routeHints": "Zahrnout nápovědy k trase", - "view.Receive.youReceived": "Obdrželi jste", + "views.Receive.youReceived": "Obdrželi jste", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Odeslat", "views.Send.lnPayment": "Žádost o lightning platbu", "views.Send.btcAddress": "Bitcoin adresa", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Možná budete muset povolit ověřování certifikátů, abyste mohli tyto hovory uskutečnit.", "utils.handleAnything.lightningAddressError": "Chyba při načítání dat Lightning adresy", "utils.handleAnything.notValid": "Zadaná hodnota nebyla platná adresa Bitcoin nebo Lightning Faktura.", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Při vytváření faktury došlo k chybě", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Omlouváme se, ale v současné době podporujeme pouze instance BTCPay používající lnd nebo c-lightning.", "stores.SettingsStore.btcPayFetchConfigError": "Chyba při načítání konfigurace BTCPay", "stores.SettingsStore.olympianFetchError": "Chybné načítání olympijců", diff --git a/locales/de.json b/locales/de.json index f0b9da2b6..f0d6e5840 100644 --- a/locales/de.json +++ b/locales/de.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Lndconnect Config scannen", "views.Settings.AddEditNode.scanBtcpay": "BTCPay Config scannen", "views.Settings.AddEditNode.scanLndhub": "LNDHub QR-Code scannen", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Node config entfernen", "views.Settings.AddEditNode.copyNode": "Kopiere Node-Konfiguration", "views.Settings.AddEditNode.nodeInterface": "Node-Schittstelle", @@ -131,7 +132,9 @@ "views.Settings.Security.title": "Sicherheitseinstellungen", "views.Settings.Security.deletePIN": "Lösche PIN", "views.Settings.Security.deleteDuressPIN": "Lösche Bedrohungs-PIN", - "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.Settings.Security.scramblePIN": "PIN-Nummern verschlüsseln", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Konto importieren", "views.ImportAccount.name": "Kontobezeichnung", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Kanal öffnen", "views.Wallet.Channels.inactive": "INAKTIV", "views.Wallet.Channels.private": "Privat", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokal", "views.Wallet.Channels.remote": "Entfernt", "views.Wallet.Channels.noChannels": "Keine Channels", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Neue Adresse erhalten", "views.Receive.ampInvoice": "AMP Rechnung", "views.Receive.routeHints": "Routenhinweise hinzufügen", - "view.Receive.youReceived": "Empfangen", + "views.Receive.youReceived": "Empfangen", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "senden ", "views.Send.lnPayment": "Lightning Bezahlanfrage", "views.Send.btcAddress": "Bitcoin-Adresse", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Möglicherweise muss die Zertifikatsprüfung aktiviert werden, um diese Art von Anrufen zu tätigen", "utils.handleAnything.lightningAddressError": "Fehler beim Abrufen der Lightning-Adressdaten ", "utils.handleAnything.notValid": "Der bereitgestellte Wert war eine ungültige Bitcoin-Adresse oder Lightning-Rechnung", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Fehler beim Erstellen der Rechnung", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Leider unterstützen wir derzeit nur BTCPay-Instanzen mit lnd oder c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Fehler beim Abrufen der BTCPay-Konfiguration", "stores.SettingsStore.olympianFetchError": "Fehler beim Laden der Olympioniken", diff --git a/locales/el.json b/locales/el.json index 5636c4b57..1f45fb806 100644 --- a/locales/el.json +++ b/locales/el.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Σάρωση Διαμόρφωσης Indconnect", "views.Settings.AddEditNode.scanBtcpay": "Σάρωση Διαμόρφωσης BTCPay", "views.Settings.AddEditNode.scanLndhub": "Σάρωση LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Διαγραφή Διαμόρφωσης Κόμβου", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Import account", "views.ImportAccount.name": "Account Name", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Open Channel", "views.Wallet.Channels.inactive": "Ανενεργό", "views.Wallet.Channels.private": "Ιδιωτικό", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Τοπικό", "views.Wallet.Channels.remote": "Απομακρυσμένη", "views.Wallet.Channels.noChannels": "Χωρίς Κανάλια", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Λήψη Νέας Διεύθυνσης", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "You received", + "views.Receive.youReceived": "You received", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Αποστολή", "views.Send.lnPayment": "Lightning payment request", "views.Send.btcAddress": "Διεύθυνση Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Σφάλμα στη δημιουργία τιμολογίου", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/es.json b/locales/es.json index 2432aa7af..7583181ec 100644 --- a/locales/es.json +++ b/locales/es.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Escanear lndconnect config", "views.Settings.AddEditNode.scanBtcpay": "Escanear BTCPay config", "views.Settings.AddEditNode.scanLndhub": "Escanear LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Borrar Node config", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Interfaz de Nodo", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importar cuenta", "views.ImportAccount.name": "Nombre de Cuenta", "views.ImportAccount.extendedPubKey": "Llave Pública Extendida (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Abrir Canal", "views.Wallet.Channels.inactive": "INACTIVO", "views.Wallet.Channels.private": "Privado", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Local", "views.Wallet.Channels.remote": "Remoto", "views.Wallet.Channels.noChannels": "Sin Canales", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Recibe Nueva Dirección", "views.Receive.ampInvoice": "Factura AMP", "views.Receive.routeHints": "Incluir indicaciones de ruta", - "view.Receive.youReceived": "Has recibido", + "views.Receive.youReceived": "Has recibido", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Enviar", "views.Send.lnPayment": "Solicitud de pago Lightning", "views.Send.btcAddress": "Dirección Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Es posible que tenga que activar la verificación de certificados para realizar este tipo de llamadas", "utils.handleAnything.lightningAddressError": "Error en obtener datos de Dirección de Lightning", "utils.handleAnything.notValid": "El valor dado no es una dirección válida de Bitcoin o de Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Error al crear Invoice", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/fa.json b/locales/fa.json index 4db856a75..7657fed15 100644 --- a/locales/fa.json +++ b/locales/fa.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scan lndconnect config", "views.Settings.AddEditNode.scanBtcpay": "Scan BTCPay config", "views.Settings.AddEditNode.scanLndhub": "Scan LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "حذف تنظیمات نود", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Import account", "views.ImportAccount.name": "Account Name", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "باز کردن کانال", "views.Wallet.Channels.inactive": "غیرفعال", "views.Wallet.Channels.private": "خصوصی", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "لوکال", "views.Wallet.Channels.remote": "ریموت", "views.Wallet.Channels.noChannels": "No Channels", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "دریافت آدرس جدید", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "You received", + "views.Receive.youReceived": "You received", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "ارسال", "views.Send.lnPayment": "Lightning payment request", "views.Send.btcAddress": "آدرس بیتکوین", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "خطای ایجاد صورتحساب", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/fi.json b/locales/fi.json index 1a360ba77..84cc28e65 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Skannaa lndconnect-konfiguraatio", "views.Settings.AddEditNode.scanBtcpay": "Skannaa BTCPay-konfiguraatio", "views.Settings.AddEditNode.scanLndhub": "Skannaa LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Poista solmun konfiguraatio", "views.Settings.AddEditNode.copyNode": "Kopioi solmun konfiguraatio", "views.Settings.AddEditNode.nodeInterface": "Solmun käyttöliittymä", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Tuo tili", "views.ImportAccount.name": "Tilin nimi", "views.ImportAccount.extendedPubKey": "Laajennettu julkinen avain (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Avaa kanava", "views.Wallet.Channels.inactive": "INAKTIIVINEN", "views.Wallet.Channels.private": "Yksityinen", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Paikallinen", "views.Wallet.Channels.remote": "Etäyhteys", "views.Wallet.Channels.noChannels": "Ei kanavia", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Hanki uusi osoite", "views.Receive.ampInvoice": "AMP-lasku", "views.Receive.routeHints": "Sisällytä reittivihjeet", - "view.Receive.youReceived": "Vastaanotit", + "views.Receive.youReceived": "Vastaanotit", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Lähetä", "views.Send.lnPayment": "Lightning-maksupyyntö", "views.Send.btcAddress": "Bitcoin-osoite", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Sinun on ehkä otettava varmenteen tarkistus käyttöön, jotta voit tehdä tällaisia kutsuja.", "utils.handleAnything.lightningAddressError": "Virhe Lightning-osoitetietojen noutamisessa", "utils.handleAnything.notValid": "Annettu arvo ei ollut kelvollinen Bitcoin-osoite tai Lightning-lasku", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Virhe laskun luomisessa", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Valitettavasti tuemme tällä hetkellä vain BTCPay-instansseja, jotka käyttävät lnd:tä tai c-lightningia", "stores.SettingsStore.btcPayFetchConfigError": "Virhe BTCPay-konfiguraation noutamisessa", "stores.SettingsStore.olympianFetchError": "Virhe noutaessa olympialaisia", diff --git a/locales/fr.json b/locales/fr.json index 30283779a..e0ae35ebc 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scanner configuration lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Scanner configuration BTCPay", "views.Settings.AddEditNode.scanLndhub": "Scanner QR code LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Supprimer configuration du noeud", "views.Settings.AddEditNode.copyNode": "Copier la configuration du nœud", "views.Settings.AddEditNode.nodeInterface": "Interface du nœud", @@ -131,7 +132,9 @@ "views.Settings.Security.title": "Paramètres de sécurité", "views.Settings.Security.deletePIN": "Effacer le PIN", "views.Settings.Security.deleteDuressPIN": "Supprimer le PIN de détresse", - "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.Settings.Security.scramblePIN": "Brouiller les chiffres du PIN", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importer un compte", "views.ImportAccount.name": "Nom du compte", "views.ImportAccount.extendedPubKey": "Clé publique étendue (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Ouvrir un canal", "views.Wallet.Channels.inactive": "INACTIF", "views.Wallet.Channels.private": "Privé", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Local", "views.Wallet.Channels.remote": "Distant", "views.Wallet.Channels.noChannels": "Pas de canaux", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Obtenir une nouvelle adresse", "views.Receive.ampInvoice": "Facture AMP", "views.Receive.routeHints": "Inclure des conseils d'itinéraire", - "view.Receive.youReceived": "Vous avez reçu", + "views.Receive.youReceived": "Vous avez reçu", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Envoyer", "views.Send.lnPayment": "Demande de paiement Lightning", "views.Send.btcAddress": "Adresse Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Vous devrez peut-être activer la vérification de certificat pour effectuer ce type d'opérations.", "utils.handleAnything.lightningAddressError": "Erreur lors de la récupération des données d'adresse Lightning", "utils.handleAnything.notValid": "La valeur fournie n'était pas une adresse Bitcoin ou une facture Lightning valide", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Erreur lors de la création de la facture", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Désolé, nous ne prenons actuellement en charge que les instances BTCPay utilisant lnd ou c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Erreur lors de la récupération de la configuration BTCPay", "stores.SettingsStore.olympianFetchError": "Erreur lors de la récupération des Olympiens", diff --git a/locales/hu.json b/locales/hu.json index 65eebd027..d8f7c9bf8 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Lndconnect beállítások szkennelése", "views.Settings.AddEditNode.scanBtcpay": "BTCPay beállítások szkennelése", "views.Settings.AddEditNode.scanLndhub": "LNDHub QR Szkennelése", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Node konfigurációk törlése", "views.Settings.AddEditNode.copyNode": "Node beállíások másolása", "views.Settings.AddEditNode.nodeInterface": "Node kezelőfelület", @@ -131,7 +132,9 @@ "views.Settings.Security.title": "Biztonsági beállítások", "views.Settings.Security.deletePIN": "Pin Törése", "views.Settings.Security.deleteDuressPIN": "Kényszer Pin Törlése", - "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.Settings.Security.scramblePIN": "PIN Számok Összekeverése", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Fiók importálása", "views.ImportAccount.name": "Fiók Név", "views.ImportAccount.extendedPubKey": "Hosszabbított publikus kulcs (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Csatorna Nyitás", "views.Wallet.Channels.inactive": "INAKTÍV", "views.Wallet.Channels.private": "Privát", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokális", "views.Wallet.Channels.remote": "Távoli", "views.Wallet.Channels.noChannels": "Nincsenek Csatornák", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Új cím kérése", "views.Receive.ampInvoice": "AMP számla", "views.Receive.routeHints": "Tartalmazza az útvonal tippeket", - "view.Receive.youReceived": "Ön fogadott", + "views.Receive.youReceived": "Ön fogadott", + "views.Receive.addressType": "Címtípus kiválasztása", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "Egy modernebb cím típus mely kevesebb tranzakciós díjjat igényel átutaláskor.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Csak is akkor használja, ha egy szolgáltatás az ön SegWite vagy Taproot címét nem megfelelőnek minősíti.", + "views.Receive.np2wkhDescriptionAlt": "Csak is akkor használja mikor egy szolgáltatás a SegWit címét nem megfelelőnek minősíti.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "A legújjabb bitcoin cím típus. Nem széleskörben támogattot jelenleg.", "views.Send.title": "Küldés", "views.Send.lnPayment": "Villám fizetési felkérés", "views.Send.btcAddress": "Bitcoin cím", @@ -400,16 +412,16 @@ "views.Settings.SetPassword.deletePassword": "Jelszó Törlése", "views.Settings.SetDuressPassword.title": "Kényszer Jelszó beálltítása/módosítása", "views.Settings.SetDuressPassword.deletePassword": "Kényszer Jelszó Törlése", - "views.Settings.SetDuressPassword.duressPasswordExplanation": "Once set, you can enter your duress password on the login screen to delete all of your node configurations.", + "views.Settings.SetDuressPassword.duressPasswordExplanation": "Miután beállította, megadhatja kényszerjelszavát a bejelentkezési képernyőn az összes node-konfiguráció törléséhez.", "views.Settings.SetPin.title": "PIN beállítása/módosítása", "views.Settings.SetPin.noMatch": "PIN-ek nem eggyeznek. Próbálja újra.", "views.Settings.SetPin.invalid": "A PIN és a Kényszer PIN nem lehet ugyan az.", "views.Settings.SetPin.createPin": "Hozzon létre PIN-t", "views.Settings.SetPin.confirmPin": "PIN Megerősítése", - "views.Settings.SetPin.scramblePin": "The order of numbers on the PIN Pad is randomized to prevent against attacks", + "views.Settings.SetPin.scramblePin": "A számok sorrendje véletlenszerűsítve van a külső figyeléses támodások kivédése ellen.", "views.Settings.SetDuressPin.title": "Kényszer PIN beálltítása/módosítása", "views.Settings.SetDuressPin.createDuressPin": "Hozza létre a kényszer PIN-t", - "views.Settings.SetDuressPin.duressPinExplanation": "Once set, you can enter your duress PIN on the PIN login screen to delete all of your node configurations.", + "views.Settings.SetDuressPin.duressPinExplanation": "Miután beállította, megadhatja kényszer PIN kódját a PIN bejelentkezési képernyőn, hogy törölje az összes node-konfigurációt.", "views.Settings.SetDuressPin.confirmDuressPin": "Kényszer PIN Megerősítése", "views.Settings.connectNode": "Csatlakozás node-hoz", "views.Transaction.title": "Tranzakciók", @@ -450,9 +462,13 @@ "backends.LND.wsReq.warning": "Előfordulhat, hogy engedélyeznie kell a tanúsítvány-ellenőrzést az ilyen típusú hívások kezdeményezéséhez", "utils.handleAnything.lightningAddressError": "Hiba történt a Lightning Cím adat lekérésekor", "utils.handleAnything.notValid": "A megadott érték nem megfelelő bitcoin cím vagy villámszámla.", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth nem támogatott az ön node implementációján", + "utils.handleAnything.unsupportedLnurlType": "Nem támogatott lnurl típus", + "stores.InvoicesStore.errorCreatingInvoice": "Hibetörtént a számlakészítésnél", + "stores.InvoicesStore.errorGeneratingAddress": "Hiba történt új cím generálásakor", "stores.SettingsStore.btcPayImplementationSupport": "Bocsánat, jelenleg csak only BTCPay servert támogatunk amely lnd vagy c-lightning-ot használ", "stores.SettingsStore.btcPayFetchConfigError": "Hiba történt a BTCPay configuráció betöltésekor", "stores.SettingsStore.olympianFetchError": "Hiba az olympikonok betöltésekor", - "stores.SettingsStore.lndhubSuccess": "Successfully created LNDHub account. Record the username and password somewhere so you can restore your funds if something happens to your device. Then hit Save Node Config to continue.", + "stores.SettingsStore.lndhubSuccess": "Az LNDHub-fiók sikeresen létrehozva. Jegyezze fel valahova a felhasználónevet és a jelszót, hogy visszaállíthassa a pénzét, ha valami történik az eszközzel. Ezután nyomja meg a Save Node Config gombot a folytatáshoz.", "stores.SettingsStore.lndhubError": "Hiba történt az LNDHub fiók készítésekor. Kérem nézze meg a hostot és próbálkozzon újra." } diff --git a/locales/it.json b/locales/it.json index 5a8c76059..e0b5745a0 100644 --- a/locales/it.json +++ b/locales/it.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scansiona config lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Scansiona config BTCPay", "views.Settings.AddEditNode.scanLndhub": "Scansiona QR LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Cancella config del Nodo", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Interfaccia del Nodo", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importa account", "views.ImportAccount.name": "Nome Account", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Apri Canale", "views.Wallet.Channels.inactive": "INATTIVO", "views.Wallet.Channels.private": "Privato", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Locale", "views.Wallet.Channels.remote": "Remoto", "views.Wallet.Channels.noChannels": "Nessun Canale", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Get New Address", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "Hai ricevuto", + "views.Receive.youReceived": "Hai ricevuto", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Invia", "views.Send.lnPayment": "Lightning payment request", "views.Send.btcAddress": "Bitcoin address", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Error creating invoice", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/ja.json b/locales/ja.json index 42047b93a..32461b941 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scan lndconnect config", "views.Settings.AddEditNode.scanBtcpay": "Scan BTCPay config", "views.Settings.AddEditNode.scanLndhub": "Scan LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Delete Node config", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Import account", "views.ImportAccount.name": "Account Name", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Open Channel", "views.Wallet.Channels.inactive": "INACTIVE", "views.Wallet.Channels.private": "Private", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Local", "views.Wallet.Channels.remote": "Remote", "views.Wallet.Channels.noChannels": "No Channels", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Get New Address", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "受けた支払い:", + "views.Receive.youReceived": "受けた支払い:", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "送る", "views.Send.lnPayment": "Lightning payment request", "views.Send.btcAddress": "Bitcoin address", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Error creating invoice", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/nb.json b/locales/nb.json index 58f7d211b..24ba9fc93 100644 --- a/locales/nb.json +++ b/locales/nb.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Skann lndconnect konfigurasjon", "views.Settings.AddEditNode.scanBtcpay": "Skann BTCPay konfigurasjon", "views.Settings.AddEditNode.scanLndhub": "Skann LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Slett nodekonfigurasjon", "views.Settings.AddEditNode.copyNode": "Kopier node konfigurasjon", "views.Settings.AddEditNode.nodeInterface": "Nodegrensesnitt", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Slett PIN", "views.Settings.Security.deleteDuressPIN": "Slett tvangs-PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importer konto", "views.ImportAccount.name": "Konto navn", "views.ImportAccount.extendedPubKey": "Extended Public Key(Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Åpne kanal", "views.Wallet.Channels.inactive": "INAKTIV", "views.Wallet.Channels.private": "Privat", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokal", "views.Wallet.Channels.remote": "Ekstern", "views.Wallet.Channels.noChannels": "Ingen kanaler", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Få ny adresse", "views.Receive.ampInvoice": "AMP faktura", "views.Receive.routeHints": "Inkluder rutehint", - "view.Receive.youReceived": "Du mottok", + "views.Receive.youReceived": "Du mottok", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Send", "views.Send.lnPayment": "Lightning-betalingsforespørsel", "views.Send.btcAddress": "Bitcoin adresse", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Du må kanskje aktivere sertifikatverifisering for å foreta denne typen anrop", "utils.handleAnything.lightningAddressError": "Feil under henting av lightning-adressedata", "utils.handleAnything.notValid": "Verdien som ble gitt var ikke en gyldig Bitcoin adresse eller Lightning faktura", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Feil ved opprettelse av faktura", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "For tiden så støtter vi ikke BTCPay moduler som bruker lnd eller c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Feil når vi henter BTCPay konfigurasjon", "stores.SettingsStore.olympianFetchError": "Feil når vi henter Olympiere", diff --git a/locales/nl.json b/locales/nl.json index e13deedbe..e9bbebdf7 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scan lndconnect configuratie", "views.Settings.AddEditNode.scanBtcpay": "Scan BTCPay configuratie", "views.Settings.AddEditNode.scanLndhub": "Scan LNDHub QR-code", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Verwijder Node configuratie", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Account importeren", "views.ImportAccount.name": "Account Naam", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Open Kanaal", "views.Wallet.Channels.inactive": "INACTIEF", "views.Wallet.Channels.private": "Privé", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokaal", "views.Wallet.Channels.remote": "Op afstand", "views.Wallet.Channels.noChannels": "Geen kanalen", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Verkrijg Nieuw Adres", "views.Receive.ampInvoice": "AMP Factuur", "views.Receive.routeHints": "Routehints toevoegen", - "view.Receive.youReceived": "U ontving", + "views.Receive.youReceived": "U ontving", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Verzenden", "views.Send.lnPayment": "Lightning betaalverzoek", "views.Send.btcAddress": "Bitcoin adres", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Mogelijk moet u Certificaatverificatie inschakelen om dit soort oproepen te doen", "utils.handleAnything.lightningAddressError": "Fout bij ophalen Lightning Adres gegevens", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Fout bij aanmaken factuur", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/pl.json b/locales/pl.json index c4969d9cb..2072fd08f 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Skanuj konfigurację lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Skanuj konfigurację BTCPay", "views.Settings.AddEditNode.scanLndhub": "Skanuj kod QR LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Skasuj konfigurację węzła", "views.Settings.AddEditNode.copyNode": "Kopiuj konfigurację węzła", "views.Settings.AddEditNode.nodeInterface": "Interfejs węzła", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Usuń PIN", "views.Settings.Security.deleteDuressPIN": "Usuń przymusowy PIN", "views.Settings.Security.scramblePIN": "Pomieszaj numery PIN", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importuj konto", "views.ImportAccount.name": "Nazwa konta", "views.ImportAccount.extendedPubKey": "Rozszerzony klucz publiczny (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Otwórz kanał", "views.Wallet.Channels.inactive": "NIEAKTYWNY", "views.Wallet.Channels.private": "Prywatny", + "views.OpenChannel.announceChannel": "Rozgłoś kanał", "views.Wallet.Channels.local": "Lokalny", "views.Wallet.Channels.remote": "Zdalny", "views.Wallet.Channels.noChannels": "Brak kanałów", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Weź nowy adres", "views.Receive.ampInvoice": "Faktura AMP", "views.Receive.routeHints": "Dołącz wskazówi dotyczących trasy", - "view.Receive.youReceived": "Otrzymano", + "views.Receive.youReceived": "Otrzymano", + "views.Receive.addressType": "Wybierz typ adresu", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "Nowocześniejszy typ adresu, który pozwala oszczędzić na opłatach przychodzących i wychodzących płatności.", + "views.Receive.np2wkhKey": "Zagnieżdżony SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Używaj tylko gdy jakaś usługa traktuje Twoje adresy SegWit lub Taproot jako nieprawidłowe.", + "views.Receive.np2wkhDescriptionAlt": "Używaj tylko gdy jakaś usługa traktuje Twoje adresy SegWit jako nieprawidłowe.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "Najnowocześniejszy typ adresu. Nie jest powszechnie stosowany.", "views.Send.title": "Wyślij", "views.Send.lnPayment": "Żądanie zapłaty Lightning", "views.Send.btcAddress": "Adres Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Może być konieczne włączenie weryfikacji certyfikatu, aby wykonywać tego typu połączenia", "utils.handleAnything.lightningAddressError": "Błąd pobierania danych adresu Lightning", "utils.handleAnything.notValid": "Podana wartość nie jest poprawnym adresem Bitcoin ani fakturą Lightning", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth nie jest wspierane przez implementację tego węzła", + "utils.handleAnything.unsupportedLnurlType": "Typ lnurl nieobsługiwany", + "stores.InvoicesStore.errorCreatingInvoice": "Błąd tworzenia faktury", + "stores.InvoicesStore.errorGeneratingAddress": "Błąd podczas generowanie nowego adresu", "stores.SettingsStore.btcPayImplementationSupport": "Wybacz, obsługujemy tylko instancje BTCPay używające lnd lub c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Błąd pobierania konfiguracji BTCPay", "stores.SettingsStore.olympianFetchError": "Błąd pobierania listy Olimpijczyków", diff --git a/locales/pt_BR.json b/locales/pt_BR.json index 4ecfccb85..6a0a8e703 100644 --- a/locales/pt_BR.json +++ b/locales/pt_BR.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Escanear configuração lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Escanear configuração BTCPay", "views.Settings.AddEditNode.scanLndhub": "Escanear QR de LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Deletar Configuração de Node", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Tipo de servidor", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Apagar PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importar conta", "views.ImportAccount.name": "Nome da conta", "views.ImportAccount.extendedPubKey": "Chave pública estendida (Xpub) ", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Abrir Canal", "views.Wallet.Channels.inactive": "INATIVO", "views.Wallet.Channels.private": "Privado", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Local", "views.Wallet.Channels.remote": "Remoto", "views.Wallet.Channels.noChannels": "Sem Canais", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Obter Novo Endereço", "views.Receive.ampInvoice": "Fatura AMP", "views.Receive.routeHints": "Incluir dicas de rota", - "view.Receive.youReceived": "Você recebeu", + "views.Receive.youReceived": "Você recebeu", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Enviar", "views.Send.lnPayment": "Ordem de pagamento Relâmpago", "views.Send.btcAddress": "Endereço bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Talvez seja necessário habilitar a Verificação de certificado para fazer esse tipo de chamada", "utils.handleAnything.lightningAddressError": "Erro ao buscar dados de endereço do Lightning", "utils.handleAnything.notValid": "O valor fornecido não era um endereço Bitcoin válido ou um Invoice Lightning ", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Erro ao criar cobrança", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Desculpe, atualmente só suportamos instâncias BTCPay usando lnd ou c-lightning ", "stores.SettingsStore.btcPayFetchConfigError": "Erro ao buscar a configuração do BTCPay ", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/ro.json b/locales/ro.json index cd7e9b9b4..1686a2740 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -2,7 +2,7 @@ "general.send": "Trimite", "general.receive": "Primește", "general.scan": "Scanează", - "general.enableNfc": "Enable NFC", + "general.enableNfc": "Permite NFC", "general.confirm": "Confirmă", "general.cancel": "Anulează", "general.warning": "Avertisment", @@ -11,7 +11,7 @@ "general.show": "Arată", "general.hide": "Ascunde", "general.copy": "Copiază", - "general.goBack": "Go Back", + "general.goBack": "Înapoi", "general.lightning": "Lightning", "general.onchain": "On-chain", "general.activity": "Activitate", @@ -32,17 +32,17 @@ "general.blocks": "blocuri", "general.search": "Caută", "general.help": "Ajutor", - "general.about": "About", + "general.about": "Despre", "general.percentage": "procentaj", "components.CollapsedQr.show": "Arată cod QR", "components.CollapsedQr.hide": "Ascunde cod QR", - "components.CollapsedQr.startNfc": "Start NFC broadcast", - "components.CollapsedQr.stopNfc": "Stop NFC broadcast", + "components.CollapsedQr.startNfc": "Începe transmisia NFC", + "components.CollapsedQr.stopNfc": "Oprește transmisia NFC", "components.CopyButton.copied": "Copiat!", "components.CopyButton.copy": "Copiază în memorie", - "components.FeeBreakdown.nowClosed": "Now closed", - "components.HopPicker.defaultTitle": "Channel to use", - "components.HopPicker.selectChannel": "Select channel to use", + "components.FeeBreakdown.nowClosed": "Acum închis", + "components.HopPicker.defaultTitle": "Canal de folosit", + "components.HopPicker.selectChannel": "Selectează un canal de folosit", "components.SetFeesForm.setNew": "Setează Comisioane Noi", "components.SetFeesForm.hide": "Ascunde formă Seteaza Comisionane Noi", "components.SetFeesForm.setting": "Se setează comisioanele, te rugăm să aștepți...", @@ -51,15 +51,15 @@ "components.SetFeesForm.baseFee": "Comision de bază", "components.SetFeesForm.feeRate": "Valoare comision", "components.SetFeesForm.ppm": "PPM (Părți Per Milion)", - "components.SetFeesForm.ppmMilliMsat": "PPM rate in milli msat", + "components.SetFeesForm.ppmMilliMsat": "Valoare PPM în mili msat", "components.SetFeesForm.timeLockDelta": "Timelock Delta (blocuri)", - "components.SetFeesForm.minHtlc": "Min HTLC (sats)", - "components.SetFeesForm.maxHtlc": "Max HTLC (sats)", + "components.SetFeesForm.minHtlc": "Minim HTLC (satoshi)", + "components.SetFeesForm.maxHtlc": "Maxim HTLC (satoshi)", "components.SetFeesForm.submit": "Trimite comisioane noi", - "components.UTXOPicker.defaultTitle": "UTXOs to use", + "components.UTXOPicker.defaultTitle": "UTXO-uri de folosit", "components.UTXOPicker.selectUTXOs": "Selectează UTXO-uri de folosit", - "components.QRCodeScanner.cameraPermissionTitle": "Permission to use camera", - "components.QRCodeScanner.cameraPermission": "We need your permission to use your camera", + "components.QRCodeScanner.cameraPermissionTitle": "Permisiune pentru folosirea camerei foto", + "components.QRCodeScanner.cameraPermission": "Avem nevoie de permisiunea ta pentru folosirea camerei foto", "components.QRCodeScanner.noCameraAccess": "Lipsește accesul la camera foto", "models.Channel.unknownId": "Channel ID necunoscut", "models.Invoice.noMemo": "Fără memo", @@ -95,7 +95,7 @@ "views.Settings.AddEditNode.lndhubUnderstand": "Am înțeles, creează-mi contul", "views.Settings.AddEditNode.certificateWarning1": "Dacă alegi să nu folosești opțiunea Validează Certificat, vei fi vulnerabil la atac de tip man-in-the-middle. Continuă pe riscul tău.", "views.Settings.AddEditNode.certificateWarning2": "Dacă nu folosești o conexiune VPN sau Tor v3, te sfătuim puternic să instalezi certificatul pentru nodul tău pe acest dispozitiv.", - "views.Settings.AddEditNode.certificateUnderstand": "I understand, save node config", + "views.Settings.AddEditNode.certificateUnderstand": "Am înțeles, salvează configurația nodului", "views.Settings.AddEditNode.existingAccount": "Cont existent", "views.Settings.AddEditNode.username": "Nume utilizator", "views.Settings.AddEditNode.password": "Parolă", @@ -115,10 +115,11 @@ "views.Settings.AddEditNode.scanLndconnect": "Scanează configurația lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Scanează configurația BTCPay", "views.Settings.AddEditNode.scanLndhub": "Scanează cod QR pentru LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Șterge configurația nodului", - "views.Settings.AddEditNode.copyNode": "Copy Node config", + "views.Settings.AddEditNode.copyNode": "Copiază configurația nodului", "views.Settings.AddEditNode.nodeInterface": "Interfața nodului", - "views.Settings.AddEditNode.useTor": "Use Tor", + "views.Settings.AddEditNode.useTor": "Folosește Tor", "views.Settings.CertInstallInstructions.title": "Instrucțiuni pentru instalarea certificatului", "views.Settings.CertInstallInstructions.graph1": "Pentru a instala certificatul pe Android, copiază certificatul pe dispozitiv. Apoi accesează Setări > Securitate > Instalează. Ar trebui ca certificatul să fie detectat și să fie permisă instalarea lui. Certificatul trebuie să aibă extensia .cert sau .crt", "views.Settings.CertInstallInstructions.graph2": "Pentru a instala certificatul pe iOS, trebuie să-ți trimiți certificatul pe email, să-l deschizi direct din clientul de email și să-l instalezi ca profil.", @@ -129,9 +130,11 @@ "views.Settings.Nodes.noNodes": "Fără Noduri", "views.Settings.security": "Securitate", "views.Settings.Security.title": "Setări de securitate", - "views.Settings.Security.deletePIN": "Delete PIN", - "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", - "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.Settings.Security.deletePIN": "Șterge PIN", + "views.Settings.Security.deleteDuressPIN": "Ștergeți PIN-ul de contravenție", + "views.Settings.Security.scramblePIN": "Amestecă cifrele PIN-ului", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importă cont", "views.ImportAccount.name": "Nume Cont", "views.ImportAccount.extendedPubKey": "Cheia Publică Extinsă (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Deschide Canal", "views.Wallet.Channels.inactive": "INACTIV", "views.Wallet.Channels.private": "Privat", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Local", "views.Wallet.Channels.remote": "La distanță", "views.Wallet.Channels.noChannels": "Fără Canale", @@ -158,9 +162,9 @@ "views.Wallet.Wallet.invoices": "Facturi", "views.Wallet.Wallet.onchain": "On-chain", "views.Wallet.Wallet.channels": "Canale", - "views.Wallet.Wallet.startingUp": "Zeus is starting up.", - "views.Wallet.Wallet.connecting": "Zeus is connecting to your node.", - "views.Wallet.restart": "Restart", + "views.Wallet.Wallet.startingUp": "Zeus este în curs de pornire", + "views.Wallet.Wallet.connecting": "Zeus se conectează la nodul tău.", + "views.Wallet.restart": "Repornire", "views.BTCPayConfigQRScanner.text": "Scanează o configurație BTCPay la Setări > Servicii > LND Rest", "views.BTCPayConfigQRScanner.error": "Eroare la obținerea configurației BTCPay", "views.Channel.baseFee": "Comision de bază", @@ -224,9 +228,9 @@ "views.Lockscreen.incorrect": "Frază parolă greșită", "views.Lockscreen.passphrase": "Frază parolă", "views.Lockscreen.login": "Autentificare", - "views.Lockscreen.pin": "Enter PIN", - "views.Lockscreen.incorrectPin": "Incorrect PIN", - "views.Lockscreen.authenticationAttempts": "attempts remaining", + "views.Lockscreen.pin": "Introdu PIN", + "views.Lockscreen.incorrectPin": "PIN incorect", + "views.Lockscreen.authenticationAttempts": "încercări rămase", "views.NodeInfo.feeReport": "Raport Comisioane", "views.NodeInfo.forwarding": "Trimitere", "views.NodeInfo.copyUri": "Copiază URI", @@ -250,11 +254,11 @@ "views.Intro.whatIsZeus": "Ce este Zeus?", "views.Intro.getStarted": "Începe", "views.Intro.carousel1.title": "Plăți în care poți avea încredere", - "views.Intro.carousel1.text": "Zeus connects to and uses your own Bitcoin and Lightning node to verify and keep your transactions private.", + "views.Intro.carousel1.text": "Zeus se conectează la si folosește nodul tău de Bitcoin și Lightning pentru a verifica si a păstra private tranzacțiile tale.", "views.Intro.carousel2.title": "Transferuri On-chain", "views.Intro.carousel2.text": "Fă transferuri cu bitcoin obișnuite, on-chain, din Zeus.", "views.Intro.carousel3.title": "Plăți Lightning", - "views.Intro.carousel3.text": "Make (almost) instant, low fee, bitcoin payments using the lightning network.", + "views.Intro.carousel3.text": "Fă plăți Bitcoin (aproape) instant, cu comision mic folosind rețeaua Lightning.", "views.Intro.carousel4.title": "Controlează fulgerul", "views.Intro.carousel4.text": "Mergi dincolo de un portofel bitcoin obișnuit și administrează-ți canalele lightning, lichiditatea si multe, multe altele.", "views.OpenChannel.openChannel": "Deschide Canal", @@ -270,7 +274,7 @@ "views.OpenChannel.amtExample": "20000 (min)", "views.OpenChannel.numConf": "Număr Confirmări", "views.OpenChannel.satsPerByte": "Satoshi per octet", - "views.OpenChannel.satsPerVbyte": "Satoshis per vByte", + "views.OpenChannel.satsPerVbyte": "Satoshi per vOctet", "views.OpenChannel.private": "Privat", "views.Payment.title": "Plată", "views.Payment.fee": "Comision", @@ -299,15 +303,15 @@ "views.PaymentRequest.timeout": "Expirare (secunde)", "views.PaymentRequest.feeLimit": "Limită comision", "views.PaymentRequest.payInvoice": "Plătește această factură", - "views.PaymentRequest.firstHop": "First Hop", - "views.PaymentRequest.lastHop": "Last Hop", + "views.PaymentRequest.firstHop": "Primul Hop", + "views.PaymentRequest.lastHop": "Ultimul Hop", "views.Receive.title": "Primește", "views.Receive.successCreate": "Creare factură cu succes", "views.Receive.andSentTo": "si trimis la", "views.Receive.errorCreate": "Eroare la crearea facturii", "views.Receive.copyInvoice": "Copiază Factură", "views.Receive.memo": "Memo", - "views.Receive.memoPlaceholder": "A tribute to the gods", + "views.Receive.memoPlaceholder": "Un tribut zeilor", "views.Receive.amount": "Cantitate", "views.Receive.satoshis": "satoshi", "views.Receive.expiration": "Expirare (în secunde)", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Obține Adresă Nouă", "views.Receive.ampInvoice": "Factură AMP", "views.Receive.routeHints": "Include sugestii pentru rută", - "view.Receive.youReceived": "Ai primit", + "views.Receive.youReceived": "Ai primit", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Trimite", "views.Send.lnPayment": "Cerere de plată Lightning", "views.Send.btcAddress": "Adresă Bitcoin", @@ -328,9 +340,9 @@ "views.Send.onChainNotSupported": "Tranzacții on-chain nu sunt suportate în", "views.Send.amount": "Cantitate", "views.Send.satoshis": "satoshi", - "views.Send.message": "Message", + "views.Send.message": "Mesaj", "views.Send.feeSats": "Comision (satoshi per octet)", - "views.Send.feeSatsVbyte": "Fee (satoshis per vByte)", + "views.Send.feeSatsVbyte": "Comision (satoshi per vOctet)", "views.Send.sendCoins": "Trimite Monede", "views.Send.sorry": "Scuze", "views.Send.editNetworkFees": "Modifică comisioane rețea", @@ -340,7 +352,7 @@ "views.SendingLightning.success": "Tranzacția a fost trimisă cu succes", "views.SendingLightning.paymentHash": "Hash-ul Plății", "views.SendingLightning.goToWallet": "Mergi la Portofel", - "views.SendingLightning.copyPaymentHash": "Copy Hash to Clipboard", + "views.SendingLightning.copyPaymentHash": "Copiază Hash-ul în memorie", "views.SendingOnChain.broadcasting": "Transmitere Tranzacție", "views.SendingOnChain.success": "Tranzacția a fost trimisă cu succes", "views.SendingOnChain.txid": "TXID", @@ -363,26 +375,26 @@ "views.Settings.Dark": "Întunecată", "views.Settings.newPassword": "Parolă Nouă", "views.Settings.confirmPassword": "Confirmă Parola Nouă", - "views.Settings.newDuressPassword": "New Duress Password", - "views.Settings.confirmDuressPassword": "Confirm Duress Password", - "views.Settings.newPin": "Create your PIN", - "views.Settings.confirmPin": "Confirm your PIN", - "views.Settings.newDuressPin": "Create your Duress PIN", - "views.Settings.confirmDuressPin": "Confirm your Duress PIN", - "views.Settings.SignMessage.title" : "Sign or verify message", + "views.Settings.newDuressPassword": "Parolă de contravenție nouă", + "views.Settings.confirmDuressPassword": "Confirmați parola de contravenție", + "views.Settings.newPin": "Setează PIN-ul", + "views.Settings.confirmPin": "Confirmă PIN-ul", + "views.Settings.newDuressPin": "Setați PIN-ul de contravenție", + "views.Settings.confirmDuressPin": "Confirmați PIN-ul de contravenție", + "views.Settings.SignMessage.title" : "Semnează sau verifică mesajul", "views.Settings.SignMessage.sign" : "Semnează", - "views.Settings.SignMessage.verify" : "Verify", + "views.Settings.SignMessage.verify" : "Verifică", "views.Settings.signMessage.button": "Semnează Mesaj", - "views.Settings.signMessage.buttonVerify": "Verify Message", + "views.Settings.signMessage.buttonVerify": "Verifică Mesajul", "views.Settings.SignMessage.placeHolder": "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks", - "views.Settings.SignMessage.clear": "Clear", - "views.Settings.SignMessage.messageToSign": "Message to sign", - "views.Settings.SignMessage.messageToVerify": "Message to verify", - "views.Settings.SignMessage.signatureToVerify": "Signature to verify", - "views.Settings.SignMessage.generatedSignature": "Generated signature", - "views.Settings.SignMessage.copyPubkey": "Copy pubkey", - "views.Settings.SignMessage.success": "Success! This is a valid signature for the inputted message. Pubkey:", - "views.Settings.SignMessage.error": "Verification failed. Please double check message and signature.", + "views.Settings.SignMessage.clear": "Șterge", + "views.Settings.SignMessage.messageToSign": "Mesajul de semnat", + "views.Settings.SignMessage.messageToVerify": "Mesajul de verificat", + "views.Settings.SignMessage.signatureToVerify": "Semnătura de verificat", + "views.Settings.SignMessage.generatedSignature": "Semnătura generată", + "views.Settings.SignMessage.copyPubkey": "Copiază pubkey", + "views.Settings.SignMessage.success": "Succes! Aceasta este o semnătura validă pentru mesajul introdus. Pubkey:", + "views.Settings.SignMessage.error": "Verificarea a eșuat. Vă rugăm să verificați din nou mesajul si semnătura.", "views.Settings.Language.title": "Limbă", "views.Settings.Currency.title": "Monedă", "views.Settings.Theme.title": "Temă", @@ -392,25 +404,25 @@ "views.Settings.Privacy.customBlockExplorer": "Explorator de blocuri dedicat", "views.Settings.Privacy.lurkerMode": "Mod pândă", "views.Settings.Privacy.clipboard": "Citește memoria", - "views.Settings.Privacy.enableMempoolRates": "Enable Mempool.space fee suggestions", + "views.Settings.Privacy.enableMempoolRates": "Activează sugestii de la Mempool.space pentru valoarea comisionului.", "views.Settings.SetPassword.title": "Setează / Schimbă Parola", "views.Settings.SetPassword.save": "Salvează", - "views.Settings.SetPassword.noMatch": "Passwords do not match", - "views.Settings.SetPassword.invalid": "Password and duress password cannot be the same", - "views.Settings.SetPassword.deletePassword": "Delete Password", - "views.Settings.SetDuressPassword.title": "Set / Change Duress Password", - "views.Settings.SetDuressPassword.deletePassword": "Delete Duress Password", - "views.Settings.SetDuressPassword.duressPasswordExplanation": "Once set, you can enter your duress password on the login screen to delete all of your node configurations.", - "views.Settings.SetPin.title": "Set / Change PIN", - "views.Settings.SetPin.noMatch": "PINs do not match. Please resubmit.", - "views.Settings.SetPin.invalid": "PIN and Duress PIN cannot be equal.", - "views.Settings.SetPin.createPin": "Create your PIN", - "views.Settings.SetPin.confirmPin": "Confirm your PIN", - "views.Settings.SetPin.scramblePin": "The order of numbers on the PIN Pad is randomized to prevent against attacks", - "views.Settings.SetDuressPin.title": "Set / Change Duress PIN", - "views.Settings.SetDuressPin.createDuressPin": "Create your Duress PIN", - "views.Settings.SetDuressPin.duressPinExplanation": "Once set, you can enter your duress PIN on the PIN login screen to delete all of your node configurations.", - "views.Settings.SetDuressPin.confirmDuressPin": "Confirm your Duress PIN", + "views.Settings.SetPassword.noMatch": "Parolele nu sunt identice", + "views.Settings.SetPassword.invalid": "Parola și parola de contravenție nu pot fi identice", + "views.Settings.SetPassword.deletePassword": "Șterge Parola", + "views.Settings.SetDuressPassword.title": "Setați / Schimbați parola de contravenție", + "views.Settings.SetDuressPassword.deletePassword": "Ștergeți Parola de Contravenție", + "views.Settings.SetDuressPassword.duressPasswordExplanation": "Odată setată, puteți introduce parola de contravenție în ecranul de login pentru a șterge toate configurările nodului vostru.", + "views.Settings.SetPin.title": "Setează / Schimbă PIN-ul", + "views.Settings.SetPin.noMatch": "PIN-urile nu sunt identice. Vă rugăm să reintroduceți.", + "views.Settings.SetPin.invalid": "PIN-ul și PIN-ul de contravenție nu pot avea aceleași valori.", + "views.Settings.SetPin.createPin": "Setează PIN-ul", + "views.Settings.SetPin.confirmPin": "Confirmă PIN-ul", + "views.Settings.SetPin.scramblePin": "Ordinea cifrelor din PIN Pad este aleatorie pentru a preveni atacuri", + "views.Settings.SetDuressPin.title": "Setați / Schimbați PIN-ul de contravenție", + "views.Settings.SetDuressPin.createDuressPin": "Setați PIN-ul de contravenție", + "views.Settings.SetDuressPin.duressPinExplanation": "Odată setat, puteți introduce PIN-ul de contravenție în ecranul de login pentru a șterge toate configurările nodului vostru.", + "views.Settings.SetDuressPin.confirmDuressPin": "Confirmați PIN-ul de contravenție", "views.Settings.connectNode": "Conectează un nod", "views.Transaction.title": "Tranzacție", "views.Transaction.totalFees": "Total Comisioane", @@ -439,8 +451,8 @@ "views.ActivityFilter.onChainPayments": "Plăți On-chain", "views.Routing.RoutingEvent.sourceChannel": "Canal Sursă", "views.Routing.RoutingEvent.destinationChannel": "Canal Destinație", - "views.Olympians.title": "Olympians", - "views.Olympians.becomeASponsor": "Become a community sponsor", + "views.Olympians.title": "Olimpici", + "views.Olympians.becomeASponsor": "Deveniți sponsor din comunitate", "components.UTXOPicker.modal.title": "Selectează UTXO-uri de folosit", "components.UTXOPicker.modal.description": "Selectează UTXO-urile de folosit în această tranzacție. Ai posibilitatea să folosești doar anumite UTXO-uri, astfel încât să-ți păstrezi intimitatea.", "components.UTXOPicker.modal.set": "Setează UTXO-uri", @@ -449,10 +461,14 @@ "components.ChannelPicker.modal.set": "Setează Canal.", "backends.LND.wsReq.warning": "S-ar putea să fie nevoie să activezi Verificare Certificat pentru a putea face acest tip de operații.", "utils.handleAnything.lightningAddressError": "Eroare obținere date despre Adresa Lightning", - "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", - "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", - "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", - "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", - "stores.SettingsStore.lndhubSuccess": "Successfully created LNDHub account. Record the username and password somewhere so you can restore your funds if something happens to your device. Then hit Save Node Config to continue.", - "stores.SettingsStore.lndhubError": "Error creating LNDHub account. Please check the host and try again." + "utils.handleAnything.notValid": "Valoarea introdusă nu este o adresă Bitcoin validă sau o factură Lightning", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Eroare la crearea facturii", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", + "stores.SettingsStore.btcPayImplementationSupport": "Ne cerem scuze, dar momentan permitem doar instanțe BTCPay folosind lnd sau c-lightning", + "stores.SettingsStore.btcPayFetchConfigError": "Eroare la obținerea configurației BTCPay", + "stores.SettingsStore.olympianFetchError": "Eroare la obținerea Olimpicilor", + "stores.SettingsStore.lndhubSuccess": "Cont LNDHub creat cu succes. Salvați numele de utilizator și parola pentru a vă putea accesa fondurile în cazul în care se întâmplă ceva cu dispozitivul vostru. Apoi apăsați Salvează Configurația Nodului pentru a continua.", + "stores.SettingsStore.lndhubError": "Eroare la crearea contului LNDHub. Vă rugăm sa verificați host-ul și să incercați din nou." } diff --git a/locales/ru.json b/locales/ru.json index 1ce06c437..7555f19f5 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Сканировать конфигурацию lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Сканировать конфигурацию BTCPay", "views.Settings.AddEditNode.scanLndhub": "Сканировать QR-код LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Удалить конфигурацию Узла", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Интерфейс Узла", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Импортировать аккаунт", "views.ImportAccount.name": "Имя Аккаунта", "views.ImportAccount.extendedPubKey": "Расширенный Публичный Ключ (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Открыть Канал", "views.Wallet.Channels.inactive": "НЕАКТИВНЫЙ", "views.Wallet.Channels.private": "Приватный", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Локальный", "views.Wallet.Channels.remote": "Удаленный", "views.Wallet.Channels.noChannels": "Нет Каналов", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Получить Новый Адрес", "views.Receive.ampInvoice": "Счет AMP", "views.Receive.routeHints": "Включить подсказки по маршруту", - "view.Receive.youReceived": "Вы получили", + "views.Receive.youReceived": "Вы получили", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Отправить", "views.Send.lnPayment": "Запрос платежа Lightning", "views.Send.btcAddress": "Биткойн адрес", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Возможно, вам придется включить Проверку Сертификата, чтобы совершать такие запросы.", "utils.handleAnything.lightningAddressError": "Ошибка при получении данных адреса Lightning.", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Ошибка при создании счета", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/sk.json b/locales/sk.json index f458e75ef..8ecacbe01 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Naskenovať lndconnect konfiguráciu", "views.Settings.AddEditNode.scanBtcpay": "Naskenovať BTCPay konfiguráciu", "views.Settings.AddEditNode.scanLndhub": "Naskenovať LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Vymazať konfiguráciu uzla", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Import account", "views.ImportAccount.name": "Account Name", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Otvoriť kanál", "views.Wallet.Channels.inactive": "NEAKTÍVNE", "views.Wallet.Channels.private": "Súkromné", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokálne", "views.Wallet.Channels.remote": "Vzdialené", "views.Wallet.Channels.noChannels": "Žiadne kanály", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Získať novú adresu", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "You received", + "views.Receive.youReceived": "You received", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Poslať", "views.Send.lnPayment": "Žiadať o lightning platbu", "views.Send.btcAddress": "Bitcoin adresa", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Chyba pri vytváraní faktúry", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/sl.json b/locales/sl.json index e9203a1ed..12865f424 100644 --- a/locales/sl.json +++ b/locales/sl.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Skeniraj lndconnect nast.", "views.Settings.AddEditNode.scanBtcpay": "Skeniraj BTCPay nast.", "views.Settings.AddEditNode.scanLndhub": "Skeniraj LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Izbriši nastavitve vozlišča", "views.Settings.AddEditNode.copyNode": "Kopiraj nast. vozlišča", "views.Settings.AddEditNode.nodeInterface": "Vmesnik vozlišča", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Uvozi račun", "views.ImportAccount.name": "Ime računa", "views.ImportAccount.extendedPubKey": "Razširjeni javni ključ (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Odpri kanal", "views.Wallet.Channels.inactive": "NEAKTIVNO", "views.Wallet.Channels.private": "Zasebno", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokalno", "views.Wallet.Channels.remote": "Oddaljeno", "views.Wallet.Channels.noChannels": "Ni kanalov", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Pridobi nov naslov", "views.Receive.ampInvoice": "AMP Račun", "views.Receive.routeHints": "Vključi namige o poti", - "view.Receive.youReceived": "Prejeto", + "views.Receive.youReceived": "Prejeto", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Pošlji", "views.Send.lnPayment": "Lightning zahtevek za plačilo", "views.Send.btcAddress": "Bitcoin naslov", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Napaka pri ustvarjanju računa", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/sv.json b/locales/sv.json index 3e1f986bd..8403d0a5b 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Scanna lndconnect-konfiguration", "views.Settings.AddEditNode.scanBtcpay": "Scanna BTCPay konfiguration", "views.Settings.AddEditNode.scanLndhub": "Scanna LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Radera nodkonfiguration", "views.Settings.AddEditNode.copyNode": "Kopiera nodkonfiguration", "views.Settings.AddEditNode.nodeInterface": "Nodinterface", @@ -129,9 +130,11 @@ "views.Settings.Nodes.noNodes": "Inga noder", "views.Settings.security": "Säkerhet", "views.Settings.Security.title": "Säkerhetsinställningar", - "views.Settings.Security.deletePIN": "Delete PIN", - "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", - "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.Settings.Security.deletePIN": "Radera PIN", + "views.Settings.Security.deleteDuressPIN": "Radera nödläges-PIN", + "views.Settings.Security.scramblePIN": "Slumpa PIN-nummer", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Importera konto", "views.ImportAccount.name": "Kontonamn", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Öppna kanal", "views.Wallet.Channels.inactive": "INAKTIV", "views.Wallet.Channels.private": "Privat", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokal", "views.Wallet.Channels.remote": "Fjärr", "views.Wallet.Channels.noChannels": "Inga kanaler", @@ -158,7 +162,7 @@ "views.Wallet.Wallet.invoices": "Invoices", "views.Wallet.Wallet.onchain": "On-chain", "views.Wallet.Wallet.channels": "Kanaler", - "views.Wallet.Wallet.startingUp": "Zeus is starting up.", + "views.Wallet.Wallet.startingUp": "Zeus startar upp.", "views.Wallet.Wallet.connecting": "Zeus ansluter till din nod.", "views.Wallet.restart": "Starta om", "views.BTCPayConfigQRScanner.text": "Scanna en BTCpay konfiguration under Inställningar > Tjänster > LND Rest", @@ -224,9 +228,9 @@ "views.Lockscreen.incorrect": "Felaktig passphrase", "views.Lockscreen.passphrase": "Passphrase", "views.Lockscreen.login": "Logga in", - "views.Lockscreen.pin": "Enter PIN", - "views.Lockscreen.incorrectPin": "Incorrect PIN", - "views.Lockscreen.authenticationAttempts": "attempts remaining", + "views.Lockscreen.pin": "Fyll i PIN", + "views.Lockscreen.incorrectPin": "Felaktig PIN", + "views.Lockscreen.authenticationAttempts": "försök återstår", "views.NodeInfo.feeReport": "Avgiftsrapport", "views.NodeInfo.forwarding": "Vidarebefodring", "views.NodeInfo.copyUri": "Kopiera URI", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Hämta ny adress", "views.Receive.ampInvoice": "AMP invoice", "views.Receive.routeHints": "Inkludera routing-hints", - "view.Receive.youReceived": "Du mottog", + "views.Receive.youReceived": "Du mottog", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Skicka", "views.Send.lnPayment": "Lightning betalningsrequest", "views.Send.btcAddress": "Bicoinadress", @@ -363,12 +375,12 @@ "views.Settings.Dark": "Mörkt", "views.Settings.newPassword": "Nytt lösenord", "views.Settings.confirmPassword": "Bekräfta nytt lösenord", - "views.Settings.newDuressPassword": "New Duress Password", - "views.Settings.confirmDuressPassword": "Confirm Duress Password", - "views.Settings.newPin": "Create your PIN", - "views.Settings.confirmPin": "Confirm your PIN", - "views.Settings.newDuressPin": "Create your Duress PIN", - "views.Settings.confirmDuressPin": "Confirm your Duress PIN", + "views.Settings.newDuressPassword": "Nytt nödlägeslösenord", + "views.Settings.confirmDuressPassword": "Bekräfta nödlägeslösenord", + "views.Settings.newPin": "Skapa din PIN", + "views.Settings.confirmPin": "Bekräfta din PIN", + "views.Settings.newDuressPin": "Skapa ditt nödläges-PIN", + "views.Settings.confirmDuressPin": "Bekräfta ditt nödläges-PIN", "views.Settings.SignMessage.title" : "Signera eller verifiera meddelande", "views.Settings.SignMessage.sign" : "Signera", "views.Settings.SignMessage.verify" : "Verifiera", @@ -396,21 +408,21 @@ "views.Settings.SetPassword.title": "Ställ in / ändra lösenord", "views.Settings.SetPassword.save": "spara", "views.Settings.SetPassword.noMatch": "Lösenorden matchar inte", - "views.Settings.SetPassword.invalid": "Password and duress password cannot be the same", - "views.Settings.SetPassword.deletePassword": "Delete Password", - "views.Settings.SetDuressPassword.title": "Set / Change Duress Password", - "views.Settings.SetDuressPassword.deletePassword": "Delete Duress Password", - "views.Settings.SetDuressPassword.duressPasswordExplanation": "Once set, you can enter your duress password on the login screen to delete all of your node configurations.", - "views.Settings.SetPin.title": "Set / Change PIN", - "views.Settings.SetPin.noMatch": "PINs do not match. Please resubmit.", - "views.Settings.SetPin.invalid": "PIN and Duress PIN cannot be equal.", - "views.Settings.SetPin.createPin": "Create your PIN", - "views.Settings.SetPin.confirmPin": "Confirm your PIN", - "views.Settings.SetPin.scramblePin": "The order of numbers on the PIN Pad is randomized to prevent against attacks", - "views.Settings.SetDuressPin.title": "Set / Change Duress PIN", - "views.Settings.SetDuressPin.createDuressPin": "Create your Duress PIN", - "views.Settings.SetDuressPin.duressPinExplanation": "Once set, you can enter your duress PIN on the PIN login screen to delete all of your node configurations.", - "views.Settings.SetDuressPin.confirmDuressPin": "Confirm your Duress PIN", + "views.Settings.SetPassword.invalid": "Lösenord och nödläges-PIN kan inte vara densamma", + "views.Settings.SetPassword.deletePassword": "Radera lösenord", + "views.Settings.SetDuressPassword.title": "Ställ in / ändra nödlägeslösenord", + "views.Settings.SetDuressPassword.deletePassword": "Radera nödlägeslösenord", + "views.Settings.SetDuressPassword.duressPasswordExplanation": "Du kan ange ditt nödlägeslösenord på loginskärmen för att radera alla nodkonfigurationer", + "views.Settings.SetPin.title": "Ställ in / ändra PIN", + "views.Settings.SetPin.noMatch": "PIN matchar inte. Skicka igen.", + "views.Settings.SetPin.invalid": "PIN och nödläges-PIN får inte vara samma.", + "views.Settings.SetPin.createPin": "Skapa din PIN", + "views.Settings.SetPin.confirmPin": "Bekräfta din PIN", + "views.Settings.SetPin.scramblePin": "Nummerordningen på PIN-tangentbordet slumpas för att skydda emot attacker", + "views.Settings.SetDuressPin.title": "Ställ in / ändra nödläges-PIN", + "views.Settings.SetDuressPin.createDuressPin": "Skapa ditt nödläges-PIN", + "views.Settings.SetDuressPin.duressPinExplanation": "Du kan ange ditt nödläges-PIN på loginskärmen för att radera alla nodkonfigurationer", + "views.Settings.SetDuressPin.confirmDuressPin": "Bekräfta ditt nödläges-PIN", "views.Settings.connectNode": "Anslut en nod", "views.Transaction.title": "Transaktion", "views.Transaction.totalFees": "Avgifter totalt", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Du kanske måste aktivera certfikatverifiering för att göra dessa anrop", "utils.handleAnything.lightningAddressError": "Fel vid hämtning av Lightning Adress-data", "utils.handleAnything.notValid": "Värdet var ingen giltig Bitcoinaddress eller Lightningfaktura", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Kunde inte skapa invoice", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Tyvärr, vi stödjer endast BTCPay-instanser med lnd eller c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Fel vid hämtning av BTCPay-konfiguration", "stores.SettingsStore.olympianFetchError": "Fel vid hämtning av Olympier", diff --git a/locales/th.json b/locales/th.json index 07c31c5ce..be1427c30 100644 --- a/locales/th.json +++ b/locales/th.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "สแกนการตั้งค่า lndconnect", "views.Settings.AddEditNode.scanBtcpay": "สแกนการตั้งค่า BTCPay", "views.Settings.AddEditNode.scanLndhub": "สแกน QR ของ LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "ลบการตั้งค่าโหนด", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "อินเตอร์เฟสของโหนด", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "นำเข้าบัญชี", "views.ImportAccount.name": "ชื่อบัญชี", "views.ImportAccount.extendedPubKey": "คีย์สาธารณะที่ถูกขยาย (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "เปิดแชนแนล", "views.Wallet.Channels.inactive": "ไม่ได้ใช้งาน", "views.Wallet.Channels.private": "ส่วนตัว", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "ภายใน", "views.Wallet.Channels.remote": "ระยะไกล", "views.Wallet.Channels.noChannels": "ไม่มีแชนแนล", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "รับที่อยู่ใหม่", "views.Receive.ampInvoice": "ใบเรียกเก็บเงิน AMP", "views.Receive.routeHints": "แนบคำใบ้ route", - "view.Receive.youReceived": "คุณได้รับ", + "views.Receive.youReceived": "คุณได้รับ", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "ส่ง", "views.Send.lnPayment": "ร้องของใบเรียกเก็บเงิน lightning", "views.Send.btcAddress": "ที่อยู่กระเป๋า bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "คุณการจะต้องเปิดการยืนยันใบรับเพื่อที่จะทำกิจกรรมเหล่านี้ได้", "utils.handleAnything.lightningAddressError": "เกิดข้อผิดพลาดในการโหลดที่อยู่ lightning", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "เกิดข้อผิดพลาดในการสร้างใบเรียกเก็บเงิน", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/tr.json b/locales/tr.json index 82e105606..3ed6be118 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "lndconnect konfigurasyonunu tara", "views.Settings.AddEditNode.scanBtcpay": "BTCPay configurasyonunu tara", "views.Settings.AddEditNode.scanLndhub": "LNDHub QR kodunu tara", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Node konfigurasyonunu sil", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Import account", "views.ImportAccount.name": "Account Name", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Kanal oluştur", "views.Wallet.Channels.inactive": "Inaktif", "views.Wallet.Channels.private": "Özel", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Lokaldeki", "views.Wallet.Channels.remote": "Dışarıdaki", "views.Wallet.Channels.noChannels": "Kanal yok", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Yeni adres al", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "Include route hints", - "view.Receive.youReceived": "You received", + "views.Receive.youReceived": "You received", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Gönder", "views.Send.lnPayment": "Lightning ödeme isteği", "views.Send.btcAddress": "Bitcoin adresi", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Fatura oluştururken hata ile karşılaşıldı", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/uk.json b/locales/uk.json index 80f6088f5..c06ebc467 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Сканувати налаштування lndconnect", "views.Settings.AddEditNode.scanBtcpay": "Сканувати налаштування BTCPay", "views.Settings.AddEditNode.scanLndhub": "Сканувати LNDHub QR", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Видалити налаштування вузла", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Інтерфейс вузла", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Імпортувати обліковий запис", "views.ImportAccount.name": "Ім'я облікового запису", "views.ImportAccount.extendedPubKey": "Розширений публічний ключ (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Відкрити канал", "views.Wallet.Channels.inactive": "НЕАКТИВНИЙ", "views.Wallet.Channels.private": "Приватний", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Локальний", "views.Wallet.Channels.remote": "Віддалений", "views.Wallet.Channels.noChannels": "Немає каналів", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Отримати нову адресу", "views.Receive.ampInvoice": "Рахунок AMP", "views.Receive.routeHints": "Додати підказки маршруту", - "view.Receive.youReceived": "Ви отримали", + "views.Receive.youReceived": "Ви отримали", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Надіслати", "views.Send.lnPayment": "Запит на платіж Lightning", "views.Send.btcAddress": "Адреса Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Вам, можливо, необхідно ввімкнути перевірку сертифікату для таких запитів", "utils.handleAnything.lightningAddressError": "Не вдалося отримати дані Lightning адреси", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Не вдалося створити рахунок", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians", diff --git a/locales/vi.json b/locales/vi.json index 72bb67bee..1b0369241 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "Quét thiết lập Indconnect", "views.Settings.AddEditNode.scanBtcpay": "Quét thiết lập BTCPay", "views.Settings.AddEditNode.scanLndhub": "Quét mã QR LNDHub", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "Xoá thiết lập Nút", "views.Settings.AddEditNode.copyNode": "Sao chép thiết lập Nút", "views.Settings.AddEditNode.nodeInterface": "Giao diện Nút", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "Trích nhập tài khoản", "views.ImportAccount.name": "Tên Tài khoản", "views.ImportAccount.extendedPubKey": "Khoá Công khai Mở rộng (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "Mở Kênh", "views.Wallet.Channels.inactive": "KHÔNG HOẠT ĐỘNG", "views.Wallet.Channels.private": "Riêng tư", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "Cơ sở", "views.Wallet.Channels.remote": "Từ xa", "views.Wallet.Channels.noChannels": "Không có Kênh", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "Lấy Địa chỉ Mới", "views.Receive.ampInvoice": "Hoá đơn AMP", "views.Receive.routeHints": "Bao gồm các gợi ý về tuyến đường", - "view.Receive.youReceived": "Bạn nhận", + "views.Receive.youReceived": "Bạn nhận", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "Gửi", "views.Send.lnPayment": "Yêu cầu thanh toán Lightning", "views.Send.btcAddress": "Địa chỉ Bitcoin", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "Bạn có thể phải bật Xác minh chứng chỉ để thực hiện những cuộc gọi kiểu này ", "utils.handleAnything.lightningAddressError": "Lỗi khi tìm nạp dữ liệu Địa chỉ Lightning ", "utils.handleAnything.notValid": "Giá trị được cung cấp không phải là địa chỉ Bitcoin hợp lệ hoặc Hóa đơn Lightning ", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "Lỗi khi tạo hoá đơn", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Xin lỗi, chúng tôi hiện chỉ hỗ trợ các phiên bản BTCPay sử dụng lnd hoặc c-lightning ", "stores.SettingsStore.btcPayFetchConfigError": "Lỗi khi tìm nạp cấu hình BTCPay ", "stores.SettingsStore.olympianFetchError": "Lỗi khi tìm nạp Olympians", diff --git a/locales/zh_CN.json b/locales/zh_CN.json index d8d70add3..a9ca43485 100644 --- a/locales/zh_CN.json +++ b/locales/zh_CN.json @@ -115,6 +115,7 @@ "views.Settings.AddEditNode.scanLndconnect": "扫描lndconnect配置", "views.Settings.AddEditNode.scanBtcpay": "扫描BTCPay配置", "views.Settings.AddEditNode.scanLndhub": "扫描LNDHub二维码", + "views.Settings.AddEditNode.scanSpark": "Scan Spark QR", "views.Settings.AddEditNode.deleteNode": "删除节点配置", "views.Settings.AddEditNode.copyNode": "Copy Node config", "views.Settings.AddEditNode.nodeInterface": "Node interface", @@ -132,6 +133,8 @@ "views.Settings.Security.deletePIN": "Delete PIN", "views.Settings.Security.deleteDuressPIN": "Delete Duress PIN", "views.Settings.Security.scramblePIN": "Scramble PIN numbers", + "views.SparkQRScanner.text": "Scan a Spark QR code", + "views.SparkQRScanner.error": "Error fetching Spark config", "views.ImportAccount.title": "账号导入", "views.ImportAccount.name": "账号名称", "views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)", @@ -140,6 +143,7 @@ "views.Wallet.Channels.open": "打开Channel", "views.Wallet.Channels.inactive": "离线", "views.Wallet.Channels.private": "私密", + "views.OpenChannel.announceChannel": "Announce channel", "views.Wallet.Channels.local": "本地", "views.Wallet.Channels.remote": "远程", "views.Wallet.Channels.noChannels": "没有Channels", @@ -319,7 +323,15 @@ "views.Receive.getNewAddress": "生成一个新的地址", "views.Receive.ampInvoice": "AMP Invoice", "views.Receive.routeHints": "包含路由提示", - "view.Receive.youReceived": "你收到", + "views.Receive.youReceived": "你收到", + "views.Receive.addressType": "Choose address type", + "views.Receive.p2wkhKey": "SegWit (P2WKH)", + "views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.", + "views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)", + "views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.", + "views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.", + "views.Receive.p2trKey": "Taproot (P2TR)", + "views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.", "views.Send.title": "发送", "views.Send.lnPayment": "闪电支付请求", "views.Send.btcAddress": "比特币地址", @@ -450,6 +462,10 @@ "backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls", "utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data", "utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice", + "utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation", + "utils.handleAnything.unsupportedLnurlType": "Unsupported lnurl type", + "stores.InvoicesStore.errorCreatingInvoice": "创建收款单失败", + "stores.InvoicesStore.errorGeneratingAddress": "Error generating new address", "stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning", "stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration", "stores.SettingsStore.olympianFetchError": "Error fetching Olympians",