diff --git a/src/app/components/AccountMenu/index.test.tsx b/src/app/components/AccountMenu/index.test.tsx index cabb98af4a..77a29c71fa 100644 --- a/src/app/components/AccountMenu/index.test.tsx +++ b/src/app/components/AccountMenu/index.test.tsx @@ -67,11 +67,11 @@ describe("AccountMenu", () => { await user.click(screen.getByText("Toggle Dropdown")); }); - await screen.findByText("Switch account"); + await screen.findByText("Switch Wallet"); expect(screen.getByText("Balance")).toBeInTheDocument(); expect(screen.getByText("LND account")).toBeInTheDocument(); expect(screen.getByText("Galoy account")).toBeInTheDocument(); - expect(screen.getByText("Add a new account")).toBeInTheDocument(); - expect(screen.getByText("Manage accounts")).toBeInTheDocument(); + expect(screen.getByText("Connect a Wallet")).toBeInTheDocument(); + expect(screen.getByText("Manage Wallets")).toBeInTheDocument(); }); }); diff --git a/src/app/components/AccountMenu/index.tsx b/src/app/components/AccountMenu/index.tsx index f479035c39..9468fc6399 100644 --- a/src/app/components/AccountMenu/index.tsx +++ b/src/app/components/AccountMenu/index.tsx @@ -128,7 +128,7 @@ function AccountMenu({ showOptions = true }: Props) { }} > - {t("options.account.account_settings")} + {t("options.account.wallet_settings")} {(isAlbyLNDHubAccount( authAccount?.alias, diff --git a/src/app/screens/Accounts/Detail/index.tsx b/src/app/screens/Accounts/Detail/index.tsx index bdf367841f..a3fafd05c0 100644 --- a/src/app/screens/Accounts/Detail/index.tsx +++ b/src/app/screens/Accounts/Detail/index.tsx @@ -540,7 +540,7 @@ function AccountDetail() { name: account.name, }); }} - label={t("actions.remove_account")} + label={t("actions.disconnect_wallet")} fullWidth /> diff --git a/src/app/screens/Accounts/index.test.tsx b/src/app/screens/Accounts/index.test.tsx index 8e8742c47d..01b365e5bf 100644 --- a/src/app/screens/Accounts/index.test.tsx +++ b/src/app/screens/Accounts/index.test.tsx @@ -17,6 +17,6 @@ describe("Accounts", () => { ); - expect(await screen.findByText("Accounts")).toBeInTheDocument(); + expect(await screen.findByText("Wallets")).toBeInTheDocument(); }); }); diff --git a/src/app/screens/Accounts/index.tsx b/src/app/screens/Accounts/index.tsx index 6a8d3cfa90..cac4f5b75b 100644 --- a/src/app/screens/Accounts/index.tsx +++ b/src/app/screens/Accounts/index.tsx @@ -24,7 +24,7 @@ function AccountsScreen() {
- -

- {t("nostr.title")} -

-

- - {t("nostr.title")} - {" "} - {t("nostr.hint")} -

-
- -
-
-
-
diff --git a/src/i18n/locales/cs/translation.json b/src/i18n/locales/cs/translation.json index 38263537b4..cb77df9ab3 100644 --- a/src/i18n/locales/cs/translation.json +++ b/src/i18n/locales/cs/translation.json @@ -238,15 +238,7 @@ } }, "accounts": { - "title": "Účty", - "actions": { - "add_account": "Přidat účet" - }, "account_view": { - "remove": { - "title": "Odstranit tento účet", - "subtitle": "Všechny propojené příspěvky budou smazány. Buďte si jisti, že akci chcete opravdu provést." - }, "nostr": { "errors": { "failed_to_load": "Nepodařilo se načíst Nostr klíč. Zadali jste validní Nostr klíč?" @@ -283,7 +275,6 @@ } }, "actions": { - "remove_account": "Odstranit účet", "export": "Export" }, "export": { @@ -294,7 +285,6 @@ "your_ln_address": "Vaše Lightning adresa:", "scan_qr": "Importujte tuto peněženku do Zeus nebo BlueWallet naskenováním QR kódu." }, - "title1": "Informace o účtu", "title2": "Upravit účet", "name": { "title": "Jméno", @@ -355,7 +345,6 @@ } }, "settings": { - "title": "Nastavení", "browser_notifications": { "title": "Upozornění prohlížeče", "subtitle": "Platební notifikace a notifikace týkající se autentizace." @@ -639,7 +628,6 @@ "password": "Heslo", "success": "Úspěch", "error": "Chyba", - "settings": "Nastavení", "connected_sites": "", "sats_one": "sat", "sats_other": "satů", @@ -750,14 +738,7 @@ } }, "account_menu": { - "screen_reader": "Přepnout rozbalovací nabídku", - "title": "Změnit účet", - "options": { - "account": { - "add": "Přidat nový účet", - "manage": "Spravovat účty" - } - } + "screen_reader": "Přepnout rozbalovací nabídku" }, "publishers_table": { "payments": "platby" diff --git a/src/i18n/locales/da/translation.json b/src/i18n/locales/da/translation.json index 1d41ae2060..f51d8a9a4b 100644 --- a/src/i18n/locales/da/translation.json +++ b/src/i18n/locales/da/translation.json @@ -252,9 +252,7 @@ } }, "accounts": { - "title": "Konti", "account_view": { - "title1": "Kontooplysninger", "title2": "Rediger konto", "name": { "title": "Navn", @@ -297,17 +295,9 @@ "failed_to_load": "Nostr-nøglen kunne ikke anvendes. Er det en gyldig Nostr-nøgle?" } }, - "remove": { - "title": "Fjern denne konto", - "subtitle": "Alle de tilknyttede puljer bliver slettet. Du skal være helt sikker." - }, "actions": { - "remove_account": "Fjern konto", "export": "Eksporter" } - }, - "actions": { - "add_account": "Tilføj konto" } }, "unlock": { @@ -326,7 +316,6 @@ } }, "settings": { - "title": "Indstillinger", "browser_notifications": { "title": "Browsermeddelelser", "subtitle": "Meddelelser om betaling og godkendelser." @@ -563,7 +552,6 @@ "confirm_password": "Bekræft adgangskode", "success": "Succes", "error": "Fejl", - "settings": "Indstillinger", "accounts": "Konti", "discover": "Opdag", "connected_sites": "", @@ -673,14 +661,7 @@ } }, "account_menu": { - "screen_reader": "Skift drop-down", - "title": "Skift konto", - "options": { - "account": { - "add": "Tilføj en ny konto", - "manage": "Administrer konti" - } - } + "screen_reader": "Skift drop-down" }, "publishers_table": { "payments": "betalinger" diff --git a/src/i18n/locales/de/translation.json b/src/i18n/locales/de/translation.json index 53471f032b..69d60c0096 100644 --- a/src/i18n/locales/de/translation.json +++ b/src/i18n/locales/de/translation.json @@ -436,13 +436,10 @@ } }, "accounts": { - "title": "Konten", - "actions": { - "add_account": "Konto hinzufügen" - }, "account_view": { "title2": "Konto", "title1": "Kontoeinstellung", + "name": { "title": "Name anzeigen", "placeholder": "Konto Anzeigename" @@ -521,13 +518,10 @@ } }, "remove": { - "title": "Dieses Konto entfernen", - "subtitle": "Entfernt alle Zugangsdaten, Zahlungsdaten und Schlüssel, die mit diesem Konto verbunden sind.", "error": "Der eingegebene Kontoname stimmte nicht überein.", "confirm": "Bitte gebe den Namen des Kontos ein, um die Löschung deines Kontos zu bestätigen:\n\n{{ Name }}\n\n⚠️ Wenn du fortfährst, werden alle zugehörigen Schlüssel (Hauptschlüssel, Nostr, etc.) gelöscht. Bitte vergewissern dich, dass du eine Sicherungskopie erstellt hast, denn es gibt keine andere Möglichkeit, sie wiederherzustellen." }, "actions": { - "remove_account": "Konto entfernen", "export": "Exportieren", "remove_secretkey": "Hauptschlüssel entfernen" }, @@ -980,13 +974,9 @@ "account_menu": { "options": { "account": { - "add": "Neues Konto hinzufügen", - "manage": "Konten verwalten", - "account_settings": "Kontoeinstellungen", "go_to_web_wallet": "Verwalte dein Web-Konto" } }, - "title": "Konto wechseln", "screen_reader": "Dropdown umschalten" }, "publishers_table": { diff --git a/src/i18n/locales/el/translation.json b/src/i18n/locales/el/translation.json index 22da0fd095..ffaf1eb70e 100644 --- a/src/i18n/locales/el/translation.json +++ b/src/i18n/locales/el/translation.json @@ -176,9 +176,7 @@ } }, "accounts": { - "title": "Λογαριασμοί", "account_view": { - "title1": "Ρυθμίσεις λογαριασμού", "title2": "Λογαριασμός", "mnemonic": { "backup": { diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index d8b6e179e9..fd06aa9a5e 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -396,9 +396,9 @@ } }, "accounts": { - "title": "Accounts", + "title": "Wallets", "account_view": { - "title1": "Account Settings", + "title1": "Wallet Settings", "title2": "Account", "name": { "title": "Display Name", @@ -535,8 +535,8 @@ } }, "remove": { - "title": "Remove This Account", - "subtitle": "Removes all allowances, payment data and keys associated with this account.", + "title": "Disconnect This Wallet", + "subtitle": "Removes all allowances, payment data and keys associated with this wallet.", "confirm": "Please enter the name of the account to confirm the deletion of your account:\n\n{{ name }}\n\n ⚠️ All associated keys (Master Key, Nostr, etc) will be deleted if you continue. Please make sure you have backed them up, there is no other way to restore them.", "error": "The entered account name didn't match." }, @@ -547,13 +547,13 @@ "success": "Successfully removed the Master Key." }, "actions": { - "remove_account": "Remove account", + "disconnect_wallet": "Disconnect Wallet", "remove_secretkey": "Remove Master Key", "export": "Export" } }, "actions": { - "add_account": "Add account" + "connect_a_wallet": "Connect a wallet" } }, "webln_enable": { @@ -593,7 +593,7 @@ } }, "settings": { - "title": "Settings", + "title": "Extension Settings", "browser_notifications": { "title": "Browser notifications", "subtitle": "Payment and authentication related notifications." @@ -678,15 +678,6 @@ "mismatched_password": "Passcodes don't match." }, "success": "Passcode changed successfully" - }, - "nostr": { - "title": "Nostr", - "hint": "is a simple and open protocol that aims to create censorship-resistant social networks. Nostr works with cryptographic keys. To publish something you sign it with your key and send it to multiple relays. You can use Alby to manage your Nostr key. Many Nostr applications will then allow you to simply use the key from the Alby extension.", - "private_key": { - "title": "Private key", - "subtitle": "This section is moved to accounts page as keys are account specific now.", - "go_to": "Go To Accounts" - } } }, "send": { @@ -1167,12 +1158,12 @@ }, "account_menu": { "screen_reader": "Toggle Dropdown", - "title": "Switch account", + "title": "Switch Wallet", "options": { "account": { - "add": "Add a new account", - "manage": "Manage accounts", - "account_settings": "Account settings", + "add": "Connect a Wallet", + "manage": "Manage Wallets", + "wallet_settings": "Wallet settings", "go_to_web_wallet": "Manage your web account" } } diff --git a/src/i18n/locales/eo/translation.json b/src/i18n/locales/eo/translation.json index 321c411619..37c7603918 100644 --- a/src/i18n/locales/eo/translation.json +++ b/src/i18n/locales/eo/translation.json @@ -221,12 +221,6 @@ "is_blocked_hint": "" } }, - "accounts": { - "title": "Kontoj", - "actions": { - "add_account": "" - } - }, "unlock": { "unlock_to_continue": "", "unlock_password": "", @@ -243,7 +237,6 @@ } }, "settings": { - "title": "Agordoj", "browser_notifications": { "title": "", "subtitle": "" @@ -471,7 +464,6 @@ "password": "Pasvorto", "success": "Sukceso", "error": "Eraro", - "settings": "Agordoj", "connected_sites": "", "sats_one": "satoŝio", "sats_other": "satoŝioj", @@ -574,14 +566,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "Administri kontojn" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "pagoj" diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index 18511e35d8..f0de321240 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -240,10 +240,6 @@ } }, "accounts": { - "title": "Cuentas", - "actions": { - "add_account": "Agregar Cuenta" - }, "account_view": { "nostr": { "errors": { @@ -275,11 +271,6 @@ "title": "Nostr", "hint": "es un protocolo simple y abierto que tiene como objetivo crear redes sociales resistentes a la censura. Nostr trabaja con claves criptográficas. Para publicar algo, lo firma con su clave y lo envía a múltiples relevos. Puede usar Alby para administrar su clave Nostr. Muchas aplicaciones de Nostr le permitirán simplemente usar la clave de la extensión Alby." }, - "remove": { - "title": "Eliminar Esta Cuenta", - "subtitle": "Se eliminarán todos los enlaces vinculados. Por favor, asegúrese de querer hacerlo." - }, - "title1": "Información de la Cuenta", "title2": "Editar Cuenta", "name": { "title": "Nombre", @@ -294,7 +285,6 @@ "export_uri": "URI de credenciales de LNDHub" }, "actions": { - "remove_account": "Eliminar cuenta", "export": "Exportar" } } @@ -315,7 +305,6 @@ } }, "settings": { - "title": "Configuración", "website_enhancements": { "title": "Mejoras del sitio web", "subtitle": "Mejoras de propinas para Twitter, YouTube, etc." @@ -648,7 +637,6 @@ "password": "Contraseña", "success": "Exitoso", "error": "Error", - "settings": "Ajustes", "connected_sites": "Sitios conectados", "sats_one": "sat", "sats_other": "sats", @@ -779,12 +767,8 @@ } }, "account_menu": { - "title": "Cambiar de cuenta", "options": { "account": { - "add": "Agregar una nueva cuenta", - "manage": "Administrar cuentas", - "account_settings": "Configuraciones de la cuenta", "go_to_web_wallet": "Administra tu cuenta de Alby" } }, diff --git a/src/i18n/locales/fa/translation.json b/src/i18n/locales/fa/translation.json index 9626be7623..13a9d78d1b 100644 --- a/src/i18n/locales/fa/translation.json +++ b/src/i18n/locales/fa/translation.json @@ -284,9 +284,7 @@ } }, "accounts": { - "title": "حساب های کاربری", "account_view": { - "title1": "تنظیمات حساب کاربری", "title2": "حساب کاربری", "name": { "title": "نام نمایشی", @@ -366,13 +364,10 @@ } }, "remove": { - "title": "حذف این حساب کاربری", - "subtitle": "تمام مجوزها، داده های پرداخت و کلیدهای وابسته را حذف می کند.", "confirm": "لطفا نام حساب کاربری را وارد کنید تا حذف حساب تان را تایید کنید.\n\n.⚠️ اگر ادامه دهید تمام کلیدهای مرتبط (کلید اصلی، ناستر و غیره) حذف خواهند شد. لطفا مطمئن شوید که حتما آنها را جایی ذخیره کرده اید، هیچ راه دیگری برای بازپس گیری آنها وجود ندارد.", "error": "نام حساب کاربری وارد شده مطابقت نداشت." }, "actions": { - "remove_account": "حذف حساب کاربری", "export": "استخراج", "remove_secretkey": "حذف کلید اصلی" }, @@ -428,9 +423,6 @@ "subtitle": "شبکه را انتخاب کنید و تراکنش بیتکوین یا لیکوئید را رمزگشایی کنید" }, "no_mnemonic_hint": "💡 شما هنوز یک کلید اصلی ندارید. <0>اینجا کلید کنید
تا کلید اصلی خود را بسازید و این تنظیمات را باز کنید." - }, - "actions": { - "add_account": "افزودن جساب کاربری" } }, "unlock": { @@ -449,7 +441,6 @@ } }, "settings": { - "title": "تنظیمات", "browser_notifications": { "title": "اعلان های مرورگر", "subtitle": "اعلان های مربوط به پرداخت و احراز هویت." @@ -800,7 +791,6 @@ "confirm_password": "‬تایید گذرواژه", "success": "موفقیت", "error": "خطا", - "settings": "تنظیمات", "accounts": "حساب های کاربری", "discover": "کشف کنید", "connected_sites": "سایت های متصل", @@ -953,12 +943,8 @@ }, "account_menu": { "screen_reader": "منوی تعویض", - "title": "تعویض حساب کاربری", "options": { "account": { - "add": "افزودن حساب کاربری جدید", - "manage": "مدیریت حساب های کاربری", - "account_settings": "تنظیمات حساب کاربری", "go_to_web_wallet": "حساب کاربری وب خود را مدیریت کنید" } } diff --git a/src/i18n/locales/fi/translation.json b/src/i18n/locales/fi/translation.json index a15b14b6be..8a2e4b3acf 100644 --- a/src/i18n/locales/fi/translation.json +++ b/src/i18n/locales/fi/translation.json @@ -216,12 +216,6 @@ "is_blocked_hint": "Alby on tällä hetkellä poissa käytöstä {{host}}:lla" } }, - "accounts": { - "title": "Tilit", - "actions": { - "add_account": "Lisää tili" - } - }, "unlock": { "unlock_to_continue": "Avaa lukitus jatkaaksesi", "unlock_password": "Avaussalasanasi", @@ -238,7 +232,6 @@ } }, "settings": { - "title": "Asetukset", "browser_notifications": { "title": "Selaimen ilmoitukset", "subtitle": "Maksuihin ja todentamiseen liittyvät ilmoitukset." @@ -463,7 +456,6 @@ "password": "Salasana", "success": "Menestys", "error": "Virhe", - "settings": "Asetukset", "sats_one": "sat", "sats_other": "satia", "loading": "ladataan", @@ -564,14 +556,7 @@ } }, "account_menu": { - "screen_reader": "Vaihda pudotusvalikko", - "title": "Vaihda tili", - "options": { - "account": { - "add": "Lisää uusi tili", - "manage": "Hallitse tilejä" - } - } + "screen_reader": "Vaihda pudotusvalikko" }, "publishers_table": { "payments": "maksut" diff --git a/src/i18n/locales/fr/translation.json b/src/i18n/locales/fr/translation.json index 84b49b182c..42cd5bba63 100644 --- a/src/i18n/locales/fr/translation.json +++ b/src/i18n/locales/fr/translation.json @@ -252,9 +252,7 @@ } }, "accounts": { - "title": "Comptes", "account_view": { - "title1": "Information sur le compte", "title2": "Modifier le compte", "name": { "title": "Nom", @@ -298,17 +296,9 @@ "failed_to_load": "Échec du chargement de la clé Nostr. Est-ce une clé Nostr valide ?" } }, - "remove": { - "title": "Supprimer ce compte", - "subtitle": "Tous les quotas liés seront supprimés. S'il vous plaît soyez certain." - }, "actions": { - "remove_account": "Supprimer le compte", "export": "Exporter" } - }, - "actions": { - "add_account": "Ajouter un compte" } }, "unlock": { @@ -327,7 +317,6 @@ } }, "settings": { - "title": "Paramètres", "browser_notifications": { "title": "Notifications du navigateur", "subtitle": "Notifications liées au paiement et à l'authentification." @@ -564,7 +553,6 @@ "confirm_password": "Confirmez le mot de passe", "success": "Succès", "error": "Erreur", - "settings": "Paramètres", "accounts": "Comptes", "discover": "Découvrir", "connected_sites": "", @@ -679,14 +667,7 @@ } }, "account_menu": { - "screen_reader": "Basculer la liste déroulante", - "title": "Changer de compte", - "options": { - "account": { - "add": "Ajouter un nouveau compte", - "manage": "Gérer les comptes" - } - } + "screen_reader": "Basculer la liste déroulante" }, "publishers_table": { "payments": "Paiements" diff --git a/src/i18n/locales/hi/translation.json b/src/i18n/locales/hi/translation.json index 5226df1f36..9c7eb759d1 100644 --- a/src/i18n/locales/hi/translation.json +++ b/src/i18n/locales/hi/translation.json @@ -321,7 +321,6 @@ } }, "settings": { - "title": "सेटिंग्ज", "browser_notifications": { "title": "ब्राउझर सूचना", "subtitle": "भुगतान और प्रमाणीकरण संबंधी सूचनाएँ।" @@ -944,7 +943,6 @@ "confirm_password": "पासवर्ड की पुष्टि करें", "success": "सफलता", "error": "त्रुटि", - "settings": "सेटिंग्स", "accounts": "खाते", "discover": "खोजें", "sats_one": "sat", @@ -1115,16 +1113,7 @@ } }, "account_menu": { - "screen_reader": "Toggle Dropdown", - "title": "खाता बदलें", - "options": { - "account": { - "add": "एक नया खाता जोड़ें", - "manage": "खाते प्रबंधित करें", - "account_settings": "अकाउंट सेटिंग", - "go_to_web_wallet": "अपने web account का प्रबंधन करें" - } - } + "screen_reader": "Toggle Dropdown" }, "publishers_table": { "payments": "भुगतान", diff --git a/src/i18n/locales/id/translation.json b/src/i18n/locales/id/translation.json index aaba509fcd..2fa1b68344 100644 --- a/src/i18n/locales/id/translation.json +++ b/src/i18n/locales/id/translation.json @@ -398,8 +398,6 @@ "hint": "adalah protokol simpel dan terbuka yang bertujuan untuk membuat jaringan sosial anti penyensoran. Nostr bekerja dengan menggunakan kunci kriptografi. Untuk menerbitkan sesuatu, kamu dapat gunakan kunci dan mengirimnya ke berbagai relay. Kamu dapat menggunakan Alby untuk mengatur kunci Nostr. Berbagai aplikasi Nostr akan dapat menggunakan kunci dari ekstensi Alby." }, "remove": { - "title": "Hapus Akun Ini", - "subtitle": "Hapus semua allowances, data pembayaran, dan kunci-kunci yang terasosiasi dengan akun ini.", "error": "Nama akun yang dimasukkan tidak sama." }, "remove_secretkey": { @@ -409,15 +407,9 @@ }, "actions": { "remove_secretkey": "Hapus Master Key", - "export": "Expor", - "remove_account": "Hapus akun" - }, - "title1": "Pengaturan Akun" - }, - "actions": { - "add_account": "Tambah akun" - }, - "title": "Akun-akun" + "export": "Expor" + } + } }, "unlock": { "unlock_to_continue": "Buka untuk melanjutkan", @@ -435,7 +427,6 @@ } }, "settings": { - "title": "Pengaturan", "browser_notifications": { "title": "Notifikasi peramban", "subtitle": "Notifikasi terkait pembayaran dan autentikasi." @@ -723,14 +714,10 @@ "account_menu": { "options": { "account": { - "add": "Tambahkan akun baru", - "manage": "Kelola akun", - "account_settings": "Pengaturan Akun", "go_to_web_wallet": "Atur akun web kamu" } }, - "screen_reader": "Toggle Dropdown", - "title": "Ganti akun" + "screen_reader": "Toggle Dropdown" }, "transactions_table": { "sent": "Terkirim", @@ -864,7 +851,6 @@ "confirm_password": "Konfirmasi Kata Sandi", "success": "Sukses", "error": "Eror", - "settings": "Pengaturan", "accounts": "Akun-akun", "connected_sites": "Situs Terhubung", "wallet": "Dompet", diff --git a/src/i18n/locales/it/translation.json b/src/i18n/locales/it/translation.json index 0b49c19be1..1c5c7b7bc6 100644 --- a/src/i18n/locales/it/translation.json +++ b/src/i18n/locales/it/translation.json @@ -226,10 +226,6 @@ } }, "accounts": { - "title": "Accounts", - "actions": { - "add_account": "Aggiungi account" - }, "account_view": { "nostr": { "errors": { @@ -260,13 +256,8 @@ "label": "Chiave Pubblica" } }, - "remove": { - "title": "Rimuovi Questo Account", - "subtitle": "Tutte i permessi collegati saranno cancellati. Si prega di esserne certi." - }, "actions": { - "export": "Esporta", - "remove_account": "Rimuovi account" + "export": "Esporta" }, "export": { "your_ln_address": "Il Tuo Indirizzo Lightning:", @@ -276,7 +267,6 @@ "title": "Esporta Account", "screen_reader": "Esporta i dettagli dell'account" }, - "title1": "Informazioni account", "title2": "Modifica Account", "name": { "title": "Nome", @@ -300,7 +290,6 @@ } }, "settings": { - "title": "Impostazioni", "browser_notifications": { "title": "Notifiche del browser", "subtitle": "Notifiche relative ai pagamenti e all'autenticazione." @@ -562,7 +551,6 @@ "password": "Password", "success": "Successo", "error": "Errore", - "settings": "Impostazioni", "connected_sites": "", "loading": "caricamento", "amount": "Importo", @@ -673,14 +661,7 @@ } }, "account_menu": { - "screen_reader": "Attiva/disattiva menu a tendina", - "title": "Cambia account", - "options": { - "account": { - "add": "Aggiungi un nuovo account", - "manage": "Gestisci gli account" - } - } + "screen_reader": "Attiva/disattiva menu a tendina" }, "publishers_table": { "payments": "pagamenti" diff --git a/src/i18n/locales/ja/translation.json b/src/i18n/locales/ja/translation.json index 431d589aac..832b970911 100644 --- a/src/i18n/locales/ja/translation.json +++ b/src/i18n/locales/ja/translation.json @@ -264,7 +264,6 @@ "title": "表示名", "placeholder": "アカウントの表示名" }, - "title1": "アカウント設定", "mnemonic": { "title": "🔑 鍵の管理", "backup": { @@ -374,12 +373,8 @@ }, "title": "Network", "subtitle": "アドレス導出やトランザクションをデコードするBitcoinやliquidのネットワークを選んでください。" - }, - "remove": { - "title": "このアカウントを削除" } - }, - "title": "アカウント" + } }, "home": { "default_view": { diff --git a/src/i18n/locales/mr/translation.json b/src/i18n/locales/mr/translation.json index c8818e2a1a..5c712268bd 100644 --- a/src/i18n/locales/mr/translation.json +++ b/src/i18n/locales/mr/translation.json @@ -252,9 +252,7 @@ } }, "accounts": { - "title": "Accounts", "account_view": { - "title1": "खात्याची माहिती", "title2": "खाते संपादित करा", "name": { "title": "नाव", @@ -293,17 +291,7 @@ "errors": { "failed_to_load": "Nostr की लोड करण्यात अयशस्वी. ती वैध Nostr key आहे का?" } - }, - "remove": { - "title": "Remove this account", - "subtitle": "सर्व लिंक केलेले भत्ते हटवले जातील. कृपया खात्री बाळगा." - }, - "actions": { - "remove_account": "खाते काढा" } - }, - "actions": { - "add_account": "खाते जोडा" } }, "unlock": { @@ -322,7 +310,6 @@ } }, "settings": { - "title": "सेटिंग्ज", "browser_notifications": { "title": "ब्राउझरकडून सूचना", "subtitle": "पेमेंट आणि प्रमाणीकरण संबंधित सूचना." @@ -583,7 +570,6 @@ "password": "पासवर्ड", "confirm_password": "पासवर्डची पुष्टी करा", "success": "यश", - "settings": "सेटिंग्ज", "accounts": "खाते", "discover": "शोध", "connected_sites": "", @@ -703,14 +689,7 @@ } }, "account_menu": { - "screen_reader": "टॉगल ड्रॉपडाउन", - "title": "खाते बदला", - "options": { - "account": { - "add": "नवीन खाते जोडा", - "manage": "खाती व्यवस्थापित करा" - } - } + "screen_reader": "टॉगल ड्रॉपडाउन" } }, "permissions": { diff --git a/src/i18n/locales/nl/translation.json b/src/i18n/locales/nl/translation.json index 0b553e01bd..7981e9b655 100644 --- a/src/i18n/locales/nl/translation.json +++ b/src/i18n/locales/nl/translation.json @@ -231,12 +231,6 @@ "block_removed": "" } }, - "accounts": { - "title": "", - "actions": { - "add_account": "" - } - }, "unlock": { "unlock_to_continue": "", "unlock_password": "", @@ -253,7 +247,6 @@ } }, "settings": { - "title": "", "browser_notifications": { "title": "", "subtitle": "" @@ -488,7 +481,6 @@ "password": "", "success": "", "error": "", - "settings": "", "connected_sites": "", "sats_one": "", "sats_other": "", @@ -592,14 +584,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "" diff --git a/src/i18n/locales/pl/translation.json b/src/i18n/locales/pl/translation.json index d164406a29..1d15ec876c 100644 --- a/src/i18n/locales/pl/translation.json +++ b/src/i18n/locales/pl/translation.json @@ -291,7 +291,6 @@ } }, "accounts": { - "title": "Konta", "account_view": { "title1": "Ustawienia konta", "title2": "Konto", @@ -342,12 +341,7 @@ "title": "Ustawienia Nostr" } }, - "remove": { - "title": "Usuń konto", - "subtitle": "Wszystkie powiązane limity zostaną usunięte. Proszę się upewnić." - }, "actions": { - "remove_account": "Usuń konto", "export": "Eksport" }, "mnemonic": { @@ -384,9 +378,6 @@ }, "title": "Sieć" } - }, - "actions": { - "add_account": "Dodaj konto" } }, "unlock": { @@ -405,7 +396,6 @@ } }, "settings": { - "title": "Ustawienia", "browser_notifications": { "title": "Powiadomienia w przeglądarce", "subtitle": "Powiadomienia związane z płatnościami i uwierzytelnianiem." @@ -695,7 +685,6 @@ "confirm_password": "Potwierdź hasło", "success": "Sukces", "error": "Błąd", - "settings": "Ustawienia", "accounts": "Konta", "discover": "Odkrywaj", "connected_sites": "", @@ -811,14 +800,7 @@ } }, "account_menu": { - "screen_reader": "Przełącznik rozwijany", - "title": "Zmień konto", - "options": { - "account": { - "add": "Dodaj nowe konto", - "manage": "Zarządzaj kontami" - } - } + "screen_reader": "Przełącznik rozwijany" }, "publishers_table": { "payments": "płatności" diff --git a/src/i18n/locales/pt_BR/translation.json b/src/i18n/locales/pt_BR/translation.json index a76be329c8..14eebacdd4 100644 --- a/src/i18n/locales/pt_BR/translation.json +++ b/src/i18n/locales/pt_BR/translation.json @@ -287,10 +287,6 @@ } }, "accounts": { - "title": "Minhas contas", - "actions": { - "add_account": "Adicionar conta" - }, "account_view": { "export": { "title": "Conectar sua carteira de celular", @@ -366,13 +362,10 @@ } }, "remove": { - "title": "Remover esta conta", "error": "O nome da conta inserido não corresponde.", - "subtitle": "Remove todos os limites de gastos, dados de pagamento e chaves associadas à esta conta.", "confirm": "Por favor, insira o nome da conta para confirmar a exclusão:\n\n{{ name }}\n\n ⚠️ Por favor, insira o nome da conta para confirmar a exclusão. Todas as chaves associadas (Chave mestra, Nostr, etc) serão excluídas se você continuar. Certifique-se de ter feito backup das chaves, não há outra maneira de restaurá-las." }, "actions": { - "remove_account": "Remover conta", "export": "Exportar", "remove_secretkey": "Remover chave mestra" }, @@ -381,7 +374,6 @@ "placeholder": "Nome da conta" }, "title2": "Conta", - "title1": "Configurações da conta", "mnemonic": { "title": "🔑 Gerenciamento de chaves", "saved": "Chave mestra criptografada e salva com sucesso.", @@ -456,7 +448,6 @@ } }, "settings": { - "title": "Configurações", "website_enhancements": { "title": "Pagamentos em redes sociais", "subtitle": "Reconhece automaticamente endereços relâmpago em perfis do Twitter, Youtube, etc, facilitando o envio de pagamentos." @@ -923,7 +914,6 @@ "password": "Senha", "success": "Sucesso", "error": "Erro", - "settings": "Configurações da extensão", "connected_sites": "Sites conectados", "sats_one": "sat", "sats_other": "sats", @@ -1085,12 +1075,8 @@ } }, "account_menu": { - "title": "Mudar de conta", "options": { "account": { - "add": "Adicionar nova conta", - "manage": "Gerenciar contas", - "account_settings": "Configurações da conta", "go_to_web_wallet": "Acessar sua conta na web" } } diff --git a/src/i18n/locales/ro/translation.json b/src/i18n/locales/ro/translation.json index 694b62f928..20b0a2b6b3 100644 --- a/src/i18n/locales/ro/translation.json +++ b/src/i18n/locales/ro/translation.json @@ -252,9 +252,7 @@ } }, "accounts": { - "title": "Conturi", "account_view": { - "title1": "Informatii cont", "title2": "Editeaza cont", "name": { "title": "Nume", @@ -298,17 +296,9 @@ "failed_to_load": "" } }, - "remove": { - "title": "", - "subtitle": "" - }, "actions": { - "remove_account": "", "export": "" } - }, - "actions": { - "add_account": "" } }, "unlock": { @@ -327,7 +317,6 @@ } }, "settings": { - "title": "", "browser_notifications": { "title": "", "subtitle": "" @@ -564,7 +553,6 @@ "confirm_password": "", "success": "", "error": "", - "settings": "", "accounts": "", "discover": "", "connected_sites": "", @@ -673,14 +661,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "" diff --git a/src/i18n/locales/ru/translation.json b/src/i18n/locales/ru/translation.json index 0426d47d11..e3a736ae18 100644 --- a/src/i18n/locales/ru/translation.json +++ b/src/i18n/locales/ru/translation.json @@ -262,9 +262,7 @@ } }, "accounts": { - "title": "", "account_view": { - "title1": "", "title2": "", "name": { "title": "", @@ -307,17 +305,9 @@ "failed_to_load": "" } }, - "remove": { - "title": "", - "subtitle": "" - }, "actions": { - "remove_account": "", "export": "" } - }, - "actions": { - "add_account": "" } }, "unlock": { @@ -336,7 +326,6 @@ } }, "settings": { - "title": "", "browser_notifications": { "title": "", "subtitle": "" @@ -573,7 +562,6 @@ "confirm_password": "", "success": "", "error": "", - "settings": "", "accounts": "", "discover": "", "connected_sites": "", @@ -683,14 +671,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "" diff --git a/src/i18n/locales/sl/translation.json b/src/i18n/locales/sl/translation.json index ae7c5d7009..a1ce3d8b37 100644 --- a/src/i18n/locales/sl/translation.json +++ b/src/i18n/locales/sl/translation.json @@ -303,7 +303,6 @@ } }, "accounts": { - "title": "Računi", "account_view": { "title2": "Račun", "export": { @@ -414,11 +413,8 @@ "failed_to_load": "Nalaganje ključa Nostr ni uspelo. Je to veljaven ključ Nostr?" } }, - "title1": "Nastavitve računa", "remove": { - "title": "Odstrani ta račun", - "error": "Vnešeno ime računa se ne ujema.", - "subtitle": "Odstrani vse odobritve, podatke o plačilih in ključe, povezane s tem računom." + "error": "Vnešeno ime računa se ne ujema." }, "remove_secretkey": { "subtitle": "Odstrani Glavni ključ iz tega računa.", @@ -427,12 +423,8 @@ }, "actions": { "export": "Izvoz", - "remove_account": "Odstrani račun", "remove_secretkey": "Odstrani Glavni ključ" } - }, - "actions": { - "add_account": "Dodaj račun" } }, "unlock": { @@ -453,7 +445,6 @@ "browser_notifications": { "title": "Obvestila brskalnika" }, - "title": "Nastavitve", "personal_data": { "title": "Osebni podatki" }, @@ -666,14 +657,10 @@ "account_menu": { "options": { "account": { - "manage": "Upravljanje računov", - "account_settings": "Nastavitve računa", - "add": "Dodaj nov račun", "go_to_web_wallet": "Upravljaj svoj spletni račun" } }, - "screen_reader": "Preklopi spustni meni", - "title": "Preklopi račun" + "screen_reader": "Preklopi spustni meni" }, "publishers_table": { "payments": "plačila", diff --git a/src/i18n/locales/sv/translation.json b/src/i18n/locales/sv/translation.json index 214934cf3c..c9c90c4e48 100644 --- a/src/i18n/locales/sv/translation.json +++ b/src/i18n/locales/sv/translation.json @@ -245,10 +245,6 @@ } }, "accounts": { - "title": "Konton", - "actions": { - "add_account": "Lägg till konto" - }, "account_view": { "nostr": { "generate_keys": { @@ -315,12 +311,9 @@ } }, "remove": { - "title": "Ta bort detta konto", - "subtitle": "Tar bort alla traktamenten, betalningsdata och nycklar som är kopplade till detta konto.", "error": "Det angivna kontonamnet matchade inte.", "confirm": "Ange namnet på kontot för att bekräfta raderingen av ditt konto.\n\n{{ name }}\n\n ⚠️ Alla associerade nycklar (Master Key, Nostr, etc) kommer att raderas om du fortsätter. Se till att du har säkerhetskopierat dem, det finns inget annat sätt att återställa dem." }, - "title1": "Konto inställningar", "title2": "Konto", "name": { "title": "Visnings Namn", @@ -336,7 +329,6 @@ "description": "Låter dig ansluta och använda det här kontot på mobila plånböcker som <0>Blue Wallet och <1>Zeus." }, "actions": { - "remove_account": "Ta bort kontot", "export": "Exportera", "remove_secretkey": "Ta bort huvudnyckeln" }, @@ -414,7 +406,6 @@ } }, "settings": { - "title": "Inställningar", "browser_notifications": { "title": "Webbläsarnotiser", "subtitle": "Betalnings- och autentiseringsrelaterade notiser." @@ -876,7 +867,6 @@ "password": "Lösenord", "success": "Genomfört", "error": "Misslyckades", - "settings": "Inställningar", "connected_sites": "Anslutna webbplatser", "loading": "laddar", "amount": "Belopp", @@ -1035,12 +1025,8 @@ }, "account_menu": { "screen_reader": "Öppna droppmeny", - "title": "Växla konto", "options": { "account": { - "add": "Lägg till nytt konto", - "manage": "Hantera konton", - "account_settings": "Konto inställningar", "go_to_web_wallet": "Hantera ditt webbkonto" } } diff --git a/src/i18n/locales/th/translation.json b/src/i18n/locales/th/translation.json index e5bb8a4e0e..0ff8260fda 100644 --- a/src/i18n/locales/th/translation.json +++ b/src/i18n/locales/th/translation.json @@ -161,8 +161,6 @@ "hint": "Nostr เป็นโปรโตคอลที่เรียบง่ายและเปิดกว้างที่มุ่งสร้างเครือข่ายสังคมที่ทนต่อการเซ็นเซอร์ Nostr ทำงานด้วยคีย์ทาง cryptography เมื่อต้องการเผยแพร่บางอย่าง คุณต้องลงชื่อด้วยคีย์ของคุณและส่งไปยังรีเลย์หลายตัว คุณสามารถใช้ Alby เพื่อจัดการคีย์ Nostr ของคุณ แอปพลิเคชัน Nostr หลายตัวจะอนุญาตให้คุณใช้คีย์จาก extension Alby ได้อย่างง่ายดาย" }, "remove": { - "title": "ลบบัญชีนี้", - "subtitle": "ลบการอนุญาต ข้อมูลการชำระเงิน และข้อมูลประจำตัวที่เชื่อมโยงกับบัญชีนี้ทั้งหมด", "error": "ชื่อบัญชีที่ป้อนไม่ตรงกัน" }, "remove_secretkey": { @@ -171,7 +169,6 @@ "success": "การลบ Master Key เสร็จสมบูรณ์" }, "actions": { - "remove_account": "ลบบัญชี", "export": "ส่งออก", "remove_secretkey": "ลบ Master Key" }, @@ -188,13 +185,8 @@ "your_ln_address": "Lightning Address ของคุณ:", "export_uri": "LNDHub Credentials URI", "scan_qr": "นำกระเป๋านี้เข้าสู่ Zeus หรือ BlueWallet โดยการแสกน QRCode" - }, - "title1": "การตั้งค่าบัญชี" - }, - "actions": { - "add_account": "เพิ่มบัญชี" - }, - "title": "บัญชี" + } + } }, "unlock": { "unlock_to_continue": "ปลดล็อคเพื่อไปต่อ", @@ -295,7 +287,6 @@ "title": "Nostr", "hint": "Nostr เป็นโปรโตคอลที่เรียบง่ายและเปิดกว้างที่มุ่งสร้างเครือข่ายสังคมที่ทนต่อการเซ็นเซอร์ Nostr ทำงานด้วยคีย์ทาง cryptography เมื่อต้องการเผยแพร่บางอย่าง คุณต้องลงชื่อด้วยคีย์ของคุณและส่งไปยังรีเลย์หลายตัว คุณสามารถใช้ Alby เพื่อจัดการคีย์ Nostr ของคุณ แอปพลิเคชัน Nostr หลายตัวจะอนุญาตให้คุณใช้คีย์จาก extension Alby ได้อย่างง่ายดาย" }, - "title": "การตั้งค่า", "personal_data": { "title": "ข้อมูลส่วนบุคคล", "description": "ผู้รับเงินสามารถขอข้อมูลเพิ่มเติมที่จะส่งพร้อมกับการชำระเงิน ข้อมูลนี้จะไม่ถูกแบ่งปันกับใครก็ตามโดยไม่ได้รับความยินยอมจากคุณ คุณจะได้รับแจ้งเสมอก่อนที่จะส่งข้อมูลนี้ไปพร้อมกับการชำระเงิน" @@ -932,7 +923,6 @@ }, "success": "สำเร็จ", "error": "ข้อผิดพลาด", - "settings": "การตั้งค่า", "accounts": "บัญชี", "discover": "ค้นหา", "connected_sites": "เว็บไซต์ที่เชื่อมต่อ", @@ -1016,12 +1006,8 @@ }, "account_menu": { "screen_reader": "เมนูแบบเลื่อนลง", - "title": "สลับบัญชี", "options": { "account": { - "add": "เพิ่มบัญชีใหม่", - "manage": "การจัดการบัญชี", - "account_settings": "การตั้งค่าบัญชี", "go_to_web_wallet": "จัดการเว็บไซต์บนบัญชีของคุณ" } } diff --git a/src/i18n/locales/tl/translation.json b/src/i18n/locales/tl/translation.json index de11afc9ec..dfb4add20b 100644 --- a/src/i18n/locales/tl/translation.json +++ b/src/i18n/locales/tl/translation.json @@ -184,12 +184,6 @@ "is_blocked_hint": "" } }, - "accounts": { - "title": "", - "actions": { - "add_account": "" - } - }, "unlock": { "unlock_to_continue": "", "unlock_password": "", @@ -206,7 +200,6 @@ } }, "settings": { - "title": "", "browser_notifications": { "title": "", "subtitle": "" @@ -415,7 +408,6 @@ "password": "", "success": "", "error": "", - "settings": "", "connected_sites": "", "sats_one": "sat", "sats_other": "sats", @@ -516,14 +508,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "" diff --git a/src/i18n/locales/uk/translation.json b/src/i18n/locales/uk/translation.json index 78124b6d2b..5ec1e91f86 100644 --- a/src/i18n/locales/uk/translation.json +++ b/src/i18n/locales/uk/translation.json @@ -252,9 +252,7 @@ } }, "accounts": { - "title": "", "account_view": { - "title1": "", "title2": "", "name": { "title": "", @@ -297,17 +295,9 @@ "failed_to_load": "" } }, - "remove": { - "title": "", - "subtitle": "" - }, "actions": { - "remove_account": "", "export": "" } - }, - "actions": { - "add_account": "" } }, "unlock": { @@ -326,7 +316,6 @@ } }, "settings": { - "title": "", "browser_notifications": { "title": "", "subtitle": "" @@ -563,7 +552,6 @@ "confirm_password": "", "success": "", "error": "", - "settings": "", "accounts": "", "discover": "", "connected_sites": "", @@ -673,14 +661,7 @@ } }, "account_menu": { - "screen_reader": "", - "title": "", - "options": { - "account": { - "add": "", - "manage": "" - } - } + "screen_reader": "" }, "publishers_table": { "payments": "" diff --git a/src/i18n/locales/zh_Hans/translation.json b/src/i18n/locales/zh_Hans/translation.json index a0582a2da6..d9e8066857 100644 --- a/src/i18n/locales/zh_Hans/translation.json +++ b/src/i18n/locales/zh_Hans/translation.json @@ -231,10 +231,6 @@ } }, "accounts": { - "title": "帐户", - "actions": { - "add_account": "添加帐户" - }, "account_view": { "nostr": { "errors": { @@ -299,7 +295,6 @@ } } }, - "title1": "帐户设置", "export": { "export_uri": "LNDHub凭证URI", "scan_qr": "通过扫描二维码将这个钱包导入Zeus或BlueWallet。", @@ -310,12 +305,9 @@ "description": "将允许你在移动钱包上连接并使用此帐户,例如 <0>BlueWallet 和 <1>Zeus。" }, "remove": { - "title": "删除此帐户", - "subtitle": "将删除与此帐户关联的所有限额、付款数据和密钥。", "error": "输入的帐户名称不匹配。" }, "actions": { - "remove_account": "删除帐户", "export": "导出", "remove_secretkey": "移除主密钥" }, @@ -457,7 +449,6 @@ "label": "更改" } }, - "title": "设置", "theme": { "options": { "system": "系统", @@ -826,7 +817,6 @@ "success": "成功", "description_full": "详细描述", "password": "密码", - "settings": "设置", "connected_sites": "已连接的网站", "amount": "金额", "optional": "可选", @@ -882,12 +872,8 @@ } }, "account_menu": { - "title": "切换帐户", "options": { "account": { - "add": "添加新帐户", - "manage": "管理帐户", - "account_settings": "帐户设置", "go_to_web_wallet": "管理你的网络帐户" } }, diff --git a/src/i18n/locales/zh_Hant/translation.json b/src/i18n/locales/zh_Hant/translation.json index bcf3c034f5..22764194d0 100644 --- a/src/i18n/locales/zh_Hant/translation.json +++ b/src/i18n/locales/zh_Hant/translation.json @@ -262,9 +262,7 @@ } }, "accounts": { - "title": "帳戶", "account_view": { - "title1": "帳戶設置", "title2": "帳戶", "name": { "title": "名稱", @@ -343,12 +341,9 @@ } }, "remove": { - "title": "刪除此帳戶", - "subtitle": "所有與此帳號關聯的限額、支付信息和密鑰都將被清除。", "error": "輸入的帳戶名稱不匹配。" }, "actions": { - "remove_account": "刪除帳戶", "export": "導出", "remove_secretkey": "移除主密鑰" }, @@ -403,9 +398,6 @@ "regtest": "Regtest" } } - }, - "actions": { - "add_account": "添加帳戶" } }, "unlock": { @@ -424,7 +416,6 @@ } }, "settings": { - "title": "設置", "browser_notifications": { "title": "瀏覽器通知", "subtitle": "付款和認證相關通知。" @@ -797,7 +788,6 @@ "confirm_password": "確認密碼", "success": "成功", "error": "錯誤", - "settings": "設置", "accounts": "帳戶", "discover": "發現", "connected_sites": "已連接的網站", @@ -938,12 +928,8 @@ }, "account_menu": { "screen_reader": "切換下拉菜單", - "title": "切換帳戶", "options": { "account": { - "add": "添加新帳戶", - "manage": "管理帳戶", - "account_settings": "帳戶設置", "go_to_web_wallet": "管理你的網路帳戶" } }