From 9b51d517733675784c40450aaf52f7f8f443b4b2 Mon Sep 17 00:00:00 2001 From: Lukas Bielesch Date: Wed, 25 Jun 2025 16:20:24 +0200 Subject: [PATCH] chore(translations): alphabetically reorder json entries [no changelog] --- core/translations/cs.json | 10 ++++----- core/translations/de.json | 10 ++++----- core/translations/en.json | 46 +++++++++++++++++++-------------------- core/translations/es.json | 10 ++++----- core/translations/fr.json | 10 ++++----- core/translations/it.json | 4 ++-- core/translations/pt.json | 10 ++++----- 7 files changed, 50 insertions(+), 50 deletions(-) diff --git a/core/translations/cs.json b/core/translations/cs.json index 66422e7123..d8831ed14f 100644 --- a/core/translations/cs.json +++ b/core/translations/cs.json @@ -64,8 +64,8 @@ "authenticate__confirm_template": "Povolit připojenému počítači potvrdit pravost vašeho {0}?", "authenticate__header": "Ověřit zařízení", "auto_lock__change_template": "Automaticky zamknout Trezor po {0} nečinnosti?", - "auto_lock__title": "Prodleva auto zámku", "auto_lock__description": "Nastavte čas, po kterém se váš Trezor automaticky uzamkne.", + "auto_lock__title": "Prodleva auto zámku", "auto_lock__turned_on": "Automatické uzamčení zapnuto", "backup__can_back_up_anytime": "Svůj Trezor můžete kdykoli zálohovat.", "backup__create_backup_to_prevent_loss": "Vytvořte si zálohu, abyste neztratili přístup ke svým prostředkům.", @@ -325,10 +325,10 @@ "ethereum__approve": "Povolit", "ethereum__approve_amount_allowance": "Limit částky", "ethereum__approve_chain_id": "Chain ID", - "ethereum__approve_intro_title": "Schválení tokenu", "ethereum__approve_intro": "Zkontrolujte data a povolte útratu tokenu.", - "ethereum__approve_intro_title_revoke": "Odvolání tokenu", "ethereum__approve_intro_revoke": "Zkontrolujte a zrušte povolení tokenu.", + "ethereum__approve_intro_title": "Schválení tokenu", + "ethereum__approve_intro_title_revoke": "Odvolání tokenu", "ethereum__approve_revoke": "Zrušit", "ethereum__approve_revoke_from": "Zrušit pro", "ethereum__approve_to": "Povolit pro", @@ -778,15 +778,15 @@ "sd_card__wanna_format": "Opravdu chcete naformátovat kartu SD?", "sd_card__wrong_sd_card": "Nesprávná karta SD.", "send__cancel_sign": "Zrušit podpis", + "send__cancel_transaction": "Zrušit transakci", "send__confirm_sending": "Odesílání částky", "send__from_multiple_accounts": "Odesílání z více účtů.", "send__incl_transaction_fee": "vč. transakčního poplatku", "send__including_fee": "Včetně poplatku:", "send__maximum_fee": "Maximální poplatek", - "send__receiving_to_multisig": "Příjem na adresách multisig.", "send__multisig_different_paths": "Používají se různé cesty pro různé XPUBy.", + "send__receiving_to_multisig": "Příjem na adresách multisig.", "send__send_from": "Odeslat z", - "send__cancel_transaction": "Zrušit transakci", "send__sign_transaction": "Podepsat transakci", "send__title_confirm_sending": "Potvrdit odeslání", "send__title_joint_transaction": "Společná transakce", diff --git a/core/translations/de.json b/core/translations/de.json index a87b7b8375..2070931b86 100644 --- a/core/translations/de.json +++ b/core/translations/de.json @@ -64,8 +64,8 @@ "authenticate__confirm_template": "Darf verbundener Computer bestätigen, dass {0} echt ist?", "authenticate__header": "Gerät authentifizieren", "auto_lock__change_template": "Trezor nach {0} Inaktivität automatisch sperren?", - "auto_lock__title": "Auto-lock-verzöger.", "auto_lock__description": "Legen Sie fest, nach welcher Zeit sich Ihr Trezor automatisch sperrt.", + "auto_lock__title": "Auto-lock-verzöger.", "auto_lock__turned_on": "Auto-Sperren aktiviert", "backup__can_back_up_anytime": "Du kannst deinen Trezor jederzeit einmalig sichern.", "backup__create_backup_to_prevent_loss": "Erstelle ein Backup, um den Zugriff auf deine Assets nicht zu verlieren.", @@ -325,10 +325,10 @@ "ethereum__approve": "Zulassen", "ethereum__approve_amount_allowance": "Betragslimit", "ethereum__approve_chain_id": "Chain ID", - "ethereum__approve_intro_title": "Tokenfreigabe", "ethereum__approve_intro": "Prüfe Details u. lasse Token-Ausgaben zu.", - "ethereum__approve_intro_title_revoke": "Token-Widerruf", "ethereum__approve_intro_revoke": "Prüfe Details u. widerrufe Tokenfreigabe.", + "ethereum__approve_intro_title": "Tokenfreigabe", + "ethereum__approve_intro_title_revoke": "Token-Widerruf", "ethereum__approve_revoke": "Entziehen", "ethereum__approve_revoke_from": "Entziehen von", "ethereum__approve_to": "Zulassen für", @@ -778,15 +778,15 @@ "sd_card__wanna_format": "Möchtest du die SD-Karte wirklich formatieren?", "sd_card__wrong_sd_card": "Falsche SD-Karte.", "send__cancel_sign": "Signieren abbrechen", + "send__cancel_transaction": "Transaktion abbrechen", "send__confirm_sending": "Betrag senden", "send__from_multiple_accounts": "Von mehreren Konten gesendet.", "send__incl_transaction_fee": "inkl. Transaktionsgebühr", "send__including_fee": "Einschließ. Gebühr:", "send__maximum_fee": "Max. Gebühr", - "send__receiving_to_multisig": "Von Multisig-Adresse empfangen.", "send__multisig_different_paths": "Verschiedene Pfade für unterschiedliche XPUBs.", + "send__receiving_to_multisig": "Von Multisig-Adresse empfangen.", "send__send_from": "Senden von", - "send__cancel_transaction": "Transaktion abbrechen", "send__sign_transaction": "Transaktion signieren", "send__title_confirm_sending": "Senden bestätigen", "send__title_joint_transaction": "Gemeins. transakt.", diff --git a/core/translations/en.json b/core/translations/en.json index 8ae4e4caee..f91023a2b2 100644 --- a/core/translations/en.json +++ b/core/translations/en.json @@ -17,6 +17,7 @@ "Delizia": "Cancel receive", "Eckhart": "Cancel receive?" }, + "address__check_with_source": "Check the address with source.", "address__confirmed": "Receive address confirmed", "address__public_key": "Public key", "address__public_key_confirmed": "Public key confirmed", @@ -24,7 +25,6 @@ "address__title_cosigner": "Cosigner", "address__title_receive_address": "Receive address", "address__title_yours": "Yours", - "address__check_with_source": "Check the address with source.", "address_details__account_info": "Account info", "address_details__derivation_path": "Derivation path", "address_details__derivation_path_colon": "Derivation path:", @@ -33,13 +33,13 @@ "authenticate__confirm_template": "Allow connected computer to confirm your {0} is genuine?", "authenticate__header": "Authenticate device", "auto_lock__change_template": "Auto-lock Trezor after {0} of inactivity?", + "auto_lock__description": "Set the time before your Trezor locks automatically.", "auto_lock__title": { "Bolt": "Auto-lock delay", "Caesar": "Auto-lock delay", "Delizia": "Auto-lock delay", "Eckhart": "Auto-lock" }, - "auto_lock__description": "Set the time before your Trezor locks automatically.", "auto_lock__turned_on": "Auto-lock turned on", "backup__can_back_up_anytime": "You can back up your Trezor once, at any time.", "backup__create_backup_to_prevent_loss": { @@ -48,7 +48,6 @@ "Delizia": "Create a backup to avoid losing access to your funds", "Eckhart": "Create a wallet backup to avoid losing access to your funds." }, - "backup__not_recommend": "We don't recommend to skip wallet backup creation.", "backup__info_multi_share_backup": "Your wallet backup contains multiple lists of words in a specific order (shares).", "backup__info_single_share_backup": "Your wallet backup contains {0} words in a specific order.", "backup__it_should_be_backed_up": { @@ -60,6 +59,7 @@ "backup__it_should_be_backed_up_now": "It should be backed up now!", "backup__new_wallet_created": "Wallet created.\n", "backup__new_wallet_successfully_created": "Wallet created successfully.", + "backup__not_recommend": "We don't recommend to skip wallet backup creation.", "backup__recover_anytime": "You can use your backup to recover your wallet at any time.", "backup__title_backup_completed": { "Bolt": "Wallet backup completed", @@ -318,10 +318,10 @@ "ethereum__approve": "Approve", "ethereum__approve_amount_allowance": "Amount allowance", "ethereum__approve_chain_id": "Chain ID", - "ethereum__approve_intro_title": "Token approval", "ethereum__approve_intro": "Review details to approve token spending.", - "ethereum__approve_intro_title_revoke": "Token revocation", "ethereum__approve_intro_revoke": "Review details to revoke token approval.", + "ethereum__approve_intro_title": "Token approval", + "ethereum__approve_intro_title_revoke": "Token revocation", "ethereum__approve_revoke": "Revoke", "ethereum__approve_revoke_from": "Revoke from", "ethereum__approve_to": "Approve to", @@ -359,12 +359,12 @@ "ethereum__staking_stake_intro": "Stake ETH on Everstake?", "ethereum__staking_unstake": "Unstake", "ethereum__staking_unstake_intro": "Unstake ETH from Everstake?", + "ethereum__title_all_input_data_template": "All input data ({0} bytes)", "ethereum__title_confirm_domain": "Confirm domain", "ethereum__title_confirm_message": "Confirm message", "ethereum__title_confirm_struct": "Confirm struct", "ethereum__title_confirm_typed_data": "Confirm typed data", "ethereum__title_input_data": "Input data", - "ethereum__title_all_input_data_template": "All input data ({0} bytes)", "ethereum__title_signing_address": "Signing address", "ethereum__token_contract": { "Bolt": "Token contract", @@ -420,9 +420,9 @@ "fido__title_verify_user": "FIDO2 verify user", "fido__unable_to_verify_user": "Unable to verify user.", "fido__wanna_erase_credentials": "Do you really want to erase all credentials?", + "firmware_update__restart": "Trezor will restart after update.", "firmware_update__title": "Update firmware", "firmware_update__title_fingerprint": "FW fingerprint", - "firmware_update__restart": "Trezor will restart after update.", "haptic_feedback__disable": "Disable haptic feedback?", "haptic_feedback__enable": "Enable haptic feedback?", "haptic_feedback__subtitle": "Setting", @@ -462,8 +462,8 @@ "instructions__hold_to_sign": "Hold to sign", "instructions__learn_more": "Learn more", "instructions__shares_continue_with_x_template": "Continue with Share #{0}", - "instructions__shares_start_with_x_template": "Start with Share #{0}", "instructions__shares_start_with_1": "Start with share #1", + "instructions__shares_start_with_x_template": "Start with Share #{0}", "instructions__swipe_down": "Swipe down", "instructions__swipe_horizontally": "Swipe horizontally", "instructions__tap": "Tap", @@ -607,22 +607,22 @@ "nem__unencrypted": "Unencrypted", "nem__unknown_mosaic": "Unknown mosaic!", "nostr__event_kind_template": "Event kind: {0}", + "passphrase__access_hidden_wallet": "Access hidden wallet", "passphrase__access_wallet": "Access passphrase wallet?", "passphrase__always_on_device": "Always enter your passphrase on Trezor?", "passphrase__continue_with_empty_passphrase": "Continue with empty passphrase?", "passphrase__from_host_not_shown": "Passphrase provided by host will be used but will not be displayed due to the device settings.", + "passphrase__hidden_wallet": "Hidden wallet", "passphrase__hide": { "Bolt": "Hide passphrase coming from host?", "Caesar": "Hide passphrase coming from host?", "Delizia": "Hide passphrase coming from host?", "Eckhart": "Hide your passphrase on Trezor entered on host device?" }, - "passphrase__hidden_wallet": "Hidden wallet", - "passphrase__access_hidden_wallet": "Access hidden wallet", - "passphrase__show": "Show passphrase", "passphrase__next_screen_will_show_passphrase": "The next screen shows your passphrase.", "passphrase__please_enter": "Please enter your passphrase.", "passphrase__revoke_on_device": "Do you want to revoke the passphrase on device setting?", + "passphrase__show": "Show passphrase", "passphrase__title_confirm": "Confirm passphrase", "passphrase__title_enter": "Enter passphrase", "passphrase__title_hide": "Hide passphrase", @@ -646,7 +646,6 @@ "pin__diff_from_wipe_code": "The new PIN must be different from your wipe code.", "pin__disabled": "PIN protection\nturned off.", "pin__enabled": "PIN protection\nturned on.", - "pin__setup_completed": "PIN setup completed.", "pin__enter": "Enter PIN", "pin__enter_new": "Enter new PIN", "pin__entered_not_valid": "The PIN you have entered is not valid.", @@ -661,9 +660,10 @@ "pin__mismatch": "Entered PINs do not match!", "pin__pin_mismatch": "PIN mismatch", "pin__please_check_again": "Please check again.", - "pin__reenter_new": "Re-enter new PIN", "pin__reenter": "Re-enter PIN", + "pin__reenter_new": "Re-enter new PIN", "pin__reenter_to_confirm": "Please re-enter PIN to confirm.", + "pin__setup_completed": "PIN setup completed.", "pin__should_be_long": "PIN should be 4-50 digits long.", "pin__title_check_pin": "Check PIN", "pin__title_settings": "PIN settings", @@ -750,6 +750,7 @@ }, "recovery__share_does_not_match": "Share doesn't match", "recovery__share_from_another_multi_share_backup": "You have entered a share from a different backup.", + "recovery__share_from_group_entered_template": "Share #{0} from Group #{1} entered.", "recovery__share_num_template": { "Bolt": "Share {0}", "Caesar": "Share {0}", @@ -788,7 +789,6 @@ "Delizia": "{count} more {plural} needed", "Eckhart": "{count} more {plural} needed." }, - "recovery__share_from_group_entered_template": "Share #{0} from Group #{1} entered.", "recovery__x_of_y_entered_template": { "Bolt": "{0} of {1} shares entered", "Caesar": "{0} of {1} shares entered", @@ -809,9 +809,9 @@ }, "reset__cancel_create_wallet": "Cancel create wallet", "reset__check_backup_instructions": "Let's do a quick check of your backup.", - "reset__check_share_backup_template": "Let's do a quick check of Share #{0}.", "reset__check_backup_title": "Check backup", "reset__check_group_share_title_template": "Check g{0} - share {1}", + "reset__check_share_backup_template": "Let's do a quick check of Share #{0}.", "reset__check_share_title_template": "Check share #{0}", "reset__check_wallet_backup_title": "Check wallet backup", "reset__continue_with_next_share": "Continue with the next share.", @@ -856,27 +856,27 @@ "reset__number_of_shares_info": "= total number of unique word lists used for wallet backup.", "reset__one_share": "1 share", "reset__only_one_share_will_be_created": "Only one share will be created.", - "reset__recovery_share_title_template": "Recovery share #{0}", "reset__recovery_share_description": "A recovery share is a list of words you wrote down when setting up your Trezor.", "reset__recovery_share_number": "Your wallet backup consists of 1 to 16 shares.", + "reset__recovery_share_title_template": "Recovery share #{0}", "reset__recovery_wallet_backup_title": "Wallet backup", "reset__repeat_for_all_shares": "Repeat for all shares.", "reset__required_number_of_groups": "The required number of groups for recovery.", "reset__select_correct_word": "Select the correct word for each position.", "reset__select_threshold": "Select the minimum shares required to recover your wallet.", + "reset__select_word_from_share_template": "Select word #{0} from\nShare #{1}", "reset__select_word_template": { "Bolt": "Select {0} word", "Caesar": "Select {0} word", "Delizia": "Select {0} word", "Eckhart": "Select word #{0} from your wallet backup" }, - "reset__select_word_from_share_template": "Select word #{0} from\nShare #{1}", "reset__select_word_x_of_y_template": "Select word {0} of {1}:", "reset__set_it_to_count_template": "Set it to {0} and you will need ", "reset__share_checked_successfully_template": "Share #{0} checked successfully.", "reset__share_completed_template": "Share #{0} completed", - "reset__share_words_title": "Standard backup", "reset__share_words_first": "Write down the first word from the backup.", + "reset__share_words_title": "Standard backup", "reset__slip39_checklist_more_info_threshold": "The threshold sets the minumum number of shares needed to recover your wallet.", "reset__slip39_checklist_more_info_threshold_example_template": "If you set {0} out of {1} shares, you'll need {2} backup shares to recover your wallet.", "reset__slip39_checklist_num_groups": "Number of groups", @@ -966,18 +966,18 @@ "sd_card__wanna_format": "Do you really want to format the SD card?", "sd_card__wrong_sd_card": "Wrong SD card.", "send__cancel_sign": "Cancel sign", - "send__sign_cancelled": "Sign cancelled.", + "send__cancel_transaction": "Cancel transaction", "send__confirm_sending": "Sending amount", "send__from_multiple_accounts": "Sending from multiple accounts.", "send__incl_transaction_fee": "incl. Transaction fee", "send__including_fee": "Including fee:", "send__maximum_fee": "Maximum fee", - "send__receiving_to_multisig": "Receiving to a multisig address.", "send__multisig_different_paths": "Using different paths for different XPUBs.", + "send__receiving_to_multisig": "Receiving to a multisig address.", "send__send_from": "Send from", - "send__cancel_transaction": "Cancel transaction", - "send__sign_transaction": "Sign transaction", "send__send_in_the_app": "After signing, send the transaction in the app.", + "send__sign_cancelled": "Sign cancelled.", + "send__sign_transaction": "Sign transaction", "send__title_confirm_sending": "Confirm sending", "send__title_joint_transaction": "Joint transaction", "send__title_receiving_to": "Receiving to", @@ -1190,7 +1190,6 @@ "words__good_to_know": "Good to know", "words__important": "Important", "words__instructions": "Instructions", - "words__pay_attention": "Pay attention", "words__keep_it_safe": "Keep it safe!", "words__know_what_your_doing": "Continue only if you know what you are doing!", "words__my_trezor": "My Trezor", @@ -1198,6 +1197,7 @@ "words__not_recommended": "Not recommended!", "words__operation_cancelled": "Operation cancelled", "words__outputs": "outputs", + "words__pay_attention": "Pay attention", "words__please_check_again": "Please check again", "words__please_try_again": "Please try again", "words__really_wanna": "Do you really want to", diff --git a/core/translations/es.json b/core/translations/es.json index 8e7f8ccaef..27e3d40a0b 100644 --- a/core/translations/es.json +++ b/core/translations/es.json @@ -64,8 +64,8 @@ "authenticate__confirm_template": "¿Confirmar con el ordenador conectado que tu {0} es original?", "authenticate__header": "Autenticar dispositivo", "auto_lock__change_template": "¿Autobloquear tras {0} de inactividad?", - "auto_lock__title": "Tiempo autobloqueo.", "auto_lock__description": "Establece el tiempo antes de que tu Trezor se bloquee automáticamente.", + "auto_lock__title": "Tiempo autobloqueo.", "auto_lock__turned_on": "Bloqueo automático activado", "backup__can_back_up_anytime": "Puedes hacer una copia de seguridad del Trezor cuando quieras.", "backup__create_backup_to_prevent_loss": "Crea una copia de seguridad para evitar perder el acceso a tus fondos", @@ -325,10 +325,10 @@ "ethereum__approve": "Aprobar", "ethereum__approve_amount_allowance": "Cantidad autorizada", "ethereum__approve_chain_id": "ID de cadena", - "ethereum__approve_intro_title": "Aprobación de tokens", "ethereum__approve_intro": "Revisa los detalles y permite gasto de token.", - "ethereum__approve_intro_title_revoke": "Revocación de tokens", "ethereum__approve_intro_revoke": "Revisa los detalles y cancela la aprobación de token.", + "ethereum__approve_intro_title": "Aprobación de tokens", + "ethereum__approve_intro_title_revoke": "Revocación de tokens", "ethereum__approve_revoke": "Revocar", "ethereum__approve_revoke_from": "Revocar de", "ethereum__approve_to": "Aprobar a", @@ -783,15 +783,15 @@ "sd_card__wanna_format": "¿Quieres formatear la tarjeta SD?", "sd_card__wrong_sd_card": "Tarjeta SD incorrecta.", "send__cancel_sign": "Cancelar firma", + "send__cancel_transaction": "Cancelar transacción", "send__confirm_sending": "Importe envío", "send__from_multiple_accounts": "Enviando desde varias cuentas.", "send__incl_transaction_fee": "incl. comisión de transacción", "send__including_fee": "Comisión incluida:", "send__maximum_fee": "Comisión máxima", - "send__receiving_to_multisig": "Recepción en una dirección multifirma.", "send__multisig_different_paths": "Usando diferentes rutas para distintos XPUBs.", + "send__receiving_to_multisig": "Recepción en una dirección multifirma.", "send__send_from": "Enviar desde", - "send__cancel_transaction": "Cancelar transacción", "send__sign_transaction": "Firmar transacción", "send__title_confirm_sending": "Validar envío", "send__title_joint_transaction": "Transacc. conjunta", diff --git a/core/translations/fr.json b/core/translations/fr.json index 2ca517dd49..09caaf8222 100644 --- a/core/translations/fr.json +++ b/core/translations/fr.json @@ -64,8 +64,8 @@ "authenticate__confirm_template": "Autoriser l'ord. connecté à conf. que votre {0} est auth. ?", "authenticate__header": "Authentifier le disp.", "auto_lock__change_template": "Verr. automatiquement Trezor après {0} d'inactivité ?", - "auto_lock__title": "Délai de ver. auto", "auto_lock__description": "Définissez le délai avant que votre Trezor ne se verrouille automatiquement.", + "auto_lock__title": "Délai de ver. auto", "auto_lock__turned_on": "Verrouillage automatique activé", "backup__can_back_up_anytime": "Vous pouvez sauv. Trezor une fois, à tout moment.", "backup__create_backup_to_prevent_loss": "Créez une sauvegarde pour éviter de perdre l'accès à vos fonds", @@ -325,10 +325,10 @@ "ethereum__approve": "Approuver", "ethereum__approve_amount_allowance": "Montant autorisé", "ethereum__approve_chain_id": "Chaîne ID", - "ethereum__approve_intro_title": "Autorisation de jetons", "ethereum__approve_intro": "Vérifiez les informations pour autoriser l'utilisation des jetons.", - "ethereum__approve_intro_title_revoke": "Révocation de l'autorisation", "ethereum__approve_intro_revoke": "Vérifiez les informations pour révoquer l'autorisation des jetons.", + "ethereum__approve_intro_title": "Autorisation de jetons", + "ethereum__approve_intro_title_revoke": "Révocation de l'autorisation", "ethereum__approve_revoke": "Révoquer", "ethereum__approve_revoke_from": "Révoquer de", "ethereum__approve_to": "Approuver pour", @@ -778,15 +778,15 @@ "sd_card__wanna_format": "Voulez-vous vraiment formater la carte SD ?", "sd_card__wrong_sd_card": "Mauvaise carte SD.", "send__cancel_sign": "Annuler signature", + "send__cancel_transaction": "Annuler la transaction", "send__confirm_sending": "Montant de l'envoi", "send__from_multiple_accounts": "Envoi depuis plusieurs comptes.", "send__incl_transaction_fee": "Frais de transaction inclus", "send__including_fee": "Frais inclus:", "send__maximum_fee": "Frais max", - "send__receiving_to_multisig": "Récep. vers adr. multisignatures.", "send__multisig_different_paths": "Utilisation de chemins différents pour chaque XPUB.", + "send__receiving_to_multisig": "Récep. vers adr. multisignatures.", "send__send_from": "Envoyer depuis", - "send__cancel_transaction": "Annuler la transaction", "send__sign_transaction": "Signer la transaction", "send__title_confirm_sending": "Conf. envoi", "send__title_joint_transaction": "Trans. commune", diff --git a/core/translations/it.json b/core/translations/it.json index 76a3c6a812..c8c6187090 100644 --- a/core/translations/it.json +++ b/core/translations/it.json @@ -319,10 +319,10 @@ "ethereum__approve": "Approva", "ethereum__approve_amount_allowance": "Limite importo", "ethereum__approve_chain_id": "ID chain", - "ethereum__approve_intro_title": "Approv. token", "ethereum__approve_intro": "Rivedi dettagli e approva spesa token.", - "ethereum__approve_intro_title_revoke": "Revoca token", "ethereum__approve_intro_revoke": "Rivedi dettagli e revoca approv. token.", + "ethereum__approve_intro_title": "Approv. token", + "ethereum__approve_intro_title_revoke": "Revoca token", "ethereum__approve_revoke": "Revoca", "ethereum__approve_revoke_from": "Revoca da", "ethereum__approve_to": "Approva a", diff --git a/core/translations/pt.json b/core/translations/pt.json index 1b522ff141..63ea6523dc 100644 --- a/core/translations/pt.json +++ b/core/translations/pt.json @@ -64,8 +64,8 @@ "authenticate__confirm_template": "Permitir ao computador confirmar se {0} é original?", "authenticate__header": "Autenticar dispositivo", "auto_lock__change_template": "Bloquear o Tezor após {0} de inatividade?", - "auto_lock__title": "Atraso do bloqueio", "auto_lock__description": "Defina o tempo antes de seu Trezor bloquear automaticamente.", + "auto_lock__title": "Atraso do bloqueio", "auto_lock__turned_on": "Bloqueio automático ativado", "backup__can_back_up_anytime": "Você pode fazer um backup do Trezor por vez.", "backup__create_backup_to_prevent_loss": "Crie um backup para evitar perder acesso aos seus fundos", @@ -326,10 +326,10 @@ "ethereum__approve": "Aprovar", "ethereum__approve_amount_allowance": "Limite quantia", "ethereum__approve_chain_id": "ID chain", - "ethereum__approve_intro_title": "Aprov. token", "ethereum__approve_intro": "Revise det. e aprove gasto de token.", - "ethereum__approve_intro_title_revoke": "Revog. token", "ethereum__approve_intro_revoke": "Revise det. e revogue aprovação token.", + "ethereum__approve_intro_title": "Aprov. token", + "ethereum__approve_intro_title_revoke": "Revog. token", "ethereum__approve_revoke": "Revogar", "ethereum__approve_revoke_from": "Revogar de", "ethereum__approve_to": "Aprovar a", @@ -782,15 +782,15 @@ "sd_card__wanna_format": "Deseja mesmo formatar o cartão SD?", "sd_card__wrong_sd_card": "Cartão SD incorreto.", "send__cancel_sign": "Cancelar assinatura", + "send__cancel_transaction": "Cancelar transação", "send__confirm_sending": "Quantia de envio", "send__from_multiple_accounts": "Envio de múltiplas contas.", "send__incl_transaction_fee": "incluindo Taxa de transação", "send__including_fee": "Incluindo taxa:", "send__maximum_fee": "Taxa máxima:", - "send__receiving_to_multisig": "Recebendo para um endereço multisig.", "send__multisig_different_paths": "Usando caminhos diferentes para diferentes XPUBs.", + "send__receiving_to_multisig": "Recebendo para um endereço multisig.", "send__send_from": "Enviar de", - "send__cancel_transaction": "Cancelar transação", "send__sign_transaction": "Assinar transação", "send__title_confirm_sending": "Confirmar envio", "send__title_joint_transaction": "Transação conjunta",