diff --git a/src/locales/strings/de.json b/src/locales/strings/de.json index 6ff39142ac1..43da721eb03 100644 --- a/src/locales/strings/de.json +++ b/src/locales/strings/de.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Benutzerkonto", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Passwort ändern", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Entwickler-Modus", "settings_verbose_logging": "Ausführliche Protokollierung", "settings_dark_theme": "Dunkles Design", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Mining-Gebühr ändern", "title_change_password": "Passwort ändern", "title_change_pin": "PIN ändern", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Wallet erstellen", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Bitte aktivieren sie diese in ihrern Tauschbörsen-Einstellungen.", "amount_above_limit": "Der Betrag liegt über dem Maximallimit von %1$s %2$s. Dieses Maximallimit kann je nach Marktbedingungen geändert werden", "amount_below_limit": "Der Betrag liegt unter dem Min. Limit von %1$s %2$s. Dieses Min. Limit kann je nach Marktbedingungen geändert werden", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Wallets sortieren", "wallet_list_sort_manual": "Manuelle Sortierung", "wallet_list_sort_name": "Nach Namen sortieren", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/es.json b/src/locales/strings/es.json index dc3d91fd5f2..f2edbf53a73 100644 --- a/src/locales/strings/es.json +++ b/src/locales/strings/es.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Cuenta", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Cambiar contraseña", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Modo desarrollador", "settings_verbose_logging": "Registro Detallado", "settings_dark_theme": "Tema Oscuro", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Cambiar comisión de minado", "title_change_password": "Cambiar contraseña", "title_change_pin": "Cambiar NIP", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Crear Cartera", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Por favor actívalas en los ajustes de casa de cambio.", "amount_above_limit": "La cantidad está por encima del límite máximo de %1$s %2$s. Este límite máximo está sujeto a cambios basados en las condiciones del mercado", "amount_below_limit": "La cantidad está por debajo del límite mínimo de %1$s %2$s. Este límite mínimo está sujeto a cambios basados en las condiciones del mercado", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Ordenar carteras", "wallet_list_sort_manual": "Orden manual", "wallet_list_sort_name": "Ordenar por nombre", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/esMX.json b/src/locales/strings/esMX.json index 1822425b35e..357e3fee24d 100644 --- a/src/locales/strings/esMX.json +++ b/src/locales/strings/esMX.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Cuenta", "settings_asset_settings": "Configuración de activos", "settings_button_change_password": "Cambiar contraseña", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Modo desarrollador", "settings_verbose_logging": "Registro Detallado", "settings_dark_theme": "Tema Oscuro", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Cambiar comisión de minado", "title_change_password": "Cambiar contraseña", "title_change_pin": "Cambiar PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Crear Billetera", "title_create_wallet_from_seed": "Crear billetera a partir de semillas", @@ -630,6 +632,8 @@ "check_exchange_settings": "Por favor actívalas en los ajustes de casa de cambio.", "amount_above_limit": "La cantidad está por encima del límite máximo de %1$s %2$s. Este límite máximo está sujeto a cambios basados en las condiciones del mercado", "amount_below_limit": "La cantidad está por debajo del límite mínimo de %1$s %2$s. Este límite mínimo está sujeto a cambios basados en las condiciones del mercado", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Vender", "trade_s": "Vender %1$s", "swap_s_to_from_crypto": "Intercambiar %1$s hacia/desde otra criptomoneda", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Error desconocido", "migrate_wallets_modal_message": "Se encontraron las siguientes billeteras que podrían estar afectadas por un incidente de seguridad reciente:\n%1$s\nSe recomienda dejar de usar estas billeteras y migrar los activos a una nueva billetera. ¿Te gustaría usar la función de Migrar Billeteras?", "migrate_wallet_tx_notes": "Migrar fondos a %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Ordenar billeteras", "wallet_list_sort_manual": "Orden manual", "wallet_list_sort_name": "Ordenar por nombre", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Propietario de la cuenta", "form_field_title_address_city": "Ciudad", "form_field_title_address_country": "País", - "form_field_title_address_line_1": "Dirección línea 1", - "form_field_title_address_line_2": "Dirección línea 2 (opcional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Provincia", "form_field_title_address_zip_postal_code": "Código postal", "form_field_title_email_address": "Dirección de correo electrónico", diff --git a/src/locales/strings/fr.json b/src/locales/strings/fr.json index 967f7adb4d1..ce610b08cbf 100644 --- a/src/locales/strings/fr.json +++ b/src/locales/strings/fr.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Compte", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Changer votre mot de passe", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Developer Mode", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Dark Theme", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Changer frais minimum", "title_change_password": "Modifier le mot de passe", "title_change_pin": "Modifier le code PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Créer un portefeuille", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Veuillez les activer dans le réglages d’Echange.", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/it.json b/src/locales/strings/it.json index 0d679a571f8..ccfdd16ee27 100644 --- a/src/locales/strings/it.json +++ b/src/locales/strings/it.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Conto", "settings_asset_settings": "Impostazioni Asset", "settings_button_change_password": "Cambia la password", + "settings_button_change_username": "Cambia nome utente", "settings_developer_mode": "Modalità sviluppatore", "settings_verbose_logging": "Log Dettagliati", "settings_dark_theme": "Tema scuro", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Cambia la commissione di mining", "title_change_password": "Cambia la password", "title_change_pin": "Cambia il PIN", + "title_change_username": "Cambia nome utente", "title_set_duress_pin": "Imposta Pin Duress", "title_create_wallet": "Crea portafoglio", "title_create_wallet_from_seed": "Crea portafoglio dai seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Abilitali nelle Impostazioni Cambio Valuta.", "amount_above_limit": "L'importo è superiore al limite massimo di %1$s %2$s. Questo limite massimo è soggetto a modifiche in base alle condizioni di mercato", "amount_below_limit": "L'importo è inferiore al limite minimo di %1$s %2$s. Questo limite minimo è soggetto a modifiche in base alle condizioni di mercato", + "no_amount_below_limit": "L'importo è inferiore al limite minimo. Riprova con una quantità maggiore o abilita più provider in Impostazioni → Impostazioni Cambio Valuta", + "no_amount_above_limit": "L'importo è superiore al limite massimo. Riprova con un importo inferiore o abilita più provider in Impostazioni → Impostazioni Cambio Valuta", "trade_currency": "Scambia", "trade_s": "Scambia %1$s", "swap_s_to_from_crypto": "Scambia %1$s per un'altra criptovaluta o viceversa", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Errore sconosciuto", "migrate_wallets_modal_message": "I seguenti portafogli sono stati trovati potenzialmente colpiti da un recente incidente di sicurezza:\n%1$s\nSi consiglia vivamente di interrompere l'utilizzo di questi portafogli e di migrare gli asset in un nuovo portafoglio nel tuo account. Vuoi utilizzare la funzione Migra Portafogli automatizzata per farlo?", "migrate_wallet_tx_notes": "Migra fondi in %1$s", + "migrate_wallet_below_minimum_balance_2s": "La migrazione lascerebbe il nuovo portafoglio sotto il saldo minimo. Sono richiesti almeno %1$s %2$s.", "wallet_list_sort_title": "Ordina Portafogli", "wallet_list_sort_manual": "Ordinamento manuale", "wallet_list_sort_name": "Ordina per nome", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Proprietario dell'Account", "form_field_title_address_city": "Città", "form_field_title_address_country": "Paese", - "form_field_title_address_line_1": "Indirizzo riga 1", - "form_field_title_address_line_2": "Indirizzo riga 2 (opzionale)", + "form_field_title_street_name": "Indirizzo", + "form_field_title_apt_unit_number": "Apt/Unità # (facoltativo)", "form_field_title_address_state_province_region": "Provincia", "form_field_title_address_zip_postal_code": "Codice Postale/Zip", "form_field_title_email_address": "Indirizzo email", diff --git a/src/locales/strings/ja.json b/src/locales/strings/ja.json index b2ace92aeba..d88e4bee84f 100644 --- a/src/locales/strings/ja.json +++ b/src/locales/strings/ja.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "アカウント", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "パスワードを変更", + "settings_button_change_username": "Change Username", "settings_developer_mode": "開発者モード", "settings_verbose_logging": "詳細なログ", "settings_dark_theme": "ダークテーマ", @@ -582,6 +583,7 @@ "title_change_mining_fee": "マイニング手数料の変更", "title_change_password": "パスワードを変更", "title_change_pin": "PINを変更", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "ウォレットを作成", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "エクスチェンジ設定で取引所を有効化してください。", "amount_above_limit": "%1$s %2$sの最大限度を超えています。この最大限度は、市場の状況に基づいて変更される場合があります。", "amount_below_limit": "%1$s %2$sの最小限度を下回っています。この最小限度は、市場の状況に基づいて変更される場合があります。", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "不明なエラー", "migrate_wallets_modal_message": "最近のセキュリティインシデントの影響を受ける可能性がある次のウォレットが見つかりました:\n%1$s\nこれらのウォレットの使用を中止し、資産をアカウント内の新しいウォレットに移行することを強くお勧めします。 自動移行ウォレット機能を使用しますか?", "migrate_wallet_tx_notes": "資金を %1$sに移行", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "ウォレットで並べ替え", "wallet_list_sort_manual": "手動で並べ替え", "wallet_list_sort_name": "名前で並べ替え", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "アカウントオーナー", "form_field_title_address_city": "市", "form_field_title_address_country": "国", - "form_field_title_address_line_1": "住所1", - "form_field_title_address_line_2": "住所 2 (オプション)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "県", "form_field_title_address_zip_postal_code": "郵便番号", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/kaa.json b/src/locales/strings/kaa.json index 4e6e042ea39..3ac8e661182 100644 --- a/src/locales/strings/kaa.json +++ b/src/locales/strings/kaa.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Akkaunt", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Change Password", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Developer Mode", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Dark Theme", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Change Mining Fee", "title_change_password": "Change Password", "title_change_pin": "Change PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Create Wallet", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Please enable them in your Exchange Settings.", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/ko.json b/src/locales/strings/ko.json index 8886259e4c0..47d450799dc 100644 --- a/src/locales/strings/ko.json +++ b/src/locales/strings/ko.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "계정", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "암호 변경", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Developer Mode", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Dark Theme", @@ -582,6 +583,7 @@ "title_change_mining_fee": "채굴 수수료 변경", "title_change_password": "암호 변경", "title_change_pin": "PIN 변경", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "월렛 생성", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "거래소 설정에서 거래소를 활성화 시키십시오.", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/pt.json b/src/locales/strings/pt.json index 3dd095e55dd..b745bae8a4c 100644 --- a/src/locales/strings/pt.json +++ b/src/locales/strings/pt.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Conta", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Alterar Senha", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Modo Desenvolvedor", "settings_verbose_logging": "Registo detalhado", "settings_dark_theme": "Tema escuro", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Alterar Taxa do Minerador", "title_change_password": "Alterar Senha", "title_change_pin": "Alterar PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Criar Carteira", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Por favor, habilite-os nas configurações do Exchange.", "amount_above_limit": "O valor está acima do limite máximo de %1$s %2$s. Este limite máximo está sujeito a alterações com base nas condições do mercado", "amount_below_limit": "O valor está abaixo do limite mínimo de %1$s %2$s. Este limite mínimo está sujeito a alterações com base nas condições do mercado", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Erro desconhecido", "migrate_wallets_modal_message": "As seguintes carteiras foram identificadas como potencialmente afetadas por um incidente de segurança recente:\n%1$s\nÉ altamente recomendável que interrompa o uso dessas carteiras e migre os ativos para uma nova carteira na sua conta. Gostaria de usar o recurso automatizado Migrate Wallets para fazer isso?", "migrate_wallet_tx_notes": "Migrar fundos para %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Ordenar Carteiras", "wallet_list_sort_manual": "Classificação manual", "wallet_list_sort_name": "Classificar por nome", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Titular da conta", "form_field_title_address_city": "Cidade", "form_field_title_address_country": "País", - "form_field_title_address_line_1": "Endereço Linha 1", - "form_field_title_address_line_2": "Endereço linha 2: (opcional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Província ou Estado", "form_field_title_address_zip_postal_code": "Código Postal/Cep", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/ru.json b/src/locales/strings/ru.json index de345aa6e66..1b911855332 100644 --- a/src/locales/strings/ru.json +++ b/src/locales/strings/ru.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Учетная запись", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Сменить пароль", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Режим разработчика", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Тёмная тема", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Изменить комиссию сети", "title_change_password": "Сменить пароль", "title_change_pin": "Сменить PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Создать кошелек", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Пожалуйста включите их в настройках обменников.", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/vi.json b/src/locales/strings/vi.json index 36f673f8441..cc0be8839a4 100644 --- a/src/locales/strings/vi.json +++ b/src/locales/strings/vi.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "Tài Khoản", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "Thay đổi mật khẩu", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Developer Mode", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Dark Theme", @@ -582,6 +583,7 @@ "title_change_mining_fee": "Thay đổi phí giao dịch", "title_change_password": "Thay đổi mật khẩu", "title_change_pin": "Thay đổi mã PIN", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "Tạo ví", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "Xin vui lòng cho phép trong thiết lập giao dịch của bạn.", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address", diff --git a/src/locales/strings/zh.json b/src/locales/strings/zh.json index 68fb41cedda..8763f6c84e6 100644 --- a/src/locales/strings/zh.json +++ b/src/locales/strings/zh.json @@ -355,6 +355,7 @@ "settings_account_title_cap": "账号", "settings_asset_settings": "Asset Settings", "settings_button_change_password": "更改密码", + "settings_button_change_username": "Change Username", "settings_developer_mode": "Developer Mode", "settings_verbose_logging": "Verbose Logging", "settings_dark_theme": "Dark Theme", @@ -582,6 +583,7 @@ "title_change_mining_fee": "更改采矿费", "title_change_password": "更改密码", "title_change_pin": "更改PIN码", + "title_change_username": "Change Username", "title_set_duress_pin": "Set Duress PIN", "title_create_wallet": "新建钱包", "title_create_wallet_from_seed": "Create Wallet From Seed", @@ -630,6 +632,8 @@ "check_exchange_settings": "请在交易设置中启用它们。", "amount_above_limit": "Amount is above the max limit of %1$s %2$s. This max limit is subject to change based on market conditions", "amount_below_limit": "Amount is below the min limit of %1$s %2$s. This min limit is subject to change based on market conditions", + "no_amount_below_limit": "Amount is below the min limit. Try again with a higher amount or enable more providers in Settings → Exchange Settings", + "no_amount_above_limit": "Amount is above the max limit. Try again with a lower amount or enable more providers in Settings → Exchange Settings", "trade_currency": "Trade", "trade_s": "Trade %1$s", "swap_s_to_from_crypto": "Swap %1$s to/from another crypto", @@ -1106,6 +1110,7 @@ "migrate_unknown_error_fragment": "Unknown error", "migrate_wallets_modal_message": "The following wallets were found to be potentially impacted by a recent security incident:\n%1$s\nIt is highly recommended that you discontinue using these wallets and migrate the assets to a new wallet in your account. Would you like to use the automated Migrate Wallets feature to do so?", "migrate_wallet_tx_notes": "Migrate funds to %1$s", + "migrate_wallet_below_minimum_balance_2s": "Migration would leave new wallet below minimum balance. At least %1$s %2$s is required.", "wallet_list_sort_title": "Sort Wallets", "wallet_list_sort_manual": "Manual sort", "wallet_list_sort_name": "Sort by name", @@ -1390,8 +1395,8 @@ "form_field_title_account_owner": "Account Owner", "form_field_title_address_city": "City", "form_field_title_address_country": "Country", - "form_field_title_address_line_1": "Address Line 1", - "form_field_title_address_line_2": "Address Line 2 (optional)", + "form_field_title_street_name": "Street Name", + "form_field_title_apt_unit_number": "Apt/Unit # (optional)", "form_field_title_address_state_province_region": "Province", "form_field_title_address_zip_postal_code": "Postal Code/Zip", "form_field_title_email_address": "Email Address",