diff --git a/src/utils/i18n/locales/arb/common.json b/src/utils/i18n/locales/arb/common.json
index 0967ef424..8e0ad903b 100644
--- a/src/utils/i18n/locales/arb/common.json
+++ b/src/utils/i18n/locales/arb/common.json
@@ -1 +1,5 @@
-{}
+{
+ "delete_yes": {
+ "string": "نعم، احذف"
+ }
+}
diff --git a/src/utils/i18n/locales/arb/slashtags.json b/src/utils/i18n/locales/arb/slashtags.json
index b90b575d5..da0e2e75d 100644
--- a/src/utils/i18n/locales/arb/slashtags.json
+++ b/src/utils/i18n/locales/arb/slashtags.json
@@ -68,6 +68,9 @@
"contact_select": {
"string": "اختر جهة اتصال"
},
+ "profile_delete_dialogue_yes": {
+ "string": "نعم، احذف"
+ },
"widget_delete_yes": {
"string": "نعم، احذف"
}
diff --git a/src/utils/i18n/locales/ca/common.json b/src/utils/i18n/locales/ca/common.json
index e29575442..254502d09 100644
--- a/src/utils/i18n/locales/ca/common.json
+++ b/src/utils/i18n/locales/ca/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Suprimir"
},
+ "delete_yes": {
+ "string": "Sí, Elimina"
+ },
"ok": {
"string": "OK"
},
+ "reset": {
+ "string": "Reinicia"
+ },
"retry": {
"string": "Reintentar"
},
@@ -88,5 +94,8 @@
},
"default": {
"string": "Predeterminat"
+ },
+ "preview": {
+ "string": "Previsualització"
}
}
diff --git a/src/utils/i18n/locales/ca/slashtags.json b/src/utils/i18n/locales/ca/slashtags.json
index 9b569afd7..22f8444e6 100644
--- a/src/utils/i18n/locales/ca/slashtags.json
+++ b/src/utils/i18n/locales/ca/slashtags.json
@@ -93,7 +93,7 @@
"string": "Perfil"
},
"profile_save": {
- "string": "Desar perfil"
+ "string": "Guardar"
},
"profile_pay_contacts": {
"string": "Paga als teus contactes"
@@ -134,6 +134,12 @@
"profile_edit": {
"string": "Editar perfil"
},
+ "profile_delete": {
+ "string": "Suprimir"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Sí, Elimina"
+ },
"offline_enable": {
"string": "Habilitar pagaments amb contactes*"
},
diff --git a/src/utils/i18n/locales/cs/common.json b/src/utils/i18n/locales/cs/common.json
index 00ef319de..bde496d83 100644
--- a/src/utils/i18n/locales/cs/common.json
+++ b/src/utils/i18n/locales/cs/common.json
@@ -53,12 +53,18 @@
"delete": {
"string": "Smazat"
},
+ "delete_yes": {
+ "string": "Ano, smazat"
+ },
"ok": {
"string": "OK"
},
"ok_random": {
"string": "Úžasné!\nPěkné!\nFajn!\nSkvělé!\nFantastické!\nMilé!\nMimořádné!\nOhromující!"
},
+ "reset": {
+ "string": "Obnovit"
+ },
"retry": {
"string": "Opakovat"
},
@@ -97,5 +103,8 @@
},
"default": {
"string": "Výchozí"
+ },
+ "preview": {
+ "string": "Náhled"
}
}
diff --git a/src/utils/i18n/locales/cs/lightning.json b/src/utils/i18n/locales/cs/lightning.json
index 95093920d..477cf1e6a 100644
--- a/src/utils/i18n/locales/cs/lightning.json
+++ b/src/utils/i18n/locales/cs/lightning.json
@@ -21,10 +21,10 @@
"string": "Můžete použít své úspory na BitKitu nebo poslat bitcoin z jiné peněženky."
},
"text_blocked": {
- "string": "V současné době nemůže společnost Bitkit poskytovat automatické připojení Lightning obyvatelům Spojených států a Kanady."
+ "string": "Bitkit v současné době neposkytuje služby lightning ve vaší zemi, ale stále se můžete připojit k jiným uzlům přímo."
},
"text_blocked_cjit": {
- "string": "Bitkit v současné době neposkytuje služby lightning do USA a Kanady, ale k ostatním uzlům se můžete připojit přímo."
+ "string": "Bitkit v současné době neposkytuje služby lightning ve vaší zemi, ale stále se můžete připojit k jiným uzlům přímo."
},
"button1": {
"string": "Převod z úspor"
@@ -119,6 +119,9 @@
},
"description": {
"string": "Částka, kterou můžete převést na svůj disponibilní zůstatek, je v současné době omezena na ₿ {amount}."
+ },
+ "description_zero": {
+ "string": "Váš převod do disponibilního zůstatku je omezen z důvodu pravidel likvidity. Podrobnosti naleznete v Centru nápovědy."
}
}
},
diff --git a/src/utils/i18n/locales/cs/onboarding.json b/src/utils/i18n/locales/cs/onboarding.json
index 9498eb26e..69ffe2527 100644
--- a/src/utils/i18n/locales/cs/onboarding.json
+++ b/src/utils/i18n/locales/cs/onboarding.json
@@ -41,6 +41,9 @@
"slide1_text": {
"string": "Utrácejte bitcoiny rychleji než kdykoli předtím. Užívejte si okamžité a levné platby s přáteli, rodinou a obchodníky."
},
+ "slide1_note": {
+ "string": "*Bitkit v současné době neposkytuje služby lightning ve vaší zemi, ale stále se můžete připojit k jiným uzlům."
+ },
"slide2_header": {
"string": "Bitcoineři,\nbez hranic"
},
diff --git a/src/utils/i18n/locales/cs/settings.json b/src/utils/i18n/locales/cs/settings.json
index ebd1af52f..a120b6df5 100644
--- a/src/utils/i18n/locales/cs/settings.json
+++ b/src/utils/i18n/locales/cs/settings.json
@@ -239,6 +239,9 @@
"category_transaction_log": {
"string": "Transakční protokol"
},
+ "category_wallet": {
+ "string": "Posílení a převody"
+ },
"category_settings": {
"string": "Nastavení"
},
diff --git a/src/utils/i18n/locales/cs/slashtags.json b/src/utils/i18n/locales/cs/slashtags.json
index 4169ca2a1..333090dcc 100644
--- a/src/utils/i18n/locales/cs/slashtags.json
+++ b/src/utils/i18n/locales/cs/slashtags.json
@@ -53,6 +53,9 @@
"contact_pay_error": {
"string": "Není možné zaplatit kontaktu"
},
+ "contact_ldk_not_ready": {
+ "string": "Lightning ještě není připraven"
+ },
"contact_share": {
"string": "Sdílet profilový klíč"
},
@@ -117,7 +120,7 @@
"string": "Profil"
},
"profile_save": {
- "string": "Uložit profil"
+ "string": "Uložit"
},
"profile_pay_contacts": {
"string": "Zaplaťte svým kontaktům"
@@ -158,6 +161,24 @@
"profile_edit": {
"string": "Upravit profil"
},
+ "profile_delete": {
+ "string": "Smazat"
+ },
+ "profile_delete_dialogue_title": {
+ "string": "Odstranit profilové informace?"
+ },
+ "profile_delete_dialogue_msg": {
+ "string": "Jste si jisti, že chcete odstranit všechny informace ze svého profilu Bitkit?"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Ano, smazat"
+ },
+ "profile_delete_success_title": {
+ "string": "Profil odstraněn"
+ },
+ "profile_delete_success_msg": {
+ "string": "Vaše profilové informace Bitkit byly odstraněny."
+ },
"offline_enable": {
"string": "Povolit platby s kontakty*"
},
@@ -236,6 +257,9 @@
"error_saving_profile": {
"string": "Nelze uložit profil"
},
+ "error_deleting_profile": {
+ "string": "Nelze odstranit profil"
+ },
"error_pay_title": {
"string": "Není možné zaplatit kontaktu"
},
diff --git a/src/utils/i18n/locales/cs/wallet.json b/src/utils/i18n/locales/cs/wallet.json
index d4111be8d..a08e032aa 100644
--- a/src/utils/i18n/locales/cs/wallet.json
+++ b/src/utils/i18n/locales/cs/wallet.json
@@ -318,10 +318,10 @@
"string": "Příijmout na disponibilní zůstatek"
},
"receive_connect_initial": {
- "string": "Chcete-li nastavit svůj disponibilní zůstatek, bude odečten poplatek {lspFee} pro poskytovatele služeb."
+ "string": "Chcete-li nastavit disponibilní zůstatek, bude odečten síťový poplatek {networkFee} a {serviceFee} poplatek poskytovateli služeb."
},
"receive_connect_additional": {
- "string": "Chcete-li získat více okamžitých bitcoinů, musí Bitkit zvýšit vaši likviditu. Bude odečten poplatek {lspFee} z vámi zadané částky pro poskytovatele služeb."
+ "string": "Chcete-li získat více okamžitých bitcoinů, musí Bitkit navýšit vaši likviditu. Od vámi zadané částky bude odečten síťový poplatek {networkFee} a {serviceFee} poplatek poskytovatele služeb ."
},
"receive_liquidity": {
"nav_title": {
@@ -689,6 +689,9 @@
"ldk_sync_error_title": {
"string": "Chyba synchronizace lightning"
},
+ "ldk_start_error_title": {
+ "string": "Chyba při spuštění lightning"
+ },
"receive_insufficient_title": {
"string": "Nedostatečný zůstatek na příjmovém účtu."
},
diff --git a/src/utils/i18n/locales/de/common.json b/src/utils/i18n/locales/de/common.json
index 3b1f0f87d..cd1cbf8ff 100644
--- a/src/utils/i18n/locales/de/common.json
+++ b/src/utils/i18n/locales/de/common.json
@@ -53,12 +53,18 @@
"delete": {
"string": "Löschen"
},
+ "delete_yes": {
+ "string": "Ja, Löschen"
+ },
"ok": {
"string": "OK"
},
"ok_random": {
"string": "Fantastisch!\nSchön!\nCool!\nGroßartig!\nFantastisch!\nSüß!\nAusgezeichnet!\nGroßartig!\nWunderbar!"
},
+ "reset": {
+ "string": "Reset"
+ },
"retry": {
"string": "Wiederholen"
},
@@ -97,5 +103,8 @@
},
"default": {
"string": "Standard"
+ },
+ "preview": {
+ "string": "Vorschau"
}
}
diff --git a/src/utils/i18n/locales/de/lightning.json b/src/utils/i18n/locales/de/lightning.json
index 955a6ca05..2ed6b693f 100644
--- a/src/utils/i18n/locales/de/lightning.json
+++ b/src/utils/i18n/locales/de/lightning.json
@@ -20,12 +20,6 @@
"text": {
"string": "Du kannst dein Bitkit-Sparkonto verwenden oder Bitcoin aus einer anderen Wallet senden."
},
- "text_blocked": {
- "string": "Derzeit kann Bitkit keine automatischen Lightning-Verbindungen für Einwohner der USA und Kanadas bereitstellen."
- },
- "text_blocked_cjit": {
- "string": "Bitkit bietet derzeit keine Lightning-Dienste in den USA oder Kanada an, aber Sie können sich trotzdem direkt mit anderen Knotenpunkten verbinden."
- },
"button1": {
"string": "Von Sparkonto übertragen"
},
diff --git a/src/utils/i18n/locales/de/settings.json b/src/utils/i18n/locales/de/settings.json
index 608e46654..5ac581de8 100644
--- a/src/utils/i18n/locales/de/settings.json
+++ b/src/utils/i18n/locales/de/settings.json
@@ -131,6 +131,33 @@
"string": "Titel anzeigen"
}
},
+ "quickpay": {
+ "nav_title": {
+ "string": "QuickPay"
+ },
+ "intro": {
+ "title": {
+ "string": "Reibungslos\nZahlungen"
+ },
+ "description": {
+ "string": "Bitkit QuickPay beschleunigt den Bezahlvorgang, indem es QR-Codes beim Scannen automatisch bezahlt."
+ }
+ },
+ "settings": {
+ "toggle": {
+ "string": "QuickPay aktivieren"
+ },
+ "text": {
+ "string": "Wenn diese Option aktiviert ist, werden gescannte Rechnungen unter ${Betrag} automatisch bezahlt, ohne dass Sie eine Bestätigung oder PIN* benötigen."
+ },
+ "label": {
+ "string": "Quickpay-Schwelle"
+ },
+ "note": {
+ "string": "* Bitkit QuickPay unterstützt ausschließlich Zahlungen von Ihrem Guthaben."
+ }
+ }
+ },
"security": {
"title": {
"string": "Sicherheit Und Privatsphäre"
@@ -212,6 +239,9 @@
"category_transaction_log": {
"string": "Transaktionshistorie"
},
+ "category_wallet": {
+ "string": "Boosts & Übertragungen"
+ },
"category_settings": {
"string": "Einstellungen"
},
diff --git a/src/utils/i18n/locales/de/slashtags.json b/src/utils/i18n/locales/de/slashtags.json
index fe46c04b5..a0c3effcd 100644
--- a/src/utils/i18n/locales/de/slashtags.json
+++ b/src/utils/i18n/locales/de/slashtags.json
@@ -117,7 +117,7 @@
"string": "Profil"
},
"profile_save": {
- "string": "Profile speichern"
+ "string": "Speichern"
},
"profile_pay_contacts": {
"string": "Kontakte Bezahlen"
@@ -158,6 +158,12 @@
"profile_edit": {
"string": "Profil bearbeiten"
},
+ "profile_delete": {
+ "string": "Löschen"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Ja, Löschen"
+ },
"offline_enable": {
"string": "Aktiviere Zahlungen mit Kontakten*"
},
diff --git a/src/utils/i18n/locales/de/wallet.json b/src/utils/i18n/locales/de/wallet.json
index 185641165..0b883d377 100644
--- a/src/utils/i18n/locales/de/wallet.json
+++ b/src/utils/i18n/locales/de/wallet.json
@@ -115,6 +115,14 @@
"send_pending": {
"string": "Zahlung ausstehend"
},
+ "send_quickpay": {
+ "nav_title": {
+ "string": "QuickPay"
+ },
+ "title": {
+ "string": "Bezahlen\nRechnung..."
+ }
+ },
"send_pending_note": {
"string": "Diese Zahlung dauert länger als erwartet. Du kannst Bitkit weiterhin verwenden."
},
@@ -309,12 +317,6 @@
"receive_spending": {
"string": "Auf Ausgabenkonto empfangen"
},
- "receive_connect_initial": {
- "string": "Um dein Ausgabenkonto einzurichten, wird eine {lspFee} Dienstleistergebühr abgezogen."
- },
- "receive_connect_additional": {
- "string": "Um mehr sofortigen Bitcoin zu empfangen, muss Bitkit deine Liquidität erhöhen. Eine {lspFee} Dienstleistergebühr wird von dem angegebenen Betrag abgezogen."
- },
"receive_liquidity": {
"nav_title": {
"string": "Einrichtung des Ausgabensaldos"
diff --git a/src/utils/i18n/locales/el/slashtags.json b/src/utils/i18n/locales/el/slashtags.json
index 127c620dd..3bcc7d53f 100644
--- a/src/utils/i18n/locales/el/slashtags.json
+++ b/src/utils/i18n/locales/el/slashtags.json
@@ -1,7 +1,13 @@
{
+ "profile_save": {
+ "string": "Καταχώρηση"
+ },
"profile_link_suggestions": {
"string": "Προτάσεις"
},
+ "profile_delete": {
+ "string": "Διαγραφή"
+ },
"widget_edit_custom": {
"string": "Προσαρμοσμένο"
}
diff --git a/src/utils/i18n/locales/es_419/common.json b/src/utils/i18n/locales/es_419/common.json
index c9999161a..81666c7d4 100644
--- a/src/utils/i18n/locales/es_419/common.json
+++ b/src/utils/i18n/locales/es_419/common.json
@@ -44,6 +44,9 @@
"delete": {
"string": "Borrar"
},
+ "delete_yes": {
+ "string": "Sí, Borrar"
+ },
"ok": {
"string": "OK"
},
diff --git a/src/utils/i18n/locales/es_419/slashtags.json b/src/utils/i18n/locales/es_419/slashtags.json
index 75fff8d93..f24441c41 100644
--- a/src/utils/i18n/locales/es_419/slashtags.json
+++ b/src/utils/i18n/locales/es_419/slashtags.json
@@ -84,7 +84,7 @@
"string": "Perfil"
},
"profile_save": {
- "string": "Guardar perfil"
+ "string": "Guardar"
},
"profile_pay_contacts": {
"string": "Pague a sus contactos"
@@ -122,6 +122,12 @@
"profile_edit": {
"string": "Editar Perfil"
},
+ "profile_delete": {
+ "string": "Borrar"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Sí, Borrar"
+ },
"offline_enable": {
"string": "Habilitar pagos con contactos*"
},
diff --git a/src/utils/i18n/locales/es_ES/common.json b/src/utils/i18n/locales/es_ES/common.json
index 53ee3ca37..2f1863b82 100644
--- a/src/utils/i18n/locales/es_ES/common.json
+++ b/src/utils/i18n/locales/es_ES/common.json
@@ -47,6 +47,9 @@
"delete": {
"string": "Borrar"
},
+ "delete_yes": {
+ "string": "Sí, Borrar"
+ },
"ok": {
"string": "OK"
},
diff --git a/src/utils/i18n/locales/es_ES/lightning.json b/src/utils/i18n/locales/es_ES/lightning.json
index c09495d54..5e2cddb65 100644
--- a/src/utils/i18n/locales/es_ES/lightning.json
+++ b/src/utils/i18n/locales/es_ES/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "Puede usar sus ahorros en Bitkit o enviar bitcoin desde un monedero diferente."
},
- "text_blocked": {
- "string": "En este momento, Bitkit no puede proveer conexiones automáticas Lightning a residentes de los Estados Unidos y Canadá."
- },
"button1": {
"string": "Transferir desde Ahorros"
},
diff --git a/src/utils/i18n/locales/es_ES/slashtags.json b/src/utils/i18n/locales/es_ES/slashtags.json
index 559835f1a..fe81d82de 100644
--- a/src/utils/i18n/locales/es_ES/slashtags.json
+++ b/src/utils/i18n/locales/es_ES/slashtags.json
@@ -102,7 +102,7 @@
"string": "Perfil"
},
"profile_save": {
- "string": "Guardar perfil"
+ "string": "Guardar"
},
"profile_pay_contacts": {
"string": "Pague a sus contactos"
@@ -140,6 +140,12 @@
"profile_edit": {
"string": "Editar Perfil"
},
+ "profile_delete": {
+ "string": "Borrar"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Sí, Borrar"
+ },
"offline_enable": {
"string": "Habilitar pagos con contactos*"
},
diff --git a/src/utils/i18n/locales/es_ES/wallet.json b/src/utils/i18n/locales/es_ES/wallet.json
index 86109bcd1..180ec30ec 100644
--- a/src/utils/i18n/locales/es_ES/wallet.json
+++ b/src/utils/i18n/locales/es_ES/wallet.json
@@ -221,9 +221,6 @@
"receive_show_qr": {
"string": "Mostrar código QR"
},
- "receive_connect_initial": {
- "string": "Para configurar su saldo de gastos, se deducirá una comisión de proveedor de servicio de {lspFee}."
- },
"receive_liquidity": {
"nav_title_additional": {
"string": "Incrementar Capacidad de Recepción"
diff --git a/src/utils/i18n/locales/fr/common.json b/src/utils/i18n/locales/fr/common.json
index d4687e380..0266a32fe 100644
--- a/src/utils/i18n/locales/fr/common.json
+++ b/src/utils/i18n/locales/fr/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Supprimer"
},
+ "delete_yes": {
+ "string": "Oui, Supprimer"
+ },
"ok": {
"string": "OK"
},
+ "reset": {
+ "string": "Réinitialiser"
+ },
"retry": {
"string": "Réessayer"
},
@@ -88,5 +94,8 @@
},
"default": {
"string": "Défaut"
+ },
+ "preview": {
+ "string": "Aperçu"
}
}
diff --git a/src/utils/i18n/locales/fr/lightning.json b/src/utils/i18n/locales/fr/lightning.json
index c882e0014..e16e609ef 100644
--- a/src/utils/i18n/locales/fr/lightning.json
+++ b/src/utils/i18n/locales/fr/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "Vous pouvez utiliser votre épargne Bitkit ou envoyer des bitcoins à partir d'un autre portefeuille."
},
- "text_blocked": {
- "string": "À l'heure actuelle, Bitkit ne peut pas fournir de connexions Lightning automatiques aux résidents des États-Unis et du Canada."
- },
"button1": {
"string": "Transfert depuis l'épargne"
},
diff --git a/src/utils/i18n/locales/fr/slashtags.json b/src/utils/i18n/locales/fr/slashtags.json
index 3c15817c3..0f56e338b 100644
--- a/src/utils/i18n/locales/fr/slashtags.json
+++ b/src/utils/i18n/locales/fr/slashtags.json
@@ -117,7 +117,7 @@
"string": "Profil"
},
"profile_save": {
- "string": "Sauvegarder le profil"
+ "string": "Enregistrer"
},
"profile_pay_contacts": {
"string": "Payez vos contacts"
@@ -158,6 +158,12 @@
"profile_edit": {
"string": "Modifier le profil"
},
+ "profile_delete": {
+ "string": "Supprimer"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Oui, Supprimer"
+ },
"offline_enable": {
"string": "Permettre les paiements par contact*"
},
diff --git a/src/utils/i18n/locales/fr/wallet.json b/src/utils/i18n/locales/fr/wallet.json
index c718e0169..fe3d22512 100644
--- a/src/utils/i18n/locales/fr/wallet.json
+++ b/src/utils/i18n/locales/fr/wallet.json
@@ -284,12 +284,6 @@
"receive_spending": {
"string": "Recevoir sur le compte de dépenses"
},
- "receive_connect_initial": {
- "string": "Pour établir votre solde de dépenses, des {lspFee} frais du fournisseur de services seront déduits."
- },
- "receive_connect_additional": {
- "string": "Pour recevoir plus de bitcoins instantanés, Bitkit doit augmenter vos liquidités. A {lspFee} frais de fournisseur de services seront déduits du montant que vous avez spécifié."
- },
"receive_cjit_error": {
"string": "Échec de la transaction"
},
diff --git a/src/utils/i18n/locales/it/common.json b/src/utils/i18n/locales/it/common.json
index f93bec1d5..391e93f23 100644
--- a/src/utils/i18n/locales/it/common.json
+++ b/src/utils/i18n/locales/it/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Elimina"
},
+ "delete_yes": {
+ "string": "Si, Elimina"
+ },
"ok": {
"string": "OK"
},
+ "reset": {
+ "string": "Ripristino"
+ },
"retry": {
"string": "Riprova"
},
@@ -88,5 +94,8 @@
},
"default": {
"string": "Predefinito"
+ },
+ "preview": {
+ "string": "Anteprima"
}
}
diff --git a/src/utils/i18n/locales/it/lightning.json b/src/utils/i18n/locales/it/lightning.json
index 45b0e0415..1733e2d05 100644
--- a/src/utils/i18n/locales/it/lightning.json
+++ b/src/utils/i18n/locales/it/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "Puoi utilizzare i tuoi risparmi Bitkit o inviare bitcoin da un portafoglio diverso."
},
- "text_blocked": {
- "string": "Al momento, Bitkit non può fornire connessioni Lightning automatiche ai residenti negli Stati Uniti e in Canada."
- },
"button1": {
"string": "Trasferimento da risparmio"
},
diff --git a/src/utils/i18n/locales/it/slashtags.json b/src/utils/i18n/locales/it/slashtags.json
index 3b292f366..f17f23d2c 100644
--- a/src/utils/i18n/locales/it/slashtags.json
+++ b/src/utils/i18n/locales/it/slashtags.json
@@ -117,7 +117,7 @@
"string": "Profilo"
},
"profile_save": {
- "string": "Salva Profilo"
+ "string": "Salva"
},
"profile_pay_contacts": {
"string": "Paga i tuoi Contatti"
@@ -158,6 +158,12 @@
"profile_edit": {
"string": "Modifica Profilo"
},
+ "profile_delete": {
+ "string": "Elimina"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Si, Elimina"
+ },
"offline_enable": {
"string": "Abilita i pagamenti con i contatti*"
},
diff --git a/src/utils/i18n/locales/it/wallet.json b/src/utils/i18n/locales/it/wallet.json
index 69375a833..b5137f1b4 100644
--- a/src/utils/i18n/locales/it/wallet.json
+++ b/src/utils/i18n/locales/it/wallet.json
@@ -287,12 +287,6 @@
"receive_spending": {
"string": "Ricevi sul saldo delle spese"
},
- "receive_connect_initial": {
- "string": "Per impostare il tuo saldo spendibile, {lspFee} verrà detratta una commissione del fornitore di servizi."
- },
- "receive_connect_additional": {
- "string": "Per ricevere più Bitcoin istantanei, Bitkit deve aumentare la tua liquidità. Una {lspFee} commissione del fornitore di servizi verrà detratta dall'importo specificato."
- },
"receive_cjit_error": {
"string": "Transazione Fallita"
},
diff --git a/src/utils/i18n/locales/nl/common.json b/src/utils/i18n/locales/nl/common.json
index cf12a341e..8130278da 100644
--- a/src/utils/i18n/locales/nl/common.json
+++ b/src/utils/i18n/locales/nl/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Verwijderen"
},
+ "delete_yes": {
+ "string": "Ja, Verwijder"
+ },
"ok": {
"string": "OK"
},
+ "reset": {
+ "string": "Resetten"
+ },
"retry": {
"string": "Opnieuw proberen"
},
diff --git a/src/utils/i18n/locales/nl/lightning.json b/src/utils/i18n/locales/nl/lightning.json
index 009af118e..aac203f1d 100644
--- a/src/utils/i18n/locales/nl/lightning.json
+++ b/src/utils/i18n/locales/nl/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "U kunt uw Bitkit spaargeld gebruiken of bitcoin versturen vanaf een andere wallet."
},
- "text_blocked": {
- "string": "Bitkit kan momenteel geen automatische Lightning-verbindingen leveren aan inwoners van de VS en Canada."
- },
"button1": {
"string": "Overboeking van Spaargeld"
},
diff --git a/src/utils/i18n/locales/nl/slashtags.json b/src/utils/i18n/locales/nl/slashtags.json
index 03c923121..c6d9865ed 100644
--- a/src/utils/i18n/locales/nl/slashtags.json
+++ b/src/utils/i18n/locales/nl/slashtags.json
@@ -90,7 +90,7 @@
"string": "Profiel"
},
"profile_save": {
- "string": "Profiel Opslaan"
+ "string": "Opslaan"
},
"profile_pay_contacts": {
"string": "Betaal Uw Contacten"
@@ -131,6 +131,12 @@
"profile_edit": {
"string": "Profiel Bewerken"
},
+ "profile_delete": {
+ "string": "Verwijderen"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Ja, Verwijder"
+ },
"offline_enable": {
"string": "Activeer betalingen met contacten*"
},
diff --git a/src/utils/i18n/locales/nl/wallet.json b/src/utils/i18n/locales/nl/wallet.json
index 89cd63db1..09a520003 100644
--- a/src/utils/i18n/locales/nl/wallet.json
+++ b/src/utils/i18n/locales/nl/wallet.json
@@ -284,12 +284,6 @@
"receive_spending": {
"string": "Ontvang op Bestedingssaldo"
},
- "receive_connect_initial": {
- "string": "Voor het opzetten van uw bestedingssaldo wordt {lspFee} aan servicekosten ingehouden."
- },
- "receive_connect_additional": {
- "string": "Om meer Bitcoin op uw bestedingssaldo te ontvangen, moet Bitkit uw liquiditeit verhogen. Er wordt {lspFee} aan servicekosten ingehouden."
- },
"receive_cjit_error": {
"string": "Transactie Mislukt"
},
diff --git a/src/utils/i18n/locales/pl/slashtags.json b/src/utils/i18n/locales/pl/slashtags.json
index 025baadcf..892c4e7bc 100644
--- a/src/utils/i18n/locales/pl/slashtags.json
+++ b/src/utils/i18n/locales/pl/slashtags.json
@@ -1,5 +1,11 @@
{
+ "profile_save": {
+ "string": "Zapisz"
+ },
"profile_link_suggestions": {
"string": "Sugestie"
+ },
+ "profile_delete": {
+ "string": "Usuń"
}
}
diff --git a/src/utils/i18n/locales/pt_BR/common.json b/src/utils/i18n/locales/pt_BR/common.json
index e0098351c..1cc431ba7 100644
--- a/src/utils/i18n/locales/pt_BR/common.json
+++ b/src/utils/i18n/locales/pt_BR/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Deletar"
},
+ "delete_yes": {
+ "string": "Sim, Excluir"
+ },
"ok": {
"string": "OK"
},
+ "reset": {
+ "string": "Redefinir"
+ },
"retry": {
"string": "Tentar novamente"
},
@@ -88,5 +94,8 @@
},
"default": {
"string": "Padrão"
+ },
+ "preview": {
+ "string": "Pré-visualização"
}
}
diff --git a/src/utils/i18n/locales/pt_BR/lightning.json b/src/utils/i18n/locales/pt_BR/lightning.json
index 5475ab2f5..25db2b48d 100644
--- a/src/utils/i18n/locales/pt_BR/lightning.json
+++ b/src/utils/i18n/locales/pt_BR/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "Use seu saldo de poupança ou receba bitcoin de outra carteira."
},
- "text_blocked": {
- "string": "No momento, a Bitkit não pode fornecer conexões Lightning para residentes dos Estados Unidos e do Canadá."
- },
"button1": {
"string": "Transferir do Saldo de Poupança"
},
diff --git a/src/utils/i18n/locales/pt_BR/slashtags.json b/src/utils/i18n/locales/pt_BR/slashtags.json
index bccc99088..302d7f011 100644
--- a/src/utils/i18n/locales/pt_BR/slashtags.json
+++ b/src/utils/i18n/locales/pt_BR/slashtags.json
@@ -117,7 +117,7 @@
"string": "Perfil"
},
"profile_save": {
- "string": "Salvar Perfil"
+ "string": "Salvar"
},
"profile_pay_contacts": {
"string": "Pague Contatos"
@@ -158,6 +158,12 @@
"profile_edit": {
"string": "Editar perfil"
},
+ "profile_delete": {
+ "string": "Deletar"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Sim, Excluir"
+ },
"offline_enable": {
"string": "Habilitar pagamentos para contatos*"
},
diff --git a/src/utils/i18n/locales/pt_BR/wallet.json b/src/utils/i18n/locales/pt_BR/wallet.json
index d03a5eae3..1ebce80a8 100644
--- a/src/utils/i18n/locales/pt_BR/wallet.json
+++ b/src/utils/i18n/locales/pt_BR/wallet.json
@@ -284,12 +284,6 @@
"receive_spending": {
"string": "Receber no Saldo de Gastos"
},
- "receive_connect_initial": {
- "string": "Para configurar seu saldo de gastos, uma taxa de {lspFee} será deduzida."
- },
- "receive_connect_additional": {
- "string": "Para continuar recebendo instantaneamente, você precisa aumentar o limite de recebimento instantâneo. Para isso, a taxa de {lspFee} do provedor de serviços será deduzida."
- },
"receive_cjit_error": {
"string": "Falha na Transação"
},
diff --git a/src/utils/i18n/locales/ru/common.json b/src/utils/i18n/locales/ru/common.json
index 81d846512..aab03e551 100644
--- a/src/utils/i18n/locales/ru/common.json
+++ b/src/utils/i18n/locales/ru/common.json
@@ -53,9 +53,15 @@
"delete": {
"string": "Удалить"
},
+ "delete_yes": {
+ "string": "Да, Удалить"
+ },
"ok": {
"string": "ОК"
},
+ "reset": {
+ "string": "Сбросить"
+ },
"retry": {
"string": "Повторить"
},
@@ -94,5 +100,8 @@
},
"default": {
"string": "По умолчанию"
+ },
+ "preview": {
+ "string": "Предпросмотр"
}
}
diff --git a/src/utils/i18n/locales/ru/lightning.json b/src/utils/i18n/locales/ru/lightning.json
index f4f892613..738263991 100644
--- a/src/utils/i18n/locales/ru/lightning.json
+++ b/src/utils/i18n/locales/ru/lightning.json
@@ -20,9 +20,6 @@
"text": {
"string": "Вы можете использовать свои сбережения Bitkit или отправить биткойны из другого кошелька."
},
- "text_blocked": {
- "string": "В настоящее время Bitkit не может предоставить автоматические Lightning-соединения для жителей США и Канады."
- },
"button1": {
"string": "Перевести из Сбережений"
},
diff --git a/src/utils/i18n/locales/ru/slashtags.json b/src/utils/i18n/locales/ru/slashtags.json
index f5f03dea5..a3af5a78c 100644
--- a/src/utils/i18n/locales/ru/slashtags.json
+++ b/src/utils/i18n/locales/ru/slashtags.json
@@ -117,7 +117,7 @@
"string": "Профиль"
},
"profile_save": {
- "string": "Сохранить Профиль"
+ "string": "Сохранить"
},
"profile_pay_contacts": {
"string": "Платите Контактам"
@@ -158,6 +158,12 @@
"profile_edit": {
"string": "Редактировать Профиль"
},
+ "profile_delete": {
+ "string": "Удалить"
+ },
+ "profile_delete_dialogue_yes": {
+ "string": "Да, Удалить"
+ },
"offline_enable": {
"string": "Включить платежи с контактами*"
},
diff --git a/src/utils/i18n/locales/ru/wallet.json b/src/utils/i18n/locales/ru/wallet.json
index 748a58388..7f540bc91 100644
--- a/src/utils/i18n/locales/ru/wallet.json
+++ b/src/utils/i18n/locales/ru/wallet.json
@@ -295,12 +295,6 @@
"receive_spending": {
"string": "Получить на Баланс Расходов"
},
- "receive_connect_initial": {
- "string": "Чтобы настроить ваш Баланс Расходов, будет вычтена плата за услуги {lspFee}."
- },
- "receive_connect_additional": {
- "string": "Чтобы получить больше мгновенных биткоинов, Bitkit должен увеличить вашу ликвидность. Плата за услуги {lspFee} будет вычтена из указанной суммы."
- },
"receive_liquidity": {
"nav_title": {
"string": "Настройка Баланса Расходов"