diff --git a/locales/cs.json b/locales/cs.json index 9f76960b6..a6f8687c5 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -64,6 +64,7 @@ "general.true": "Pravda", "general.false": "Nepravda", "general.force": "Vynutit", + "general.immediate": "Immediate", "general.proceed": "Pokračovat", "general.fiatFetchError": "Chyba při načítání směnných kurzů", "general.iUnderstand": "Rozumím", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Potvrdit zavření kanálu", "views.Channel.aliasScid": "SCID Alias", "views.Channel.aliasScids": "Aliasy SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Výška zavření", "views.Channel.closeType": "Typ zavření", "views.Channel.openInitiator": "Iniciátor otevření", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Smrtelníci", "views.BumpFee.title": "Urychlení transakce", "views.BumpFee.titleAlt": "Zrychlení otevření kanálu", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Potvrzení cíle", "views.BumpFee.success": "Poplatek úspěšně zvýšen!", "views.BumpFee.error": "Chyba při navýšení poplatku", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Synchronizace peněženky", "views.Sync.currentBlockHeight": "Aktuální výška bloku", "views.Sync.tip": "Špička", diff --git a/locales/de.json b/locales/de.json index dd5a7bb6b..9340799cc 100644 --- a/locales/de.json +++ b/locales/de.json @@ -64,6 +64,7 @@ "general.true": "Wahr", "general.false": "Falsch", "general.force": "Zwang", + "general.immediate": "Immediate", "general.proceed": "Weiter", "general.fiatFetchError": "Fehler beim Abruf des Umrechnungskurses", "general.iUnderstand": "Ich verstehe", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Kanalschließung bestätigen", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Blockhöhe der Schließung", "views.Channel.closeType": "Schließungsart", "views.Channel.openInitiator": "Initiator der Kanalöffnung", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Sterbliche", "views.BumpFee.title": "Transaktion beschleunigen", "views.BumpFee.titleAlt": "Kanal-Öffnung beschleunigen", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Ziel-Bestätigungen", "views.BumpFee.success": "Gebühr erfolgreich erhöht!", "views.BumpFee.error": "Fehler bei Gebührenerhöhung", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Wallet wird synchronisiert", "views.Sync.currentBlockHeight": "Aktuelle Blockhöhe", "views.Sync.tip": "Neuester Block im Netzwerk", diff --git a/locales/el.json b/locales/el.json index 5919467ea..bcd59f2d6 100644 --- a/locales/el.json +++ b/locales/el.json @@ -64,6 +64,7 @@ "general.true": "Αληθές", "general.false": "Ψευδές", "general.force": "Ενεργοποίηση", + "general.immediate": "Immediate", "general.proceed": "Συνεχίστε", "general.fiatFetchError": "Σφάλμα λήψης συναλλαγματικής ισοτιμίας", "general.iUnderstand": "Καταλαβαίνω", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Επιβεβαίωση κλεισίματος καναλιού", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Κλείσιμο Block Height", "views.Channel.closeType": "Κλείσιμο τύπου", "views.Channel.openInitiator": "Άνοιγμα εκκινητή", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Θνητοί", "views.BumpFee.title": "Επιτάχυνση συναλλαγής", "views.BumpFee.titleAlt": "Επιτάχυνση ανοίγματος καναλιού", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Στόχος επιβεβαιώσεων", "views.BumpFee.success": "Επιτυχής αύξηση τελών!", "views.BumpFee.error": "Σφάλμα στην αύξηση τελών", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Συγχρονισμός πορτοφολιού", "views.Sync.currentBlockHeight": "Τρέχων Block Height", "views.Sync.tip": "Φιλοδώρημα", diff --git a/locales/es.json b/locales/es.json index e09e88982..6514fe328 100644 --- a/locales/es.json +++ b/locales/es.json @@ -64,6 +64,7 @@ "general.true": "Verdadero", "general.false": "Falso", "general.force": "Forzar", + "general.immediate": "Immediate", "general.proceed": "Proceder", "general.fiatFetchError": "Error al obtener las tasas de cambio", "general.iUnderstand": "Entiendo", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Confirmar Cerrar Canal", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Altura de cierre", "views.Channel.closeType": "Tipo de cierre", "views.Channel.openInitiator": "Abre Iniciador", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortales", "views.BumpFee.title": "Acelerar la transacción", "views.BumpFee.titleAlt": "Acelerar apertura de canal", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Objectivo de confirmaciones", "views.BumpFee.success": "¡Tarifa incrementada con éxito!", "views.BumpFee.error": "Error subida de tarifa", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Sincronización de la billetera", "views.Sync.currentBlockHeight": "Altura de bloque actual", "views.Sync.tip": "Propina", diff --git a/locales/fa.json b/locales/fa.json index 43d1ff7bd..6f02642b6 100644 --- a/locales/fa.json +++ b/locales/fa.json @@ -64,6 +64,7 @@ "general.true": "صحیح", "general.false": "غلط", "general.force": "الزام", + "general.immediate": "Immediate", "general.proceed": "ادامه دادن", "general.fiatFetchError": "خطا در دستیابی به نرخ صرافی", "general.iUnderstand": "متوجه هستم", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "تایید بستن کانال", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "ارتفاع بسته شدن", "views.Channel.closeType": "نوع بسته شدن", "views.Channel.openInitiator": "آغازگر بازکردن", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "فانی ها", "views.BumpFee.title": "تسریع کردن تراکنش", "views.BumpFee.titleAlt": "تسریع باز کردن کانال", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "تایید هدف", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "خطا در بالا بردن کارمزد", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "همگام سازی کیف پول", "views.Sync.currentBlockHeight": "ارتفاع بلوک فعلی", "views.Sync.tip": "انعام", diff --git a/locales/fi.json b/locales/fi.json index 2d0198ed9..e9e9f897b 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -64,6 +64,7 @@ "general.true": "Oikea", "general.false": "Väärä", "general.force": "Pakota", + "general.immediate": "Immediate", "general.proceed": "Jatka", "general.fiatFetchError": "Virhe valuuttakurssien hakemisessa", "general.iUnderstand": "Ymmärrän", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Vahvista kanavan sulkeminen", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCID:t", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Sulkujärjestys", "views.Channel.closeType": "Sulkutyyppi", "views.Channel.openInitiator": "Avaa käynnistäjä", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Kuolevaiset", "views.BumpFee.title": "Nopeuta siirtotapahtumaa", "views.BumpFee.titleAlt": "Nopeuta kanavan avausta", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Tavoitevahvistukset", "views.BumpFee.success": "Onnistuneesti korotettu maksu!", "views.BumpFee.error": "Siirtomaksun nosto epäonnistui", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Lompakon synkronointi", "views.Sync.currentBlockHeight": "Nykyinen lohkon korkeus", "views.Sync.tip": "Tippi", diff --git a/locales/fr.json b/locales/fr.json index 87a8a8d68..918851195 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -64,6 +64,7 @@ "general.true": "Vrai", "general.false": "Faux", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Procéder", "general.fiatFetchError": "Erreur lors du chargement des taux de change", "general.iUnderstand": "Je comprends", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Confirmer fermeture forcée", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Hauteur de fermeture", "views.Channel.closeType": "Sorte de fermeture", "views.Channel.openInitiator": "Initiateur ouverture", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortels", "views.BumpFee.title": "Accélérer la transaction", "views.BumpFee.titleAlt": "Accélérer le canal ouvert", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Confirmatives cibles", "views.BumpFee.success": "Frais de réussite avec succès!", "views.BumpFee.error": "Erreur des frais de bosses", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Synchronisation de portefeuille", "views.Sync.currentBlockHeight": "Hauteur du bloc actuel", "views.Sync.tip": "Pourboire", diff --git a/locales/he.json b/locales/he.json index caa8cab7b..c09cc3d8c 100644 --- a/locales/he.json +++ b/locales/he.json @@ -64,6 +64,7 @@ "general.true": "אמת", "general.false": "False", "general.force": "כפייה", + "general.immediate": "Immediate", "general.proceed": "המשך", "general.fiatFetchError": "שגיאת במשיכת תעריפי המרה", "general.iUnderstand": "הבנתי", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "אישור סגירת ערוץ", "views.Channel.aliasScid": "כינוי SCID", "views.Channel.aliasScids": "כינויי SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "גובה סגירה", "views.Channel.closeType": "סוג סגירה", "views.Channel.openInitiator": "יוזמ/ת פתיחה", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "בני תמותה", "views.BumpFee.title": "זירוז פעולה", "views.BumpFee.titleAlt": "זירוז פתיחת ערוץ", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "יעד אישורים", "views.BumpFee.success": "עמלה הוקפצה בהצלחה!", "views.BumpFee.error": "שגיאה בהקפצת עמלה", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "ארנק מסתנכרן", "views.Sync.currentBlockHeight": "גובה בלוק נוכחי", "views.Sync.tip": "תשר", diff --git a/locales/hr.json b/locales/hr.json index 65185af94..46eeeb2c5 100644 --- a/locales/hr.json +++ b/locales/hr.json @@ -64,6 +64,7 @@ "general.true": "Točno", "general.false": "Krivo", "general.force": "Sila", + "general.immediate": "Immediate", "general.proceed": "Nastavi", "general.fiatFetchError": "Pogreška pri dohvaćanju tečaja", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Potvrdi zatvaranje kanala", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCID-ovi", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Visina zatvaranja", "views.Channel.closeType": "Vrsta zatvaranja", "views.Channel.openInitiator": "Inicijator otvaranja", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Smrtnici", "views.BumpFee.title": "Ubrzaj transakciju", "views.BumpFee.titleAlt": "Ubrzaj otvaranje kanala", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Ciljane potvrde", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Greška pri povećanju naknade", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Napojnica", diff --git a/locales/hu.json b/locales/hu.json index 1dc2aefa6..4e76ed252 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "Hamis", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Proceed", "general.fiatFetchError": "Error fetching exchange rates", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Csatornazárás megerősítése", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortals", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/it.json b/locales/it.json index 5aecf6bea..e6a28832d 100644 --- a/locales/it.json +++ b/locales/it.json @@ -64,6 +64,7 @@ "general.true": "Vero", "general.false": "Falso", "general.force": "Forza", + "general.immediate": "Immediate", "general.proceed": "Procedi", "general.fiatFetchError": "Errore nel recupero dei tassi di cambio", "general.iUnderstand": "Capisco", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Conferma Chiusura Canale", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Altezza chiusura", "views.Channel.closeType": "Tipo chiuso", "views.Channel.openInitiator": "Iniziatore aperto", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortali", "views.BumpFee.title": "Accelerare la transazione", "views.BumpFee.titleAlt": "Accelerare il canale aperto", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Conferma target", "views.BumpFee.success": "Commissione urtata con successo!", "views.BumpFee.error": "Errore di immissione della tassa", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Sincronizzazione del portafoglio", "views.Sync.currentBlockHeight": "Altezza del blocco corrente", "views.Sync.tip": "Mancia", diff --git a/locales/ja.json b/locales/ja.json index 44aeaba99..887cac0e5 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "続ける", "general.fiatFetchError": "為替レートの取得エラー", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "チャネル閉鎖を承認する", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "閉鎖時ブロック高さ", "views.Channel.closeType": "チャネル閉鎖種別", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "人間", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/ko.json b/locales/ko.json index 58430d2c1..a8831c968 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "강제", + "general.immediate": "Immediate", "general.proceed": "진행", "general.fiatFetchError": "환율 가져오기 오류", "general.iUnderstand": "이해했어요", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "채널 닫기 확인", "views.Channel.aliasScid": "별칭 SCID", "views.Channel.aliasScids": "별칭 SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "높이 닫기", "views.Channel.closeType": "유형 닫기", "views.Channel.openInitiator": "개시자 열기", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "필멸자", "views.BumpFee.title": "트랜잭션 속도 높히기", "views.BumpFee.titleAlt": "채널 개설 속도 높히기", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "목표 블록 승인 횟수", "views.BumpFee.success": "성공적으로 전송 수수료를 추가하였습니다!", "views.BumpFee.error": "전송 수수료 추가 오류", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "지갑 동기화 중", "views.Sync.currentBlockHeight": "현재 블록 높이", "views.Sync.tip": "팁", diff --git a/locales/nb.json b/locales/nb.json index e7bf2112a..4eb0ebdf2 100644 --- a/locales/nb.json +++ b/locales/nb.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Proceed", "general.fiatFetchError": "Error fetching exchange rates", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Bekreft kanalstenging", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortals", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/nl.json b/locales/nl.json index 51d3afcbd..7c580771e 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Proceed", "general.fiatFetchError": "Error fetching exchange rates", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Bevestig Sluiten Kanaal", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortals", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/pl.json b/locales/pl.json index ca14f87c9..911c7335d 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -64,6 +64,7 @@ "general.true": "Prawda", "general.false": "Fałsz", "general.force": "Wymuś", + "general.immediate": "Immediate", "general.proceed": "Przejdź dalej", "general.fiatFetchError": "Błąd pobierania kursów wymiany", "general.iUnderstand": "Rozumiem", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Potwierdź zamknięcie kanału", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Aliasy SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Wysokość bloku zamknięcia", "views.Channel.closeType": "Typ zamknięcia", "views.Channel.openInitiator": "Inicjujący otwarcie", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Śmiertelnicy", "views.BumpFee.title": "Przyspiesz transakcję", "views.BumpFee.titleAlt": "Przyspiesz otwarcie kanału", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Docelowe potwierdzenia", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Bład podczas podbijania opłaty", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Napiwek", diff --git a/locales/pt_BR.json b/locales/pt_BR.json index 528911e6b..2ab8f7d7f 100644 --- a/locales/pt_BR.json +++ b/locales/pt_BR.json @@ -64,6 +64,7 @@ "general.true": "Verdadeiro", "general.false": "Falso", "general.force": "Força", + "general.immediate": "Immediate", "general.proceed": "Proceder", "general.fiatFetchError": "Erro ao buscar taxas de câmbio", "general.iUnderstand": "Eu entendo", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Confirmar Fechamento do Canal", "views.Channel.aliasScid": "Pseudônimo SCID", "views.Channel.aliasScids": "Pseudônimos SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Altura próxima", "views.Channel.closeType": "Tipo próximo", "views.Channel.openInitiator": "Iniciador aberto", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortais", "views.BumpFee.title": "Acelerar transação", "views.BumpFee.titleAlt": "Acelerar a abertura do canal", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Confirmações de destino", "views.BumpFee.success": "Taxa bateu bem -sucedida!", "views.BumpFee.error": "Erro ao aumentar taxa", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Sincronizando carteira", "views.Sync.currentBlockHeight": "Altura do bloco atual", "views.Sync.tip": "Gorjeta", diff --git a/locales/ro.json b/locales/ro.json index 2d8b81f95..de27fa948 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -64,6 +64,7 @@ "general.true": "Adevărat", "general.false": "Fals", "general.force": "Forțează", + "general.immediate": "Immediate", "general.proceed": "Continuă", "general.fiatFetchError": "Eroare la obținerea cursului de schimb", "general.iUnderstand": "Am înțeles", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Confirmă Închidere Canal", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias-uri SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Poziție la inchidere", "views.Channel.closeType": "Tip la inchidere", "views.Channel.openInitiator": "Inițiator la deschidere", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Muritori", "views.BumpFee.title": "Urgentează tranzacția", "views.BumpFee.titleAlt": "Urgentează deschiderea canalului", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Numărul țintă de confirmări", "views.BumpFee.success": "Creştere taxa cu succes!", "views.BumpFee.error": "Eroare la mărirea comisionului", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Sincronizare portofel", "views.Sync.currentBlockHeight": "Înălțimea blocului curent", "views.Sync.tip": "Bacșiș", diff --git a/locales/ru.json b/locales/ru.json index 5da094feb..d6f53f8f3 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -64,6 +64,7 @@ "general.true": "Да", "general.false": "Нет", "general.force": "Принудить", + "general.immediate": "Immediate", "general.proceed": "Продолжить", "general.fiatFetchError": "Ошибка при получении данных о курсе", "general.iUnderstand": "Я понимаю", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Подтвердить Закрытие Канала", "views.Channel.aliasScid": "Псевдоним SCID", "views.Channel.aliasScids": "Псевдонимы SCID", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Высота закрытия", "views.Channel.closeType": "Тип закрытия", "views.Channel.openInitiator": "Инициатор открытия", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Смертные", "views.BumpFee.title": "Протолкнуть транзакцию", "views.BumpFee.titleAlt": "Ускорить открытие канала", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Целевое количество подтверждений", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Ошибка при повышении комиссии", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Кошелек синхронизируется", "views.Sync.currentBlockHeight": "Текущая высота блока", "views.Sync.tip": "Чаевые", diff --git a/locales/sk.json b/locales/sk.json index 512dddf14..3d227bd10 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -64,6 +64,7 @@ "general.true": "Pravda", "general.false": "Nepravda", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Pokračujte", "general.fiatFetchError": "Chyba pri načítaní výmenných kurzov", "general.iUnderstand": "Rozumiem", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Potvrdiť zatvorenie kanála", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Smrteľníci", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Chyba pri navýšení poplatku", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/sl.json b/locales/sl.json index cf8170d21..eb71d216c 100644 --- a/locales/sl.json +++ b/locales/sl.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Proceed", "general.fiatFetchError": "Error fetching exchange rates", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Potrdi zaprtje kanala", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Smrtniki", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/sv.json b/locales/sv.json index bd5041989..4cb64abb8 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -64,6 +64,7 @@ "general.true": "Sant", "general.false": "Falskt", "general.force": "Tvinga", + "general.immediate": "Immediate", "general.proceed": "Fortsätt", "general.fiatFetchError": "Kunde inte hämta växelkurser", "general.iUnderstand": "Jag förstår", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Bekräfta kanalstängning", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCDIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Stängningshöjd", "views.Channel.closeType": "Stängningstyp", "views.Channel.openInitiator": "Öppningsinitiativtagare", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Dödliga", "views.BumpFee.title": "Snabba upp transaktionen", "views.BumpFee.titleAlt": "Snabba upp kanalöppning", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Bekräftelsermål", "views.BumpFee.success": "Lyckades höja avgiften!", "views.BumpFee.error": "Fel vid höjning av avgift", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Synkroniserar plånbok", "views.Sync.currentBlockHeight": "Aktuell blockhöjd", "views.Sync.tip": "Dricks", diff --git a/locales/sw.json b/locales/sw.json index 1d855c51e..05c8991ca 100644 --- a/locales/sw.json +++ b/locales/sw.json @@ -64,6 +64,7 @@ "general.true": "Kweli", "general.false": "Uongo", "general.force": "Lazima", + "general.immediate": "Immediate", "general.proceed": "Endelea", "general.fiatFetchError": "Kosa katika kupata viwango vya ubadilishaji", "general.iUnderstand": "Ninaelewa", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Thibitisha Kufunga Channel", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Kufunga Kimo", "views.Channel.closeType": "Aina ya Kufunga", "views.Channel.openInitiator": "Mwanzilishi wa Kufungua", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Watu wa Kawaida", "views.BumpFee.title": "Haraka malipo", "views.BumpFee.titleAlt": "Haraka ufunguzi wa kituo", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Uthibitishaji wa Lengo", "views.BumpFee.success": "Mafanikio kwenye ada!", "views.BumpFee.error": "Kosa kwenye ada", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Synchronizing pochi", "views.Sync.currentBlockHeight": "Kimo cha sasa cha kizuizi", "views.Sync.tip": "Mwongozo", diff --git a/locales/th.json b/locales/th.json index d7168cd1c..4354fbb65 100644 --- a/locales/th.json +++ b/locales/th.json @@ -64,6 +64,7 @@ "general.true": "ใช่", "general.false": "ไม่", "general.force": "บังคับ", + "general.immediate": "Immediate", "general.proceed": "ความคืบหน้า", "general.fiatFetchError": "เกิดข้อผิดพลาดในการดึงข้อมูลอัตราแลกเปลี่ยน", "general.iUnderstand": "เข้าใจแล้ว", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "ยืนยันการปิดแชลแนล", "views.Channel.aliasScid": "รูปแบบ SCID", "views.Channel.aliasScids": "รูปแบบ SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "ประเภทการปิด", "views.Channel.openInitiator": "ผู้เริ่มการเปิด", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "มนุษย์", "views.BumpFee.title": "เร่งธุรกรรม", "views.BumpFee.titleAlt": "เร่งการเปิดแชนแนล", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "ยืนยันเป้าหมาย", "views.BumpFee.success": "รับค่าธรรมเนียมผ่านแชนแนลสำเร็จ!", "views.BumpFee.error": "เกิดข้อผิดพลาดเก็บค่าผ่านทาง", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "กำลังซิงค์กระเป๋าเงิน", "views.Sync.currentBlockHeight": "บล็อคล่าสุด", "views.Sync.tip": "ทิป", diff --git a/locales/tr.json b/locales/tr.json index dae3e3b78..add4397f2 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -64,6 +64,7 @@ "general.true": "Doğru", "general.false": "Yanlış", "general.force": "Güç", + "general.immediate": "Immediate", "general.proceed": "İlerle", "general.fiatFetchError": "Döviz kurları alınırken hata oluştu", "general.iUnderstand": "Anlıyorum", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Kanalı kapatmayı onayla", "views.Channel.aliasScid": "SCID Takma adı", "views.Channel.aliasScids": "SCID Takma adları", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Kapanış yüksekliği", "views.Channel.closeType": "Kapanış tipi", "views.Channel.openInitiator": "Başlatıcı Aç", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Ölümlüler", "views.BumpFee.title": "İşlemi hızlandır", "views.BumpFee.titleAlt": "Kanal açılışını hızlandır", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Hedef onayları", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Ücret arttırırken hata", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Cüzdan senkronize ediliyor", "views.Sync.currentBlockHeight": "Mevcut blok yüksekliği", "views.Sync.tip": "Bahşiş", diff --git a/locales/uk.json b/locales/uk.json index 4943ec35c..00f16a59c 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -64,6 +64,7 @@ "general.true": "True", "general.false": "False", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Proceed", "general.fiatFetchError": "Error fetching exchange rates", "general.iUnderstand": "I understand", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Підтвердити закриття каналу", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortals", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip", diff --git a/locales/vi.json b/locales/vi.json index 2530c3c5a..732c49a5a 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -64,6 +64,7 @@ "general.true": "Đúng", "general.false": "Sai", "general.force": "Force", + "general.immediate": "Immediate", "general.proceed": "Tiếp tục", "general.fiatFetchError": "Lỗi cập nhật tỷ giá từ sàn giao dịch", "general.iUnderstand": "Tôi hiểu", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "Xác nhận Đóng Kênh", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "Mortals", "views.BumpFee.title": "Tăng tốc giao dịch", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Đang đồng bộ ví", "views.Sync.currentBlockHeight": "Chiều cao khối hiện tại", "views.Sync.tip": "Tip", diff --git a/locales/zh_CN.json b/locales/zh_CN.json index 058baf266..4be2fa8a1 100644 --- a/locales/zh_CN.json +++ b/locales/zh_CN.json @@ -64,6 +64,7 @@ "general.true": "是", "general.false": "否", "general.force": "强制", + "general.immediate": "Immediate", "general.proceed": "继续", "general.fiatFetchError": "获取汇率时出错", "general.iUnderstand": "我理解", @@ -423,6 +424,7 @@ "views.Channel.confirmClose": "确认关闭通道", "views.Channel.aliasScid": "Alias SCID", "views.Channel.aliasScids": "Alias SCIDs", + "views.Channel.peerAliasScid": "Peer Alias SCID", "views.Channel.closeHeight": "Close height", "views.Channel.closeType": "Close type", "views.Channel.openInitiator": "Open initiator", @@ -1000,9 +1002,21 @@ "views.Mortals.title": "凡人", "views.BumpFee.title": "Speed up transaction", "views.BumpFee.titleAlt": "Speed up channel open", + "views.BumpFee.titleClose": "Speed up channel close", + "views.BumpFee.titleForceClose": "Speed up channel force close", "views.BumpFee.targetConfs": "Target confirmations", "views.BumpFee.success": "Successfully bumped fee!", "views.BumpFee.error": "Error bumping fee", + "views.BumpFee.outpoint.explainer1": "An outpoint is a reference to a particular output of a previous transaction. It consists of two parts:", + "views.BumpFee.outpoint.explainer2": "1) Transaction ID (txid): This is a unique identifier for a specific transaction on the Bitcoin blockchain.", + "views.BumpFee.outpoint.explainer3": "2) Output Index (vout): This denotes which specific output of the referenced transaction is being spent.", + "views.BumpFee.outpoint.explainer4": "The two are combined with a : character, for example: a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d:0", + "views.BumpFee.outpoint.explainer5": "This is the first output in this transaction, as the output index starts at 0. The second output has vout 1, etc.", + "views.BumpFee.budget": "Budget (sats)", + "views.BumpFee.budget.explainer1": "The max amount in sats that can be used as the fees. Setting this value greater than the input's value may result in CPFP - one or more wallet utxos will be used to pay the fees specified by the budget.", + "views.BumpFee.budget.explainer2": "If not set, for new inputs, by default 50% of the input's value will be treated as the budget for fee bumping; for existing inputs, their current budgets will be retained.", + "views.BumpFee.immediate.explainer": "Whether this input will be swept immediately. When enabled, the sweeper will sweep this input without waiting for the next batch.", + "views.BumpFee.startingFee": "Starting fee (sat/vbyte)", "views.Sync.title": "Syncing wallet", "views.Sync.currentBlockHeight": "Current block height", "views.Sync.tip": "Tip",