diff --git a/locales/cs.json b/locales/cs.json index e4b900d12..7191d523f 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Vzdálený zůstatek", "views.Channel.unsettledBalance": "Nevyrovnaný zůstatek", "views.Channel.localReserve": "Místní rezerva", + "views.Channel.localReserve.info": "Minimální množství satoshi, které je váš uzel povinen rezervovat na vaší straně kanálu. Používá se k prevenci podvádění.", "views.Channel.remoteReserve": "Vzdálená rezerva", + "views.Channel.remoteReserve.info": "Minimální množství satoshi, které je vaše protistrana povinna rezervovat na její straně kanálu. Používá se k prevenci podvádění.", "views.Channel.channelFunding": "Financování kanálu", "views.Channel.fundingTransaction": "Financující transakce", "views.Channel.fundedBy": "Financováno z prostředků", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Váha závazku", "views.Channel.commitFee": "Poplatek závazku", "views.Channel.csvDelay": "CSV zpoždění", + "views.Channel.csvDelay.info1": "CSV zpoždění neboli zpoždění časového zámku je bezpečnostní funkce v síti Lightning, která zabraňuje předčasným uzavíráním kanálů. Jde o vestavěné zpoždění, které využívá čas k prosazení bezpečnosti a dává oběma stranám čas k vyřešení problémů předtím, než jsou prostředky uvolněny.", + "views.Channel.csvDelay.info2": "Budete muset počkat tuto dobu, chcete-li mít přístup ke svým on-chain prostředkům a jste iniciátor vynuceného uzavření.", "views.Channel.feePerKw": "Poplatek za kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Zrušit zavření kanálu", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Neúspěšné platby", "views.ActivityFilter.standardInvoices": "Standardní faktury", "views.ActivityFilter.ampInvoices": "AMP faktury", + "views.ActivityToCsv.title": "Stáhnout aktivitu", + "views.ActivityToCsv.csvDownloaded": "Soubor CSV byl stažen", + "views.ActivityToCsv.textInputPlaceholder": "Název souboru (volitelné)", + "views.ActivityToCsv.downloadButton": "Stáhnout CSV", "views.Routing.RoutingEvent.sourceChannel": "Zdrojový kanál", "views.Routing.RoutingEvent.destinationChannel": "Cílový kanál", "views.Olympians.title": "Olympijci", @@ -1254,8 +1262,8 @@ "views.PendingHTLCs.incoming": "Příchozí", "views.PendingHTLCs.outgoing": "Odchozí", "views.PendingHTLCs.expirationHeight": "Výška expirace", - "views.PendingHTLCs.recommendationIOS": "Dokud existují čekající HTLCs, doporučuje se ponechat aplikaci ZEUS spuštěnou, aby se zabránilo vynuceným ukončením.", - "views.PendingHTLCs.recommendationAndroid": "Dokud existují čekající HTLCs, doporučuje se povolit Trvalý LND nebo nechat aplikaci ZEUS spuštěnou, aby se zabránilo vynuceným ukončením.", + "views.PendingHTLCs.recommendationIOS": "Dokud existují čekající HTLCs, doporučuje se ponechat aplikaci ZEUS spuštěnou, aby se zabránilo vynuceným uzavřením.", + "views.PendingHTLCs.recommendationAndroid": "Dokud existují čekající HTLCs, doporučuje se povolit Trvalý LND nebo nechat aplikaci ZEUS spuštěnou, aby se zabránilo vynuceným uzavřením.", "views.OnChainAddresses.title": "On-chain adresy", "views.OnChainAddresses.noAddressesAvailable": "Nejsou dostupné žádné adresy", "views.OnChainAddresses.hideZeroBalanance": "Skrýt nulový zůstatek", diff --git a/locales/de.json b/locales/de.json index 296cc7d47..71d18138f 100644 --- a/locales/de.json +++ b/locales/de.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Remote Guthaben", "views.Channel.unsettledBalance": "Ungeklärtes Guthaben", "views.Channel.localReserve": "Lokale Reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote Reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Kanalfinanzierung", "views.Channel.fundingTransaction": "Finanzierungs-Transaktion", "views.Channel.fundedBy": "Finanziert durch", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit-Weight", "views.Channel.commitFee": "Commit-Gebühr", "views.Channel.csvDelay": "CSV-Verzögerung", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Gebühr pro Kilo-Weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Kanalschließung abbrechen", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Fehlgeschlagene Zahlungen", "views.ActivityFilter.standardInvoices": "Standard-Rechnungen", "views.ActivityFilter.ampInvoices": "AMP-Rechnungen", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Quell-Kanal", "views.Routing.RoutingEvent.destinationChannel": "Ziel-Kanal", "views.Olympians.title": "Olympier", diff --git a/locales/el.json b/locales/el.json index 68b7719a1..6ddae16d6 100644 --- a/locales/el.json +++ b/locales/el.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Απομακρυσμένο υπόλοιπο", "views.Channel.unsettledBalance": "Μη επιβεβαιωμένο υπόλοιπο", "views.Channel.localReserve": "Τοπικό απόθεμα", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Απομακρυσμένο απόθεμα", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Χρηματοδότηση καναλιού", "views.Channel.fundingTransaction": "Συναλλαγή χρηματοδότησης", "views.Channel.fundedBy": "Χρηματοδοτήθηκαν από", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Βάρος Commit", "views.Channel.commitFee": "Τέλος Commit", "views.Channel.csvDelay": "Καθυστέρηση CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Τέλος ανά κιλό βάρους", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Ακύρωση κλεισίματος καναλιού", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Αποτυχημένες πληρωμές", "views.ActivityFilter.standardInvoices": "Τυποποιημένα τιμολόγια", "views.ActivityFilter.ampInvoices": "Τιμολόγια AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Channel πηγή", "views.Routing.RoutingEvent.destinationChannel": "Κανάλι προορισμού", "views.Olympians.title": "Ολύμπιοι", diff --git a/locales/es.json b/locales/es.json index 983e7f4f4..86aa0bb9c 100644 --- a/locales/es.json +++ b/locales/es.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Balance Remoto", "views.Channel.unsettledBalance": "Saldo inestable", "views.Channel.localReserve": "Reserva local", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Reserva remota", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Financiación del canal", "views.Channel.fundingTransaction": "Transacción de financiación", "views.Channel.fundedBy": "Fundado por", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Altura Commit", "views.Channel.commitFee": "Comisión Commit", "views.Channel.csvDelay": "Demora de CSV ", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Comisión por kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Cancelar Cerrar Canal", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Pagos fallidos", "views.ActivityFilter.standardInvoices": "Facturas estándar", "views.ActivityFilter.ampInvoices": "Facturas AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Canal de Origen", "views.Routing.RoutingEvent.destinationChannel": "Canal de Destino", "views.Olympians.title": "Dioses Olímpicos", diff --git a/locales/fa.json b/locales/fa.json index 9a51960c8..3a47ecb38 100644 --- a/locales/fa.json +++ b/locales/fa.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "تراز دور", "views.Channel.unsettledBalance": "موجودی تسویه نشده", "views.Channel.localReserve": "ذخیره محلی", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "ذخیره دور", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "سپرده کانال", "views.Channel.fundingTransaction": "تراکنش سپرده گذاری", "views.Channel.fundedBy": "سپرده گذارده شده توسط", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "وزن تعهد", "views.Channel.commitFee": "کارمزد تعهد", "views.Channel.csvDelay": "تاخیر CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "کارمزد براساس وزن به کیلو", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "لغو بستن کانال", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "کانال منبع", "views.Routing.RoutingEvent.destinationChannel": "کانال مقصد", "views.Olympians.title": "خدایگان المپوس", diff --git a/locales/fi.json b/locales/fi.json index 06374d378..81bffd49f 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Etäyhteys saldo", "views.Channel.unsettledBalance": "Selvittämätön saldo", "views.Channel.localReserve": "Paikallinen varanto", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Etä varanto", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Kanavan rahoitus", "views.Channel.fundingTransaction": "Rahoitustapahtuma", "views.Channel.fundedBy": "Rahoittanut", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Sitoutumis paino", "views.Channel.commitFee": "Sitoutumis siirtomaksu", "views.Channel.csvDelay": "CSV Viive", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Kilopainokohtainen siirtomaksu", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Peruuta kanavan sulku", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Epäonnistuneet maksut", "views.ActivityFilter.standardInvoices": "Normaalit laskut", "views.ActivityFilter.ampInvoices": "AMP-laskut", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Lähdekanava", "views.Routing.RoutingEvent.destinationChannel": "Määränpään kanava", "views.Olympians.title": "Olympians:it", diff --git a/locales/fr.json b/locales/fr.json index 36325a30d..91c853543 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Balance distante", "views.Channel.unsettledBalance": "Solde non réglé", "views.Channel.localReserve": "Réserve locale", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Réserve éloignée", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Financement des canaux", "views.Channel.fundingTransaction": "Transaction de financement", "views.Channel.fundedBy": "Fondé par", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit Weight", "views.Channel.commitFee": "Frais d'engagement", "views.Channel.csvDelay": "Retard CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Frais par kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Annuler la fermeture du canal", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Paiements échoués", "views.ActivityFilter.standardInvoices": "Factures standards", "views.ActivityFilter.ampInvoices": "Factures AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Canal source", "views.Routing.RoutingEvent.destinationChannel": "Canal de destination", "views.Olympians.title": "Olympiens", diff --git a/locales/he.json b/locales/he.json index c040a6d38..bda0ea72a 100644 --- a/locales/he.json +++ b/locales/he.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "יתרה מרוחקת", "views.Channel.unsettledBalance": "יתרה לא מוסדרת", "views.Channel.localReserve": "עתודה מקומית", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "עתודה מרוחקת", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "מימון ערוץ", "views.Channel.fundingTransaction": "פעולת מימון", "views.Channel.fundedBy": "מומן על-ידי", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "משקל התחייבות", "views.Channel.commitFee": "עמלת התחייבות", "views.Channel.csvDelay": "השהיית CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "עמלה לקילו-משקל", "views.Channel.keysend": "תשלום ספונטני", "views.Channel.cancelClose": "ביטול סגירת ערוץ", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "ערוץ מקור", "views.Routing.RoutingEvent.destinationChannel": "ערוץ יעד", "views.Olympians.title": "אולימפיים", diff --git a/locales/hr.json b/locales/hr.json index 4a3a47730..513c2b49a 100644 --- a/locales/hr.json +++ b/locales/hr.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Udaljeno stanje", "views.Channel.unsettledBalance": "Nepodmireni saldo", "views.Channel.localReserve": "Lokalna rezerva", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Udaljena rezerva", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Financiranje kanala", "views.Channel.fundingTransaction": "Transakcija financiranja", "views.Channel.fundedBy": "Financira", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit težina", "views.Channel.commitFee": "Commit naknada", "views.Channel.csvDelay": "CSV kašnjenje", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Naknada po kilogramu težine", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Poništi zatvaranje kanala", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Izvorni kanal", "views.Routing.RoutingEvent.destinationChannel": "Odredišni kanal", "views.Olympians.title": "Olimpijci", diff --git a/locales/hu.json b/locales/hu.json index 20f38a961..48dad7eb6 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Távoli egyenleg", "views.Channel.unsettledBalance": "Kieggyenlítetlen egyenleg", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Elkötelezési súly", "views.Channel.commitFee": "Elkötelezési díj", "views.Channel.csvDelay": "CSV Késleltetés", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Díj per kilo-súly", "views.Channel.keysend": "Kulcsküldés", "views.Channel.cancelClose": "Csatornazárás Visszavonása", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Eredet csatorna", "views.Routing.RoutingEvent.destinationChannel": "Célcsatorna", "views.Olympians.title": "Olimpikonok", diff --git a/locales/it.json b/locales/it.json index e9f3d28fd..c4b59854e 100644 --- a/locales/it.json +++ b/locales/it.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Saldo remoto", "views.Channel.unsettledBalance": "Saldo in sospeso ", "views.Channel.localReserve": "Riserva locale", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Riserva remota", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Finanziamento del canale", "views.Channel.fundingTransaction": "Transazione di finanziamento", "views.Channel.fundedBy": "Fondato da", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commettere peso", "views.Channel.commitFee": "Commissione Commettere", "views.Channel.csvDelay": "Ritardo CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Commissione per chilo-peso", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Annulla Chiusura Canale", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Pagamenti falliti", "views.ActivityFilter.standardInvoices": "Fatture standard", "views.ActivityFilter.ampInvoices": "Fatture AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Canale di origine", "views.Routing.RoutingEvent.destinationChannel": "Canale di destinazione", "views.Olympians.title": "Olympians", diff --git a/locales/ja.json b/locales/ja.json index d86353d5d..7e6dbf115 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Remote balance", "views.Channel.unsettledBalance": "Unsettled balance", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "ファンディングトランザクション", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit Weight", "views.Channel.commitFee": "Commit Fee", "views.Channel.csvDelay": "CSV Delay", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Fee per kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Cancel Channel Close", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Source Channel", "views.Routing.RoutingEvent.destinationChannel": "Destination Channel", "views.Olympians.title": "オリンピア人たち", diff --git a/locales/ko.json b/locales/ko.json index 3e48672cf..9adf8a3a7 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "원격 잔액", "views.Channel.unsettledBalance": "미정산 잔액", "views.Channel.localReserve": "나의 reserve 금액", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "상대방의 reserve 금액", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "채널 입금", "views.Channel.fundingTransaction": "입금 트랜잭션", "views.Channel.fundedBy": "입금자", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "커밋 무게", "views.Channel.commitFee": "커밋 수수료", "views.Channel.csvDelay": "CSV 지연", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "킬로-무게 당 수수료", "views.Channel.keysend": "키전송", "views.Channel.cancelClose": "채널 닫기 취소", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "실패한 결제", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "소스 채널", "views.Routing.RoutingEvent.destinationChannel": "대상 채널", "views.Olympians.title": "올림피안", diff --git a/locales/nb.json b/locales/nb.json index 8eb7173ad..d0ed4f734 100644 --- a/locales/nb.json +++ b/locales/nb.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Ekstern balanse", "views.Channel.unsettledBalance": "Uoppgjort balanse", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Forpliktet vekt", "views.Channel.commitFee": "Forpliktet avgift", "views.Channel.csvDelay": "CSV forsinkelse", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Avgift per kilo-vekt", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Avbryt kanalstenging", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kildekanal", "views.Routing.RoutingEvent.destinationChannel": "Destinasjonskanal", "views.Olympians.title": "Olympianere", diff --git a/locales/nl.json b/locales/nl.json index 98b5b008f..4a6fe490e 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Remote balans", "views.Channel.unsettledBalance": "Niet afgehandelde balans", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Bevestig Gewicht", "views.Channel.commitFee": "Bevestig Fee", "views.Channel.csvDelay": "CSV Vertraging", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Fee per kilo-gewicht", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Annuleer Sluit Kanaal", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Bron Kanaal", "views.Routing.RoutingEvent.destinationChannel": "Bestemming Kanaal", "views.Olympians.title": "Olympians", diff --git a/locales/pl.json b/locales/pl.json index 9e1d6ef9e..bb3fd0b51 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Zdalne saldo", "views.Channel.unsettledBalance": "Nierozliczone saldo", "views.Channel.localReserve": "Lokalna rezerwa", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Zdalna rezerwa", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Finansowanie kanału", "views.Channel.fundingTransaction": "Transakcja finansująca", "views.Channel.fundedBy": "Sfinansowano przez", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Waga zobowiązania", "views.Channel.commitFee": "Opłata za zobowiązanie", "views.Channel.csvDelay": "Opóźnienie CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Opłata za kilo-wagę", "views.Channel.keysend": "Płatność na adres węzła (keysend)", "views.Channel.cancelClose": "Anuluj zamykanie kanału", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kanał źródłowy", "views.Routing.RoutingEvent.destinationChannel": "Kanał docelowy", "views.Olympians.title": "Olimpijczycy", diff --git a/locales/pt_BR.json b/locales/pt_BR.json index bc6f7c0e9..725b59799 100644 --- a/locales/pt_BR.json +++ b/locales/pt_BR.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Saldo Remoto", "views.Channel.unsettledBalance": "Saldo em aberto", "views.Channel.localReserve": "Reserva local", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Reserva remota", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Financiamento do canal", "views.Channel.fundingTransaction": "Transação de financiamento", "views.Channel.fundedBy": "Fundado por", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Tamanho do Envio", "views.Channel.commitFee": "Taxa de Envio", "views.Channel.csvDelay": "Atraso CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Taxa pelo tamanho-kilo", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Cancelar Fechamento do Canal", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Pagamentos falhados", "views.ActivityFilter.standardInvoices": "Faturas padrão", "views.ActivityFilter.ampInvoices": "Faturas AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Canal de origem", "views.Routing.RoutingEvent.destinationChannel": "Canal de destino", "views.Olympians.title": "Atletas olímpicos", diff --git a/locales/ro.json b/locales/ro.json index f4a1668d4..deb8e49f0 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Balanța la distanță", "views.Channel.unsettledBalance": "Balanța nefinalizată", "views.Channel.localReserve": "Rezervă locală", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Rezervă la distanță", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Finanțare canal", "views.Channel.fundingTransaction": "Finanțare tranzacție", "views.Channel.fundedBy": "Finanțat de", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Greutate Commit", "views.Channel.commitFee": "Comision Commit", "views.Channel.csvDelay": "CSV Delay", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Comision per kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Anulează Închidere Canal", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Plăți eșuate", "views.ActivityFilter.standardInvoices": "Facturi standard", "views.ActivityFilter.ampInvoices": "Facturi AMP", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Canal Sursă", "views.Routing.RoutingEvent.destinationChannel": "Canal Destinație", "views.Olympians.title": "Olimpici", diff --git a/locales/ru.json b/locales/ru.json index 771383e77..2333530c4 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Удаленный баланс", "views.Channel.unsettledBalance": "Нерешенный баланс", "views.Channel.localReserve": "Локальный резерв", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Удаленный резерв", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Пополнение канала", "views.Channel.fundingTransaction": "Транзакция пополнения", "views.Channel.fundedBy": "Пополнено", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Подтвердить Вес", "views.Channel.commitFee": "Подтвердить Комиссию", "views.Channel.csvDelay": "Задержка CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Комиссия за кило-вес", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Отменить Закрытие Канала", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Исходный Канал", "views.Routing.RoutingEvent.destinationChannel": "Канал Назначения", "views.Olympians.title": "Олимпийцы", diff --git a/locales/sl.json b/locales/sl.json index 4fda08579..703c27726 100644 --- a/locales/sl.json +++ b/locales/sl.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Oddaljeno stanje", "views.Channel.unsettledBalance": "Neporavnano stanje", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit Weight", "views.Channel.commitFee": "Commit Omrežnina", "views.Channel.csvDelay": "CSV Vrednost", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Omrežnina na kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Prekliči zapiranje kanala", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Izvorni kanal", "views.Routing.RoutingEvent.destinationChannel": "Ciljni kanal", "views.Olympians.title": "Olimpijci", diff --git a/locales/sv.json b/locales/sv.json index b763d5b01..d7a029c04 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Fjärrbalans", "views.Channel.unsettledBalance": "Ej fastställd balans", "views.Channel.localReserve": "Lokal reserv", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Fjärrreserv", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Kanalfinansiering", "views.Channel.fundingTransaction": "Finansieringstransaktion", "views.Channel.fundedBy": "Finansierad av", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit Weight", "views.Channel.commitFee": "Commit Fee", "views.Channel.csvDelay": "CSV Delay", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Fee per kilo-vikt", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Avbryt kanalstängning", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Misslyckade betalningar", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kanalkälla", "views.Routing.RoutingEvent.destinationChannel": "Kanaldestination", "views.Olympians.title": "Olympier", diff --git a/locales/sw.json b/locales/sw.json index 276f13ee8..9c5410817 100644 --- a/locales/sw.json +++ b/locales/sw.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Mizani ya Mbali", "views.Channel.unsettledBalance": "Mizani bila Kutatuliwa", "views.Channel.localReserve": "Akiba ya Ndani", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Akiba ya Mbali", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Ufadhili wa Channel", "views.Channel.fundingTransaction": "Miamala ya Ufadhili", "views.Channel.fundedBy": "Imefadhiliwa na", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Uzito wa Ahadi", "views.Channel.commitFee": "Ada ya Ahadi", "views.Channel.csvDelay": "Kuchelewesha CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Ada kwa kilo-uzito", "views.Channel.keysend": "Tuma kwa kusingizi", "views.Channel.cancelClose": "Ghairi Kufunga Channel", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kituo cha Chanzo", "views.Routing.RoutingEvent.destinationChannel": "Kituo cha Kuelekea", "views.Olympians.title": "Wapiganaji wa Olimpiki", diff --git a/locales/th.json b/locales/th.json index 9df95e542..a71d4b15f 100644 --- a/locales/th.json +++ b/locales/th.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "จำนวนเงินระยะไกล", "views.Channel.unsettledBalance": "จำนวนเงินที่ยังไม่แน่นอน", "views.Channel.localReserve": "เงินสำรองภายใน", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "เงินสำรองภายนอก", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "เงินทุนของแชนแนล", "views.Channel.fundingTransaction": "ธุรกรรมของเงินทุน", "views.Channel.fundedBy": "รับเงินทุนจาก", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "น้ำหนักที่ส่งไป", "views.Channel.commitFee": "ค่าธรรมเนียมที่ส่งไป", "views.Channel.csvDelay": "ความล่าช้า CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "ค่าธรรมเนียมต่อKw", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "ยกเลิกการปิดแชลแนล", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "แชลแนลต้นทาง", "views.Routing.RoutingEvent.destinationChannel": "แชลแนลปลายทาง", "views.Olympians.title": "เหล่าเทพ", diff --git a/locales/tr.json b/locales/tr.json index bfa6e7234..b3ac94241 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Dışarıdaki balans", "views.Channel.unsettledBalance": "Uzlaşılmamış balans", "views.Channel.localReserve": "Lokal rezerv", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Uzaktaki Rezerv", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Kanal fonlanıyor", "views.Channel.fundingTransaction": "Fonlama işlemi", "views.Channel.fundedBy": "Tarafından fonlandı.", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit ağırlığı", "views.Channel.commitFee": "Commit ücreti", "views.Channel.csvDelay": "CSV gecikmesi", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "kilo-weight başına ücret", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Kanal kapamayı iptal et", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kaynak kanal", "views.Routing.RoutingEvent.destinationChannel": "Ulaşılacak kanal", "views.Olympians.title": "Olimpiyalılar", diff --git a/locales/uk.json b/locales/uk.json index 59dc9e773..3dfb759b5 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Віддалений баланс", "views.Channel.unsettledBalance": "Неврегульований баланс", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Вага коміту", "views.Channel.commitFee": "Комісія коміту", "views.Channel.csvDelay": "Затримка CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Комісія за kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Відмінити закриття каналу", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Канал джерела", "views.Routing.RoutingEvent.destinationChannel": "Канал призначення", "views.Olympians.title": "Olympians", diff --git a/locales/vi.json b/locales/vi.json index 110752be3..a687dc1f8 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "Số dư từ xa", "views.Channel.unsettledBalance": "Số dư chưa tất toán", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Trọng lượng cam kết", "views.Channel.commitFee": "Phí Commit", "views.Channel.csvDelay": "Độ trễ CSV", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Phí theo kg trọng lượng", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "Hủy Đóng kênh", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "Kênh Nguồn", "views.Routing.RoutingEvent.destinationChannel": "Kênh Đích", "views.Olympians.title": "Olympians", diff --git a/locales/zh_CN.json b/locales/zh_CN.json index 7eaf20a6c..732c6a297 100644 --- a/locales/zh_CN.json +++ b/locales/zh_CN.json @@ -388,7 +388,9 @@ "views.Channel.remoteBalance": "远程余额", "views.Channel.unsettledBalance": "未结算余额", "views.Channel.localReserve": "Local reserve", + "views.Channel.localReserve.info": "The minimum satoshis your node is required to reserve on your side of the channel. It is used to prevent cheating.", "views.Channel.remoteReserve": "Remote reserve", + "views.Channel.remoteReserve.info": "The minimum satoshis your counterparty is required to reserve on their side of the channel. It is used to prevent cheating.", "views.Channel.channelFunding": "Channel funding", "views.Channel.fundingTransaction": "Funding transaction", "views.Channel.fundedBy": "Funded by", @@ -403,6 +405,8 @@ "views.Channel.commitWeight": "Commit Weight", "views.Channel.commitFee": "Commit Fee", "views.Channel.csvDelay": "CSV Delay", + "views.Channel.csvDelay.info1": "CSV delay, or time-lock delay, is a security feature in the Lightning Network that prevents premature channel closings. It's a built-in delay that uses time to enforce security and give both parties time to resolve issues before funds are released.", + "views.Channel.csvDelay.info2": "You will have to wait this duration to access your funds on-chain if you are the initiator of a force close.", "views.Channel.feePerKw": "Fee per kilo-weight", "views.Channel.keysend": "Keysend", "views.Channel.cancelClose": "取消关闭通道", @@ -969,6 +973,10 @@ "views.ActivityFilter.isFailed": "Failed payments", "views.ActivityFilter.standardInvoices": "Standard invoices", "views.ActivityFilter.ampInvoices": "AMP invoices", + "views.ActivityToCsv.title": "Download Activity", + "views.ActivityToCsv.csvDownloaded": "CSV file has been downloaded", + "views.ActivityToCsv.textInputPlaceholder": "File name (optional)", + "views.ActivityToCsv.downloadButton": "Download CSV", "views.Routing.RoutingEvent.sourceChannel": "来源通道", "views.Routing.RoutingEvent.destinationChannel": "目的地通道", "views.Olympians.title": "奥林匹克众神",