chore(translations): sync Crowdin translations
What changed, and why it matters
This commit is a routine translation update for the Trezor hardware wallet firmware. It only changes user-facing text strings in Czech, German, Spanish, French, and Portuguese translation files, plus the translation signature metadata. There are no code logic changes, no security fixes, and no functional changes to how the device operates.
No security action required. This is a localization-only change and can be treated as routine maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit synchronizes Crowdin translations across five locale JSON files (cs.json, de.json, es.json, fr.json, pt.json) and updates signatures.json with a new merkle root, timestamp, and commit reference. The diffs show only additions, removals, and modifications of translated string values and per-device-variant (Bolt/Caesar/Delizia/Eckhart) string mappings. No executable code, cryptographic logic, protocol handling, or security boundary is modified.
Changed components
core/translations/cs.jsoncore/translations/de.jsoncore/translations/es.jsoncore/translations/fr.jsoncore/translations/pt.jsoncore/translations/signatures.jsonInspect captured patch +450 / −185
### core/translations/cs.json
@@ -73,7 +73,12 @@
"Eckhart": "Přijímací adresa potvrzena."
},
"address__public_key": "Veřejný klíč",
- "address__public_key_confirmed": "Veřejný klíč potvrzen",
+ "address__public_key_confirmed": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Veřejný klíč potvrzen",
+ "Eckhart": "Veřejný klíč potvrzen"
+ },
"address__qr_code": "QR kód",
"address__title_cosigner": "Spolupodepisující",
"address__title_cosigner_template": "Spolupodepisující {0}",
@@ -234,7 +239,7 @@
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Aplikace připojeny"
+ "Eckhart": "Připojené aplikace"
},
"ble__disable": {
"Bolt": "",
@@ -258,7 +263,7 @@
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Budou odstraněny a před použitím je budete muset znovu spárovat."
+ "Eckhart": "Zařízení budou odstraněna a před použitím je budete muset znovu spárovat."
},
"ble__forget_all_devices": {
"Bolt": "",
@@ -276,7 +281,7 @@
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Bude odstraněno a před použitím jej budete muset znovu spárovat."
+ "Eckhart": "Zařízení bude odstraněno a před použitím ho budete muset znovu spárovat."
},
"ble__forget_this_device": {
"Bolt": "",
@@ -294,7 +299,7 @@
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Více o připojení"
+ "Eckhart": "Detaily připojení"
},
"ble__limit_reached": {
"Bolt": "",
@@ -324,13 +329,13 @@
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Spárovat nové zařízení"
+ "Eckhart": "Párování nového zařízení"
},
"ble__pair_title": {
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Spárovat a připojit"
+ "Eckhart": "Párování a připojení"
},
"ble__pairing_match": {
"Bolt": "",
@@ -344,12 +349,6 @@
"Delizia": "",
"Eckhart": "Párování Bluetooth"
},
- "ble__unpair_all": {
- "Bolt": "",
- "Caesar": "",
- "Delizia": "",
- "Eckhart": "Odpárovat všechna zařízení Bluetooth"
- },
"ble__unpair_current": {
"Bolt": "",
"Caesar": "",
@@ -386,7 +385,12 @@
"buttons__access": "Použít",
"buttons__again": "Znovu",
"buttons__allow": "Povolit",
- "buttons__authenticate": "Ověřit",
+ "buttons__authenticate": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Ověřit"
+ },
"buttons__back": "Zpět",
"buttons__back_up": "Zálohovat",
"buttons__cancel": "Zrušit",
@@ -401,7 +405,12 @@
},
"buttons__close": "Zavřít",
"buttons__confirm": "Potvrdit",
- "buttons__confirm_all": "Potvrdit vše",
+ "buttons__confirm_all": {
+ "Bolt": "Potvrdit vše",
+ "Caesar": "Potvrdit vše",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"buttons__continue": "Pokračovat",
"buttons__continue_anyway": {
"Bolt": "",
@@ -410,12 +419,22 @@
"Eckhart": "Přesto pokračovat"
},
"buttons__details": "Podrobnosti",
- "buttons__disconnect": "Odpojit",
+ "buttons__disconnect": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Odpojit"
+ },
"buttons__enable": "Zapnout",
"buttons__enter_share": "Zadat podíl",
"buttons__export": "Exportovat",
"buttons__finish": "Dokončit",
- "buttons__forget": "Zapomenout",
+ "buttons__forget": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Zapomenout"
+ },
"buttons__format": "Formátovat",
"buttons__go_back": "Jít zpět",
"buttons__hold_to_confirm": "Potvrdit podržením",
@@ -431,14 +450,24 @@
"buttons__set": "Nastavit",
"buttons__show_all": "Zobrazit vše",
"buttons__show_details": "Ukázat podrobnosti",
- "buttons__show_next": "Ukázat další",
+ "buttons__show_next": {
+ "Bolt": "Zobrazit další",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Zobrazit další"
+ },
"buttons__show_words": "Zobrazit slova",
"buttons__skip": "Přeskočit",
"buttons__try_again": "Zkusit znovu",
"buttons__turn_off": "Vypnout",
"buttons__turn_on": "Zapnout",
"buttons__view": "Zobrazit",
- "buttons__view_all_data": "Zobrazit všechna data",
+ "buttons__view_all_data": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Zobrazit všechna data",
+ "Eckhart": "Zobrazit všechna data"
+ },
"buttons__wipe": "Vymazat",
"cardano__addr_base": "Základní",
"cardano__addr_enterprise": "Podniková",
@@ -839,7 +868,12 @@
"ethereum__approve_intro_revoke": "Zkontrolujte údaje pro odvolání povolení tokenu.",
"ethereum__approve_intro_title": "Schválení tokenu",
"ethereum__approve_intro_title_revoke": "Odvolání tokenu",
- "ethereum__approve_revoke": "Odvolání",
+ "ethereum__approve_revoke": {
+ "Bolt": "Odvolání",
+ "Caesar": "Odvolání",
+ "Delizia": "Odvolání",
+ "Eckhart": ""
+ },
"ethereum__approve_revoke_from": "Odvolání pro",
"ethereum__approve_to": "Schválit pro",
"ethereum__approve_unlimited_template": {
@@ -905,6 +939,7 @@
"ethereum__show_full_message": "Zobrazit celou zprávu",
"ethereum__show_full_struct": "Zobrazit strukturu",
"ethereum__sign_eip712": "Chcete podepsat typovaná data EIP-712?",
+ "ethereum__skip_to_hash": "",
"ethereum__smart_info": "Detail kontraktu chytrého účtu",
"ethereum__staking_claim": "Nárokovat",
"ethereum__staking_claim_address": "Nárokovat adresu",
@@ -914,6 +949,8 @@
"ethereum__staking_stake_intro": "Stakovat ETH na Everstake?",
"ethereum__staking_unstake": "Zrušit staking",
"ethereum__staking_unstake_intro": "Zrušit staking ETH z Everstake?",
+ "ethereum__subcall": "",
+ "ethereum__subcall_to": "",
"ethereum__subtitle_input_data_bytes": {
"Bolt": "",
"Caesar": "",
@@ -953,7 +990,7 @@
},
"ethereum__units_template": "{0} jednotek",
"ethereum__unknown_contract_address": {
- "Bolt": "Neznámá adresa kontraktu",
+ "Bolt": "Neznámá adresa kontraktu.",
"Caesar": "Neznámá adresa kontraktu",
"Delizia": "Neznámá adresa kontraktu.",
"Eckhart": "Neznámá adresa kontraktu tokenu."
@@ -966,6 +1003,7 @@
"ethereum__vault_redeem_intro": "Zkontrolujte údaje pro odkup z trezoru.",
"ethereum__vault_redeem_to": "Odkup na",
"ethereum__vault_withdraw_intro": "Zkontrolujte údaje pro výběr z trezoru.",
+ "ethereum__view_data_and_hash": "",
"ethereum__withdraw": "Výběr",
"ethereum__withdraw_amount": "Výběr částky",
"ethereum__withdraw_from": "Výběr z",
@@ -1742,7 +1780,7 @@
"passphrase__hide": "Skrýt passphrase z aplikace?",
"passphrase__next_screen_will_show_passphrase": "Na další obrazovce se zobrazí vaše passphrase.",
"passphrase__please_enter": "Zadejte passphrase.",
- "passphrase__revoke_on_device": "Chcete vypnout povinnost zadávání passphrase pouze na zařízení?",
+ "passphrase__revoke_on_device": "Chcete vypnout povinnost zadávat passphrase na Trezoru?",
"passphrase__show": {
"Bolt": "Ukázat passphrase",
"Caesar": "Zobrazit passphrase",
@@ -1755,7 +1793,7 @@
"Delizia": "Potvrzení passphrase",
"Eckhart": "Potvrdit passphrase"
},
- "passphrase__title_enter": "Zadejte passphrase",
+ "passphrase__title_enter": "Zadání passphrase",
"passphrase__title_hide": "Skrýt passphrase",
"passphrase__title_passphrase": "Passphrase",
"passphrase__title_settings": "Nastavení passphrase",
@@ -2007,7 +2045,7 @@
"recovery__wanna_cancel_recovery": "Opravdu chcete proces obnovení zrušit?",
"recovery__word_count_template": "({0} slov)",
"recovery__word_x_of_y_template": {
- "Bolt": "Slovo {0} z {1}",
+ "Bolt": "",
"Caesar": "Slovo {0} z {1}",
"Delizia": "Slovo {0} z {1}",
"Eckhart": "Slovo {0}\nz {1}"
@@ -2816,27 +2854,25 @@
"solana__vote_account": "Hlasovací účet",
"stellar__account_merge": "Sloučení účtů",
"stellar__account_thresholds": "Prahové hodnoty účtu",
- "stellar__add_signer": "Přidat podepisujícího",
- "stellar__add_trust": "Přidat důvěru",
+ "stellar__add_signer": "Přidání podepisujícího",
+ "stellar__add_trust": "Přidání důvěry",
"stellar__all_will_be_sent_to": "Všechny XLM budou odeslány:",
- "stellar__allow_trust": "Povolit důvěru",
+ "stellar__allow_trust": "Povolení důvěry",
"stellar__balance_id": "ID zůstatku",
"stellar__bump_sequence": "Sekvence urychlení",
"stellar__buying": "Nákup",
- "stellar__claim_claimable_balance": "Získat nárokovatelný zůstatek",
- "stellar__clear_data": "Vymazat data",
- "stellar__clear_flags": "Vymazat příznaky",
- "stellar__confirm_issuer": "Potvrdit vydavatele",
- "stellar__confirm_memo": "Potvrdit poznámku",
- "stellar__confirm_operation": "Potvrdit operaci",
- "stellar__confirm_timebounds": "Potvrdit časové limity",
- "stellar__create_account": "Vytvořit účet",
+ "stellar__claim_claimable_balance": "Získání nárokovatelného zůstatku",
+ "stellar__clear_data": "Vymazání dat",
+ "stellar__clear_flags": "Vymazání příznaků",
+ "stellar__confirm_issuer": "Potvrzení vydavatele",
+ "stellar__confirm_memo": "Potvrzení poznámky",
+ "stellar__confirm_operation": "Potvrzení operace",
"stellar__debited_amount": "Účtovaná částka",
"stellar__delete": "Odstranit",
"stellar__delete_passive_offer": "Odstranit pasivní nabídku",
- "stellar__delete_trust": "Odstranit důvěru",
+ "stellar__delete_trust": "Odstranění důvěry",
"stellar__destination": "Cíl",
- "stellar__exchanges_require_memo": "Memo není nastaveno.\nObvykle vyžadováno při odesílání na burzy.",
+ "stellar__exchanges_require_memo": "Není nastavené memo. Při odesílání na burzy je obvykle potřeba.",
"stellar__ext_auth": "",
"stellar__ext_auth_message": "",
"stellar__final_confirm": "Konečné potvrzení",
@@ -2855,6 +2891,7 @@
"stellar__new_passive_offer": "Nová pasivní nabídka",
"stellar__no_memo_set": "Není nastavena poznámka!",
"stellar__no_restriction": "[bez omezení]",
+ "stellar__on_behalf_of": "",
"stellar__path_pay": "Směnná platba",
"stellar__path_pay_at_least": "Směnná platba alespoň",
"stellar__pay": "Platba",
@@ -2864,21 +2901,21 @@
"stellar__remove_signer": "Odstranit podepisujícího",
"stellar__revoke_trust": "Odebrání důvěry",
"stellar__selling": "Prodej",
- "stellar__set_data": "Nastavit data",
- "stellar__set_flags": "Nastavit příznaky",
+ "stellar__set_data": "Nastavení dat",
+ "stellar__set_flags": "Nastavení příznaků",
"stellar__set_sequence_to_template": "Nastavit sekvenci na {0}?",
- "stellar__sign_tx_count_template": "Podepsat tuto transakci tvořenou {0}",
- "stellar__sign_tx_fee_template": "a zaplatit {0}\njako poplatek?",
+ "stellar__sign_authorization": "",
"stellar__sign_with": "Podepsat pomocí",
"stellar__source_account": "Zdrojový účet",
- "stellar__timebounds": "Časové okno",
+ "stellar__timebounds": "Časové rozmezí",
"stellar__token_info": "Informace o tokenu",
"stellar__transaction_source": "Zdroj transakce",
"stellar__transaction_source_diff_warning": "Zdroj transakce nepatří tomuto Trezoru.",
- "stellar__trusted_account": "Důvěryhodný účet",
+ "stellar__trusted_account": "Důvěřovaný účet",
"stellar__update": "Aktualizovat",
"stellar__valid_from": "Platí od (UTC)",
"stellar__valid_to": "Platí do (UTC)",
+ "stellar__valid_until_ledger": "",
"stellar__value_sha256": "Hodnota (SHA-256)",
"stellar__wanna_clean_value_key_template": "Chcete vymazat klíč hodnoty {0}?",
"storage_msg__processing": {
@@ -3334,8 +3371,12 @@
"words__assets": "Aktiva",
"words__authorization": "",
"words__blockhash": "Blockhash",
- "words__bluetooth": "Bluetooth",
- "words__buying": "Koupit",
+ "words__bluetooth": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Bluetooth"
+ },
"words__cancel_question": {
"Bolt": "",
"Caesar": "",
@@ -3346,12 +3387,21 @@
"words__comm_continue": "Komunikace s vaším připojeným zařízením selhala. Můžete bezpečně pokračovat.",
"words__comm_trouble": "Komunikace s vaším připojeným zařízením selhala. Ukončete proces a zkuste to znovu.",
"words__confirm": "Potvrzení",
- "words__confirm_fee": "Potvrdit poplatek",
- "words__connect": "Připojit",
- "words__connected": "Připojeno",
+ "words__confirm_fee": "Potvrzení poplatku",
+ "words__connected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Připojeno"
+ },
"words__contains": "Obsahuje",
"words__continue_anyway_question": "Přesto pokračovat?",
- "words__continue_with": "Pokračovat s",
+ "words__continue_with": {
+ "Bolt": "",
+ "Caesar": "Pokračovat s",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"words__deposit": "Vklad",
"words__device": "Zařízení",
"words__disabled": {
@@ -3360,7 +3410,12 @@
"Delizia": "",
"Eckhart": "Vypnuto"
},
- "words__disconnected": "Odpojen",
+ "words__disconnected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Odpojeno"
+ },
"words__enabled": {
"Bolt": "",
"Caesar": "",
@@ -3394,7 +3449,6 @@
"Delizia": "",
"Eckhart": "Vyrobeno v"
},
- "words__manage": "Spravovat",
"words__my_trezor": "Můj Trezor",
"words__name": "Název",
"words__no": "Ne",
@@ -3454,18 +3508,18 @@
"Eckhart": "Podíl zálohy"
},
"words__resource": "Zdroj",
- "words__review": "Zkontrolovat",
+ "words__review": "Kontrola",
"words__security": "Zabezpečení",
"words__send": "Odeslat",
"words__settings": "Nastavení",
- "words__sign": "Podepsat",
+ "words__sign": "Podepsání",
"words__signer": "Podepisující",
"words__swap": "Směnit",
"words__tap_to_wake": {
"Bolt": "",
"Caesar": "",
"Delizia": "",
- "Eckhart": "Probudit klepnutím"
+ "Eckhart": "Probuzení klepnutím"
},
"words__title_check": {
"Bolt": "",
### core/translations/de.json
@@ -73,7 +73,12 @@
"Eckhart": "Empfängeradresse bestätigt."
},
"address__public_key": "Public Key",
- "address__public_key_confirmed": "Public Key bestätigt",
+ "address__public_key_confirmed": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Public Key bestätigt",
+ "Eckhart": "Public Key bestätigt"
+ },
"address__qr_code": "QR-Code",
"address__title_cosigner": "Cosigner",
"address__title_cosigner_template": "Cosigner {0}",
@@ -354,12 +359,6 @@
"Delizia": "",
"Eckhart": "Bluetooth Kopplung"
},
- "ble__unpair_all": {
- "Bolt": "",
- "Caesar": "",
- "Delizia": "",
- "Eckhart": "Alle Bluetooth-Geräte entkoppeln"
- },
"ble__unpair_current": {
"Bolt": "",
"Caesar": "",
@@ -396,7 +395,12 @@
"buttons__access": "Zugriff",
"buttons__again": "Wiederholen",
"buttons__allow": "Zulassen",
- "buttons__authenticate": "Authentifizieren",
+ "buttons__authenticate": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Authentifizieren"
+ },
"buttons__back": "Zurück",
"buttons__back_up": "Sichern",
"buttons__cancel": "Abbrechen",
@@ -411,7 +415,12 @@
},
"buttons__close": "Schliessen",
"buttons__confirm": "Bestätigen",
- "buttons__confirm_all": "Alles bestätigen",
+ "buttons__confirm_all": {
+ "Bolt": "Alles bestätigen",
+ "Caesar": "Alles bestätigen",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"buttons__continue": "Weiter",
"buttons__continue_anyway": {
"Bolt": "",
@@ -420,7 +429,12 @@
"Eckhart": "Trotzdem fortfahren"
},
"buttons__details": "Details",
- "buttons__disconnect": "Trennen",
+ "buttons__disconnect": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Trennen"
+ },
"buttons__enable": "Aktivieren",
"buttons__enter_share": "Share eingeben",
"buttons__export": "Exportieren",
@@ -430,7 +444,12 @@
"Delizia": "Bestätigen",
"Eckhart": "Bestätigen"
},
- "buttons__forget": "Vergessen",
+ "buttons__forget": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Vergessen"
+ },
"buttons__format": {
"Bolt": "Formatier.",
"Caesar": "",
@@ -466,7 +485,12 @@
"Delizia": "Details anz.",
"Eckhart": "Detailansicht"
},
- "buttons__show_next": "Nächstes anzeigen",
+ "buttons__show_next": {
+ "Bolt": "Nächste anzeigen",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Nächste anzeigen"
+ },
"buttons__show_words": {
"Bolt": "Wörteransicht",
"Caesar": "Wörter anz.",
@@ -483,13 +507,13 @@
"buttons__turn_off": "Deaktivieren",
"buttons__turn_on": "Aktivieren",
"buttons__view": "Anzeigen",
- "buttons__view_all_data": "Zeige Daten",
- "buttons__wipe": {
- "Bolt": "Wischen",
- "Caesar": "Löschen",
- "Delizia": "Löschen",
- "Eckhart": "Löschen"
+ "buttons__view_all_data": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Zeige Daten",
+ "Eckhart": "Zeige Daten"
},
+ "buttons__wipe": "Löschen",
"cardano__addr_base": "Basis",
"cardano__addr_enterprise": {
"Bolt": "Unternehmen",
@@ -989,7 +1013,12 @@
"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": {
+ "Bolt": "Entziehen",
+ "Caesar": "Entziehen",
+ "Delizia": "Entziehen",
+ "Eckhart": ""
+ },
"ethereum__approve_revoke_from": "Entziehen von",
"ethereum__approve_to": "Zulassen für",
"ethereum__approve_unlimited_template": {
@@ -1090,6 +1119,7 @@
"Eckhart": "Ganze zeigen"
},
"ethereum__sign_eip712": "EIP-712-Daten wirklich signieren?",
+ "ethereum__skip_to_hash": "",
"ethereum__smart_info": "Smart-Account-Contract-Informationen",
"ethereum__staking_claim": "Einlösen",
"ethereum__staking_claim_address": "Einlöse-Adresse",
@@ -1099,6 +1129,8 @@
"ethereum__staking_stake_intro": "ETH auf Everstake staken?",
"ethereum__staking_unstake": "Entstaken",
"ethereum__staking_unstake_intro": "ETH von Everstake entstaken?",
+ "ethereum__subcall": "",
+ "ethereum__subcall_to": "",
"ethereum__subtitle_input_data_bytes": {
"Bolt": "",
"Caesar": "",
@@ -1138,7 +1170,7 @@
},
"ethereum__units_template": "{0} Einheiten",
"ethereum__unknown_contract_address": {
- "Bolt": "Unbekannte Vertragsadresse",
+ "Bolt": "Unbekannte Vertragsadresse.",
"Caesar": "Unbekannte Vertragsadresse",
"Delizia": "Unbekannte Vertragsadresse.",
"Eckhart": "Unbekannte Vertragsadresse"
@@ -1151,6 +1183,7 @@
"ethereum__vault_redeem_intro": "Prüfe die Details, um aus dem Vault einzulösen.",
"ethereum__vault_redeem_to": "Einlösen auf",
"ethereum__vault_withdraw_intro": "Prüfe die Details, um aus dem Vault abzuheben.",
+ "ethereum__view_data_and_hash": "",
"ethereum__withdraw": "Abheben",
"ethereum__withdraw_amount": "Abhebungsbetrag",
"ethereum__withdraw_from": "Abheben von",
@@ -2311,7 +2344,12 @@
"recovery__wanna_cancel_dry_run": "Möchtest du die Backup-Prüfung wirklich abbrechen?",
"recovery__wanna_cancel_recovery": "Möchtest du die Wiederherstellung wirklich abbrechen?",
"recovery__word_count_template": "({0} Wörter)",
- "recovery__word_x_of_y_template": "Wort {0} von {1}",
+ "recovery__word_x_of_y_template": {
+ "Bolt": "",
+ "Caesar": "Wort {0} von {1}",
+ "Delizia": "Wort {0} von {1}",
+ "Eckhart": "Wort {0} von {1}"
+ },
"recovery__x_more_items_starting_template_plural": {
"Bolt": "{count} mehr {plural} gestartet",
"Caesar": "",
@@ -3234,8 +3272,6 @@
"stellar__confirm_issuer": "Aussteller bestätigen",
"stellar__confirm_memo": "Memo bestätigen",
"stellar__confirm_operation": "Operation bestätigen",
- "stellar__confirm_timebounds": "Zeitrahmen bestätigen",
- "stellar__create_account": "Konto erstellen",
"stellar__debited_amount": "Abgebuchter Betrag",
"stellar__delete": "Löschen",
"stellar__delete_passive_offer": "Passives Angebot löschen",
@@ -3275,6 +3311,7 @@
"Eckhart": "Kein Memo festgelegt."
},
"stellar__no_restriction": "[keine Einschränkung]",
+ "stellar__on_behalf_of": "",
"stellar__path_pay": "Path Pay",
"stellar__path_pay_at_least": "Path Pay mindestens",
"stellar__pay": "Zahlen",
@@ -3287,18 +3324,7 @@
"stellar__set_data": "Daten festlegen",
"stellar__set_flags": "Flags festlegen",
"stellar__set_sequence_to_template": "Sequenz auf {0} setzen?",
- "stellar__sign_tx_count_template": {
- "Bolt": "Diese Transaktion, die sich aus {0} zusammensetzt, signieren",
- "Caesar": "Diese Transaktion, die sich aus {0} zusammensetzt, signieren",
- "Delizia": "Diese Transaktion, die sich aus {0} zusammensetzt, signieren",
- "Eckhart": "Signiere die Transaktion bestehend aus {0} "
- },
- "stellar__sign_tx_fee_template": {
- "Bolt": "und eine Gebühr\nvon {0} zahlen?",
- "Caesar": "und eine Gebühr\nvon {0} zahlen?",
- "Delizia": "und eine Gebühr\nvon {0} zahlen?",
- "Eckhart": " und zahle {0}\nals Gebühr?"
- },
+ "stellar__sign_authorization": "",
"stellar__sign_with": {
"Bolt": "Signieren mit",
"Caesar": "Signieren mit",
@@ -3319,6 +3345,7 @@
},
"stellar__valid_from": "Gültig von (UTC)",
"stellar__valid_to": "Gültig bis (UTC)",
+ "stellar__valid_until_ledger": "",
"stellar__value_sha256": "Wert (SHA-256)",
"stellar__wanna_clean_value_key_template": "Möchtest du den Wert-Key {0} löschen?",
"storage_msg__processing": {
@@ -3794,8 +3821,12 @@
"words__assets": "Assets",
"words__authorization": "",
"words__blockhash": "Blockhash",
- "words__bluetooth": "Bluetooth",
- "words__buying": "Kaufen",
+ "words__bluetooth": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Bluetooth"
+ },
"words__cancel_question": {
"Bolt": "",
"Caesar": "",
@@ -3807,11 +3838,20 @@
"words__comm_trouble": "Die Kommunikation mit deinem verbundenen Gerät ist fehlgeschlagen. Brich den Vorgang ab und versuche es erneut.",
"words__confirm": "Bestätigen",
"words__confirm_fee": "Gebühr bestätigen",
- "words__connect": "Verbinden",
- "words__connected": "Verbunden",
+ "words__connected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Verbunden"
+ },
"words__contains": "Enthält",
"words__continue_anyway_question": "Trotzdem fortfahren?",
- "words__continue_with": "Weiter mit",
+ "words__continue_with": {
+ "Bolt": "",
+ "Caesar": "Weiter mit",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"words__deposit": "Einzahlung",
"words__device": "Gerät",
"words__disabled": {
@@ -3820,7 +3860,12 @@
"Delizia": "",
"Eckhart": "Deaktiviert"
},
- "words__disconnected": "Getrennt",
+ "words__disconnected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Getrennt"
+ },
"words__enabled": {
"Bolt": "",
"Caesar": "",
@@ -3859,7 +3904,6 @@
"Delizia": "",
"Eckhart": "Hergestellt in"
},
- "words__manage": "Verwalten",
"words__my_trezor": "Mein Trezor",
"words__name": "Name",
"words__no": "Nein",
### core/translations/es.json
@@ -73,7 +73,12 @@
"Eckhart": "Dirección de destino confirmada."
},
"address__public_key": "Clave pública",
- "address__public_key_confirmed": "Clave pública confirmada",
+ "address__public_key_confirmed": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Clave pública confirmada",
+ "Eckhart": "Clave pública confirmada"
+ },
"address__qr_code": "Código QR",
"address__title_cosigner": "Cofirmante",
"address__title_cosigner_template": "Cofirmante {0}",
@@ -344,12 +349,6 @@
"Delizia": "",
"Eckhart": "Emparejamiento Bluetooth"
},
- "ble__unpair_all": {
- "Bolt": "",
- "Caesar": "",
- "Delizia": "",
- "Eckhart": "Desvincular todos dispositivos Bluetooth"
- },
"ble__unpair_current": {
"Bolt": "",
"Caesar": "",
@@ -386,7 +385,12 @@
"buttons__access": "Acceder",
"buttons__again": "De nuevo",
"buttons__allow": "Permitir",
- "buttons__authenticate": "Autenticar",
+ "buttons__authenticate": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Autenticar"
+ },
"buttons__back": "Atrás",
"buttons__back_up": "C. seg.",
"buttons__cancel": "Cancelar",
@@ -401,7 +405,12 @@
},
"buttons__close": "Cerrar",
"buttons__confirm": "Confirmar",
- "buttons__confirm_all": "Confirmar todo",
+ "buttons__confirm_all": {
+ "Bolt": "Confirmar todo",
+ "Caesar": "Confirmar todo",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"buttons__continue": "Continuar",
"buttons__continue_anyway": {
"Bolt": "",
@@ -410,12 +419,22 @@
"Eckhart": "Continuar igualmente"
},
"buttons__details": "Detalles",
- "buttons__disconnect": "Desconectar",
+ "buttons__disconnect": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Desconectar"
+ },
"buttons__enable": "Activar",
"buttons__enter_share": "Ingresar parte",
"buttons__export": "Exportar",
"buttons__finish": "Finalizar",
- "buttons__forget": "Olvidar",
+ "buttons__forget": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Olvidar"
+ },
"buttons__format": "Formatear",
"buttons__go_back": "Atrás",
"buttons__hold_to_confirm": "Mantén y conf.",
@@ -436,14 +455,24 @@
"Delizia": "Mostrar más",
"Eckhart": "Mostrar todo"
},
- "buttons__show_next": "Mostrar siguiente",
+ "buttons__show_next": {
+ "Bolt": "Mostrar siguiente",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Mostrar siguiente"
+ },
"buttons__show_words": "Mostrar palab.",
"buttons__skip": "Omitir",
"buttons__try_again": "Reintentar",
"buttons__turn_off": "Desactivar",
"buttons__turn_on": "Activar",
"buttons__view": "Ver",
- "buttons__view_all_data": "Ver todos los datos",
+ "buttons__view_all_data": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Ver todos los datos",
+ "Eckhart": "Ver todos los datos"
+ },
"buttons__wipe": "Borrar",
"cardano__addr_base": "Base",
"cardano__addr_enterprise": "Empresa",
@@ -854,7 +883,12 @@
"ethereum__approve_intro_revoke": "Revisa los detalles para revocar la aprobación de tokens.",
"ethereum__approve_intro_title": "Aprobación de tokens",
"ethereum__approve_intro_title_revoke": "Revocación de tokens",
- "ethereum__approve_revoke": "Revocar",
+ "ethereum__approve_revoke": {
+ "Bolt": "Revocar",
+ "Caesar": "Revocar",
+ "Delizia": "Revocar",
+ "Eckhart": ""
+ },
"ethereum__approve_revoke_from": "Revocar de",
"ethereum__approve_to": "Aprobar a",
"ethereum__approve_unlimited_template": {
@@ -925,6 +959,7 @@
"Eckhart": "Ver estruct. entera"
},
"ethereum__sign_eip712": "¿Quieres firmar los datos EIP-712?",
+ "ethereum__skip_to_hash": "",
"ethereum__smart_info": "Info. del contrato de la cuenta inteligente",
"ethereum__staking_claim": "Reclamar",
"ethereum__staking_claim_address": "Dir. de reclamo",
@@ -934,6 +969,8 @@
"ethereum__staking_stake_intro": "¿Hacer stake de ETH en Everstake?",
"ethereum__staking_unstake": "Retirar stake",
"ethereum__staking_unstake_intro": "¿Retirar ETH de Everstake?",
+ "ethereum__subcall": "",
+ "ethereum__subcall_to": "",
"ethereum__subtitle_input_data_bytes": {
"Bolt": "",
"Caesar": "",
@@ -973,7 +1010,7 @@
},
"ethereum__units_template": "{0} unidades",
"ethereum__unknown_contract_address": {
- "Bolt": "Dirección de contrato desconocida",
+ "Bolt": "Dirección de contrato desconocida.",
"Caesar": "Dirección de contrato desconocida",
"Delizia": "Dirección de contrato desconocida.",
"Eckhart": "Dirección de contrato desconocida"
@@ -986,6 +1023,7 @@
"ethereum__vault_redeem_intro": "Verifica los detalles para redimir de la bóveda.",
"ethereum__vault_redeem_to": "Redimir en",
"ethereum__vault_withdraw_intro": "Verifica los detalles para retirar de la bóveda.",
+ "ethereum__view_data_and_hash": "",
"ethereum__withdraw": "Retirar",
"ethereum__withdraw_amount": "Cantidad a retirar",
"ethereum__withdraw_from": "Retirar de",
@@ -2001,7 +2039,12 @@
"recovery__wanna_cancel_dry_run": "¿Quieres cancelar la revisión de la copia de seguridad?",
"recovery__wanna_cancel_recovery": "¿Quieres cancelar el proceso de recuperación?",
"recovery__word_count_template": "({0} palabras)",
- "recovery__word_x_of_y_template": "Palabra {0} de {1}",
+ "recovery__word_x_of_y_template": {
+ "Bolt": "",
+ "Caesar": "Palabra {0} de {1}",
+ "Delizia": "Palabra {0} de {1}",
+ "Eckhart": "Palabra {0} de {1}"
+ },
"recovery__x_more_items_starting_template_plural": {
"Bolt": "{count} {plural} más iniciando",
"Caesar": "",
@@ -2814,8 +2857,6 @@
"stellar__confirm_issuer": "Confirmar emisor",
"stellar__confirm_memo": "Confirmar nota",
"stellar__confirm_operation": "Confirmar operación",
- "stellar__confirm_timebounds": "Confirmar límites de tiempo",
- "stellar__create_account": "Crear cuenta",
"stellar__debited_amount": "Importe debitado",
"stellar__delete": "Eliminar",
"stellar__delete_passive_offer": "Eliminar oferta pasiva",
@@ -2840,6 +2881,7 @@
"stellar__new_passive_offer": "Nueva oferta pasiva",
"stellar__no_memo_set": "¡No hay nota definida!",
"stellar__no_restriction": "[sin restricciones]",
+ "stellar__on_behalf_of": "",
"stellar__path_pay": {
"Bolt": "Path Pay",
"Caesar": "Path Pay",
@@ -2857,8 +2899,7 @@
"stellar__set_data": "Configurar datos",
"stellar__set_flags": "Configurar indicadores",
"stellar__set_sequence_to_template": "¿Definir secuencia como {0}?",
- "stellar__sign_tx_count_template": "¿Firmar esta transacción compuesta por {0}",
- "stellar__sign_tx_fee_template": "y pagar {0}\nde comisión?",
+ "stellar__sign_authorization": "",
"stellar__sign_with": "Firmar con",
"stellar__source_account": "Cuenta origen",
"stellar__timebounds": "Ventana de tiempo",
@@ -2869,6 +2910,7 @@
"stellar__update": "Actualizar",
"stellar__valid_from": "Válido desde (UTC)",
"stellar__valid_to": "Válido hasta (UTC)",
+ "stellar__valid_until_ledger": "",
"stellar__value_sha256": "Valor (SHA-256)",
"stellar__wanna_clean_value_key_template": "¿Quieres borrar la clave de valor {0}?",
"storage_msg__processing": {
@@ -3334,8 +3376,12 @@
"words__assets": "Activos",
"words__authorization": "",
"words__blockhash": "Hash del bloque",
- "words__bluetooth": "Bluetooth",
- "words__buying": "Comprando",
+ "words__bluetooth": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Bluetooth"
+ },
"words__cancel_question": {
"Bolt": "",
"Caesar": "",
@@ -3347,11 +3393,20 @@
"words__comm_trouble": "La comunicación con tu dispositivo conectado falló. Cancela e intenta de nuevo.",
"words__confirm": "Confirmar",
"words__confirm_fee": "Confirmar comisión",
- "words__connect": "Conectar",
- "words__connected": "Conectado",
+ "words__connected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Conectado"
+ },
"words__contains": "Contiene",
"words__continue_anyway_question": "¿Continuar igualmente?",
- "words__continue_with": "Continuar con",
+ "words__continue_with": {
+ "Bolt": "",
+ "Caesar": "Continuar con",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"words__deposit": "Depósito",
"words__device": "Dispositivo",
"words__disabled": {
@@ -3360,7 +3415,12 @@
"Delizia": "",
"Eckhart": "Desactivado"
},
- "words__disconnected": "Desconectado",
+ "words__disconnected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Desconectado"
+ },
"words__enabled": {
"Bolt": "",
"Caesar": "",
@@ -3394,7 +3454,6 @@
"Delizia": "",
"Eckhart": "Hecho en"
},
- "words__manage": "Gestionar",
"words__my_trezor": "Mi Trezor",
"words__name": "Nombre",
"words__no": "No",
### core/translations/fr.json
@@ -83,7 +83,12 @@
"Eckhart": "Adresse de réception confirmée."
},
"address__public_key": "Clé publique",
- "address__public_key_confirmed": "Clé publique confirmée",
+ "address__public_key_confirmed": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Clé publique confirmée",
+ "Eckhart": "Clé publique confirmée"
+ },
"address__qr_code": "Code QR",
"address__title_cosigner": "Cosignataire",
"address__title_cosigner_template": "Cosignataire {0}",
@@ -424,12 +429,6 @@
"Delizia": "",
"Eckhart": "Appairage par Bluetooth"
},
- "ble__unpair_all": {
- "Bolt": "",
- "Caesar": "",
- "Delizia": "",
- "Eckhart": "Dissocier tous les appareils Bluetooth"
- },
"ble__unpair_current": {
"Bolt": "",
"Caesar": "",
@@ -466,7 +465,12 @@
"buttons__access": "Accéder",
"buttons__again": "Refaire",
"buttons__allow": "Autoriser",
- "buttons__authenticate": "Authentifier",
+ "buttons__authenticate": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Authentifier"
+ },
"buttons__back": "Retour",
"buttons__back_up": {
"Bolt": "Sauveg.",
@@ -485,13 +489,13 @@
"Eckhart": ""
},
"buttons__close": "Fermer",
- "buttons__confirm": {
- "Bolt": "Conf.",
- "Caesar": "Confirmer",
- "Delizia": "Confirmer",
- "Eckhart": "Confirmer"
+ "buttons__confirm": "Confirmer",
+ "buttons__confirm_all": {
+ "Bolt": "Tout confirmer",
+ "Caesar": "Tout confirmer",
+ "Delizia": "",
+ "Eckhart": ""
},
- "buttons__confirm_all": "Tout confirmer",
"buttons__continue": "Continuer",
"buttons__continue_anyway": {
"Bolt": "",
@@ -500,7 +504,12 @@
"Eckhart": "Continuer quand même"
},
"buttons__details": "Détails",
- "buttons__disconnect": "Déconnecter",
+ "buttons__disconnect": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Déconnecter"
+ },
"buttons__enable": "Activer",
"buttons__enter_share": {
"Bolt": "Saisir le fragm.",
@@ -510,7 +519,12 @@
},
"buttons__export": "Exporter",
"buttons__finish": "Terminer",
- "buttons__forget": "Oublier",
+ "buttons__forget": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Oublier"
+ },
"buttons__format": "Formater",
"buttons__go_back": "Retour",
"buttons__hold_to_confirm": {
@@ -541,14 +555,24 @@
"buttons__set": "Définir",
"buttons__show_all": "Tout afficher",
"buttons__show_details": "Afficher les détails",
- "buttons__show_next": "Afficher la suite",
+ "buttons__show_next": {
+ "Bolt": "Afficher la suite",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Afficher la suite"
+ },
"buttons__show_words": "Afficher les mots",
"buttons__skip": "Ignorer",
"buttons__try_again": "Réessayer",
"buttons__turn_off": "Éteindre",
"buttons__turn_on": "Activer",
"buttons__view": "Afficher",
- "buttons__view_all_data": "Voir toutes les données",
+ "buttons__view_all_data": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Voir toutes les données",
+ "Eckhart": "Voir toutes les données"
+ },
"buttons__wipe": "Effacer",
"cardano__addr_base": "Base",
"cardano__addr_enterprise": "Entreprise",
@@ -994,7 +1018,12 @@
"Eckhart": "Approbation du jeton"
},
"ethereum__approve_intro_title_revoke": "Révocation de jetons",
- "ethereum__approve_revoke": "Révoquer",
+ "ethereum__approve_revoke": {
+ "Bolt": "Révoquer",
+ "Caesar": "Révoquer",
+ "Delizia": "Révoquer",
+ "Eckhart": ""
+ },
"ethereum__approve_revoke_from": "Révoquer de",
"ethereum__approve_to": "Approuver à",
"ethereum__approve_unlimited_template": {
@@ -1060,6 +1089,7 @@
"ethereum__show_full_message": "Afficher le message complet",
"ethereum__show_full_struct": "Afficher le struct complet",
"ethereum__sign_eip712": "Signer ces données structurées EIP-712 ?",
+ "ethereum__skip_to_hash": "",
"ethereum__smart_info": "Infos sur le contrat du compte intelligent",
"ethereum__staking_claim": "Réclamer",
"ethereum__staking_claim_address": "Adresse de réclamation",
@@ -1074,6 +1104,8 @@
"Eckhart": "Retirer du staking"
},
"ethereum__staking_unstake_intro": "Retirer les ETH mis en staking sur Everstake ?",
+ "ethereum__subcall": "",
+ "ethereum__subcall_to": "",
"ethereum__subtitle_input_data_bytes": {
"Bolt": "",
"Caesar": "",
@@ -1113,7 +1145,7 @@
},
"ethereum__units_template": "{0} unités",
"ethereum__unknown_contract_address": {
- "Bolt": "Adresse de contrat inconnue",
+ "Bolt": "Adresse de contrat inconnue.",
"Caesar": "Adresse de contrat inconnue",
"Delizia": "Adresse de contrat inconnue.",
"Eckhart": "Adresse de contrat du jeton inconnue."
@@ -1141,6 +1173,7 @@
"Delizia": "Vérifiez pour retirer du coffre.",
"Eckhart": "Vérifiez les détails pour retirer du coffre."
},
+ "ethereum__view_data_and_hash": "",
"ethereum__withdraw": "Retirer",
"ethereum__withdraw_amount": "Montant du retrait",
"ethereum__withdraw_from": "Retirer depuis",
@@ -2236,7 +2269,12 @@
"recovery__wanna_cancel_dry_run": "Voulez-vous vraiment annuler la vérification de la sauvegarde ?",
"recovery__wanna_cancel_recovery": "Voulez-vous vraiment annuler le processus de récupération ?",
"recovery__word_count_template": "({0} mots)",
- "recovery__word_x_of_y_template": "Mot {0} sur {1}",
+ "recovery__word_x_of_y_template": {
+ "Bolt": "",
+ "Caesar": "Mot {0} sur {1}",
+ "Delizia": "Mot {0} sur {1}",
+ "Eckhart": "Mot {0} sur {1}"
+ },
"recovery__x_more_items_starting_template_plural": {
"Bolt": "{count} {plural} supplémentaires commençant par",
"Caesar": "",
@@ -3074,8 +3112,6 @@
"stellar__confirm_issuer": "Confirmer l'émetteur",
"stellar__confirm_memo": "Confirmer le mémo",
"stellar__confirm_operation": "Confirmer l'opération",
- "stellar__confirm_timebounds": "Confirmer la période de validité",
- "stellar__create_account": "Créer un compte",
"stellar__debited_amount": "Montant débité",
"stellar__delete": "Supprimer",
"stellar__delete_passive_offer": "Supprimer l'offre passive",
@@ -3100,6 +3136,7 @@
"stellar__new_passive_offer": "Nouvelle offre passive",
"stellar__no_memo_set": "Aucun mémo défini !",
"stellar__no_restriction": "[aucune restriction]",
+ "stellar__on_behalf_of": "",
"stellar__path_pay": "Path Pay",
"stellar__path_pay_at_least": "Path Pay d'au moins",
"stellar__pay": "Payer",
@@ -3112,8 +3149,7 @@
"stellar__set_data": "Définir les données",
"stellar__set_flags": "Définir les flags",
"stellar__set_sequence_to_template": "Déf. séquence sur {0} ?",
- "stellar__sign_tx_count_template": "Signer cette transaction composée de {0}",
- "stellar__sign_tx_fee_template": "et payer {0}\nde frais ?",
+ "stellar__sign_authorization": "",
"stellar__sign_with": "Signer avec",
"stellar__source_account": "Compte source",
"stellar__timebounds": "Période de validité",
@@ -3124,6 +3160,7 @@
"stellar__update": "Mettre à jour",
"stellar__valid_from": "Valide à partir de (UTC)",
"stellar__valid_to": "Valide jusqu'à (UTC)",
+ "stellar__valid_until_ledger": "",
"stellar__value_sha256": "Valeur (SHA-256)",
"stellar__wanna_clean_value_key_template": "Voulez-vous effacer la clé de valeur {0} ?",
"storage_msg__processing": {
@@ -3574,8 +3611,12 @@
"words__assets": "Actifs",
"words__authorization": "",
"words__blockhash": "Hash du bloc",
- "words__bluetooth": "Bluetooth",
- "words__buying": "Achat",
+ "words__bluetooth": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Bluetooth"
+ },
"words__cancel_question": {
"Bolt": "",
"Caesar": "",
@@ -3597,11 +3638,20 @@
},
"words__confirm": "Confirmer",
"words__confirm_fee": "Confirmer les frais",
- "words__connect": "Connecter",
- "words__connected": "Connecté",
+ "words__connected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Connecté"
+ },
"words__contains": "Contient",
"words__continue_anyway_question": "Continuer quand même ?",
- "words__continue_with": "Continuer avec",
+ "words__continue_with": {
+ "Bolt": "",
+ "Caesar": "Continuer avec",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"words__deposit": "Dépôt",
"words__device": "Appareil",
"words__disabled": {
@@ -3610,7 +3660,12 @@
"Delizia": "",
"Eckhart": "Désactivé"
},
- "words__disconnected": "Déconnecté",
+ "words__disconnected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Déconnecté"
+ },
"words__enabled": {
"Bolt": "",
"Caesar": "",
@@ -3644,7 +3699,6 @@
"Delizia": "",
"Eckhart": "Fabriqué en"
},
- "words__manage": "Gérer",
"words__my_trezor": "Mon Trezor",
"words__name": "Nom",
"words__no": "Non",
### core/translations/pt.json
@@ -73,7 +73,12 @@
"Eckhart": "Endereço de destino confirmado."
},
"address__public_key": "Chave pública",
- "address__public_key_confirmed": "Chave pública confirmada",
+ "address__public_key_confirmed": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Chave pública confirmada",
+ "Eckhart": "Chave pública confirmada"
+ },
"address__qr_code": "QR code",
"address__title_cosigner": "Cossignatário",
"address__title_cosigner_template": "Cossignatário {0}",
@@ -354,12 +359,6 @@
"Delizia": "",
"Eckhart": "Pareamento Bluetooth"
},
- "ble__unpair_all": {
- "Bolt": "",
- "Caesar": "",
- "Delizia": "",
- "Eckhart": "Desvincular todos os dispositivos Bluetooth"
- },
"ble__unpair_current": {
"Bolt": "",
"Caesar": "",
@@ -396,7 +395,12 @@
"buttons__access": "Acessar",
"buttons__again": "Refazer",
"buttons__allow": "Permitir",
- "buttons__authenticate": "Autenticar",
+ "buttons__authenticate": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Autenticar"
+ },
"buttons__back": "Voltar",
"buttons__back_up": {
"Bolt": "Backup",
@@ -416,7 +420,12 @@
},
"buttons__close": "Fechar",
"buttons__confirm": "Confirmar",
- "buttons__confirm_all": "Confirmar tudo",
+ "buttons__confirm_all": {
+ "Bolt": "Confirmar tudo",
+ "Caesar": "Confirmar tudo",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"buttons__continue": "Continuar",
"buttons__continue_anyway": {
"Bolt": "",
@@ -425,12 +434,22 @@
"Eckhart": "Continuar mesmo assim"
},
"buttons__details": "Detalhes",
- "buttons__disconnect": "Desconectar",
+ "buttons__disconnect": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Desconectar"
+ },
"buttons__enable": "Ativar",
"buttons__enter_share": "Inserir share",
"buttons__export": "Exportar",
"buttons__finish": "Concluir",
- "buttons__forget": "Esquecer",
+ "buttons__forget": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Esquecer"
+ },
"buttons__format": "Formatar",
"buttons__go_back": "Voltar",
"buttons__hold_to_confirm": {
@@ -456,14 +475,24 @@
"buttons__set": "Definir",
"buttons__show_all": "Exibir tudo",
"buttons__show_details": "Exibir detalhes",
- "buttons__show_next": "Mostrar próx.",
+ "buttons__show_next": {
+ "Bolt": "Mostrar próximo",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Mostrar próximo"
+ },
"buttons__show_words": "Exibir palavras",
"buttons__skip": "Pular",
"buttons__try_again": "Tentar de novo",
"buttons__turn_off": "Desligar",
"buttons__turn_on": "Ligar",
"buttons__view": "Visualizar",
- "buttons__view_all_data": "Ver todos os dados",
+ "buttons__view_all_data": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "Ver todos os dados",
+ "Eckhart": "Ver todos os dados"
+ },
"buttons__wipe": "Limpar",
"cardano__addr_base": "Base",
"cardano__addr_enterprise": "Enterprise",
@@ -864,7 +893,12 @@
"ethereum__approve_intro_revoke": "Revise os detalhes para revogar aprovação das tokens.",
"ethereum__approve_intro_title": "Aprovação de tokens",
"ethereum__approve_intro_title_revoke": "Revogação de tokens",
- "ethereum__approve_revoke": "Revogar",
+ "ethereum__approve_revoke": {
+ "Bolt": "Revogar",
+ "Caesar": "Revogar",
+ "Delizia": "Revogar",
+ "Eckhart": ""
+ },
"ethereum__approve_revoke_from": "Revogar de",
"ethereum__approve_to": "Aprovar a",
"ethereum__approve_unlimited_template": {
@@ -945,6 +979,7 @@
"Eckhart": "Exibir estrutura completa"
},
"ethereum__sign_eip712": "Confirmar assinatura de dados tipados EIP-712?",
+ "ethereum__skip_to_hash": "",
"ethereum__smart_info": "Info. contrato de conta inteligente",
"ethereum__staking_claim": "Resgatar",
"ethereum__staking_claim_address": "Endereço de resgate",
@@ -954,6 +989,8 @@
"ethereum__staking_stake_intro": "Fazer stake de ETH no Everstake?",
"ethereum__staking_unstake": "Tirar do stake",
"ethereum__staking_unstake_intro": "Tirar ETH do stake no Everstake?",
+ "ethereum__subcall": "",
+ "ethereum__subcall_to": "",
"ethereum__subtitle_input_data_bytes": {
"Bolt": "",
"Caesar": "",
@@ -993,7 +1030,7 @@
},
"ethereum__units_template": "{0} unidades",
"ethereum__unknown_contract_address": {
- "Bolt": "Endereço de contrato desconhecido",
+ "Bolt": "Endereço de contrato desconhecido.",
"Caesar": "Endereço de contrato desconhecido",
"Delizia": "Endereço de contrato desconhecido.",
"Eckhart": "Endereço de contrato desconhecido."
@@ -1006,6 +1043,7 @@
"ethereum__vault_redeem_intro": "Revise os detalhes para resgatar do cofre.",
"ethereum__vault_redeem_to": "Resgatar para",
"ethereum__vault_withdraw_intro": "Revise os detalhes para sacar do cofre.",
+ "ethereum__view_data_and_hash": "",
"ethereum__withdraw": "Sacar",
"ethereum__withdraw_amount": "Quantia para saque",
"ethereum__withdraw_from": "Sacar de",
@@ -2087,7 +2125,7 @@
},
"recovery__word_count_template": "({0} palavras)",
"recovery__word_x_of_y_template": {
- "Bolt": "Palavra {0} de {1}",
+ "Bolt": "",
"Caesar": "Palavra {0} de {1}",
"Delizia": "Palavra {0} de {1}",
"Eckhart": "Palavra\n{0} de {1}"
@@ -2939,8 +2977,6 @@
},
"stellar__confirm_memo": "Confirmar memo",
"stellar__confirm_operation": "Confirmar operação",
- "stellar__confirm_timebounds": "Confirmar janela de tempo",
- "stellar__create_account": "Criar Conta",
"stellar__debited_amount": "Quantia debitada",
"stellar__delete": "Excluir",
"stellar__delete_passive_offer": "Excluir Oferta Passiva",
@@ -2965,6 +3001,7 @@
"stellar__new_passive_offer": "Nova Oferta Passiva",
"stellar__no_memo_set": "Nenhum memo definido!",
"stellar__no_restriction": "[sem restrições]",
+ "stellar__on_behalf_of": "",
"stellar__path_pay": "Path Pay",
"stellar__path_pay_at_least": "Path Pay de ao menos",
"stellar__pay": "Pagar",
@@ -2977,8 +3014,7 @@
"stellar__set_data": "Definir dados",
"stellar__set_flags": "Definir flags",
"stellar__set_sequence_to_template": "Definir nº de sequência como {0}?",
- "stellar__sign_tx_count_template": "Assinar esta transação composta de {0}",
- "stellar__sign_tx_fee_template": "e pagar {0}\nde taxa?",
+ "stellar__sign_authorization": "",
"stellar__sign_with": "Assinar com",
"stellar__source_account": "Conta de origem",
"stellar__timebounds": "Janela de tempo",
@@ -2989,6 +3025,7 @@
"stellar__update": "Atualizar",
"stellar__valid_from": "Válido de (UTC)",
"stellar__valid_to": "Válido até (UTC)",
+ "stellar__valid_until_ledger": "",
"stellar__value_sha256": "Valor (SHA-256)",
"stellar__wanna_clean_value_key_template": "Deseja limpar a chave de valor {0}?",
"storage_msg__processing": {
@@ -3444,8 +3481,12 @@
"words__assets": "Ativos",
"words__authorization": "",
"words__blockhash": "Hash do bloco",
- "words__bluetooth": "Bluetooth",
- "words__buying": "Comprando",
+ "words__bluetooth": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Bluetooth"
+ },
"words__cancel_question": {
"Bolt": "",
"Caesar": "",
@@ -3457,16 +3498,25 @@
"words__comm_trouble": "A comunicação com o seu dispositivo conectado falhou. Cancele e tente novamente.",
"words__confirm": "Confirmar",
"words__confirm_fee": "Confirmar taxa",
- "words__connect": "Conectar",
- "words__connected": "Conectado",
+ "words__connected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Conectado"
+ },
"words__contains": "Contém",
"words__continue_anyway_question": {
"Bolt": "Continuar?",
"Caesar": "Continuar mesmo assim?",
"Delizia": "Continuar mesmo assim?",
"Eckhart": "Continuar mesmo assim?"
},
- "words__continue_with": "Continuar com",
+ "words__continue_with": {
+ "Bolt": "",
+ "Caesar": "Continuar com",
+ "Delizia": "",
+ "Eckhart": ""
+ },
"words__deposit": "Depósito",
"words__device": "Dispositivo",
"words__disabled": {
@@ -3475,7 +3525,12 @@
"Delizia": "",
"Eckhart": "Desativado"
},
- "words__disconnected": "Desconectado",
+ "words__disconnected": {
+ "Bolt": "",
+ "Caesar": "",
+ "Delizia": "",
+ "Eckhart": "Desconectado"
+ },
"words__enabled": {
"Bolt": "",
"Caesar": "",
@@ -3509,7 +3564,6 @@
"Delizia": "",
"Eckhart": "Fabricado em"
},
- "words__manage": "Gerenciar",
"words__my_trezor": "Meu Trezor",
"words__name": "Nome",
"words__no": "Não",
### core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "f5f0aa272574c1dc17f27902c61dd33a26db2e78897311e20aea2f8a5cc11eba",
- "datetime": "2026-08-20T10:28:47.614559+00:00",
- "commit": "36048b7890a88b28270e1ecd552092cd2fc7e222"
+ "merkle_root": "9c8912e8e6ed33b0089c6e4e96c0644d249bf93b33c59b0025fb2b225f846c2f",
+ "datetime": "2026-08-20T18:19:32.943088+00:00",
+ "commit": "e549613c58d66025b38ac2a25f37aad003aa3c93"
},
"history": [
{Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.