chore(translations): blanking rules applied [no changelog]
What changed, and why it matters
This commit is a routine translation update. It removes a few unused text strings, changes some translations to use per-device-style wording, and updates the internal offsets in generated translation tables. There is no code that handles secrets, cryptography, user authentication, or device commands being changed. It is not a security patch.
No security action needed. Treat as normal localization maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff touches only generated translation artifacts: librust_qstr.h (MicroPython qstr list), translated_string.rs (Rust enum + lookup tables), trezortranslate_keys.pyi (mock stubs), and en.json (English translation source). Changes consist of removing obsolete translation keys (e.g., auto_lock__turned_on, confirm_total__fee_rate_colon, reboot_to_bootloader__just_a_moment, ethereum__amount_sent) and converting many single-string translations into per-product-style maps (Bolt/Caesar/Delizia/Eckhart) with blank entries where a style does not use the string. The large numeric offset changes in the Rust lookup arrays are a direct consequence of the removed strings and changed string lengths. No executable logic, parsing, memory handling, or security-critical code is modified.
Changed components
core/embed/rust/librust_qstr.hcore/embed/rust/src/translations/generated/translated_string.rscore/mocks/trezortranslate_keys.pyicore/translations/en.jsonInspect captured patch +16870 / −16718
diff --git a/core/embed/rust/librust_qstr.h b/core/embed/rust/librust_qstr.h
index ccf93cb8..27663f3d 100644
--- a/core/embed/rust/librust_qstr.h
+++ b/core/embed/rust/librust_qstr.h
@@ -136,7 +136,6 @@ static void _librust_qstrs(void) {
MP_QSTR_auto_lock__on_battery;
MP_QSTR_auto_lock__on_usb;
MP_QSTR_auto_lock__title;
- MP_QSTR_auto_lock__turned_on;
MP_QSTR_back_button;
MP_QSTR_backlight_fade;
MP_QSTR_backlight_get;
@@ -298,7 +297,6 @@ static void _librust_qstrs(void) {
MP_QSTR_confirm_summary;
MP_QSTR_confirm_thp_pairing;
MP_QSTR_confirm_total__fee_rate;
- MP_QSTR_confirm_total__fee_rate_colon;
MP_QSTR_confirm_total__title_fee;
MP_QSTR_confirm_total__title_sending_from;
MP_QSTR_confirm_trade;
@@ -585,7 +583,6 @@ static void _librust_qstrs(void) {
MP_QSTR_pubkey_qr;
MP_QSTR_qr_title;
MP_QSTR_read;
- MP_QSTR_reboot_to_bootloader__just_a_moment;
MP_QSTR_reboot_to_bootloader__restart;
MP_QSTR_reboot_to_bootloader__title;
MP_QSTR_reboot_to_bootloader__version_by_template;
@@ -1230,7 +1227,6 @@ static void _librust_qstrs(void) {
MP_QSTR_eos__vote_for_producers;
MP_QSTR_eos__vote_for_proxy;
MP_QSTR_eos__voter;
- MP_QSTR_ethereum__amount_sent;
MP_QSTR_ethereum__approve;
MP_QSTR_ethereum__approve_amount_allowance;
MP_QSTR_ethereum__approve_chain_id;
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 54faa07c..7e8fb64b 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -35,7 +35,7 @@ pub enum TranslatedString {
backup__new_wallet_successfully_created = 21, // "Wallet created successfully."
backup__recover_anytime = 22, // {"Bolt": "", "Caesar": "You can use your backup to recover your wallet at any time.", "Delizia": "", "Eckhart": ""}
backup__title_backup_wallet = 23, // {"Bolt": "", "Caesar": "Back up wallet", "Delizia": "", "Eckhart": ""}
- backup__title_skip = 24, // "Skip backup"
+ backup__title_skip = 24, // {"Bolt": "", "Caesar": "Skip backup", "Delizia": "Skip backup", "Eckhart": "Skip backup"}
backup__want_to_skip = 25, // {"Bolt": "Are you sure you want to skip the backup?", "Caesar": "Are you sure you want to skip the backup?", "Delizia": "", "Eckhart": ""}
bitcoin__commitment_data = 38, // "Commitment data"
bitcoin__confirm_locktime = 39, // "Confirm Locktime"
@@ -322,7 +322,6 @@ pub enum TranslatedString {
coinjoin__title = 216, // "Authorize coinjoin"
coinjoin__title_progress = 218, // {"Bolt": "Coinjoin in progress", "Caesar": "Coinjoin in progress", "Delizia": "Coinjoin in progress", "Eckhart": "Coinjoin in progress..."}
coinjoin__waiting_for_others = 219, // "Waiting for others"
- confirm_total__fee_rate_colon = 220, // "Fee rate:"
confirm_total__title_fee = 222, // "Fee info"
confirm_total__title_sending_from = 223, // {"Bolt": "", "Caesar": "Sending from", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "debug")]
@@ -413,8 +412,6 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
eos__voter = 270, // {"Bolt": "Voter", "Caesar": "", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
- ethereum__amount_sent = 271, // "Amount sent:"
- #[cfg(feature = "universal_fw")]
ethereum__data_size_template = 273, // "Size: {0} bytes"
#[cfg(feature = "universal_fw")]
ethereum__gas_limit = 274, // "Gas limit"
@@ -492,7 +489,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
fido__title_remove_credential = 312, // "Remove credential"
#[cfg(feature = "universal_fw")]
- fido__title_reset = 313, // "FIDO2 reset"
+ fido__title_reset = 313, // {"Bolt": "FIDO2 reset", "Caesar": "FIDO2 reset", "Delizia": "FIDO2 reset", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
fido__title_u2f_auth = 314, // "U2F authenticate"
#[cfg(feature = "universal_fw")]
@@ -506,7 +503,7 @@ pub enum TranslatedString {
firmware_update__title = 319, // "Update firmware"
firmware_update__title_fingerprint = 320, // "FW fingerprint"
homescreen__click_to_connect = 321, // {"Bolt": "", "Caesar": "Click to Connect", "Delizia": "", "Eckhart": ""}
- homescreen__click_to_unlock = 322, // "Click to Unlock"
+ homescreen__click_to_unlock = 322, // {"Bolt": "", "Caesar": "Click to Unlock", "Delizia": "", "Eckhart": ""}
homescreen__title_backup_failed = 323, // "Backup failed"
homescreen__title_backup_needed = 324, // "Backup needed"
homescreen__title_coinjoin_authorized = 325, // "Coinjoin authorized"
@@ -529,10 +526,10 @@ pub enum TranslatedString {
language__changed = 342, // {"Bolt": "Language changed successfully", "Caesar": "Language changed successfully", "Delizia": "Language changed successfully.", "Eckhart": "Language changed successfully."}
language__progress = 343, // {"Bolt": "Changing language", "Caesar": "Changing language", "Delizia": "Changing language", "Eckhart": "Changing language..."}
language__title = 344, // "Language settings"
- lockscreen__tap_to_connect = 345, // "Tap to connect"
- lockscreen__tap_to_unlock = 346, // "Tap to unlock"
- lockscreen__title_locked = 347, // "Locked"
- lockscreen__title_not_connected = 348, // "Not connected"
+ lockscreen__tap_to_connect = 345, // {"Bolt": "Tap to connect", "Caesar": "", "Delizia": "Tap to connect", "Eckhart": ""}
+ lockscreen__tap_to_unlock = 346, // {"Bolt": "Tap to unlock", "Caesar": "", "Delizia": "Tap to unlock", "Eckhart": ""}
+ lockscreen__title_locked = 347, // {"Bolt": "Locked", "Caesar": "", "Delizia": "", "Eckhart": ""}
+ lockscreen__title_not_connected = 348, // {"Bolt": "Not connected", "Caesar": "", "Delizia": "Not connected", "Eckhart": ""}
misc__decrypt_value = 349, // "Decrypt value"
misc__encrypt_value = 350, // "Encrypt value"
misc__title_suite_labeling = 351, // "Suite labeling"
@@ -541,7 +538,7 @@ pub enum TranslatedString {
modify_amount__new_amount = 354, // {"Bolt": "New amount:", "Caesar": "New amount:", "Delizia": "New amount", "Eckhart": "New amount"}
modify_amount__title = 355, // "Modify amount"
modify_fee__decrease_fee = 356, // {"Bolt": "Decrease fee by:", "Caesar": "Decrease fee by:", "Delizia": "Decrease fee by", "Eckhart": "Decrease fee by"}
- modify_fee__fee_rate = 357, // "Fee rate:"
+ modify_fee__fee_rate = 357, // {"Bolt": "", "Caesar": "Fee rate:", "Delizia": "", "Eckhart": ""}
modify_fee__increase_fee = 358, // {"Bolt": "Increase fee by:", "Caesar": "Increase fee by:", "Delizia": "Increase fee by", "Eckhart": "Increase fee by"}
modify_fee__new_transaction_fee = 359, // {"Bolt": "New transaction fee:", "Caesar": "", "Delizia": "New transaction fee", "Eckhart": "New transaction fee"}
modify_fee__no_change = 360, // {"Bolt": "Fee did not change.\n", "Caesar": "Fee did not change.\n", "Delizia": "Fee did not change.\n", "Eckhart": "Fee did not change"}
@@ -685,10 +682,10 @@ pub enum TranslatedString {
nem__unencrypted = 430, // {"Bolt": "Unencrypted", "Caesar": "", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
nem__unknown_mosaic = 431, // {"Bolt": "Unknown mosaic!", "Caesar": "", "Delizia": "", "Eckhart": ""}
- passphrase__access_wallet = 432, // "Access Passphrase wallet?"
+ passphrase__access_wallet = 432, // {"Bolt": "Access Passphrase wallet?", "Caesar": "Access Passphrase wallet?", "Delizia": "Access Passphrase wallet?", "Eckhart": ""}
passphrase__always_on_device = 433, // "Always enter your passphrase on Trezor?"
passphrase__from_host_not_shown = 434, // "Passphrase provided by connected app will be used but will not be displayed due to the device settings."
- passphrase__wallet = 435, // "Passphrase wallet"
+ passphrase__wallet = 435, // {"Bolt": "Passphrase wallet", "Caesar": "Passphrase wallet", "Delizia": "Passphrase wallet", "Eckhart": ""}
passphrase__hide = 436, // {"Bolt": "Hide passphrase coming from app?", "Caesar": "Hide passphrase coming from app?", "Delizia": "Hide passphrase coming from app?", "Eckhart": "Hide your passphrase on Trezor entered on connected app?"}
passphrase__next_screen_will_show_passphrase = 437, // "The next screen shows your passphrase."
passphrase__please_enter = 438, // "Please enter your passphrase."
@@ -790,7 +787,7 @@ pub enum TranslatedString {
reset__all_x_of_y_template = 535, // {"Bolt": "all {0} of {1} shares", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__any_x_of_y_template = 536, // {"Bolt": "any {0} of {1} shares", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__button_create = 537, // {"Bolt": "Create wallet", "Caesar": "Create wallet", "Delizia": "", "Eckhart": ""}
- reset__button_recover = 538, // "Recover wallet"
+ reset__button_recover = 538, // {"Bolt": "Recover wallet", "Caesar": "Recover wallet", "Delizia": "", "Eckhart": ""}
reset__by_continuing = 539, // {"Bolt": "By continuing you agree to Trezor Company's terms and conditions.", "Caesar": "By continuing you agree to Trezor Company's terms and conditions.", "Delizia": "By continuing you agree to Trezor Company's terms and conditions.", "Eckhart": "By continuing, you agree to Trezor Company's Terms of Use."}
reset__check_backup_title = 540, // {"Bolt": "", "Caesar": "Check backup", "Delizia": "", "Eckhart": "Check backup"}
reset__check_group_share_title_template = 541, // {"Bolt": "Check gr. {0} - share {1}", "Caesar": "", "Delizia": "Check gr. {0} - share {1}", "Eckhart": "Check group {0} - share {1}"}
@@ -895,7 +892,7 @@ pub enum TranslatedString {
sd_card__wrong_sd_card = 639, // {"Bolt": "Wrong SD card.", "Caesar": "", "Delizia": "Wrong SD card.", "Eckhart": ""}
send__confirm_sending = 641, // "Sending amount"
send__from_multiple_accounts = 642, // "Sending from multiple accounts."
- send__including_fee = 643, // "Including fee"
+ send__including_fee = 643, // {"Bolt": "Including fee", "Caesar": "Including fee", "Delizia": "", "Eckhart": ""}
send__maximum_fee = 644, // "Maximum fee"
send__receiving_to_multisig = 645, // "Receiving to a multisig address."
send__title_confirm_sending = 646, // "Confirm sending"
@@ -904,9 +901,9 @@ pub enum TranslatedString {
send__title_sending = 649, // "Sending"
send__title_sending_amount = 650, // "Sending amount"
send__title_sending_to = 651, // "Sending to"
- send__to_the_total_amount = 652, // "To the total amount:"
+ send__to_the_total_amount = 652, // {"Bolt": "To the total amount:", "Caesar": "", "Delizia": "To the total amount:", "Eckhart": "To the total amount:"}
send__transaction_id = 654, // "Transaction ID"
- send__you_are_contributing = 655, // "You are contributing:"
+ send__you_are_contributing = 655, // {"Bolt": "You are contributing:", "Caesar": "", "Delizia": "You are contributing:", "Eckhart": "You are contributing:"}
share_words__words_in_order = 656, // {"Bolt": "", "Caesar": " words in order.", "Delizia": "", "Eckhart": ""}
share_words__wrote_down_all = 657, // {"Bolt": "", "Caesar": "I wrote down all ", "Delizia": "", "Eckhart": ""}
sign_message__bytes_template = 658, // "{0} Bytes"
@@ -1103,23 +1100,23 @@ pub enum TranslatedString {
wipe__info = 771, // "All data will be erased."
wipe__title = 772, // "Wipe device"
wipe__want_to_wipe = 773, // "Do you really want to wipe the device?\n"
- wipe_code__change = 774, // "Change wipe code"
+ wipe_code__change = 774, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Change wipe code"}
wipe_code__changed = 775, // "Wipe code changed."
wipe_code__diff_from_pin = 776, // "The wipe code must be different from your PIN."
wipe_code__disabled = 777, // "Wipe code disabled."
wipe_code__enabled = 778, // "Wipe code enabled."
wipe_code__enter_new = 779, // "New wipe code"
- wipe_code__info = 780, // "Wipe code can be used to erase all data from this device."
- wipe_code__invalid = 781, // "Invalid wipe code"
+ wipe_code__info = 780, // {"Bolt": "Wipe code can be used to erase all data from this device.", "Caesar": "Wipe code can be used to erase all data from this device.", "Delizia": "", "Eckhart": "Wipe code can be used to erase all data from this device."}
+ wipe_code__invalid = 781, // {"Bolt": "Invalid wipe code", "Caesar": "", "Delizia": "Invalid wipe code", "Eckhart": ""}
wipe_code__mismatch = 782, // "The wipe codes you entered do not match."
wipe_code__reenter = 783, // "Re-enter wipe code"
wipe_code__reenter_to_confirm = 784, // {"Bolt": "", "Caesar": "Please re-enter wipe code to confirm.", "Delizia": "", "Eckhart": ""}
wipe_code__title_check = 785, // {"Bolt": "", "Caesar": "Check wipe code", "Delizia": "", "Eckhart": ""}
- wipe_code__title_invalid = 786, // "Invalid wipe code"
+ wipe_code__title_invalid = 786, // {"Bolt": "", "Caesar": "Invalid wipe code", "Delizia": "", "Eckhart": ""}
wipe_code__title_settings = 787, // "Wipe code settings"
wipe_code__turn_off = 788, // "Turn off wipe code protection?"
wipe_code__turn_on = 789, // {"Bolt": "Turn on wipe code protection?", "Caesar": "Turn on wipe code protection?", "Delizia": "Turn on wipe code protection?", "Eckhart": ""}
- wipe_code__wipe_code_mismatch = 790, // "Wipe code mismatch"
+ wipe_code__wipe_code_mismatch = 790, // {"Bolt": "Wipe code mismatch", "Caesar": "", "Delizia": "", "Eckhart": ""}
word_count__title = 791, // "Number of words"
words__account = 792, // "Account"
words__account_colon = 793, // "Account:"
@@ -1143,8 +1140,8 @@ pub enum TranslatedString {
words__no = 811, // "No"
words__outputs = 812, // "outputs"
words__please_check_again = 813, // {"Bolt": "Please check again", "Caesar": "Please check again", "Delizia": "", "Eckhart": ""}
- words__please_try_again = 814, // "Please try again"
- words__really_wanna = 815, // "Do you really want to"
+ words__please_try_again = 814, // {"Bolt": "Please try again", "Caesar": "Please try again", "Delizia": "Please try again", "Eckhart": ""}
+ words__really_wanna = 815, // {"Bolt": "Do you really want to", "Caesar": "", "Delizia": "Do you really want to", "Eckhart": ""}
words__recipient = 816, // "Recipient"
words__sign = 817, // "Sign"
words__signer = 818, // "Signer"
@@ -1161,7 +1158,6 @@ pub enum TranslatedString {
words__warning = 829, // "Warning"
words__writable = 830, // "Writable"
words__yes = 831, // "Yes"
- reboot_to_bootloader__just_a_moment = 832, // "Just a moment..."
inputs__previous = 833, // {"Bolt": "", "Caesar": "PREVIOUS", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
ethereum__staking_claim = 834, // "Claim"
@@ -1195,7 +1191,7 @@ pub enum TranslatedString {
words__deposit = 851, // "Deposit"
#[cfg(feature = "universal_fw")]
cardano__vote_delegation = 852, // "Vote delegation"
- instructions__tap_to_confirm = 854, // "Tap to confirm"
+ instructions__tap_to_confirm = 854, // {"Bolt": "", "Caesar": "", "Delizia": "Tap to confirm", "Eckhart": ""}
instructions__hold_to_confirm = 855, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to confirm", "Eckhart": ""}
words__important = 856, // "Important"
reset__words_written_down_template = 857, // {"Bolt": "", "Caesar": "", "Delizia": "I wrote down all {0} words in order.", "Eckhart": "I wrote down all {0} words in order."}
@@ -1204,11 +1200,11 @@ pub enum TranslatedString {
words__instructions = 860, // "Instructions"
words__not_recommended = 861, // {"Bolt": "", "Caesar": "", "Delizia": "Not recommended!", "Eckhart": ""}
address_details__account_info = 862, // "Account info"
- address__cancel_contact_support = 863, // "If receive address doesn't match, contact Trezor Support at trezor.io/support."
+ address__cancel_contact_support = 863, // {"Bolt": "", "Caesar": "", "Delizia": "If receive address doesn't match, contact Trezor Support at trezor.io/support.", "Eckhart": "If receive address doesn't match, contact Trezor Support at trezor.io/support."}
address__cancel_receive = 864, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel receive", "Eckhart": "Cancel receive?"}
address__qr_code = 865, // "QR code"
address_details__derivation_path = 866, // "Derivation path"
- instructions__continue_in_app = 867, // "Continue in the app"
+ instructions__continue_in_app = 867, // {"Bolt": "", "Caesar": "", "Delizia": "Continue in the app", "Eckhart": "Continue in the app"}
words__cancel_and_exit = 868, // "Cancel and exit"
address__confirmed = 869, // {"Bolt": "Receive address confirmed", "Caesar": "Receive address confirmed", "Delizia": "Receive address confirmed.", "Eckhart": "Receive address confirmed."}
pin__cancel_description = 870, // {"Bolt": "", "Caesar": "", "Delizia": "Continue without PIN", "Eckhart": ""}
@@ -1218,9 +1214,8 @@ pub enum TranslatedString {
send__send_from = 874, // "Send from"
instructions__hold_to_sign = 875, // "Hold to sign"
confirm_total__fee_rate = 876, // "Fee rate"
- send__incl_transaction_fee = 877, // "incl. Transaction fee"
+ send__incl_transaction_fee = 877, // {"Bolt": "", "Caesar": "", "Delizia": "incl. Transaction fee", "Eckhart": "incl. Transaction fee"}
send__total_amount = 878, // "Total amount"
- auto_lock__turned_on = 879, // "Auto-lock turned on"
backup__info_multi_share_backup = 880, // "Your wallet backup contains multiple lists of words in a specific order (shares)."
backup__info_single_share_backup = 881, // "Your wallet backup contains {0} words in a specific order."
backup__title_backup_completed = 882, // {"Bolt": "", "Caesar": "", "Delizia": "Wallet backup completed.", "Eckhart": "Wallet backup completed."}
@@ -1244,7 +1239,7 @@ pub enum TranslatedString {
recovery__enter_each_word = 903, // "Enter each word of your wallet backup in order."
recovery__share_does_not_match = 905, // "Share doesn't match"
reset__cancel_create_wallet = 906, // "Cancel create wallet"
- reset__incorrect_word_selected = 907, // {"Bolt": "Incorrect word selected", "Caesar": "Incorrect word selected", "Delizia": "Incorrect word selected", "Eckhart": "Incorrect word selected."}
+ reset__incorrect_word_selected = 907, // {"Bolt": "", "Caesar": "", "Delizia": "Incorrect word selected", "Eckhart": "Incorrect word selected."}
reset__more_at = 908, // "More at"
reset__num_of_shares_how_many = 909, // {"Bolt": "", "Caesar": "", "Delizia": "How many wallet backup shares do you want to create?", "Eckhart": "How many wallet backup shares do you want to create?"}
reset__num_of_shares_long_info_template = 910, // {"Bolt": "", "Caesar": "", "Delizia": "Each backup share is a sequence of {0} words. Store each wordlist in a separate, safe location or share with trusted individuals. Collect as needed to recover your wallet.", "Eckhart": "Each backup share is a sequence of {0} words.\nStore each wordlist in a separate, safe location or share with trusted individuals. Collect as needed to recover your wallet."}
@@ -1263,7 +1258,7 @@ pub enum TranslatedString {
tutorial__welcome_safe5 = 926, // {"Bolt": "", "Caesar": "", "Delizia": "Welcome to\nTrezor Safe 5", "Eckhart": ""}
words__operation_cancelled = 928, // "Operation cancelled"
words__settings = 929, // "Settings"
- words__try_again = 930, // {"Bolt": "Try again.", "Caesar": "Try again.", "Delizia": "Try again.", "Eckhart": "Try again"}
+ words__try_again = 930, // {"Bolt": "", "Caesar": "", "Delizia": "Try again.", "Eckhart": "Try again"}
reset__slip39_checklist_num_groups_x_template = 931, // "Number of groups: {0}"
brightness__title = 932, // "Display brightness"
recovery__title_unlock_repeated_backup = 933, // "Multi-share backup"
@@ -1304,7 +1299,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
fido__title_credential_details = 965, // "Credential details"
address__public_key_confirmed = 966, // "Public key confirmed"
- words__continue_anyway = 967, // "Continue anyway"
+ words__continue_anyway = 967, // {"Bolt": "", "Caesar": "", "Delizia": "Continue anyway", "Eckhart": "Continue anyway"}
#[cfg(feature = "universal_fw")]
ethereum__unknown_contract_address = 968, // {"Bolt": "Unknown contract address", "Caesar": "Unknown contract address", "Delizia": "Unknown contract address.", "Eckhart": "Unknown token contract address."}
#[cfg(feature = "universal_fw")]
@@ -1344,7 +1339,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
solana__stake_on_question = 989, // "Stake SOL on {0}?"
sign_message__confirm_without_review = 990, // "Confirm without review"
- instructions__tap_to_continue = 991, // "Tap to continue"
+ instructions__tap_to_continue = 991, // {"Bolt": "", "Caesar": "", "Delizia": "Tap to continue", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
nostr__event_kind_template = 992, // "Event kind: {0}"
ble__unpair_all = 993, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Unpair all bluetooth devices"}
@@ -1381,7 +1376,7 @@ pub enum TranslatedString {
ethereum__approve_revoke_from = 1011, // "Revoke from"
words__chain = 1012, // "Chain"
words__token = 1013, // "Token"
- instructions__tap = 1014, // "Tap"
+ instructions__tap = 1014, // {"Bolt": "", "Caesar": "", "Delizia": "Tap", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
solana__unknown_token = 1015, // "Unknown token"
#[cfg(feature = "universal_fw")]
@@ -1394,7 +1389,7 @@ pub enum TranslatedString {
reset__recovery_share_description = 1022, // "A recovery share is a list of words you wrote down when setting up your Trezor."
reset__recovery_share_number = 1023, // "Your wallet backup consists of 1 to 16 shares."
words__recovery_share = 1024, // "Recovery share"
- send__send_in_the_app = 1025, // "After signing, send the transaction in the app."
+ send__send_in_the_app = 1025, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "After signing, send the transaction in the app."}
send__sign_cancelled = 1026, // "Sign cancelled."
words__send = 1027, // "Send"
words__wallet = 1028, // "Wallet"
@@ -1404,8 +1399,8 @@ pub enum TranslatedString {
auto_lock__description = 1032, // "Set the time before your Trezor locks automatically."
plurals__lock_after_x_days = 1033, // "day|days"
firmware_update__restart = 1034, // "Trezor will restart after update."
- passphrase__access_hidden_wallet = 1035, // "Access Passphrase wallet"
- passphrase__hidden_wallet = 1036, // "Passphrase wallet"
+ passphrase__access_hidden_wallet = 1035, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Access Passphrase wallet"}
+ passphrase__hidden_wallet = 1036, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Passphrase wallet"}
passphrase__show = 1037, // "Show passphrase"
pin__reenter = 1038, // "Re-enter PIN"
pin__setup_completed = 1039, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "PIN setup completed."}
@@ -1435,7 +1430,7 @@ pub enum TranslatedString {
tutorial__suite_restart = 1062, // "Replay this tutorial anytime from the Trezor Suite app."
tutorial__welcome_safe7 = 1067, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Welcome\nto Trezor\nSafe 7"}
tutorial__what_is_tropic = 1068, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "What is TROPIC01?"}
- tutorial__tap_to_start = 1069, // "Tap to start tutorial"
+ tutorial__tap_to_start = 1069, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Tap to start tutorial"}
tutorial__tropic_info = 1070, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "TROPIC01 is a next-gen open-source secure element chip designed for transparent and auditable hardware security."}
#[cfg(feature = "universal_fw")]
stellar__sign_with = 1071, // "Sign with"
@@ -1483,8 +1478,8 @@ pub enum TranslatedString {
pin__remove = 1108, // "Remove PIN"
pin__title = 1109, // "PIN code"
wipe_code__change_question = 1110, // "Change wipe code?"
- wipe_code__remove = 1111, // "Remove wipe code"
- wipe_code__title = 1112, // "Wipe code"
+ wipe_code__remove = 1111, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Remove wipe code"}
+ wipe_code__title = 1112, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Wipe code"}
words__disabled = 1113, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Disabled"}
words__enabled = 1114, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Enabled"}
ble__disable = 1115, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Turn Bluetooth off?"}
@@ -1652,7 +1647,7 @@ impl TranslatedString {
"Wallet created successfully.",
"",
"",
- "Skip backup",
+ "",
"Are you sure you want to skip the backup?",
"",
"",
@@ -1848,7 +1843,7 @@ impl TranslatedString {
"",
"Coinjoin in progress",
"Waiting for others",
- "Fee rate:",
+ "",
"",
"Fee info",
"",
@@ -1899,7 +1894,7 @@ impl TranslatedString {
"Vote for producers",
"Vote for proxy",
"Voter",
- "Amount sent:",
+ "",
"",
"Size: {0} bytes",
"Gas limit",
@@ -1950,7 +1945,7 @@ impl TranslatedString {
"Update firmware",
"FW fingerprint",
"",
- "Click to Unlock",
+ "",
"Backup failed",
"Backup needed",
"Coinjoin authorized",
@@ -1985,7 +1980,7 @@ impl TranslatedString {
"New amount:",
"Modify amount",
"Decrease fee by:",
- "Fee rate:",
+ "",
"Increase fee by:",
"New transaction fee:",
"Fee did not change.\n",
@@ -2402,7 +2397,7 @@ impl TranslatedString {
"All data will be erased.",
"Wipe device",
"Do you really want to wipe the device?\n",
- "Change wipe code",
+ "",
"Wipe code changed.",
"The wipe code must be different from your PIN.",
"Wipe code disabled.",
@@ -2414,7 +2409,7 @@ impl TranslatedString {
"Re-enter wipe code",
"",
"",
- "Invalid wipe code",
+ "",
"Wipe code settings",
"Turn off wipe code protection?",
"Turn on wipe code protection?",
@@ -2460,7 +2455,7 @@ impl TranslatedString {
"Warning",
"Writable",
"Yes",
- "Just a moment...",
+ "",
"",
"Claim",
"Claim address",
@@ -2482,7 +2477,7 @@ impl TranslatedString {
"Deposit",
"Vote delegation",
"",
- "Tap to confirm",
+ "",
"",
"Important",
"",
@@ -2491,11 +2486,11 @@ impl TranslatedString {
"Instructions",
"",
"Account info",
- "If receive address doesn't match, contact Trezor Support at trezor.io/support.",
+ "",
"",
"QR code",
"Derivation path",
- "Continue in the app",
+ "",
"Cancel and exit",
"Receive address confirmed",
"",
@@ -2505,9 +2500,9 @@ impl TranslatedString {
"Send from",
"Hold to sign",
"Fee rate",
- "incl. Transaction fee",
+ "",
"Total amount",
- "Auto-lock turned on",
+ "",
"Your wallet backup contains multiple lists of words in a specific order (shares).",
"Your wallet backup contains {0} words in a specific order.",
"",
@@ -2535,7 +2530,7 @@ impl TranslatedString {
"",
"Share doesn't match",
"Cancel create wallet",
- "Incorrect word selected",
+ "",
"More at",
"",
"",
@@ -2558,7 +2553,7 @@ impl TranslatedString {
"",
"Operation cancelled",
"Settings",
- "Try again.",
+ "",
"Number of groups: {0}",
"Display brightness",
"Multi-share backup",
@@ -2595,7 +2590,7 @@ impl TranslatedString {
"Swipe down",
"Credential details",
"Public key confirmed",
- "Continue anyway",
+ "",
"Unknown contract address",
"Token contract address",
"View all data",
@@ -2619,7 +2614,7 @@ impl TranslatedString {
"Vote account",
"Stake SOL on {0}?",
"Confirm without review",
- "Tap to continue",
+ "",
"Event kind: {0}",
"",
"",
@@ -2642,7 +2637,7 @@ impl TranslatedString {
"Revoke from",
"Chain",
"Token",
- "Tap",
+ "",
"Unknown token",
"Unknown token address",
"Write down the first word from the backup.",
@@ -2653,7 +2648,7 @@ impl TranslatedString {
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
"Recovery share",
- "After signing, send the transaction in the app.",
+ "",
"Sign cancelled.",
"Send",
"Wallet",
@@ -2663,8 +2658,8 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access Passphrase wallet",
- "Passphrase wallet",
+ "",
+ "",
"Show passphrase",
"Re-enter PIN",
"",
@@ -2697,7 +2692,7 @@ impl TranslatedString {
"",
"",
"",
- "Tap to start tutorial",
+ "",
"",
"Sign with",
"Timebounds",
@@ -2739,8 +2734,8 @@ impl TranslatedString {
"Remove PIN",
"PIN code",
"Change wipe code?",
- "Remove wipe code",
- "Wipe code",
+ "",
+ "",
"",
"",
"",
@@ -2883,1208 +2878,1208 @@ impl TranslatedString {
473,
473,
473,
- 484,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 540,
- 556,
- 599,
- 642,
- 682,
- 697,
- 724,
- 748,
- 765,
- 777,
- 791,
- 804,
- 819,
- 839,
- 854,
- 870,
- 883,
- 890,
- 908,
- 923,
- 941,
- 953,
- 972,
- 991,
- 1043,
- 1066,
+ 473,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 529,
+ 545,
+ 588,
+ 631,
+ 671,
+ 686,
+ 713,
+ 737,
+ 754,
+ 766,
+ 780,
+ 793,
+ 808,
+ 828,
+ 843,
+ 859,
+ 872,
+ 879,
+ 897,
+ 912,
+ 930,
+ 942,
+ 961,
+ 980,
+ 1032,
+ 1055,
+ 1071,
+ 1076,
1082,
1087,
- 1093,
- 1098,
+ 1092,
+ 1096,
1103,
- 1107,
- 1114,
+ 1109,
+ 1115,
1120,
- 1126,
1131,
- 1142,
- 1147,
- 1154,
- 1162,
- 1169,
- 1175,
+ 1136,
+ 1143,
+ 1151,
+ 1158,
+ 1164,
+ 1164,
1175,
- 1186,
- 1192,
- 1198,
- 1205,
+ 1181,
+ 1187,
+ 1194,
+ 1209,
+ 1213,
1220,
- 1224,
- 1231,
- 1240,
- 1256,
+ 1229,
+ 1245,
+ 1253,
+ 1257,
1264,
- 1268,
+ 1269,
1275,
- 1280,
+ 1278,
1286,
- 1289,
- 1297,
- 1309,
- 1319,
- 1323,
- 1332,
+ 1298,
+ 1308,
+ 1312,
+ 1321,
+ 1329,
+ 1336,
1340,
- 1347,
- 1351,
- 1361,
- 1367,
- 1374,
- 1380,
- 1409,
- 1441,
- 1473,
- 1503,
- 1540,
- 1557,
- 1576,
- 1581,
+ 1350,
+ 1356,
+ 1363,
+ 1369,
+ 1398,
+ 1430,
+ 1462,
+ 1492,
+ 1529,
+ 1546,
+ 1565,
+ 1570,
+ 1578,
1589,
- 1600,
- 1613,
- 1639,
- 1662,
- 1681,
- 1703,
- 1748,
- 1765,
- 1765,
- 1821,
- 1840,
- 1874,
- 1906,
- 1944,
- 1969,
- 1973,
- 2017,
- 2027,
- 2040,
- 2069,
- 2084,
- 2096,
- 2106,
- 2118,
+ 1602,
+ 1628,
+ 1651,
+ 1670,
+ 1692,
+ 1737,
+ 1754,
+ 1754,
+ 1810,
+ 1829,
+ 1863,
+ 1895,
+ 1933,
+ 1958,
+ 1962,
+ 2006,
+ 2016,
+ 2029,
+ 2058,
+ 2073,
+ 2085,
+ 2095,
+ 2107,
+ 2115,
2126,
- 2137,
- 2183,
- 2233,
- 2303,
- 2311,
- 2317,
- 2331,
- 2359,
- 2366,
- 2421,
- 2426,
- 2431,
- 2435,
- 2441,
- 2448,
- 2457,
- 2475,
- 2492,
- 2502,
- 2521,
- 2539,
- 2560,
- 2576,
- 2591,
- 2597,
- 2625,
- 2703,
- 2716,
- 2722,
- 2725,
- 2728,
+ 2172,
+ 2222,
+ 2292,
+ 2300,
+ 2306,
+ 2320,
+ 2348,
+ 2355,
+ 2410,
+ 2415,
+ 2420,
+ 2424,
+ 2430,
+ 2437,
+ 2446,
+ 2464,
+ 2481,
+ 2491,
+ 2510,
+ 2528,
+ 2549,
+ 2565,
+ 2580,
+ 2586,
+ 2614,
+ 2692,
+ 2705,
+ 2711,
+ 2714,
+ 2717,
+ 2733,
2744,
- 2755,
- 2769,
- 2786,
- 2789,
- 2795,
- 2808,
+ 2758,
+ 2775,
+ 2778,
+ 2784,
+ 2797,
+ 2804,
2815,
- 2826,
- 2851,
- 2867,
- 2891,
- 2913,
- 2944,
- 2966,
- 2989,
- 2996,
- 3014,
+ 2840,
+ 2856,
+ 2880,
+ 2902,
+ 2933,
+ 2955,
+ 2978,
+ 2985,
+ 3003,
+ 3019,
3030,
- 3041,
- 3095,
- 3184,
- 3184,
- 3198,
- 3283,
- 3367,
- 3416,
- 3419,
- 3445,
+ 3084,
+ 3173,
+ 3173,
+ 3187,
+ 3272,
+ 3356,
+ 3405,
+ 3408,
+ 3434,
+ 3450,
3461,
- 3472,
- 3485,
- 3515,
- 3530,
- 3544,
- 3551,
- 3557,
- 3591,
- 3626,
- 3655,
- 3685,
- 3699,
- 3709,
- 3727,
- 3727,
- 3747,
- 3765,
- 3774,
+ 3474,
+ 3504,
+ 3519,
+ 3533,
+ 3540,
+ 3546,
+ 3580,
+ 3615,
+ 3644,
+ 3674,
+ 3688,
+ 3698,
+ 3716,
+ 3716,
+ 3736,
+ 3754,
+ 3754,
+ 3754,
+ 3762,
+ 3762,
3774,
- 3782,
- 3782,
- 3794,
- 3834,
- 3860,
- 3871,
- 3906,
- 3906,
- 3921,
- 3947,
- 3958,
- 3972,
- 3979,
- 3984,
+ 3814,
+ 3840,
+ 3851,
+ 3886,
+ 3886,
+ 3901,
+ 3927,
+ 3938,
+ 3952,
+ 3959,
+ 3964,
+ 3975,
+ 3983,
+ 3987,
3995,
- 4003,
- 4007,
- 4015,
- 4018,
- 4025,
- 4033,
- 4044,
+ 3998,
+ 4005,
+ 4013,
+ 4024,
+ 4028,
+ 4037,
+ 4041,
+ 4045,
4048,
- 4057,
- 4061,
- 4065,
- 4068,
- 4079,
- 4084,
+ 4059,
+ 4064,
+ 4070,
+ 4075,
+ 4085,
4090,
- 4095,
- 4105,
- 4110,
- 4118,
- 4124,
- 4135,
- 4143,
- 4149,
- 4165,
- 4174,
- 4176,
- 4184,
- 4188,
- 4198,
- 4209,
- 4220,
- 4238,
+ 4098,
+ 4104,
+ 4115,
+ 4123,
+ 4129,
+ 4145,
+ 4154,
+ 4156,
+ 4164,
+ 4168,
+ 4178,
+ 4189,
+ 4200,
+ 4218,
+ 4232,
+ 4237,
+ 4237,
+ 4237,
4252,
- 4257,
- 4269,
- 4269,
- 4284,
- 4293,
- 4302,
- 4317,
- 4333,
+ 4261,
+ 4270,
+ 4285,
+ 4301,
+ 4330,
+ 4346,
4362,
- 4378,
- 4394,
- 4409,
- 4425,
- 4442,
- 4458,
- 4489,
- 4493,
- 4507,
+ 4377,
+ 4393,
+ 4410,
+ 4426,
+ 4457,
+ 4461,
+ 4475,
+ 4490,
+ 4504,
4522,
- 4536,
- 4554,
- 4569,
- 4578,
- 4591,
- 4614,
- 4643,
- 4681,
- 4698,
- 4716,
- 4772,
- 4815,
- 4867,
- 4945,
- 4967,
- 5030,
- 5044,
- 5083,
- 5112,
- 5130,
- 5147,
- 5163,
- 5177,
- 5194,
- 5205,
- 5221,
- 5233,
- 5250,
- 5272,
- 5272,
- 5287,
- 5301,
- 5301,
- 5316,
- 5329,
- 5342,
- 5361,
- 5378,
- 5395,
- 5406,
- 5414,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5447,
- 5466,
- 5486,
- 5509,
- 5538,
- 5555,
- 5572,
- 5586,
- 5599,
- 5605,
- 5618,
- 5631,
- 5644,
- 5658,
- 5677,
- 5696,
- 5707,
- 5720,
- 5736,
+ 4537,
+ 4546,
+ 4559,
+ 4582,
+ 4611,
+ 4649,
+ 4666,
+ 4684,
+ 4740,
+ 4783,
+ 4835,
+ 4913,
+ 4935,
+ 4998,
+ 5012,
+ 5051,
+ 5080,
+ 5098,
+ 5115,
+ 5131,
+ 5145,
+ 5162,
+ 5173,
+ 5189,
+ 5201,
+ 5218,
+ 5240,
+ 5240,
+ 5255,
+ 5269,
+ 5269,
+ 5269,
+ 5282,
+ 5295,
+ 5314,
+ 5331,
+ 5348,
+ 5359,
+ 5367,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5400,
+ 5419,
+ 5439,
+ 5462,
+ 5491,
+ 5508,
+ 5525,
+ 5539,
+ 5552,
+ 5558,
+ 5571,
+ 5584,
+ 5597,
+ 5611,
+ 5630,
+ 5649,
+ 5660,
+ 5673,
+ 5689,
+ 5689,
+ 5705,
+ 5725,
5745,
- 5761,
- 5781,
- 5801,
- 5811,
- 5827,
- 5841,
- 5856,
- 5871,
- 5890,
- 5904,
- 5914,
- 5931,
- 5944,
- 5961,
- 5979,
- 5989,
- 6003,
- 6049,
- 6098,
- 6134,
- 6186,
- 6222,
- 6260,
- 6268,
- 6276,
- 6279,
- 6293,
- 6308,
- 6328,
- 6342,
- 6362,
- 6379,
- 6394,
- 6412,
- 6430,
- 6449,
- 6485,
- 6507,
- 6519,
- 6532,
- 6548,
- 6558,
- 6566,
- 6577,
- 6634,
- 6643,
- 6656,
- 6665,
- 6673,
- 6687,
- 6711,
- 6728,
- 6736,
- 6762,
- 6773,
- 6787,
- 6801,
- 6810,
- 6827,
- 6865,
- 6872,
- 6874,
- 6884,
- 6897,
- 6916,
- 6922,
- 6951,
- 7001,
- 7014,
- 7044,
- 7056,
- 7071,
- 7082,
- 7097,
- 7122,
- 7161,
- 7264,
- 7281,
- 7313,
- 7351,
- 7380,
- 7435,
- 7453,
- 7469,
- 7484,
- 7503,
- 7520,
- 7551,
- 7581,
- 7591,
- 7603,
- 7603,
- 7653,
- 7679,
- 7704,
- 7713,
- 7726,
- 7764,
- 7807,
- 7818,
- 7830,
- 7856,
- 7868,
- 7868,
- 7884,
- 7884,
- 7884,
- 7884,
- 7896,
- 7905,
- 7915,
- 7964,
- 7987,
+ 5755,
+ 5771,
+ 5785,
+ 5800,
+ 5815,
+ 5834,
+ 5848,
+ 5858,
+ 5875,
+ 5888,
+ 5905,
+ 5923,
+ 5933,
+ 5947,
+ 5993,
+ 6042,
+ 6078,
+ 6130,
+ 6166,
+ 6204,
+ 6212,
+ 6220,
+ 6223,
+ 6237,
+ 6252,
+ 6272,
+ 6286,
+ 6306,
+ 6323,
+ 6338,
+ 6356,
+ 6374,
+ 6393,
+ 6429,
+ 6451,
+ 6463,
+ 6476,
+ 6492,
+ 6502,
+ 6510,
+ 6521,
+ 6578,
+ 6587,
+ 6600,
+ 6609,
+ 6617,
+ 6631,
+ 6655,
+ 6672,
+ 6680,
+ 6706,
+ 6717,
+ 6731,
+ 6745,
+ 6754,
+ 6771,
+ 6809,
+ 6816,
+ 6818,
+ 6828,
+ 6841,
+ 6860,
+ 6866,
+ 6895,
+ 6945,
+ 6958,
+ 6988,
+ 7000,
+ 7015,
+ 7026,
+ 7041,
+ 7066,
+ 7105,
+ 7208,
+ 7225,
+ 7257,
+ 7295,
+ 7324,
+ 7379,
+ 7397,
+ 7413,
+ 7428,
+ 7447,
+ 7464,
+ 7495,
+ 7525,
+ 7535,
+ 7547,
+ 7547,
+ 7597,
+ 7623,
+ 7648,
+ 7657,
+ 7670,
+ 7708,
+ 7751,
+ 7762,
+ 7774,
+ 7800,
+ 7812,
+ 7812,
+ 7828,
+ 7828,
+ 7828,
+ 7828,
+ 7840,
+ 7849,
+ 7859,
+ 7908,
+ 7931,
+ 7940,
+ 7948,
+ 7958,
+ 7982,
7996,
- 8004,
- 8014,
- 8038,
- 8052,
- 8066,
- 8080,
- 8100,
- 8112,
- 8124,
- 8148,
+ 8010,
+ 8024,
+ 8044,
+ 8056,
+ 8068,
+ 8092,
+ 8096,
+ 8118,
+ 8139,
8152,
- 8174,
- 8195,
+ 8163,
+ 8173,
+ 8186,
8208,
- 8219,
- 8229,
- 8242,
- 8264,
- 8274,
- 8290,
- 8329,
- 8345,
- 8372,
- 8372,
- 8390,
- 8390,
- 8460,
- 8536,
- 8616,
- 8703,
- 8718,
- 8736,
- 8760,
- 8795,
- 8804,
- 8828,
- 8858,
- 8889,
- 8907,
- 8949,
- 9011,
- 9037,
- 9037,
- 9058,
- 9107,
- 9116,
- 9130,
- 9149,
- 9164,
- 9176,
- 9190,
- 9206,
- 9226,
- 9251,
- 9300,
+ 8218,
+ 8234,
+ 8273,
+ 8289,
+ 8316,
+ 8316,
+ 8334,
+ 8334,
+ 8404,
+ 8480,
+ 8560,
+ 8647,
+ 8662,
+ 8680,
+ 8704,
+ 8739,
+ 8748,
+ 8772,
+ 8802,
+ 8833,
+ 8851,
+ 8893,
+ 8955,
+ 8981,
+ 8981,
+ 9002,
+ 9051,
+ 9060,
+ 9074,
+ 9093,
+ 9108,
+ 9120,
+ 9134,
+ 9150,
+ 9170,
+ 9195,
+ 9244,
+ 9297,
+ 9308,
+ 9323,
9353,
- 9364,
- 9379,
- 9409,
- 9437,
- 9462,
- 9478,
- 9561,
- 9582,
- 9603,
- 9616,
- 9630,
- 9695,
- 9695,
- 9720,
- 9739,
- 9755,
- 9784,
- 9809,
- 9872,
- 9919,
- 9968,
- 10006,
- 10139,
- 10182,
+ 9381,
+ 9406,
+ 9422,
+ 9505,
+ 9526,
+ 9547,
+ 9560,
+ 9574,
+ 9639,
+ 9639,
+ 9664,
+ 9683,
+ 9699,
+ 9728,
+ 9753,
+ 9816,
+ 9863,
+ 9912,
+ 9950,
+ 10083,
+ 10126,
+ 10147,
+ 10159,
10203,
- 10215,
- 10259,
- 10303,
- 10327,
- 10358,
- 10397,
- 10446,
- 10571,
- 10688,
- 10736,
- 10736,
- 10743,
- 10774,
- 10787,
- 10806,
- 10849,
- 10849,
- 10849,
- 10872,
- 10904,
- 10936,
- 10951,
+ 10247,
+ 10271,
+ 10302,
+ 10341,
+ 10390,
+ 10515,
+ 10632,
+ 10680,
+ 10680,
+ 10687,
+ 10718,
+ 10731,
+ 10750,
+ 10793,
+ 10793,
+ 10793,
+ 10816,
+ 10848,
+ 10880,
+ 10895,
+ 10911,
+ 10927,
+ 10947,
10967,
- 10983,
- 11003,
- 11023,
- 11047,
- 11084,
- 11097,
- 11113,
- 11144,
- 11144,
- 11184,
- 11184,
- 11198,
- 11211,
- 11211,
- 11211,
- 11227,
- 11227,
- 11246,
- 11266,
- 11286,
- 11299,
- 11317,
- 11330,
- 11374,
- 11427,
- 11427,
- 11447,
- 11477,
- 11497,
- 11508,
- 11528,
- 11562,
- 11566,
- 11571,
- 11576,
- 11595,
- 11599,
- 11667,
- 11747,
- 11812,
- 11825,
- 11840,
- 11877,
- 11894,
- 11959,
- 12004,
- 12069,
- 12113,
- 12126,
- 12140,
- 12190,
- 12217,
- 12266,
- 12308,
- 12392,
- 12438,
- 12487,
- 12505,
- 12520,
+ 10991,
+ 11028,
+ 11041,
+ 11057,
+ 11088,
+ 11088,
+ 11128,
+ 11128,
+ 11142,
+ 11155,
+ 11155,
+ 11155,
+ 11171,
+ 11171,
+ 11190,
+ 11210,
+ 11230,
+ 11243,
+ 11261,
+ 11274,
+ 11318,
+ 11371,
+ 11371,
+ 11391,
+ 11421,
+ 11441,
+ 11452,
+ 11472,
+ 11506,
+ 11510,
+ 11515,
+ 11520,
+ 11539,
+ 11543,
+ 11611,
+ 11691,
+ 11756,
+ 11769,
+ 11784,
+ 11821,
+ 11838,
+ 11903,
+ 11948,
+ 12013,
+ 12057,
+ 12070,
+ 12084,
+ 12134,
+ 12161,
+ 12210,
+ 12252,
+ 12336,
+ 12382,
+ 12431,
+ 12449,
+ 12464,
+ 12483,
12539,
- 12595,
- 12662,
- 12703,
- 12717,
- 12717,
- 12731,
+ 12606,
+ 12647,
+ 12661,
+ 12661,
+ 12675,
+ 12706,
+ 12719,
+ 12730,
12762,
- 12775,
- 12786,
- 12818,
- 12833,
- 12850,
- 12862,
- 12869,
- 12883,
- 12893,
- 12913,
- 12913,
- 12927,
- 12948,
- 12948,
- 12948,
+ 12777,
+ 12794,
+ 12806,
+ 12813,
+ 12827,
+ 12837,
+ 12857,
+ 12857,
+ 12871,
+ 12892,
+ 12892,
+ 12892,
+ 12901,
+ 12916,
+ 12931,
+ 12943,
12957,
- 12972,
- 12987,
- 12999,
- 13013,
- 13026,
- 13050,
- 13066,
- 13078,
- 13143,
- 13159,
- 13211,
- 13246,
- 13266,
- 13282,
- 13282,
- 13324,
- 13381,
- 13394,
- 13412,
- 13422,
- 13431,
- 13454,
- 13465,
- 13470,
- 13480,
- 13493,
- 13499,
- 13522,
- 13532,
- 13543,
- 13557,
- 13569,
- 13569,
- 13586,
- 13586,
- 13604,
- 13618,
- 13632,
- 13638,
- 13658,
- 13670,
- 13681,
- 13741,
- 13754,
- 13758,
- 13762,
- 13773,
- 13782,
- 13782,
- 13782,
+ 12970,
+ 12994,
+ 13010,
+ 13022,
+ 13087,
+ 13103,
+ 13155,
+ 13190,
+ 13210,
+ 13226,
+ 13226,
+ 13268,
+ 13325,
+ 13338,
+ 13356,
+ 13366,
+ 13375,
+ 13398,
+ 13409,
+ 13414,
+ 13424,
+ 13437,
+ 13443,
+ 13466,
+ 13476,
+ 13487,
+ 13501,
+ 13513,
+ 13513,
+ 13530,
+ 13530,
+ 13548,
+ 13562,
+ 13576,
+ 13582,
+ 13602,
+ 13614,
+ 13625,
+ 13685,
+ 13698,
+ 13702,
+ 13706,
+ 13717,
+ 13726,
+ 13726,
+ 13726,
+ 13736,
+ 13739,
+ 13744,
+ 13747,
+ 13760,
+ 13766,
+ 13775,
13792,
- 13795,
- 13800,
- 13803,
- 13816,
- 13822,
- 13831,
+ 13804,
+ 13820,
+ 13820,
+ 13828,
+ 13845,
13848,
- 13860,
- 13876,
- 13876,
- 13884,
- 13901,
- 13904,
- 13915,
- 13935,
- 13948,
- 13948,
+ 13859,
+ 13879,
+ 13892,
+ 13892,
+ 13905,
+ 13917,
+ 13924,
+ 13932,
+ 13941,
13961,
- 13973,
- 13980,
- 13988,
13997,
14017,
- 14053,
- 14073,
- 14087,
- 14087,
- 14102,
- 14108,
- 14124,
- 14138,
- 14153,
- 14188,
- 14188,
- 14201,
- 14208,
- 14214,
- 14232,
- 14251,
- 14260,
- 14268,
- 14285,
- 14302,
- 14315,
- 14330,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14384,
- 14411,
- 14426,
- 14441,
- 14465,
- 14476,
- 14515,
- 14531,
- 14549,
- 14595,
- 14614,
- 14632,
- 14645,
- 14702,
- 14719,
- 14759,
- 14777,
- 14777,
- 14777,
- 14794,
- 14812,
- 14842,
- 14871,
- 14889,
- 14904,
- 14911,
- 14919,
- 14926,
- 14932,
- 14945,
- 14953,
- 14962,
- 14968,
- 14975,
- 14986,
- 14994,
- 15010,
- 15023,
- 15028,
- 15031,
- 15035,
- 15035,
- 15080,
- 15089,
- 15091,
- 15098,
- 15116,
- 15132,
- 15153,
- 15162,
- 15166,
- 15172,
- 15172,
- 15172,
- 15183,
- 15183,
- 15183,
- 15183,
- 15190,
- 15197,
- 15197,
- 15204,
- 15211,
- 15219,
- 15222,
- 15238,
- 15238,
- 15243,
- 15256,
- 15281,
- 15286,
- 15299,
- 15322,
- 15329,
- 15356,
- 15367,
- 15380,
- 15389,
- 15443,
- 15461,
- 15475,
- 15495,
- 15517,
- 15537,
- 15544,
- 15559,
- 15559,
- 15573,
- 15573,
- 15582,
- 15582,
- 15634,
- 15672,
- 15684,
- 15684,
- 15696,
- 15774,
- 15774,
- 15781,
- 15796,
- 15815,
+ 14031,
+ 14031,
+ 14046,
+ 14052,
+ 14068,
+ 14082,
+ 14097,
+ 14132,
+ 14132,
+ 14145,
+ 14152,
+ 14158,
+ 14176,
+ 14195,
+ 14204,
+ 14212,
+ 14229,
+ 14246,
+ 14259,
+ 14274,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14328,
+ 14355,
+ 14370,
+ 14385,
+ 14409,
+ 14420,
+ 14459,
+ 14459,
+ 14477,
+ 14523,
+ 14542,
+ 14560,
+ 14573,
+ 14630,
+ 14647,
+ 14687,
+ 14705,
+ 14705,
+ 14705,
+ 14705,
+ 14723,
+ 14753,
+ 14782,
+ 14800,
+ 14815,
+ 14822,
+ 14830,
+ 14837,
+ 14843,
+ 14856,
+ 14864,
+ 14873,
+ 14879,
+ 14886,
+ 14897,
+ 14905,
+ 14921,
+ 14934,
+ 14939,
+ 14942,
+ 14946,
+ 14946,
+ 14991,
+ 15000,
+ 15002,
+ 15009,
+ 15027,
+ 15043,
+ 15064,
+ 15073,
+ 15077,
+ 15083,
+ 15083,
+ 15083,
+ 15094,
+ 15094,
+ 15094,
+ 15094,
+ 15101,
+ 15108,
+ 15108,
+ 15115,
+ 15122,
+ 15130,
+ 15133,
+ 15133,
+ 15133,
+ 15138,
+ 15151,
+ 15176,
+ 15181,
+ 15194,
+ 15217,
+ 15224,
+ 15251,
+ 15262,
+ 15275,
+ 15284,
+ 15338,
+ 15356,
+ 15370,
+ 15390,
+ 15412,
+ 15432,
+ 15439,
+ 15454,
+ 15454,
+ 15454,
+ 15454,
+ 15463,
+ 15463,
+ 15515,
+ 15553,
+ 15565,
+ 15565,
+ 15577,
+ 15577,
+ 15577,
+ 15584,
+ 15599,
+ 15599,
+ 15614,
+ 15639,
+ 15639,
+ 15639,
+ 15639,
+ 15650,
+ 15659,
+ 15671,
+ 15679,
+ 15679,
+ 15691,
+ 15691,
+ 15772,
15830,
- 15855,
- 15855,
- 15855,
- 15855,
+ 15830,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
15866,
- 15875,
- 15887,
- 15895,
- 15916,
- 15928,
- 15947,
- 16028,
- 16086,
- 16086,
- 16106,
- 16106,
- 16106,
- 16106,
+ 15882,
+ 15903,
+ 15903,
+ 15913,
+ 15913,
+ 15913,
+ 15913,
+ 15923,
+ 15955,
+ 15984,
+ 16044,
16106,
16106,
- 16122,
- 16138,
- 16159,
- 16159,
- 16169,
- 16169,
- 16169,
- 16169,
- 16179,
- 16211,
- 16240,
- 16300,
- 16362,
- 16362,
- 16409,
- 16409,
- 16428,
- 16448,
- 16471,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16496,
- 16513,
- 16526,
- 16526,
- 16526,
- 16580,
- 16593,
- 16593,
- 16593,
- 16593,
- 16608,
- 16608,
- 16608,
- 16627,
- 16635,
- 16645,
- 16666,
- 16684,
- 16702,
- 16727,
- 16740,
- 16740,
- 16757,
- 16779,
- 16787,
- 16787,
- 16807,
- 16818,
- 16818,
- 16895,
- 16911,
- 16921,
- 16954,
- 16954,
- 17006,
- 17006,
- 17024,
- 17030,
- 17035,
- 17035,
- 17060,
- 17064,
- 17064,
- 17064,
- 17095,
- 17095,
- 17095,
- 17113,
- 17130,
- 17140,
- 17158,
- 17178,
- 17193,
- 17217,
- 17239,
- 17252,
- 17278,
- 17298,
- 17314,
- 17314,
- 17322,
+ 16153,
+ 16153,
+ 16172,
+ 16192,
+ 16192,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16217,
+ 16234,
+ 16247,
+ 16247,
+ 16247,
+ 16301,
+ 16314,
+ 16314,
+ 16314,
+ 16314,
+ 16329,
+ 16329,
+ 16329,
+ 16348,
+ 16356,
+ 16356,
+ 16377,
+ 16395,
+ 16413,
+ 16438,
+ 16451,
+ 16451,
+ 16468,
+ 16490,
+ 16498,
+ 16498,
+ 16518,
+ 16529,
+ 16529,
+ 16606,
+ 16622,
+ 16632,
+ 16665,
+ 16665,
+ 16717,
+ 16717,
+ 16735,
+ 16741,
+ 16746,
+ 16746,
+ 16771,
+ 16775,
+ 16775,
+ 16775,
+ 16806,
+ 16806,
+ 16806,
+ 16824,
+ 16841,
+ 16851,
+ 16869,
+ 16889,
+ 16889,
+ 16913,
+ 16935,
+ 16948,
+ 16974,
+ 16994,
+ 17010,
+ 17010,
+ 17018,
+ 17023,
+ 17052,
+ 17104,
+ 17116,
+ 17121,
+ 17134,
+ 17142,
+ 17152,
+ 17212,
+ 17238,
+ 17245,
+ 17276,
+ 17288,
+ 17305,
17327,
- 17356,
- 17408,
- 17420,
- 17425,
- 17438,
- 17446,
- 17456,
- 17516,
- 17542,
- 17549,
+ 17327,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17359,
+ 17371,
+ 17386,
+ 17393,
+ 17409,
+ 17417,
+ 17458,
+ 17472,
+ 17482,
+ 17515,
+ 17524,
+ 17564,
17580,
- 17592,
- 17609,
- 17631,
- 17646,
- 17661,
- 17661,
- 17661,
- 17661,
- 17661,
- 17678,
- 17690,
- 17705,
- 17712,
- 17728,
- 17736,
- 17777,
- 17791,
- 17801,
- 17834,
- 17843,
- 17883,
- 17899,
- 17905,
- 17916,
- 17921,
- 17926,
- 17929,
- 17942,
- 17963,
- 18005,
- 18055,
- 18068,
+ 17586,
+ 17597,
+ 17602,
+ 17607,
+ 17607,
+ 17620,
+ 17641,
+ 17683,
+ 17733,
+ 17746,
+ 17776,
+ 17776,
+ 17855,
+ 17901,
+ 17915,
+ 17915,
+ 17930,
+ 17934,
+ 17940,
+ 17952,
+ 17952,
+ 17978,
+ 18030,
+ 18038,
+ 18071,
+ 18071,
+ 18071,
+ 18086,
18098,
18098,
- 18177,
- 18223,
- 18237,
- 18284,
- 18299,
- 18303,
- 18309,
- 18321,
- 18321,
- 18347,
- 18399,
- 18407,
- 18440,
- 18464,
- 18481,
- 18496,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18116,
+ 18158,
+ 18162,
+ 18162,
+ 18173,
+ 18198,
+ 18202,
+ 18206,
+ 18222,
+ 18236,
+ 18242,
+ 18262,
+ 18268,
+ 18288,
+ 18296,
+ 18296,
+ 18296,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18360,
+ 18370,
+ 18380,
+ 18398,
+ 18448,
+ 18448,
+ 18465,
+ 18465,
+ 18469,
+ 18469,
+ 18484,
+ 18497,
+ 18497,
18508,
- 18526,
- 18568,
- 18572,
- 18572,
- 18583,
- 18608,
- 18612,
- 18616,
- 18632,
- 18646,
+ 18520,
+ 18520,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18554,
+ 18570,
+ 18570,
+ 18570,
+ 18570,
+ 18575,
+ 18584,
+ 18590,
+ 18600,
+ 18603,
+ 18609,
+ 18609,
+ 18609,
+ 18615,
+ 18623,
+ 18634,
+ 18644,
18652,
- 18672,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
18678,
- 18698,
- 18706,
- 18706,
- 18706,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18782,
- 18782,
- 18791,
- 18801,
- 18811,
- 18829,
- 18879,
- 18879,
- 18896,
- 18896,
- 18900,
- 18900,
- 18915,
- 18928,
- 18928,
- 18939,
- 18951,
- 18951,
- 18972,
- 18972,
- 18972,
- 18972,
- 18972,
- 18985,
- 19001,
- 19001,
- 19001,
- 19001,
- 19006,
- 19015,
- 19021,
- 19031,
- 19034,
- 19040,
- 19040,
+ 18729,
+ 18732,
+ 18736,
+ 18736,
+ 18750,
+ 18762,
+ 18762,
+ 18769,
+ 18775,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18843,
+ 18856,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18969,
19040,
- 19046,
- 19054,
- 19065,
- 19075,
- 19083,
- 19100,
- 19116,
- 19125,
- 19125,
- 19125,
- 19125,
- 19125,
- 19134,
- 19185,
- 19188,
- 19192,
- 19192,
- 19206,
- 19218,
- 19218,
- 19225,
- 19231,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19299,
- 19312,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19425,
- 19496,
- 19550,
- 19602,
- 19602,
- 19612,
- 19616,
- 19625,
- 19639,
- 19702,
- 19713,
- 19722,
- 19730,
- 19735,
- 19741,
- 19757,
- 19763,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19908,
- 19918,
- 19931,
- 19942,
- 19955,
- 19968,
- 19996,
- 20031,
- 20067,
- 20105,
- 20113,
- 20126,
- 20126,
- 20126,
- 20149,
- 20157,
- 20157,
- 20157,
- 20171,
- 20177,
- 20185,
- 20194,
- 20209,
- 20220,
- 20220,
- 20241,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
+ 19094,
+ 19146,
+ 19146,
+ 19156,
+ 19160,
+ 19169,
+ 19183,
+ 19246,
+ 19257,
+ 19266,
+ 19274,
+ 19279,
+ 19285,
+ 19301,
+ 19307,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19452,
+ 19462,
+ 19475,
+ 19486,
+ 19499,
+ 19512,
+ 19540,
+ 19575,
+ 19611,
+ 19649,
+ 19657,
+ 19670,
+ 19670,
+ 19670,
+ 19693,
+ 19701,
+ 19701,
+ 19701,
+ 19715,
+ 19721,
+ 19729,
+ 19738,
+ 19753,
+ 19764,
+ 19764,
+ 19785,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4113,7 +4108,7 @@ impl TranslatedString {
"Wallet created successfully.",
"",
"",
- "Skip backup",
+ "",
"Are you sure you want to skip the backup?",
"",
"",
@@ -4309,7 +4304,7 @@ impl TranslatedString {
"",
"Coinjoin in progress",
"Waiting for others",
- "Fee rate:",
+ "",
"",
"Fee info",
"",
@@ -4360,7 +4355,7 @@ impl TranslatedString {
"Vote for producers",
"Vote for proxy",
"Voter",
- "Amount sent:",
+ "",
"",
"Size: {0} bytes",
"Gas limit",
@@ -4411,7 +4406,7 @@ impl TranslatedString {
"Update firmware",
"FW fingerprint",
"",
- "Click to Unlock",
+ "",
"Backup failed",
"Backup needed",
"Coinjoin authorized",
@@ -4446,7 +4441,7 @@ impl TranslatedString {
"New amount:",
"Modify amount",
"Decrease fee by:",
- "Fee rate:",
+ "",
"Increase fee by:",
"New transaction fee:",
"Fee did not change.\n",
@@ -4863,7 +4858,7 @@ impl TranslatedString {
"All data will be erased.",
"Wipe device",
"Do you really want to wipe the device?\n",
- "Change wipe code",
+ "",
"Wipe code changed.",
"The wipe code must be different from your PIN.",
"Wipe code disabled.",
@@ -4875,7 +4870,7 @@ impl TranslatedString {
"Re-enter wipe code",
"",
"",
- "Invalid wipe code",
+ "",
"Wipe code settings",
"Turn off wipe code protection?",
"Turn on wipe code protection?",
@@ -4921,7 +4916,7 @@ impl TranslatedString {
"Warning",
"Writable",
"Yes",
- "Just a moment...",
+ "",
"",
"Claim",
"Claim address",
@@ -4943,7 +4938,7 @@ impl TranslatedString {
"Deposit",
"Vote delegation",
"",
- "Tap to confirm",
+ "",
"",
"Important",
"",
@@ -4952,11 +4947,11 @@ impl TranslatedString {
"Instructions",
"",
"Account info",
- "If receive address doesn't match, contact Trezor Support at trezor.io/support.",
+ "",
"",
"QR code",
"Derivation path",
- "Continue in the app",
+ "",
"Cancel and exit",
"Receive address confirmed",
"",
@@ -4966,9 +4961,9 @@ impl TranslatedString {
"Send from",
"Hold to sign",
"Fee rate",
- "incl. Transaction fee",
+ "",
"Total amount",
- "Auto-lock turned on",
+ "",
"Your wallet backup contains multiple lists of words in a specific order (shares).",
"Your wallet backup contains {0} words in a specific order.",
"",
@@ -4996,7 +4991,7 @@ impl TranslatedString {
"",
"Share doesn't match",
"Cancel create wallet",
- "Incorrect word selected",
+ "",
"More at",
"",
"",
@@ -5019,7 +5014,7 @@ impl TranslatedString {
"",
"Operation cancelled",
"Settings",
- "Try again.",
+ "",
"Number of groups: {0}",
"Display brightness",
"Multi-share backup",
@@ -5056,7 +5051,7 @@ impl TranslatedString {
"Swipe down",
"Credential details",
"Public key confirmed",
- "Continue anyway",
+ "",
"Unknown contract address",
"Token contract address",
"View all data",
@@ -5080,7 +5075,7 @@ impl TranslatedString {
"Vote account",
"Stake SOL on {0}?",
"Confirm without review",
- "Tap to continue",
+ "",
"Event kind: {0}",
"",
"",
@@ -5103,7 +5098,7 @@ impl TranslatedString {
"Revoke from",
"Chain",
"Token",
- "Tap",
+ "",
"Unknown token",
"Unknown token address",
"Write down the first word from the backup.",
@@ -5114,7 +5109,7 @@ impl TranslatedString {
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
"Recovery share",
- "After signing, send the transaction in the app.",
+ "",
"Sign cancelled.",
"Send",
"Wallet",
@@ -5124,8 +5119,8 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access Passphrase wallet",
- "Passphrase wallet",
+ "",
+ "",
"Show passphrase",
"Re-enter PIN",
"",
@@ -5158,7 +5153,7 @@ impl TranslatedString {
"",
"",
"",
- "Tap to start tutorial",
+ "",
"",
"Sign with",
"Timebounds",
@@ -5200,8 +5195,8 @@ impl TranslatedString {
"Remove PIN",
"PIN code",
"Change wipe code?",
- "Remove wipe code",
- "Wipe code",
+ "",
+ "",
"",
"",
"",
@@ -5344,1208 +5339,1208 @@ impl TranslatedString {
473,
473,
473,
- 484,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 540,
- 556,
- 599,
- 642,
- 682,
- 697,
- 724,
- 748,
- 765,
- 777,
- 791,
- 804,
- 819,
- 839,
- 854,
- 870,
- 883,
- 890,
- 908,
- 923,
- 941,
- 953,
- 972,
- 991,
- 1043,
- 1066,
+ 473,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 529,
+ 545,
+ 588,
+ 631,
+ 671,
+ 686,
+ 713,
+ 737,
+ 754,
+ 766,
+ 780,
+ 793,
+ 808,
+ 828,
+ 843,
+ 859,
+ 872,
+ 879,
+ 897,
+ 912,
+ 930,
+ 942,
+ 961,
+ 980,
+ 1032,
+ 1055,
+ 1071,
+ 1076,
1082,
1087,
- 1093,
- 1098,
+ 1092,
+ 1096,
1103,
- 1107,
- 1114,
+ 1109,
+ 1115,
1120,
- 1126,
1131,
- 1142,
- 1147,
- 1154,
- 1162,
- 1169,
- 1175,
+ 1136,
+ 1143,
+ 1151,
+ 1158,
+ 1164,
+ 1164,
1175,
- 1186,
- 1192,
- 1198,
- 1205,
+ 1181,
+ 1187,
+ 1194,
+ 1209,
+ 1213,
1220,
- 1224,
- 1231,
- 1240,
- 1256,
+ 1229,
+ 1245,
+ 1253,
+ 1257,
1264,
- 1268,
+ 1269,
1275,
- 1280,
+ 1278,
1286,
- 1289,
- 1297,
- 1309,
- 1319,
- 1323,
- 1332,
+ 1298,
+ 1308,
+ 1312,
+ 1321,
+ 1329,
+ 1336,
1340,
- 1347,
- 1351,
- 1361,
- 1367,
- 1374,
- 1380,
- 1409,
- 1441,
- 1473,
- 1503,
- 1540,
- 1557,
- 1576,
- 1581,
+ 1350,
+ 1356,
+ 1363,
+ 1369,
+ 1398,
+ 1430,
+ 1462,
+ 1492,
+ 1529,
+ 1546,
+ 1565,
+ 1570,
+ 1578,
1589,
- 1600,
- 1613,
- 1639,
- 1662,
- 1681,
- 1703,
- 1748,
- 1765,
- 1765,
- 1821,
- 1840,
- 1874,
- 1906,
- 1944,
- 1969,
- 1973,
- 2017,
- 2027,
- 2040,
- 2069,
- 2084,
- 2096,
- 2106,
- 2118,
+ 1602,
+ 1628,
+ 1651,
+ 1670,
+ 1692,
+ 1737,
+ 1754,
+ 1754,
+ 1810,
+ 1829,
+ 1863,
+ 1895,
+ 1933,
+ 1958,
+ 1962,
+ 2006,
+ 2016,
+ 2029,
+ 2058,
+ 2073,
+ 2085,
+ 2095,
+ 2107,
+ 2115,
2126,
- 2137,
- 2183,
- 2233,
- 2303,
- 2311,
- 2317,
- 2331,
- 2359,
- 2366,
- 2421,
- 2426,
- 2431,
- 2435,
- 2441,
- 2448,
- 2457,
- 2475,
- 2492,
- 2502,
- 2521,
- 2539,
- 2560,
- 2576,
- 2591,
- 2597,
- 2625,
- 2703,
- 2716,
- 2722,
- 2725,
- 2728,
+ 2172,
+ 2222,
+ 2292,
+ 2300,
+ 2306,
+ 2320,
+ 2348,
+ 2355,
+ 2410,
+ 2415,
+ 2420,
+ 2424,
+ 2430,
+ 2437,
+ 2446,
+ 2464,
+ 2481,
+ 2491,
+ 2510,
+ 2528,
+ 2549,
+ 2565,
+ 2580,
+ 2586,
+ 2614,
+ 2692,
+ 2705,
+ 2711,
+ 2714,
+ 2717,
+ 2733,
2744,
- 2755,
- 2769,
- 2786,
- 2789,
- 2795,
- 2808,
+ 2758,
+ 2775,
+ 2778,
+ 2784,
+ 2797,
+ 2804,
2815,
- 2826,
- 2851,
- 2867,
- 2891,
- 2913,
- 2944,
- 2966,
- 2989,
- 2996,
- 3014,
+ 2840,
+ 2856,
+ 2880,
+ 2902,
+ 2933,
+ 2955,
+ 2978,
+ 2985,
+ 3003,
+ 3019,
3030,
- 3041,
- 3095,
- 3184,
- 3184,
- 3198,
- 3283,
- 3367,
- 3416,
- 3419,
- 3445,
+ 3084,
+ 3173,
+ 3173,
+ 3187,
+ 3272,
+ 3356,
+ 3405,
+ 3408,
+ 3434,
+ 3450,
3461,
- 3472,
- 3485,
- 3515,
- 3530,
- 3544,
- 3551,
- 3557,
- 3591,
- 3626,
- 3655,
- 3685,
- 3699,
- 3709,
- 3727,
- 3727,
- 3747,
- 3765,
- 3774,
+ 3474,
+ 3504,
+ 3519,
+ 3533,
+ 3540,
+ 3546,
+ 3580,
+ 3615,
+ 3644,
+ 3674,
+ 3688,
+ 3698,
+ 3716,
+ 3716,
+ 3736,
+ 3754,
+ 3754,
+ 3754,
+ 3762,
+ 3762,
3774,
- 3782,
- 3782,
- 3794,
- 3834,
- 3860,
- 3871,
- 3906,
- 3906,
- 3921,
- 3947,
- 3958,
- 3972,
- 3979,
- 3984,
+ 3814,
+ 3840,
+ 3851,
+ 3886,
+ 3886,
+ 3901,
+ 3927,
+ 3938,
+ 3952,
+ 3959,
+ 3964,
+ 3975,
+ 3983,
+ 3987,
3995,
- 4003,
- 4007,
- 4015,
- 4018,
- 4025,
- 4033,
- 4044,
+ 3998,
+ 4005,
+ 4013,
+ 4024,
+ 4028,
+ 4037,
+ 4041,
+ 4045,
4048,
- 4057,
- 4061,
- 4065,
- 4068,
- 4079,
- 4084,
+ 4059,
+ 4064,
+ 4070,
+ 4075,
+ 4085,
4090,
- 4095,
- 4105,
- 4110,
- 4118,
- 4124,
- 4135,
- 4143,
- 4149,
- 4165,
- 4174,
- 4176,
- 4184,
- 4188,
- 4198,
- 4209,
- 4220,
- 4238,
+ 4098,
+ 4104,
+ 4115,
+ 4123,
+ 4129,
+ 4145,
+ 4154,
+ 4156,
+ 4164,
+ 4168,
+ 4178,
+ 4189,
+ 4200,
+ 4218,
+ 4232,
+ 4237,
+ 4237,
+ 4237,
4252,
- 4257,
- 4269,
- 4269,
- 4284,
- 4293,
- 4302,
- 4317,
- 4333,
+ 4261,
+ 4270,
+ 4285,
+ 4301,
+ 4330,
+ 4346,
4362,
- 4378,
- 4394,
- 4409,
- 4425,
- 4442,
- 4458,
- 4489,
- 4493,
- 4507,
+ 4377,
+ 4393,
+ 4410,
+ 4426,
+ 4457,
+ 4461,
+ 4475,
+ 4490,
+ 4504,
4522,
- 4536,
- 4554,
- 4569,
- 4578,
- 4591,
- 4614,
- 4643,
- 4681,
- 4698,
- 4716,
- 4772,
- 4815,
- 4867,
- 4945,
- 4967,
- 5030,
- 5044,
- 5083,
- 5112,
- 5130,
- 5147,
- 5163,
- 5177,
- 5194,
- 5205,
- 5221,
- 5233,
- 5250,
- 5272,
- 5272,
- 5287,
- 5301,
- 5301,
- 5316,
- 5329,
- 5342,
- 5361,
- 5378,
- 5395,
- 5406,
- 5414,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5447,
- 5466,
- 5486,
- 5509,
- 5538,
- 5555,
- 5572,
- 5586,
- 5599,
- 5605,
- 5618,
- 5631,
- 5644,
- 5658,
- 5677,
- 5696,
- 5707,
- 5720,
- 5736,
+ 4537,
+ 4546,
+ 4559,
+ 4582,
+ 4611,
+ 4649,
+ 4666,
+ 4684,
+ 4740,
+ 4783,
+ 4835,
+ 4913,
+ 4935,
+ 4998,
+ 5012,
+ 5051,
+ 5080,
+ 5098,
+ 5115,
+ 5131,
+ 5145,
+ 5162,
+ 5173,
+ 5189,
+ 5201,
+ 5218,
+ 5240,
+ 5240,
+ 5255,
+ 5269,
+ 5269,
+ 5269,
+ 5282,
+ 5295,
+ 5314,
+ 5331,
+ 5348,
+ 5359,
+ 5367,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5400,
+ 5419,
+ 5439,
+ 5462,
+ 5491,
+ 5508,
+ 5525,
+ 5539,
+ 5552,
+ 5558,
+ 5571,
+ 5584,
+ 5597,
+ 5611,
+ 5630,
+ 5649,
+ 5660,
+ 5673,
+ 5689,
+ 5689,
+ 5705,
+ 5725,
5745,
- 5761,
- 5781,
- 5801,
- 5811,
- 5827,
- 5841,
- 5856,
- 5871,
- 5890,
- 5904,
- 5914,
- 5931,
- 5944,
- 5961,
- 5979,
- 5989,
- 6003,
- 6049,
- 6098,
- 6134,
- 6186,
- 6222,
- 6260,
- 6268,
- 6276,
- 6279,
- 6293,
- 6308,
- 6328,
- 6342,
- 6362,
- 6379,
- 6394,
- 6412,
- 6430,
- 6449,
- 6485,
- 6507,
- 6519,
- 6532,
- 6548,
- 6558,
- 6566,
- 6577,
- 6634,
- 6643,
- 6656,
- 6665,
- 6673,
- 6687,
- 6711,
- 6728,
- 6736,
- 6762,
- 6773,
- 6787,
- 6801,
- 6810,
- 6827,
- 6865,
- 6872,
- 6874,
- 6884,
- 6897,
- 6916,
- 6922,
- 6951,
- 7001,
- 7014,
- 7044,
- 7056,
- 7071,
- 7082,
- 7097,
- 7122,
- 7161,
- 7264,
- 7281,
- 7313,
- 7351,
- 7380,
- 7435,
- 7453,
- 7469,
- 7484,
- 7503,
- 7520,
- 7551,
- 7581,
- 7591,
- 7603,
- 7603,
- 7653,
- 7679,
- 7704,
- 7713,
- 7726,
- 7764,
- 7807,
- 7818,
- 7830,
- 7856,
- 7868,
- 7868,
- 7884,
- 7884,
- 7884,
- 7884,
- 7896,
- 7905,
- 7915,
- 7964,
- 7987,
+ 5755,
+ 5771,
+ 5785,
+ 5800,
+ 5815,
+ 5834,
+ 5848,
+ 5858,
+ 5875,
+ 5888,
+ 5905,
+ 5923,
+ 5933,
+ 5947,
+ 5993,
+ 6042,
+ 6078,
+ 6130,
+ 6166,
+ 6204,
+ 6212,
+ 6220,
+ 6223,
+ 6237,
+ 6252,
+ 6272,
+ 6286,
+ 6306,
+ 6323,
+ 6338,
+ 6356,
+ 6374,
+ 6393,
+ 6429,
+ 6451,
+ 6463,
+ 6476,
+ 6492,
+ 6502,
+ 6510,
+ 6521,
+ 6578,
+ 6587,
+ 6600,
+ 6609,
+ 6617,
+ 6631,
+ 6655,
+ 6672,
+ 6680,
+ 6706,
+ 6717,
+ 6731,
+ 6745,
+ 6754,
+ 6771,
+ 6809,
+ 6816,
+ 6818,
+ 6828,
+ 6841,
+ 6860,
+ 6866,
+ 6895,
+ 6945,
+ 6958,
+ 6988,
+ 7000,
+ 7015,
+ 7026,
+ 7041,
+ 7066,
+ 7105,
+ 7208,
+ 7225,
+ 7257,
+ 7295,
+ 7324,
+ 7379,
+ 7397,
+ 7413,
+ 7428,
+ 7447,
+ 7464,
+ 7495,
+ 7525,
+ 7535,
+ 7547,
+ 7547,
+ 7597,
+ 7623,
+ 7648,
+ 7657,
+ 7670,
+ 7708,
+ 7751,
+ 7762,
+ 7774,
+ 7800,
+ 7812,
+ 7812,
+ 7828,
+ 7828,
+ 7828,
+ 7828,
+ 7840,
+ 7849,
+ 7859,
+ 7908,
+ 7931,
+ 7940,
+ 7948,
+ 7958,
+ 7982,
7996,
- 8004,
- 8014,
- 8038,
- 8052,
- 8066,
- 8080,
- 8100,
- 8112,
- 8124,
- 8148,
+ 8010,
+ 8024,
+ 8044,
+ 8056,
+ 8068,
+ 8092,
+ 8096,
+ 8118,
+ 8139,
8152,
- 8174,
- 8195,
+ 8163,
+ 8173,
+ 8186,
8208,
- 8219,
- 8229,
- 8242,
- 8264,
- 8274,
- 8290,
- 8329,
- 8345,
- 8372,
- 8372,
- 8390,
- 8390,
- 8460,
- 8536,
- 8616,
- 8703,
- 8718,
- 8736,
- 8760,
- 8795,
- 8804,
- 8828,
- 8858,
- 8889,
- 8907,
- 8949,
- 9011,
- 9037,
- 9037,
- 9058,
- 9107,
- 9116,
- 9130,
- 9149,
- 9164,
- 9176,
- 9190,
- 9206,
- 9226,
- 9251,
- 9300,
+ 8218,
+ 8234,
+ 8273,
+ 8289,
+ 8316,
+ 8316,
+ 8334,
+ 8334,
+ 8404,
+ 8480,
+ 8560,
+ 8647,
+ 8662,
+ 8680,
+ 8704,
+ 8739,
+ 8748,
+ 8772,
+ 8802,
+ 8833,
+ 8851,
+ 8893,
+ 8955,
+ 8981,
+ 8981,
+ 9002,
+ 9051,
+ 9060,
+ 9074,
+ 9093,
+ 9108,
+ 9120,
+ 9134,
+ 9150,
+ 9170,
+ 9195,
+ 9244,
+ 9297,
+ 9308,
+ 9323,
9353,
- 9364,
- 9379,
- 9409,
- 9437,
- 9462,
- 9478,
- 9561,
- 9582,
- 9603,
- 9616,
- 9630,
- 9695,
- 9695,
- 9720,
- 9739,
- 9755,
- 9784,
- 9809,
- 9872,
- 9919,
- 9968,
- 10006,
- 10139,
- 10182,
+ 9381,
+ 9406,
+ 9422,
+ 9505,
+ 9526,
+ 9547,
+ 9560,
+ 9574,
+ 9639,
+ 9639,
+ 9664,
+ 9683,
+ 9699,
+ 9728,
+ 9753,
+ 9816,
+ 9863,
+ 9912,
+ 9950,
+ 10083,
+ 10126,
+ 10147,
+ 10159,
10203,
- 10215,
- 10259,
- 10303,
- 10327,
- 10358,
- 10397,
- 10446,
- 10571,
- 10688,
- 10736,
- 10736,
- 10743,
- 10774,
- 10787,
- 10806,
- 10849,
- 10849,
- 10849,
- 10872,
- 10904,
- 10936,
- 10951,
+ 10247,
+ 10271,
+ 10302,
+ 10341,
+ 10390,
+ 10515,
+ 10632,
+ 10680,
+ 10680,
+ 10687,
+ 10718,
+ 10731,
+ 10750,
+ 10793,
+ 10793,
+ 10793,
+ 10816,
+ 10848,
+ 10880,
+ 10895,
+ 10911,
+ 10927,
+ 10947,
10967,
- 10983,
- 11003,
- 11023,
- 11047,
- 11084,
- 11097,
- 11113,
- 11144,
- 11144,
- 11184,
- 11184,
- 11198,
- 11211,
- 11211,
- 11211,
- 11227,
- 11227,
- 11246,
- 11266,
- 11286,
- 11299,
- 11317,
- 11330,
- 11374,
- 11427,
- 11427,
- 11447,
- 11477,
- 11497,
- 11508,
- 11528,
- 11562,
- 11566,
- 11571,
- 11576,
- 11595,
- 11599,
- 11667,
- 11747,
- 11812,
- 11825,
- 11840,
- 11877,
- 11894,
- 11959,
- 12004,
- 12069,
- 12113,
- 12126,
- 12140,
- 12190,
- 12217,
- 12266,
- 12308,
- 12392,
- 12438,
- 12487,
- 12505,
- 12520,
+ 10991,
+ 11028,
+ 11041,
+ 11057,
+ 11088,
+ 11088,
+ 11128,
+ 11128,
+ 11142,
+ 11155,
+ 11155,
+ 11155,
+ 11171,
+ 11171,
+ 11190,
+ 11210,
+ 11230,
+ 11243,
+ 11261,
+ 11274,
+ 11318,
+ 11371,
+ 11371,
+ 11391,
+ 11421,
+ 11441,
+ 11452,
+ 11472,
+ 11506,
+ 11510,
+ 11515,
+ 11520,
+ 11539,
+ 11543,
+ 11611,
+ 11691,
+ 11756,
+ 11769,
+ 11784,
+ 11821,
+ 11838,
+ 11903,
+ 11948,
+ 12013,
+ 12057,
+ 12070,
+ 12084,
+ 12134,
+ 12161,
+ 12210,
+ 12252,
+ 12336,
+ 12382,
+ 12431,
+ 12449,
+ 12464,
+ 12483,
12539,
- 12595,
- 12662,
- 12703,
- 12717,
- 12717,
- 12731,
+ 12606,
+ 12647,
+ 12661,
+ 12661,
+ 12675,
+ 12706,
+ 12719,
+ 12730,
12762,
- 12775,
- 12786,
- 12818,
- 12833,
- 12850,
- 12862,
- 12869,
- 12883,
- 12893,
- 12913,
- 12913,
- 12927,
- 12948,
- 12948,
- 12948,
+ 12777,
+ 12794,
+ 12806,
+ 12813,
+ 12827,
+ 12837,
+ 12857,
+ 12857,
+ 12871,
+ 12892,
+ 12892,
+ 12892,
+ 12901,
+ 12916,
+ 12931,
+ 12943,
12957,
- 12972,
- 12987,
- 12999,
- 13013,
- 13026,
- 13050,
- 13066,
- 13078,
- 13143,
- 13159,
- 13211,
- 13246,
- 13266,
- 13282,
- 13282,
- 13324,
- 13381,
- 13394,
- 13412,
- 13422,
- 13431,
- 13454,
- 13465,
- 13470,
- 13480,
- 13493,
- 13499,
- 13522,
- 13532,
- 13543,
- 13557,
- 13569,
- 13569,
- 13586,
- 13586,
- 13604,
- 13618,
- 13632,
- 13638,
- 13658,
- 13670,
- 13681,
- 13741,
- 13754,
- 13758,
- 13762,
- 13773,
- 13782,
- 13782,
- 13782,
+ 12970,
+ 12994,
+ 13010,
+ 13022,
+ 13087,
+ 13103,
+ 13155,
+ 13190,
+ 13210,
+ 13226,
+ 13226,
+ 13268,
+ 13325,
+ 13338,
+ 13356,
+ 13366,
+ 13375,
+ 13398,
+ 13409,
+ 13414,
+ 13424,
+ 13437,
+ 13443,
+ 13466,
+ 13476,
+ 13487,
+ 13501,
+ 13513,
+ 13513,
+ 13530,
+ 13530,
+ 13548,
+ 13562,
+ 13576,
+ 13582,
+ 13602,
+ 13614,
+ 13625,
+ 13685,
+ 13698,
+ 13702,
+ 13706,
+ 13717,
+ 13726,
+ 13726,
+ 13726,
+ 13736,
+ 13739,
+ 13744,
+ 13747,
+ 13760,
+ 13766,
+ 13775,
13792,
- 13795,
- 13800,
- 13803,
- 13816,
- 13822,
- 13831,
+ 13804,
+ 13820,
+ 13820,
+ 13828,
+ 13845,
13848,
- 13860,
- 13876,
- 13876,
- 13884,
- 13901,
- 13904,
- 13915,
- 13935,
- 13948,
- 13948,
+ 13859,
+ 13879,
+ 13892,
+ 13892,
+ 13905,
+ 13917,
+ 13924,
+ 13932,
+ 13941,
13961,
- 13973,
- 13980,
- 13988,
13997,
14017,
- 14053,
- 14073,
- 14087,
- 14087,
- 14102,
- 14108,
- 14124,
- 14138,
- 14153,
- 14188,
- 14188,
- 14201,
- 14208,
- 14214,
- 14232,
- 14251,
- 14260,
- 14268,
- 14285,
- 14302,
- 14315,
- 14330,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14384,
- 14411,
- 14426,
- 14441,
- 14465,
- 14476,
- 14515,
- 14531,
- 14549,
- 14595,
- 14614,
- 14632,
- 14645,
- 14702,
- 14719,
- 14759,
- 14777,
- 14777,
- 14777,
- 14794,
- 14812,
- 14842,
- 14871,
- 14889,
- 14904,
- 14911,
- 14919,
- 14926,
- 14932,
- 14945,
- 14953,
- 14962,
- 14968,
- 14975,
- 14986,
- 14994,
- 15010,
- 15023,
- 15028,
- 15031,
- 15035,
- 15035,
- 15080,
- 15089,
- 15091,
- 15098,
- 15116,
- 15132,
- 15153,
- 15162,
- 15166,
- 15172,
- 15172,
- 15172,
- 15183,
- 15183,
- 15183,
- 15183,
- 15190,
- 15197,
- 15197,
- 15204,
- 15211,
- 15219,
- 15222,
- 15238,
- 15238,
- 15243,
- 15256,
- 15281,
- 15286,
- 15299,
- 15322,
- 15329,
+ 14031,
+ 14031,
+ 14046,
+ 14052,
+ 14068,
+ 14082,
+ 14097,
+ 14132,
+ 14132,
+ 14145,
+ 14152,
+ 14158,
+ 14176,
+ 14195,
+ 14204,
+ 14212,
+ 14229,
+ 14246,
+ 14259,
+ 14274,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14328,
+ 14355,
+ 14370,
+ 14385,
+ 14409,
+ 14420,
+ 14459,
+ 14459,
+ 14477,
+ 14523,
+ 14542,
+ 14560,
+ 14573,
+ 14630,
+ 14647,
+ 14687,
+ 14705,
+ 14705,
+ 14705,
+ 14705,
+ 14723,
+ 14753,
+ 14782,
+ 14800,
+ 14815,
+ 14822,
+ 14830,
+ 14837,
+ 14843,
+ 14856,
+ 14864,
+ 14873,
+ 14879,
+ 14886,
+ 14897,
+ 14905,
+ 14921,
+ 14934,
+ 14939,
+ 14942,
+ 14946,
+ 14946,
+ 14991,
+ 15000,
+ 15002,
+ 15009,
+ 15027,
+ 15043,
+ 15064,
+ 15073,
+ 15077,
+ 15083,
+ 15083,
+ 15083,
+ 15094,
+ 15094,
+ 15094,
+ 15094,
+ 15101,
+ 15108,
+ 15108,
+ 15115,
+ 15122,
+ 15130,
+ 15133,
+ 15133,
+ 15133,
+ 15138,
+ 15151,
+ 15176,
+ 15181,
+ 15194,
+ 15217,
+ 15224,
+ 15251,
+ 15262,
+ 15275,
+ 15284,
+ 15338,
15356,
- 15367,
- 15380,
- 15389,
- 15443,
- 15461,
- 15475,
- 15495,
- 15517,
- 15537,
- 15544,
- 15559,
- 15559,
- 15573,
- 15573,
- 15582,
- 15582,
- 15634,
- 15672,
- 15684,
- 15684,
- 15696,
- 15774,
- 15774,
- 15781,
- 15796,
- 15815,
+ 15370,
+ 15390,
+ 15412,
+ 15432,
+ 15439,
+ 15454,
+ 15454,
+ 15454,
+ 15454,
+ 15463,
+ 15463,
+ 15515,
+ 15553,
+ 15565,
+ 15565,
+ 15577,
+ 15577,
+ 15577,
+ 15584,
+ 15599,
+ 15599,
+ 15614,
+ 15639,
+ 15639,
+ 15639,
+ 15639,
+ 15650,
+ 15659,
+ 15671,
+ 15679,
+ 15679,
+ 15691,
+ 15691,
+ 15772,
15830,
- 15855,
- 15855,
- 15855,
- 15855,
+ 15830,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
15866,
- 15875,
- 15887,
- 15895,
- 15916,
- 15928,
- 15947,
- 16028,
- 16086,
- 16086,
- 16106,
- 16106,
- 16106,
- 16106,
+ 15882,
+ 15903,
+ 15903,
+ 15913,
+ 15913,
+ 15913,
+ 15913,
+ 15923,
+ 15955,
+ 15984,
+ 16044,
16106,
16106,
- 16122,
- 16138,
- 16159,
- 16159,
- 16169,
- 16169,
- 16169,
- 16169,
- 16179,
- 16211,
- 16240,
- 16300,
- 16362,
- 16362,
- 16409,
- 16409,
- 16428,
- 16448,
- 16471,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16496,
- 16513,
- 16526,
- 16526,
- 16526,
- 16580,
- 16593,
- 16593,
- 16593,
- 16593,
- 16608,
- 16608,
- 16608,
- 16627,
- 16635,
- 16645,
- 16666,
- 16684,
- 16702,
- 16727,
- 16740,
- 16740,
- 16757,
- 16779,
- 16787,
- 16787,
- 16807,
- 16818,
- 16818,
- 16895,
- 16911,
- 16921,
- 16954,
- 16954,
- 17006,
- 17006,
- 17024,
- 17030,
- 17035,
- 17035,
- 17060,
- 17064,
- 17064,
- 17064,
- 17095,
- 17095,
- 17095,
- 17113,
- 17130,
- 17140,
- 17158,
- 17178,
- 17193,
- 17217,
- 17239,
- 17252,
- 17278,
- 17298,
- 17314,
- 17314,
- 17322,
+ 16153,
+ 16153,
+ 16172,
+ 16192,
+ 16192,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16217,
+ 16234,
+ 16247,
+ 16247,
+ 16247,
+ 16301,
+ 16314,
+ 16314,
+ 16314,
+ 16314,
+ 16329,
+ 16329,
+ 16329,
+ 16348,
+ 16356,
+ 16356,
+ 16377,
+ 16395,
+ 16413,
+ 16438,
+ 16451,
+ 16451,
+ 16468,
+ 16490,
+ 16498,
+ 16498,
+ 16518,
+ 16529,
+ 16529,
+ 16606,
+ 16622,
+ 16632,
+ 16665,
+ 16665,
+ 16717,
+ 16717,
+ 16735,
+ 16741,
+ 16746,
+ 16746,
+ 16771,
+ 16775,
+ 16775,
+ 16775,
+ 16806,
+ 16806,
+ 16806,
+ 16824,
+ 16841,
+ 16851,
+ 16869,
+ 16889,
+ 16889,
+ 16913,
+ 16935,
+ 16948,
+ 16974,
+ 16994,
+ 17010,
+ 17010,
+ 17018,
+ 17023,
+ 17052,
+ 17104,
+ 17116,
+ 17121,
+ 17134,
+ 17142,
+ 17152,
+ 17212,
+ 17238,
+ 17245,
+ 17276,
+ 17288,
+ 17305,
17327,
- 17356,
- 17408,
- 17420,
- 17425,
- 17438,
- 17446,
- 17456,
- 17516,
- 17542,
- 17549,
+ 17327,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17359,
+ 17371,
+ 17386,
+ 17393,
+ 17409,
+ 17417,
+ 17458,
+ 17472,
+ 17482,
+ 17515,
+ 17524,
+ 17564,
17580,
- 17592,
- 17609,
- 17631,
- 17646,
- 17661,
- 17661,
- 17661,
- 17661,
- 17661,
- 17678,
- 17690,
- 17705,
- 17712,
- 17728,
- 17736,
- 17777,
- 17791,
- 17801,
- 17834,
- 17843,
- 17883,
- 17899,
- 17905,
- 17916,
- 17921,
- 17926,
- 17929,
- 17942,
- 17963,
- 18005,
- 18055,
- 18068,
+ 17586,
+ 17597,
+ 17602,
+ 17607,
+ 17607,
+ 17620,
+ 17641,
+ 17683,
+ 17733,
+ 17746,
+ 17776,
+ 17776,
+ 17855,
+ 17901,
+ 17915,
+ 17915,
+ 17930,
+ 17934,
+ 17940,
+ 17952,
+ 17952,
+ 17978,
+ 18030,
+ 18038,
+ 18071,
+ 18071,
+ 18071,
+ 18086,
18098,
18098,
- 18177,
- 18223,
- 18237,
- 18284,
- 18299,
- 18303,
- 18309,
- 18321,
- 18321,
- 18347,
- 18399,
- 18407,
- 18440,
- 18464,
- 18481,
- 18496,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18116,
+ 18158,
+ 18162,
+ 18162,
+ 18173,
+ 18198,
+ 18202,
+ 18206,
+ 18222,
+ 18236,
+ 18242,
+ 18262,
+ 18268,
+ 18288,
+ 18296,
+ 18296,
+ 18296,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18360,
+ 18370,
+ 18380,
+ 18398,
+ 18448,
+ 18448,
+ 18465,
+ 18465,
+ 18469,
+ 18469,
+ 18484,
+ 18497,
+ 18497,
18508,
- 18526,
- 18568,
- 18572,
- 18572,
- 18583,
- 18608,
- 18612,
- 18616,
- 18632,
- 18646,
+ 18520,
+ 18520,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18554,
+ 18570,
+ 18570,
+ 18570,
+ 18570,
+ 18575,
+ 18584,
+ 18590,
+ 18600,
+ 18603,
+ 18609,
+ 18609,
+ 18609,
+ 18615,
+ 18623,
+ 18634,
+ 18644,
18652,
- 18672,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
18678,
- 18698,
- 18706,
- 18706,
- 18706,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18782,
- 18782,
- 18791,
- 18801,
- 18811,
- 18829,
- 18879,
- 18879,
- 18896,
- 18896,
- 18900,
- 18900,
- 18915,
- 18928,
- 18928,
- 18939,
- 18951,
- 18951,
- 18972,
- 18972,
- 18972,
- 18972,
- 18972,
- 18985,
- 19001,
- 19001,
- 19001,
- 19001,
- 19006,
- 19015,
- 19021,
- 19031,
- 19034,
- 19040,
- 19040,
+ 18729,
+ 18732,
+ 18736,
+ 18736,
+ 18750,
+ 18762,
+ 18762,
+ 18769,
+ 18775,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18843,
+ 18856,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18969,
19040,
- 19046,
- 19054,
- 19065,
- 19075,
- 19083,
- 19100,
- 19116,
- 19125,
- 19125,
- 19125,
- 19125,
- 19125,
- 19134,
- 19185,
- 19188,
- 19192,
- 19192,
- 19206,
- 19218,
- 19218,
- 19225,
- 19231,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19299,
- 19312,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19425,
- 19496,
- 19550,
- 19602,
- 19602,
- 19612,
- 19616,
- 19625,
- 19639,
- 19702,
- 19713,
- 19722,
- 19730,
- 19735,
- 19741,
- 19757,
- 19763,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19908,
- 19918,
- 19931,
- 19942,
- 19955,
- 19968,
- 19996,
- 20031,
- 20067,
- 20105,
- 20113,
- 20126,
- 20126,
- 20126,
- 20149,
- 20157,
- 20157,
- 20157,
- 20171,
- 20177,
- 20185,
- 20194,
- 20209,
- 20220,
- 20220,
- 20241,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
+ 19094,
+ 19146,
+ 19146,
+ 19156,
+ 19160,
+ 19169,
+ 19183,
+ 19246,
+ 19257,
+ 19266,
+ 19274,
+ 19279,
+ 19285,
+ 19301,
+ 19307,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19452,
+ 19462,
+ 19475,
+ 19486,
+ 19499,
+ 19512,
+ 19540,
+ 19575,
+ 19611,
+ 19649,
+ 19657,
+ 19670,
+ 19670,
+ 19670,
+ 19693,
+ 19701,
+ 19701,
+ 19701,
+ 19715,
+ 19721,
+ 19729,
+ 19738,
+ 19753,
+ 19764,
+ 19764,
+ 19785,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -6574,7 +6569,7 @@ impl TranslatedString {
"Wallet created successfully.",
"",
"",
- "Skip backup",
+ "",
"Are you sure you want to skip the backup?",
"",
"",
@@ -6770,7 +6765,7 @@ impl TranslatedString {
"",
"Coinjoin in progress",
"Waiting for others",
- "Fee rate:",
+ "",
"",
"Fee info",
"",
@@ -6821,7 +6816,7 @@ impl TranslatedString {
"Vote for producers",
"Vote for proxy",
"Voter",
- "Amount sent:",
+ "",
"",
"Size: {0} bytes",
"Gas limit",
@@ -6872,7 +6867,7 @@ impl TranslatedString {
"Update firmware",
"FW fingerprint",
"",
- "Click to Unlock",
+ "",
"Backup failed",
"Backup needed",
"Coinjoin authorized",
@@ -6907,7 +6902,7 @@ impl TranslatedString {
"New amount:",
"Modify amount",
"Decrease fee by:",
- "Fee rate:",
+ "",
"Increase fee by:",
"New transaction fee:",
"Fee did not change.\n",
@@ -7324,7 +7319,7 @@ impl TranslatedString {
"All data will be erased.",
"Wipe device",
"Do you really want to wipe the device?\n",
- "Change wipe code",
+ "",
"Wipe code changed.",
"The wipe code must be different from your PIN.",
"Wipe code disabled.",
@@ -7336,7 +7331,7 @@ impl TranslatedString {
"Re-enter wipe code",
"",
"",
- "Invalid wipe code",
+ "",
"Wipe code settings",
"Turn off wipe code protection?",
"Turn on wipe code protection?",
@@ -7382,7 +7377,7 @@ impl TranslatedString {
"Warning",
"Writable",
"Yes",
- "Just a moment...",
+ "",
"",
"Claim",
"Claim address",
@@ -7404,7 +7399,7 @@ impl TranslatedString {
"Deposit",
"Vote delegation",
"",
- "Tap to confirm",
+ "",
"",
"Important",
"",
@@ -7413,11 +7408,11 @@ impl TranslatedString {
"Instructions",
"",
"Account info",
- "If receive address doesn't match, contact Trezor Support at trezor.io/support.",
+ "",
"",
"QR code",
"Derivation path",
- "Continue in the app",
+ "",
"Cancel and exit",
"Receive address confirmed",
"",
@@ -7427,9 +7422,9 @@ impl TranslatedString {
"Send from",
"Hold to sign",
"Fee rate",
- "incl. Transaction fee",
+ "",
"Total amount",
- "Auto-lock turned on",
+ "",
"Your wallet backup contains multiple lists of words in a specific order (shares).",
"Your wallet backup contains {0} words in a specific order.",
"",
@@ -7457,7 +7452,7 @@ impl TranslatedString {
"",
"Share doesn't match",
"Cancel create wallet",
- "Incorrect word selected",
+ "",
"More at",
"",
"",
@@ -7480,7 +7475,7 @@ impl TranslatedString {
"",
"Operation cancelled",
"Settings",
- "Try again.",
+ "",
"Number of groups: {0}",
"Display brightness",
"Multi-share backup",
@@ -7517,7 +7512,7 @@ impl TranslatedString {
"Swipe down",
"Credential details",
"Public key confirmed",
- "Continue anyway",
+ "",
"Unknown contract address",
"Token contract address",
"View all data",
@@ -7541,7 +7536,7 @@ impl TranslatedString {
"Vote account",
"Stake SOL on {0}?",
"Confirm without review",
- "Tap to continue",
+ "",
"Event kind: {0}",
"",
"",
@@ -7564,7 +7559,7 @@ impl TranslatedString {
"Revoke from",
"Chain",
"Token",
- "Tap",
+ "",
"Unknown token",
"Unknown token address",
"Write down the first word from the backup.",
@@ -7575,7 +7570,7 @@ impl TranslatedString {
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
"Recovery share",
- "After signing, send the transaction in the app.",
+ "",
"Sign cancelled.",
"Send",
"Wallet",
@@ -7585,8 +7580,8 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access Passphrase wallet",
- "Passphrase wallet",
+ "",
+ "",
"Show passphrase",
"Re-enter PIN",
"",
@@ -7619,7 +7614,7 @@ impl TranslatedString {
"",
"",
"",
- "Tap to start tutorial",
+ "",
"",
"Sign with",
"Timebounds",
@@ -7661,8 +7656,8 @@ impl TranslatedString {
"Remove PIN",
"PIN code",
"Change wipe code?",
- "Remove wipe code",
- "Wipe code",
+ "",
+ "",
"",
"",
"",
@@ -7805,1208 +7800,1208 @@ impl TranslatedString {
473,
473,
473,
- 484,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 540,
- 556,
- 599,
- 642,
- 682,
- 697,
- 724,
- 748,
- 765,
- 777,
- 791,
- 804,
- 819,
- 839,
- 854,
- 870,
- 883,
- 890,
- 908,
- 923,
- 941,
- 953,
- 972,
- 991,
- 1043,
- 1066,
+ 473,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 529,
+ 545,
+ 588,
+ 631,
+ 671,
+ 686,
+ 713,
+ 737,
+ 754,
+ 766,
+ 780,
+ 793,
+ 808,
+ 828,
+ 843,
+ 859,
+ 872,
+ 879,
+ 897,
+ 912,
+ 930,
+ 942,
+ 961,
+ 980,
+ 1032,
+ 1055,
+ 1071,
+ 1076,
1082,
1087,
- 1093,
- 1098,
+ 1092,
+ 1096,
1103,
- 1107,
- 1114,
+ 1109,
+ 1115,
1120,
- 1126,
1131,
- 1142,
- 1147,
- 1154,
- 1162,
- 1169,
- 1175,
+ 1136,
+ 1143,
+ 1151,
+ 1158,
+ 1164,
+ 1164,
1175,
- 1186,
- 1192,
- 1198,
- 1205,
+ 1181,
+ 1187,
+ 1194,
+ 1209,
+ 1213,
1220,
- 1224,
- 1231,
- 1240,
- 1256,
+ 1229,
+ 1245,
+ 1253,
+ 1257,
1264,
- 1268,
+ 1269,
1275,
- 1280,
+ 1278,
1286,
- 1289,
- 1297,
- 1309,
- 1319,
- 1323,
- 1332,
+ 1298,
+ 1308,
+ 1312,
+ 1321,
+ 1329,
+ 1336,
1340,
- 1347,
- 1351,
- 1361,
- 1367,
- 1374,
- 1380,
- 1409,
- 1441,
- 1473,
- 1503,
- 1540,
- 1557,
- 1576,
- 1581,
+ 1350,
+ 1356,
+ 1363,
+ 1369,
+ 1398,
+ 1430,
+ 1462,
+ 1492,
+ 1529,
+ 1546,
+ 1565,
+ 1570,
+ 1578,
1589,
- 1600,
- 1613,
- 1639,
- 1662,
- 1681,
- 1703,
- 1748,
- 1765,
- 1765,
- 1821,
- 1840,
- 1874,
- 1906,
- 1944,
- 1969,
- 1973,
- 2017,
- 2027,
- 2040,
- 2069,
- 2084,
- 2096,
- 2106,
- 2118,
+ 1602,
+ 1628,
+ 1651,
+ 1670,
+ 1692,
+ 1737,
+ 1754,
+ 1754,
+ 1810,
+ 1829,
+ 1863,
+ 1895,
+ 1933,
+ 1958,
+ 1962,
+ 2006,
+ 2016,
+ 2029,
+ 2058,
+ 2073,
+ 2085,
+ 2095,
+ 2107,
+ 2115,
2126,
- 2137,
- 2183,
- 2233,
- 2303,
- 2311,
- 2317,
- 2331,
- 2359,
- 2366,
- 2421,
- 2426,
- 2431,
- 2435,
- 2441,
- 2448,
- 2457,
- 2475,
- 2492,
- 2502,
- 2521,
- 2539,
- 2560,
- 2576,
- 2591,
- 2597,
- 2625,
- 2703,
- 2716,
- 2722,
- 2725,
- 2728,
+ 2172,
+ 2222,
+ 2292,
+ 2300,
+ 2306,
+ 2320,
+ 2348,
+ 2355,
+ 2410,
+ 2415,
+ 2420,
+ 2424,
+ 2430,
+ 2437,
+ 2446,
+ 2464,
+ 2481,
+ 2491,
+ 2510,
+ 2528,
+ 2549,
+ 2565,
+ 2580,
+ 2586,
+ 2614,
+ 2692,
+ 2705,
+ 2711,
+ 2714,
+ 2717,
+ 2733,
2744,
- 2755,
- 2769,
- 2786,
- 2789,
- 2795,
- 2808,
+ 2758,
+ 2775,
+ 2778,
+ 2784,
+ 2797,
+ 2804,
2815,
- 2826,
- 2851,
- 2867,
- 2891,
- 2913,
- 2944,
- 2966,
- 2989,
- 2996,
- 3014,
+ 2840,
+ 2856,
+ 2880,
+ 2902,
+ 2933,
+ 2955,
+ 2978,
+ 2985,
+ 3003,
+ 3019,
3030,
- 3041,
- 3095,
- 3184,
- 3184,
- 3198,
- 3283,
- 3367,
- 3416,
- 3419,
- 3445,
+ 3084,
+ 3173,
+ 3173,
+ 3187,
+ 3272,
+ 3356,
+ 3405,
+ 3408,
+ 3434,
+ 3450,
3461,
- 3472,
- 3485,
- 3515,
- 3530,
- 3544,
- 3551,
- 3557,
- 3591,
- 3626,
- 3655,
- 3685,
- 3699,
- 3709,
- 3727,
- 3727,
- 3747,
- 3765,
- 3774,
+ 3474,
+ 3504,
+ 3519,
+ 3533,
+ 3540,
+ 3546,
+ 3580,
+ 3615,
+ 3644,
+ 3674,
+ 3688,
+ 3698,
+ 3716,
+ 3716,
+ 3736,
+ 3754,
+ 3754,
+ 3754,
+ 3762,
+ 3762,
3774,
- 3782,
- 3782,
- 3794,
- 3834,
- 3860,
- 3871,
- 3906,
- 3906,
- 3921,
- 3947,
- 3958,
- 3972,
- 3979,
- 3984,
+ 3814,
+ 3840,
+ 3851,
+ 3886,
+ 3886,
+ 3901,
+ 3927,
+ 3938,
+ 3952,
+ 3959,
+ 3964,
+ 3975,
+ 3983,
+ 3987,
3995,
- 4003,
- 4007,
- 4015,
- 4018,
- 4025,
- 4033,
- 4044,
+ 3998,
+ 4005,
+ 4013,
+ 4024,
+ 4028,
+ 4037,
+ 4041,
+ 4045,
4048,
- 4057,
- 4061,
- 4065,
- 4068,
- 4079,
- 4084,
+ 4059,
+ 4064,
+ 4070,
+ 4075,
+ 4085,
4090,
- 4095,
- 4105,
- 4110,
- 4118,
- 4124,
- 4135,
- 4143,
- 4149,
- 4165,
- 4174,
- 4176,
- 4184,
- 4188,
- 4198,
- 4209,
- 4220,
- 4238,
+ 4098,
+ 4104,
+ 4115,
+ 4123,
+ 4129,
+ 4145,
+ 4154,
+ 4156,
+ 4164,
+ 4168,
+ 4178,
+ 4189,
+ 4200,
+ 4218,
+ 4232,
+ 4237,
+ 4237,
+ 4237,
4252,
- 4257,
- 4269,
- 4269,
- 4284,
- 4293,
- 4302,
- 4317,
- 4333,
+ 4261,
+ 4270,
+ 4285,
+ 4301,
+ 4330,
+ 4346,
4362,
- 4378,
- 4394,
- 4409,
- 4425,
- 4442,
- 4458,
- 4489,
- 4493,
- 4507,
+ 4377,
+ 4393,
+ 4410,
+ 4426,
+ 4457,
+ 4461,
+ 4475,
+ 4490,
+ 4504,
4522,
- 4536,
- 4554,
- 4569,
- 4578,
- 4591,
- 4614,
- 4643,
- 4681,
- 4698,
- 4716,
- 4772,
- 4815,
- 4867,
- 4945,
- 4967,
- 5030,
- 5044,
- 5083,
- 5112,
- 5130,
- 5147,
- 5163,
- 5177,
- 5194,
- 5205,
- 5221,
- 5233,
- 5250,
- 5272,
- 5272,
- 5287,
- 5301,
- 5301,
- 5316,
- 5329,
- 5342,
- 5361,
- 5378,
- 5395,
- 5406,
- 5414,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5447,
- 5466,
- 5486,
- 5509,
- 5538,
- 5555,
- 5572,
- 5586,
- 5599,
- 5605,
- 5618,
- 5631,
- 5644,
- 5658,
- 5677,
- 5696,
- 5707,
- 5720,
- 5736,
+ 4537,
+ 4546,
+ 4559,
+ 4582,
+ 4611,
+ 4649,
+ 4666,
+ 4684,
+ 4740,
+ 4783,
+ 4835,
+ 4913,
+ 4935,
+ 4998,
+ 5012,
+ 5051,
+ 5080,
+ 5098,
+ 5115,
+ 5131,
+ 5145,
+ 5162,
+ 5173,
+ 5189,
+ 5201,
+ 5218,
+ 5240,
+ 5240,
+ 5255,
+ 5269,
+ 5269,
+ 5269,
+ 5282,
+ 5295,
+ 5314,
+ 5331,
+ 5348,
+ 5359,
+ 5367,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5400,
+ 5419,
+ 5439,
+ 5462,
+ 5491,
+ 5508,
+ 5525,
+ 5539,
+ 5552,
+ 5558,
+ 5571,
+ 5584,
+ 5597,
+ 5611,
+ 5630,
+ 5649,
+ 5660,
+ 5673,
+ 5689,
+ 5689,
+ 5705,
+ 5725,
5745,
- 5761,
- 5781,
- 5801,
- 5811,
- 5827,
- 5841,
- 5856,
- 5871,
- 5890,
- 5904,
- 5914,
- 5931,
- 5944,
- 5961,
- 5979,
- 5989,
- 6003,
- 6049,
- 6098,
- 6134,
- 6186,
- 6222,
- 6260,
- 6268,
- 6276,
- 6279,
- 6293,
- 6308,
- 6328,
- 6342,
- 6362,
- 6379,
- 6394,
- 6412,
- 6430,
- 6449,
- 6485,
- 6507,
- 6519,
- 6532,
- 6548,
- 6558,
- 6566,
- 6577,
- 6634,
- 6643,
- 6656,
- 6665,
- 6673,
- 6687,
- 6711,
- 6728,
- 6736,
- 6762,
- 6773,
- 6787,
- 6801,
- 6810,
- 6827,
- 6865,
- 6872,
- 6874,
- 6884,
- 6897,
- 6916,
- 6922,
- 6951,
- 7001,
- 7014,
- 7044,
- 7056,
- 7071,
- 7082,
- 7097,
- 7122,
- 7161,
- 7264,
- 7281,
- 7313,
- 7351,
- 7380,
- 7435,
- 7453,
- 7469,
- 7484,
- 7503,
- 7520,
- 7551,
- 7581,
- 7591,
- 7603,
- 7603,
- 7653,
- 7679,
- 7704,
- 7713,
- 7726,
- 7764,
- 7807,
- 7818,
- 7830,
- 7856,
- 7868,
- 7868,
- 7884,
- 7884,
- 7884,
- 7884,
- 7896,
- 7905,
- 7915,
- 7964,
- 7987,
+ 5755,
+ 5771,
+ 5785,
+ 5800,
+ 5815,
+ 5834,
+ 5848,
+ 5858,
+ 5875,
+ 5888,
+ 5905,
+ 5923,
+ 5933,
+ 5947,
+ 5993,
+ 6042,
+ 6078,
+ 6130,
+ 6166,
+ 6204,
+ 6212,
+ 6220,
+ 6223,
+ 6237,
+ 6252,
+ 6272,
+ 6286,
+ 6306,
+ 6323,
+ 6338,
+ 6356,
+ 6374,
+ 6393,
+ 6429,
+ 6451,
+ 6463,
+ 6476,
+ 6492,
+ 6502,
+ 6510,
+ 6521,
+ 6578,
+ 6587,
+ 6600,
+ 6609,
+ 6617,
+ 6631,
+ 6655,
+ 6672,
+ 6680,
+ 6706,
+ 6717,
+ 6731,
+ 6745,
+ 6754,
+ 6771,
+ 6809,
+ 6816,
+ 6818,
+ 6828,
+ 6841,
+ 6860,
+ 6866,
+ 6895,
+ 6945,
+ 6958,
+ 6988,
+ 7000,
+ 7015,
+ 7026,
+ 7041,
+ 7066,
+ 7105,
+ 7208,
+ 7225,
+ 7257,
+ 7295,
+ 7324,
+ 7379,
+ 7397,
+ 7413,
+ 7428,
+ 7447,
+ 7464,
+ 7495,
+ 7525,
+ 7535,
+ 7547,
+ 7547,
+ 7597,
+ 7623,
+ 7648,
+ 7657,
+ 7670,
+ 7708,
+ 7751,
+ 7762,
+ 7774,
+ 7800,
+ 7812,
+ 7812,
+ 7828,
+ 7828,
+ 7828,
+ 7828,
+ 7840,
+ 7849,
+ 7859,
+ 7908,
+ 7931,
+ 7940,
+ 7948,
+ 7958,
+ 7982,
7996,
- 8004,
- 8014,
- 8038,
- 8052,
- 8066,
- 8080,
- 8100,
- 8112,
- 8124,
- 8148,
+ 8010,
+ 8024,
+ 8044,
+ 8056,
+ 8068,
+ 8092,
+ 8096,
+ 8118,
+ 8139,
8152,
- 8174,
- 8195,
+ 8163,
+ 8173,
+ 8186,
8208,
- 8219,
- 8229,
- 8242,
- 8264,
- 8274,
- 8290,
- 8329,
- 8345,
- 8372,
- 8372,
- 8390,
- 8390,
- 8460,
- 8536,
- 8616,
- 8703,
- 8718,
- 8736,
- 8760,
- 8795,
- 8804,
- 8828,
- 8858,
- 8889,
- 8907,
- 8949,
- 9011,
- 9037,
- 9037,
- 9058,
- 9107,
- 9116,
- 9130,
- 9149,
- 9164,
- 9176,
- 9190,
- 9206,
- 9226,
- 9251,
- 9300,
+ 8218,
+ 8234,
+ 8273,
+ 8289,
+ 8316,
+ 8316,
+ 8334,
+ 8334,
+ 8404,
+ 8480,
+ 8560,
+ 8647,
+ 8662,
+ 8680,
+ 8704,
+ 8739,
+ 8748,
+ 8772,
+ 8802,
+ 8833,
+ 8851,
+ 8893,
+ 8955,
+ 8981,
+ 8981,
+ 9002,
+ 9051,
+ 9060,
+ 9074,
+ 9093,
+ 9108,
+ 9120,
+ 9134,
+ 9150,
+ 9170,
+ 9195,
+ 9244,
+ 9297,
+ 9308,
+ 9323,
9353,
- 9364,
- 9379,
- 9409,
- 9437,
- 9462,
- 9478,
- 9561,
- 9582,
- 9603,
- 9616,
- 9630,
- 9695,
- 9695,
- 9720,
- 9739,
- 9755,
- 9784,
- 9809,
- 9872,
- 9919,
- 9968,
- 10006,
- 10139,
- 10182,
+ 9381,
+ 9406,
+ 9422,
+ 9505,
+ 9526,
+ 9547,
+ 9560,
+ 9574,
+ 9639,
+ 9639,
+ 9664,
+ 9683,
+ 9699,
+ 9728,
+ 9753,
+ 9816,
+ 9863,
+ 9912,
+ 9950,
+ 10083,
+ 10126,
+ 10147,
+ 10159,
10203,
- 10215,
- 10259,
- 10303,
- 10327,
- 10358,
- 10397,
- 10446,
- 10571,
- 10688,
- 10736,
- 10736,
- 10743,
- 10774,
- 10787,
- 10806,
- 10849,
- 10849,
- 10849,
- 10872,
- 10904,
- 10936,
- 10951,
+ 10247,
+ 10271,
+ 10302,
+ 10341,
+ 10390,
+ 10515,
+ 10632,
+ 10680,
+ 10680,
+ 10687,
+ 10718,
+ 10731,
+ 10750,
+ 10793,
+ 10793,
+ 10793,
+ 10816,
+ 10848,
+ 10880,
+ 10895,
+ 10911,
+ 10927,
+ 10947,
10967,
- 10983,
- 11003,
- 11023,
- 11047,
- 11084,
- 11097,
- 11113,
- 11144,
- 11144,
- 11184,
- 11184,
- 11198,
- 11211,
- 11211,
- 11211,
- 11227,
- 11227,
- 11246,
- 11266,
- 11286,
- 11299,
- 11317,
- 11330,
- 11374,
- 11427,
- 11427,
- 11447,
- 11477,
- 11497,
- 11508,
- 11528,
- 11562,
- 11566,
- 11571,
- 11576,
- 11595,
- 11599,
- 11667,
- 11747,
- 11812,
- 11825,
- 11840,
- 11877,
- 11894,
- 11959,
- 12004,
- 12069,
- 12113,
- 12126,
- 12140,
- 12190,
- 12217,
- 12266,
- 12308,
- 12392,
- 12438,
- 12487,
- 12505,
- 12520,
+ 10991,
+ 11028,
+ 11041,
+ 11057,
+ 11088,
+ 11088,
+ 11128,
+ 11128,
+ 11142,
+ 11155,
+ 11155,
+ 11155,
+ 11171,
+ 11171,
+ 11190,
+ 11210,
+ 11230,
+ 11243,
+ 11261,
+ 11274,
+ 11318,
+ 11371,
+ 11371,
+ 11391,
+ 11421,
+ 11441,
+ 11452,
+ 11472,
+ 11506,
+ 11510,
+ 11515,
+ 11520,
+ 11539,
+ 11543,
+ 11611,
+ 11691,
+ 11756,
+ 11769,
+ 11784,
+ 11821,
+ 11838,
+ 11903,
+ 11948,
+ 12013,
+ 12057,
+ 12070,
+ 12084,
+ 12134,
+ 12161,
+ 12210,
+ 12252,
+ 12336,
+ 12382,
+ 12431,
+ 12449,
+ 12464,
+ 12483,
12539,
- 12595,
- 12662,
- 12703,
- 12717,
- 12717,
- 12731,
+ 12606,
+ 12647,
+ 12661,
+ 12661,
+ 12675,
+ 12706,
+ 12719,
+ 12730,
12762,
- 12775,
- 12786,
- 12818,
- 12833,
- 12850,
- 12862,
- 12869,
- 12883,
- 12893,
- 12913,
- 12913,
- 12927,
- 12948,
- 12948,
- 12948,
+ 12777,
+ 12794,
+ 12806,
+ 12813,
+ 12827,
+ 12837,
+ 12857,
+ 12857,
+ 12871,
+ 12892,
+ 12892,
+ 12892,
+ 12901,
+ 12916,
+ 12931,
+ 12943,
12957,
- 12972,
- 12987,
- 12999,
- 13013,
- 13026,
- 13050,
- 13066,
- 13078,
- 13143,
- 13159,
- 13211,
- 13246,
- 13266,
- 13282,
- 13282,
- 13324,
- 13381,
- 13394,
- 13412,
- 13422,
- 13431,
- 13454,
- 13465,
- 13470,
- 13480,
- 13493,
- 13499,
- 13522,
- 13532,
- 13543,
- 13557,
- 13569,
- 13569,
- 13586,
- 13586,
- 13604,
- 13618,
- 13632,
- 13638,
- 13658,
- 13670,
- 13681,
- 13741,
- 13754,
- 13758,
- 13762,
- 13773,
- 13782,
- 13782,
- 13782,
+ 12970,
+ 12994,
+ 13010,
+ 13022,
+ 13087,
+ 13103,
+ 13155,
+ 13190,
+ 13210,
+ 13226,
+ 13226,
+ 13268,
+ 13325,
+ 13338,
+ 13356,
+ 13366,
+ 13375,
+ 13398,
+ 13409,
+ 13414,
+ 13424,
+ 13437,
+ 13443,
+ 13466,
+ 13476,
+ 13487,
+ 13501,
+ 13513,
+ 13513,
+ 13530,
+ 13530,
+ 13548,
+ 13562,
+ 13576,
+ 13582,
+ 13602,
+ 13614,
+ 13625,
+ 13685,
+ 13698,
+ 13702,
+ 13706,
+ 13717,
+ 13726,
+ 13726,
+ 13726,
+ 13736,
+ 13739,
+ 13744,
+ 13747,
+ 13760,
+ 13766,
+ 13775,
13792,
- 13795,
- 13800,
- 13803,
- 13816,
- 13822,
- 13831,
+ 13804,
+ 13820,
+ 13820,
+ 13828,
+ 13845,
13848,
- 13860,
- 13876,
- 13876,
- 13884,
- 13901,
- 13904,
- 13915,
- 13935,
- 13948,
- 13948,
+ 13859,
+ 13879,
+ 13892,
+ 13892,
+ 13905,
+ 13917,
+ 13924,
+ 13932,
+ 13941,
13961,
- 13973,
- 13980,
- 13988,
13997,
14017,
- 14053,
- 14073,
- 14087,
- 14087,
- 14102,
- 14108,
- 14124,
- 14138,
- 14153,
- 14188,
- 14188,
- 14201,
- 14208,
- 14214,
- 14232,
- 14251,
- 14260,
- 14268,
- 14285,
- 14302,
- 14315,
- 14330,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14346,
- 14384,
- 14411,
- 14426,
- 14441,
- 14465,
- 14476,
- 14515,
- 14531,
- 14549,
- 14595,
- 14614,
- 14632,
- 14645,
- 14702,
- 14719,
- 14759,
- 14777,
- 14777,
- 14777,
- 14794,
- 14812,
- 14842,
- 14871,
- 14889,
- 14904,
- 14911,
- 14919,
- 14926,
- 14932,
- 14945,
- 14953,
- 14962,
- 14968,
- 14975,
- 14986,
- 14994,
- 15010,
- 15023,
- 15028,
- 15031,
- 15035,
- 15035,
- 15080,
- 15089,
- 15091,
- 15098,
- 15116,
- 15132,
- 15153,
- 15162,
- 15166,
- 15172,
- 15172,
- 15172,
- 15183,
- 15183,
- 15183,
- 15183,
- 15190,
- 15197,
- 15197,
- 15204,
- 15211,
- 15219,
- 15222,
- 15238,
- 15238,
- 15243,
- 15256,
- 15281,
- 15286,
- 15299,
- 15322,
- 15329,
+ 14031,
+ 14031,
+ 14046,
+ 14052,
+ 14068,
+ 14082,
+ 14097,
+ 14132,
+ 14132,
+ 14145,
+ 14152,
+ 14158,
+ 14176,
+ 14195,
+ 14204,
+ 14212,
+ 14229,
+ 14246,
+ 14259,
+ 14274,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14290,
+ 14328,
+ 14355,
+ 14370,
+ 14385,
+ 14409,
+ 14420,
+ 14459,
+ 14459,
+ 14477,
+ 14523,
+ 14542,
+ 14560,
+ 14573,
+ 14630,
+ 14647,
+ 14687,
+ 14705,
+ 14705,
+ 14705,
+ 14705,
+ 14723,
+ 14753,
+ 14782,
+ 14800,
+ 14815,
+ 14822,
+ 14830,
+ 14837,
+ 14843,
+ 14856,
+ 14864,
+ 14873,
+ 14879,
+ 14886,
+ 14897,
+ 14905,
+ 14921,
+ 14934,
+ 14939,
+ 14942,
+ 14946,
+ 14946,
+ 14991,
+ 15000,
+ 15002,
+ 15009,
+ 15027,
+ 15043,
+ 15064,
+ 15073,
+ 15077,
+ 15083,
+ 15083,
+ 15083,
+ 15094,
+ 15094,
+ 15094,
+ 15094,
+ 15101,
+ 15108,
+ 15108,
+ 15115,
+ 15122,
+ 15130,
+ 15133,
+ 15133,
+ 15133,
+ 15138,
+ 15151,
+ 15176,
+ 15181,
+ 15194,
+ 15217,
+ 15224,
+ 15251,
+ 15262,
+ 15275,
+ 15284,
+ 15338,
15356,
- 15367,
- 15380,
- 15389,
- 15443,
- 15461,
- 15475,
- 15495,
- 15517,
- 15537,
- 15544,
- 15559,
- 15559,
- 15573,
- 15573,
- 15582,
- 15582,
- 15634,
- 15672,
- 15684,
- 15684,
- 15696,
- 15774,
- 15774,
- 15781,
- 15796,
- 15815,
+ 15370,
+ 15390,
+ 15412,
+ 15432,
+ 15439,
+ 15454,
+ 15454,
+ 15454,
+ 15454,
+ 15463,
+ 15463,
+ 15515,
+ 15553,
+ 15565,
+ 15565,
+ 15577,
+ 15577,
+ 15577,
+ 15584,
+ 15599,
+ 15599,
+ 15614,
+ 15639,
+ 15639,
+ 15639,
+ 15639,
+ 15650,
+ 15659,
+ 15671,
+ 15679,
+ 15679,
+ 15691,
+ 15691,
+ 15772,
15830,
- 15855,
- 15855,
- 15855,
- 15855,
+ 15830,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
15866,
- 15875,
- 15887,
- 15895,
- 15916,
- 15928,
- 15947,
- 16028,
- 16086,
- 16086,
- 16106,
- 16106,
- 16106,
- 16106,
+ 15882,
+ 15903,
+ 15903,
+ 15913,
+ 15913,
+ 15913,
+ 15913,
+ 15923,
+ 15955,
+ 15984,
+ 16044,
16106,
16106,
- 16122,
- 16138,
- 16159,
- 16159,
- 16169,
- 16169,
- 16169,
- 16169,
- 16179,
- 16211,
- 16240,
- 16300,
- 16362,
- 16362,
- 16409,
- 16409,
- 16428,
- 16448,
- 16471,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16478,
- 16496,
- 16513,
- 16526,
- 16526,
- 16526,
- 16580,
- 16593,
- 16593,
- 16593,
- 16593,
- 16608,
- 16608,
- 16608,
- 16627,
- 16635,
- 16645,
- 16666,
- 16684,
- 16702,
- 16727,
- 16740,
- 16740,
- 16757,
- 16779,
- 16787,
- 16787,
- 16807,
- 16818,
- 16818,
- 16895,
- 16911,
- 16921,
- 16954,
- 16954,
- 17006,
- 17006,
- 17024,
- 17030,
- 17035,
- 17035,
- 17060,
- 17064,
- 17064,
- 17064,
- 17095,
- 17095,
- 17095,
- 17113,
- 17130,
- 17140,
- 17158,
- 17178,
- 17193,
- 17217,
- 17239,
- 17252,
- 17278,
- 17298,
- 17314,
- 17314,
- 17322,
+ 16153,
+ 16153,
+ 16172,
+ 16192,
+ 16192,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16199,
+ 16217,
+ 16234,
+ 16247,
+ 16247,
+ 16247,
+ 16301,
+ 16314,
+ 16314,
+ 16314,
+ 16314,
+ 16329,
+ 16329,
+ 16329,
+ 16348,
+ 16356,
+ 16356,
+ 16377,
+ 16395,
+ 16413,
+ 16438,
+ 16451,
+ 16451,
+ 16468,
+ 16490,
+ 16498,
+ 16498,
+ 16518,
+ 16529,
+ 16529,
+ 16606,
+ 16622,
+ 16632,
+ 16665,
+ 16665,
+ 16717,
+ 16717,
+ 16735,
+ 16741,
+ 16746,
+ 16746,
+ 16771,
+ 16775,
+ 16775,
+ 16775,
+ 16806,
+ 16806,
+ 16806,
+ 16824,
+ 16841,
+ 16851,
+ 16869,
+ 16889,
+ 16889,
+ 16913,
+ 16935,
+ 16948,
+ 16974,
+ 16994,
+ 17010,
+ 17010,
+ 17018,
+ 17023,
+ 17052,
+ 17104,
+ 17116,
+ 17121,
+ 17134,
+ 17142,
+ 17152,
+ 17212,
+ 17238,
+ 17245,
+ 17276,
+ 17288,
+ 17305,
17327,
- 17356,
- 17408,
- 17420,
- 17425,
- 17438,
- 17446,
- 17456,
- 17516,
- 17542,
- 17549,
+ 17327,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17342,
+ 17359,
+ 17371,
+ 17386,
+ 17393,
+ 17409,
+ 17417,
+ 17458,
+ 17472,
+ 17482,
+ 17515,
+ 17524,
+ 17564,
17580,
- 17592,
- 17609,
- 17631,
- 17646,
- 17661,
- 17661,
- 17661,
- 17661,
- 17661,
- 17678,
- 17690,
- 17705,
- 17712,
- 17728,
- 17736,
- 17777,
- 17791,
- 17801,
- 17834,
- 17843,
- 17883,
- 17899,
- 17905,
- 17916,
- 17921,
- 17926,
- 17929,
- 17942,
- 17963,
- 18005,
- 18055,
- 18068,
+ 17586,
+ 17597,
+ 17602,
+ 17607,
+ 17607,
+ 17620,
+ 17641,
+ 17683,
+ 17733,
+ 17746,
+ 17776,
+ 17776,
+ 17855,
+ 17901,
+ 17915,
+ 17915,
+ 17930,
+ 17934,
+ 17940,
+ 17952,
+ 17952,
+ 17978,
+ 18030,
+ 18038,
+ 18071,
+ 18071,
+ 18071,
+ 18086,
18098,
18098,
- 18177,
- 18223,
- 18237,
- 18284,
- 18299,
- 18303,
- 18309,
- 18321,
- 18321,
- 18347,
- 18399,
- 18407,
- 18440,
- 18464,
- 18481,
- 18496,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
- 18508,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18098,
+ 18116,
+ 18158,
+ 18162,
+ 18162,
+ 18173,
+ 18198,
+ 18202,
+ 18206,
+ 18222,
+ 18236,
+ 18242,
+ 18262,
+ 18268,
+ 18288,
+ 18296,
+ 18296,
+ 18296,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18351,
+ 18360,
+ 18370,
+ 18380,
+ 18398,
+ 18448,
+ 18448,
+ 18465,
+ 18465,
+ 18469,
+ 18469,
+ 18484,
+ 18497,
+ 18497,
18508,
- 18526,
- 18568,
- 18572,
- 18572,
- 18583,
- 18608,
- 18612,
- 18616,
- 18632,
- 18646,
+ 18520,
+ 18520,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18541,
+ 18554,
+ 18570,
+ 18570,
+ 18570,
+ 18570,
+ 18575,
+ 18584,
+ 18590,
+ 18600,
+ 18603,
+ 18609,
+ 18609,
+ 18609,
+ 18615,
+ 18623,
+ 18634,
+ 18644,
18652,
- 18672,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
+ 18669,
18678,
- 18698,
- 18706,
- 18706,
- 18706,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18761,
- 18782,
- 18782,
- 18791,
- 18801,
- 18811,
- 18829,
- 18879,
- 18879,
- 18896,
- 18896,
- 18900,
- 18900,
- 18915,
- 18928,
- 18928,
- 18939,
- 18951,
- 18951,
- 18972,
- 18972,
- 18972,
- 18972,
- 18972,
- 18985,
- 19001,
- 19001,
- 19001,
- 19001,
- 19006,
- 19015,
- 19021,
- 19031,
- 19034,
- 19040,
- 19040,
+ 18729,
+ 18732,
+ 18736,
+ 18736,
+ 18750,
+ 18762,
+ 18762,
+ 18769,
+ 18775,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18780,
+ 18843,
+ 18856,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18898,
+ 18969,
19040,
- 19046,
- 19054,
- 19065,
- 19075,
- 19083,
- 19100,
- 19116,
- 19125,
- 19125,
- 19125,
- 19125,
- 19125,
- 19134,
- 19185,
- 19188,
- 19192,
- 19192,
- 19206,
- 19218,
- 19218,
- 19225,
- 19231,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19236,
- 19299,
- 19312,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19354,
- 19425,
- 19496,
- 19550,
- 19602,
- 19602,
- 19612,
- 19616,
- 19625,
- 19639,
- 19702,
- 19713,
- 19722,
- 19730,
- 19735,
- 19741,
- 19757,
- 19763,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19894,
- 19908,
- 19918,
- 19931,
- 19942,
- 19955,
- 19968,
- 19996,
- 20031,
- 20067,
- 20105,
- 20113,
- 20126,
- 20126,
- 20126,
- 20149,
- 20157,
- 20157,
- 20157,
- 20171,
- 20177,
- 20185,
- 20194,
- 20209,
- 20220,
- 20220,
- 20241,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
- 20256,
+ 19094,
+ 19146,
+ 19146,
+ 19156,
+ 19160,
+ 19169,
+ 19183,
+ 19246,
+ 19257,
+ 19266,
+ 19274,
+ 19279,
+ 19285,
+ 19301,
+ 19307,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19438,
+ 19452,
+ 19462,
+ 19475,
+ 19486,
+ 19499,
+ 19512,
+ 19540,
+ 19575,
+ 19611,
+ 19649,
+ 19657,
+ 19670,
+ 19670,
+ 19670,
+ 19693,
+ 19701,
+ 19701,
+ 19701,
+ 19715,
+ 19721,
+ 19729,
+ 19738,
+ 19753,
+ 19764,
+ 19764,
+ 19785,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -9035,7 +9030,7 @@ impl TranslatedString {
"Wallet created successfully.",
"",
"",
- "Skip backup",
+ "",
"Are you sure you want to skip the backup?",
"",
"",
@@ -9231,7 +9226,7 @@ impl TranslatedString {
"",
"Coinjoin in progress",
"Waiting for others",
- "Fee rate:",
+ "",
"",
"Fee info",
"",
@@ -9282,7 +9277,7 @@ impl TranslatedString {
"Vote for producers",
"Vote for proxy",
"Voter",
- "Amount sent:",
+ "",
"",
"Size: {0} bytes",
"Gas limit",
@@ -9333,7 +9328,7 @@ impl TranslatedString {
"Update firmware",
"FW fingerprint",
"",
- "Click to Unlock",
+ "",
"Backup failed",
"Backup needed",
"Coinjoin authorized",
@@ -9368,7 +9363,7 @@ impl TranslatedString {
"New amount:",
"Modify amount",
"Decrease fee by:",
- "Fee rate:",
+ "",
"Increase fee by:",
"New transaction fee:",
"Fee did not change.\n",
@@ -9785,7 +9780,7 @@ impl TranslatedString {
"All data will be erased.",
"Wipe device",
"Do you really want to wipe the device?\n",
- "Change wipe code",
+ "",
"Wipe code changed.",
"The wipe code must be different from your PIN.",
"Wipe code disabled.",
@@ -9797,7 +9792,7 @@ impl TranslatedString {
"Re-enter wipe code",
"",
"",
- "Invalid wipe code",
+ "",
"Wipe code settings",
"Turn off wipe code protection?",
"Turn on wipe code protection?",
@@ -9843,7 +9838,7 @@ impl TranslatedString {
"Warning",
"Writable",
"Yes",
- "Just a moment...",
+ "",
"",
"Claim",
"Claim address",
@@ -9865,7 +9860,7 @@ impl TranslatedString {
"Deposit",
"Vote delegation",
"",
- "Tap to confirm",
+ "",
"",
"Important",
"",
@@ -9874,11 +9869,11 @@ impl TranslatedString {
"Instructions",
"",
"Account info",
- "If receive address doesn't match, contact Trezor Support at trezor.io/support.",
+ "",
"",
"QR code",
"Derivation path",
- "Continue in the app",
+ "",
"Cancel and exit",
"Receive address confirmed",
"",
@@ -9888,9 +9883,9 @@ impl TranslatedString {
"Send from",
"Hold to sign",
"Fee rate",
- "incl. Transaction fee",
+ "",
"Total amount",
- "Auto-lock turned on",
+ "",
"Your wallet backup contains multiple lists of words in a specific order (shares).",
"Your wallet backup contains {0} words in a specific order.",
"",
@@ -9918,7 +9913,7 @@ impl TranslatedString {
"",
"Share doesn't match",
"Cancel create wallet",
- "Incorrect word selected",
+ "",
"More at",
"",
"",
@@ -9941,7 +9936,7 @@ impl TranslatedString {
"",
"Operation cancelled",
"Settings",
- "Try again.",
+ "",
"Number of groups: {0}",
"Display brightness",
"Multi-share backup",
@@ -9978,7 +9973,7 @@ impl TranslatedString {
"Swipe down",
"Credential details",
"Public key confirmed",
- "Continue anyway",
+ "",
"Unknown contract address",
"Token contract address",
"View all data",
@@ -10002,7 +9997,7 @@ impl TranslatedString {
"Vote account",
"Stake SOL on {0}?",
"Confirm without review",
- "Tap to continue",
+ "",
"Event kind: {0}",
"",
"",
@@ -10025,7 +10020,7 @@ impl TranslatedString {
"Revoke from",
"Chain",
"Token",
- "Tap",
+ "",
"Unknown token",
"Unknown token address",
"Write down the first word from the backup.",
@@ -10036,7 +10031,7 @@ impl TranslatedString {
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
"Recovery share",
- "After signing, send the transaction in the app.",
+ "",
"Sign cancelled.",
"Send",
"Wallet",
@@ -10046,8 +10041,8 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access Passphrase wallet",
- "Passphrase wallet",
+ "",
+ "",
"Show passphrase",
"Re-enter PIN",
"",
@@ -10080,7 +10075,7 @@ impl TranslatedString {
"",
"",
"",
- "Tap to start tutorial",
+ "",
"",
"Sign with",
"Timebounds",
@@ -10122,8 +10117,8 @@ impl TranslatedString {
"Remove PIN",
"PIN code",
"Change wipe code?",
- "Remove wipe code",
- "Wipe code",
+ "",
+ "",
"",
"",
"",
@@ -10266,1208 +10261,1208 @@ impl TranslatedString {
473,
473,
473,
- 484,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 525,
- 540,
- 556,
- 599,
- 642,
- 682,
- 697,
- 724,
- 748,
- 765,
- 777,
- 791,
- 804,
- 819,
- 839,
- 854,
- 870,
- 883,
- 890,
- 908,
- 923,
- 941,
- 953,
- 972,
- 991,
- 1043,
- 1066,
+ 473,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 514,
+ 529,
+ 545,
+ 588,
+ 631,
+ 671,
+ 686,
+ 713,
+ 737,
+ 754,
+ 766,
+ 780,
+ 793,
+ 808,
+ 828,
+ 843,
+ 859,
+ 872,
+ 879,
+ 897,
+ 912,
+ 930,
+ 942,
+ 961,
+ 980,
+ 1032,
+ 1055,
+ 1071,
+ 1076,
1082,
1087,
- 1093,
- 1098,
+ 1092,
+ 1096,
1103,
- 1107,
- 1114,
+ 1109,
+ 1115,
1120,
- 1126,
1131,
- 1142,
- 1147,
- 1154,
- 1162,
- 1169,
- 1175,
+ 1136,
+ 1143,
+ 1151,
+ 1158,
+ 1164,
+ 1164,
1175,
- 1186,
- 1192,
- 1198,
- 1205,
+ 1181,
+ 1187,
+ 1194,
+ 1209,
+ 1213,
1220,
- 1224,
- 1231,
- 1240,
- 1256,
+ 1229,
+ 1245,
+ 1253,
+ 1257,
1264,
- 1268,
+ 1269,
1275,
- 1280,
+ 1278,
1286,
- 1289,
- 1297,
- 1309,
- 1319,
- 1323,
- 1332,
+ 1298,
+ 1308,
+ 1312,
+ 1321,
+ 1329,
+ 1336,
1340,
- 1347,
- 1351,
- 1361,
- 1367,
- 1374,
- 1380,
- 1409,
- 1441,
- 1473,
- 1503,
- 1540,
- 1557,
- 1576,
- 1581,
+ 1350,
+ 1356,
+ 1363,
+ 1369,
+ 1398,
+ 1430,
+ 1462,
+ 1492,
+ 1529,
+ 1546,
+ 1565,
+ 1570,
+ 1578,
1589,
- 1600,
- 1613,
- 1639,
- 1662,
- 1681,
- 1703,
- 1748,
- 1765,
- 1765,
- 1821,
- 1840,
- 1874,
- 1906,
- 1944,
- 1969,
- 1973,
- 2017,
- 2027,
- 2040,
- 2069,
- 2084,
- 2096,
- 2106,
- 2118,
+ 1602,
+ 1628,
+ 1651,
+ 1670,
+ 1692,
+ 1737,
+ 1754,
+ 1754,
+ 1810,
+ 1829,
+ 1863,
+ 1895,
+ 1933,
+ 1958,
+ 1962,
+ 2006,
+ 2016,
+ 2029,
+ 2058,
+ 2073,
+ 2085,
+ 2095,
+ 2107,
+ 2115,
2126,
- 2137,
- 2183,
- 2233,
- 2303,
- 2311,
- 2317,
- 2331,
- 2359,
- 2366,
- 2421,
- 2426,
- 2431,
- 2435,
- 2441,
- 2448,
- 2457,
- 2475,
- 2492,
- 2502,
- 2521,
- 2539,
- 2560,
- 2576,
- 2591,
- 2597,
- 2625,
- 2703,
- 2716,
- 2722,
- 2725,
- 2728,
+ 2172,
+ 2222,
+ 2292,
+ 2300,
+ 2306,
+ 2320,
+ 2348,
+ 2355,
+ 2410,
+ 2415,
+ 2420,
+ 2424,
+ 2430,
+ 2437,
+ 2446,
+ 2464,
+ 2481,
+ 2491,
+ 2510,
+ 2528,
+ 2549,
+ 2565,
+ 2580,
+ 2586,
+ 2614,
+ 2692,
+ 2705,
+ 2711,
+ 2714,
+ 2717,
+ 2733,
2744,
- 2755,
- 2769,
- 2786,
- 2789,
- 2795,
- 2808,
+ 2758,
+ 2775,
+ 2778,
+ 2784,
+ 2797,
+ 2804,
2815,
- 2826,
- 2851,
- 2867,
- 2891,
- 2913,
- 2944,
- 2966,
- 2989,
- 2996,
- 3014,
+ 2840,
+ 2856,
+ 2880,
+ 2902,
+ 2933,
+ 2955,
+ 2978,
+ 2985,
+ 3003,
+ 3019,
3030,
- 3041,
- 3095,
- 3184,
- 3184,
- 3198,
- 3283,
- 3367,
- 3416,
- 3419,
- 3445,
+ 3084,
+ 3173,
+ 3173,
+ 3187,
+ 3272,
+ 3356,
+ 3405,
+ 3408,
+ 3434,
+ 3450,
3461,
- 3472,
- 3485,
- 3515,
- 3530,
- 3544,
- 3551,
- 3557,
- 3591,
- 3626,
- 3655,
- 3685,
- 3699,
- 3709,
- 3727,
- 3727,
- 3747,
- 3765,
- 3774,
+ 3474,
+ 3504,
+ 3519,
+ 3533,
+ 3540,
+ 3546,
+ 3580,
+ 3615,
+ 3644,
+ 3674,
+ 3688,
+ 3698,
+ 3716,
+ 3716,
+ 3736,
+ 3754,
+ 3754,
+ 3754,
+ 3762,
+ 3762,
3774,
- 3782,
- 3782,
- 3794,
- 3834,
- 3860,
- 3871,
- 3906,
- 3906,
- 3921,
- 3947,
- 3958,
- 3972,
- 3979,
- 3984,
+ 3814,
+ 3840,
+ 3851,
+ 3886,
+ 3886,
+ 3901,
+ 3927,
+ 3938,
+ 3952,
+ 3959,
+ 3964,
+ 3975,
+ 3983,
+ 3987,
3995,
- 4003,
- 4007,
- 4015,
- 4018,
- 4025,
- 4033,
- 4044,
+ 3998,
+ 4005,
+ 4013,
+ 4024,
+ 4028,
+ 4037,
+ 4041,
+ 4045,
4048,
- 4057,
- 4061,
- 4065,
- 4068,
- 4079,
- 4084,
+ 4059,
+ 4064,
+ 4070,
+ 4075,
+ 4085,
4090,
- 4095,
- 4105,
- 4110,
- 4118,
- 4124,
- 4135,
- 4143,
- 4149,
- 4165,
- 4174,
- 4176,
- 4184,
- 4188,
- 4198,
- 4209,
- 4220,
- 4238,
+ 4098,
+ 4104,
+ 4115,
+ 4123,
+ 4129,
+ 4145,
+ 4154,
+ 4156,
+ 4164,
+ 4168,
+ 4178,
+ 4189,
+ 4200,
+ 4218,
+ 4232,
+ 4237,
+ 4237,
+ 4237,
4252,
- 4257,
- 4269,
- 4269,
- 4284,
- 4293,
- 4302,
- 4317,
- 4333,
+ 4261,
+ 4270,
+ 4285,
+ 4301,
+ 4330,
+ 4346,
4362,
- 4378,
- 4394,
- 4409,
- 4425,
- 4442,
- 4458,
- 4489,
- 4493,
- 4507,
+ 4377,
+ 4393,
+ 4410,
+ 4426,
+ 4457,
+ 4461,
+ 4475,
+ 4490,
+ 4504,
4522,
- 4536,
- 4554,
- 4569,
- 4578,
- 4591,
- 4614,
- 4643,
- 4681,
- 4698,
- 4716,
- 4772,
- 4815,
- 4867,
- 4945,
- 4967,
- 5030,
- 5044,
- 5083,
- 5112,
- 5130,
- 5147,
- 5163,
- 5177,
- 5194,
- 5205,
- 5221,
- 5233,
- 5250,
- 5272,
- 5272,
- 5287,
- 5301,
- 5301,
- 5316,
- 5329,
- 5342,
- 5361,
- 5378,
- 5395,
- 5406,
- 5414,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5430,
- 5447,
- 5466,
- 5486,
- 5509,
- 5538,
- 5555,
- 5572,
- 5586,
- 5599,
- 5605,
- 5618,
- 5631,
- 5644,
- 5658,
- 5677,
- 5696,
- 5707,
- 5720,
- 5736,
+ 4537,
+ 4546,
+ 4559,
+ 4582,
+ 4611,
+ 4649,
+ 4666,
+ 4684,
+ 4740,
+ 4783,
+ 4835,
+ 4913,
+ 4935,
+ 4998,
+ 5012,
+ 5051,
+ 5080,
+ 5098,
+ 5115,
+ 5131,
+ 5145,
+ 5162,
+ 5173,
+ 5189,
+ 5201,
+ 5218,
+ 5240,
+ 5240,
+ 5255,
+ 5269,
+ 5269,
+ 5269,
+ 5282,
+ 5295,
+ 5314,
+ 5331,
+ 5348,
+ 5359,
+ 5367,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5383,
+ 5400,
+ 5419,
+ 5439,
+ 5462,
+ 5491,
+ 5508,
+ 5525,
+ 5539,
+ 5552,
+ 5558,
+ 5571,
+ 5584,
+ 5597,
+ 5611,
+ 5630,
+ 5649,
+ 5660,
+ 5673,
+ 5689,
+ 5689,
+ 5705,
+ 5725,
5745,
- 5761,
- 5781,
- 5801,
- 5811,
- 5827,
- 5841,
- 5856,
- 5871,
- 5890,
- 5904,
- 5914,
- 5931,
- 5944,
- 5961,
- 5979,
- 5989,
- 6003,
- 6049,
- 6098,
- 6134,
- 6186,
- 6222,
- 6260,
- 6268,
- 6276,
- 6279,
- 6293,
- 6308,
- 6328,
- 6342,
- 6362,
- 6379,
- 6394,
- 6412,
- 6430,
- 6449,
- 6485,
- 6507,
- 6519,
- 6532,
- 6548,
- 6558,
- 6566,
- 6577,
- 6634,
- 6643,
- 6656,
- 6665,
- 6673,
- 6687,
- 6711,
- 6728,
- 6736,
- 6762,
- 6773,
- 6787,
- 6801,
- 6810,
- 6827,
- 6865,
- 6872,
- 6874,
- 6884,
- 6897,
- 6916,
- 6922,
- 6951,
- 7001,
- 7014,
- 7044,
- 7056,
- 7071,
- 7082,
- 7097,
- 7122,
- 7161,
- 7264,
- 7281,
- 7313,
- 7351,
- 7380,
- 7435,
- 7453,
- 7469,
- 7484,
- 7503,
- 7520,
- 7551,
- 7581,
- 7591,
- 7603,
- 7603,
- 7653,
- 7679,
- 7704,
- 7713,
- 7726,
- 7764,
- 7807,
- 7818,
- 7830,
- 7856,
- 7868,
- 7868,
- 7884,
- 7884,
- 7884,
- 7884,
- 7896,
- 7905,
- 7915,
- 7964,
- 7987,
+ 5755,
+ 5771,
+ 5785,
+ 5800,
+ 5815,
+ 5834,
+ 5848,
+ 5858,
+ 5875,
+ 5888,
+ 5905,
+ 5923,
+ 5933,
+ 5947,
+ 5993,
+ 6042,
+ 6078,
+ 6130,
+ 6166,
+ 6204,
+ 6212,
+ 6220,
+ 6223,
+ 6237,
+ 6252,
+ 6272,
+ 6286,
+ 6306,
+ 6323,
+ 6338,
+ 6356,
+ 6374,
+ 6393,
+ 6429,
+ 6451,
+ 6463,
+ 6476,
+ 6492,
+ 6502,
+ 6510,
+ 6521,
+ 6578,
+ 6587,
+ 6600,
+ 6609,
+ 6617,
+ 6631,
+ 6655,
+ 6672,
+ 6680,
+ 6706,
+ 6717,
+ 6731,
+ 6745,
+ 6754,
+ 6771,
+ 6809,
+ 6816,
+ 6818,
+ 6828,
+ 6841,
+ 6860,
+ 6866,
+ 6895,
+ 6945,
+ 6958,
+ 6988,
+ 7000,
+ 7015,
+ 7026,
+ 7041,
+ 7066,
+ 7105,
+ 7208,
+ 7225,
+ 7257,
+ 7295,
+ 7324,
+ 7379,
+ 7397,
+ 7413,
+ 7428,
+ 7447,
+ 7464,
+ 7495,
+ 7525,
+ 7535,
+ 7547,
+ 7547,
+ 7597,
+ 7623,
+ 7648,
+ 7657,
+ 7670,
+ 7708,
+ 7751,
+ 7762,
+ 7774,
+ 7800,
+ 7812,
+ 7812,
+ 7828,
+ 7828,
+ 7828,
+ 7828,
+ 7840,
+ 7849,
+ 7859,
+ 7908,
+ 7931,
+ 7940,
+ 7948,
+ 7958,
+ 7982,
7996,
- 8004,
- 8014,
- 8038,
- 8052,
- 8066,
- 8080,
- 8100,
- 8112,
- 8124,
- 8148,
+ 8010,
+ 8024,
+ 8044,
+ 8056,
+ 8068,
+ 8092,
+ 8096,
+ 8118,
+ 8139,
8152,
- 8174,
- 8195,
+ 8163,
+ 8173,
+ 8186,
8208,
- 8219,
- 8229,
- 8242,
- 8264,
- 8274,
- 8290,
- 8329,
- 8345,
- 8372,
- 8372,
- 8390,
- 8390,
- 8460,
- 8536,
- 8616,
- 8703,
- 8718,
- 8736,
- 8760,
- 8795,
- 8804,
- 8828,
- 8858,
- 8889,
- 8907,
- 8949,
- 9011,
- 9037,
- 9037,
- 9058,
- 9107,
- 9116,
- 9130,
- 9149,
- 9164,
- 9176,
- 9190,
- 9206,
- 9226,
- 9251,
- 9300,
+ 8218,
+ 8234,
+ 8273,
+ 8289,
+ 8316,
+ 8316,
+ 8334,
+ 8334,
+ 8404,
+ 8480,
+ 8560,
+ 8647,
+ 8662,
+ 8680,
+ 8704,
+ 8739,
+ 8748,
+ 8772,
+ 8802,
+ 8833,
+ 8851,
+ 8893,
+ 8955,
+ 8981,
+ 8981,
+ 9002,
+ 9051,
+ 9060,
+ 9074,
+ 9093,
+ 9108,
+ 9120,
+ 9134,
+ 9150,
+ 9170,
+ 9195,
+ 9244,
+ 9297,
+ 9308,
+ 9323,
9353,
- 9364,
- 9379,
- 9409,
- 9437,
- 9462,
- 9478,
- 9561,
- 9582,
- 9603,
- 9616,
- 9630,
- 9695,
- 9695,
- 9720,
- 9739,
- 9755,
- 9784,
- 9809,
- 9872,
- 9919,
- 9968,
- 10006,
- 10139,
- 10182,
+ 9381,
+ 9406,
+ 9422,
+ 9505,
+ 9526,
+ 9547,
+ 9560,
+ 9574,
+ 9639,
+ 9639,
+ 9664,
+ 9683,
+ 9699,
+ 9728,
+ 9753,
+ 9816,
+ 9863,
+ 9912,
+ 9950,
+ 10083,
+ 10126,
+ 10147,
+ 10159,
10203,
- 10215,
- 10259,
- 10303,
- 10327,
- 10358,
- 10397,
- 10446,
- 10571,
- 10688,
- 10736,
- 10736,
- 10743,
- 10774,
- 10787,
- 10806,
- 10849,
- 10849,
- 10849,
- 10872,
- 10904,
- 10936,
- 10951,
+ 10247,
+ 10271,
+ 10302,
+ 10341,
+ 10390,
+ 10515,
+ 10632,
+ 10680,
+ 10680,
+ 10687,
+ 10718,
+ 10731,
+ 10750,
+ 10793,
+ 10793,
+ 10793,
+ 10816,
+ 10848,
+ 10880,
+ 10895,
+ 10911,
+ 10927,
+ 10947,
10967,
- 10983,
- 11003,
- 11023,
- 11047,
- 11084,
- 11097,
- 11113,
- 11144,
- 11144,
- 11184,
- 11184,
- 11198,
- 11211,
- 11211,
- 11211,
- 11227,
- 11227,
- 11246,
- 11266,
- 11286,
- 11299,
- 11317,
- 11330,
- 11374,
- 11427,
- 11427,
- 11447,
- 11477,
- 11497,
- 11508,
- 11528,
- 11562,
- 11566,
- 11571,
- 11576,
- 11595,
- 11599,
- 11667,
- 11747,
- 11812,
- 11825,
- 11840,
- 11877,
- 11894,
- 11959,
- 12004,
- 12069,
- 12113,
- 12126,
- 12140,
- 12190,
- 12217,
- 12266,
- 12308,
- 12392,
- 12438,
- 12487,
- 12505,
- 12520,
+ 10991,
+ 11028,
+ 11041,
+ 11057,
+ 11088,
+ 11088,
+ 11128,
+ 11128,
+ 11142,
+ 11155,
+ 11155,
+ 11155,
+ 11171,
+ 11171,
+ 11190,
+ 11210,
+ 11230,
+ 11243,
+ 11261,
+ 11274,
+ 11318,
+ 11371,
+ 11371,
+ 11391,
+ 11421,
+ 11441,
+ 11452,
+ 11472,
+ 11506,
+ 11510,
+ 11515,
+ 11520,
+ 11539,
+ 11543,
+ 11611,
+ 11691,
+ 11756,
+ 11769,
+ 11784,
+ 11821,
+ 11838,
+ 11903,
+ 11948,
+ 12013,
+ 12057,
+ 12070,
+ 12084,
+ 12134,
+ 12161,
+ 12210,
+ 12252,
+ 12336,
+ 12382,
+ 12431,
+ 12449,
+ 12464,
+ 12483,
12539,
- 12595,
- 12662,
- 12703,
- 12717,
- 12717,
- 12731,
+ 12606,
+ 12647,
+ 12661,
+ 12661,
+ 12675,
+ 12706,
+ 12719,
+ 12730,
12762,
- 12775,
- 12786,
- 12818,
- 12833,
- 12850,
- 12862,
- 12869,
- 12883,
- 12893,
- 12913,
- 12913,
- 12927,
- 12948,
- 12948,
- 12948,
+ 12777,
+ 12794,
+ 12806,
+ 12813,
+ 12827,
+ 12837,
+ 12857,
+ 12857,
+ 12871,
+ 12892,
+ 12892,
+ 12892,
+ 12901,
+ 12916,
+ 12931,
+ 12943,
12957,
- 12972,
- 12987,
- 12999,
- 13013,
- 13026,
- 13050,
- 13066,
- 13078,
- 13143,
- 13159,
- 13211,
- 13246,
- 13266,
- 13282,
- 13282,
- 13324,
- 13381,
- 13394,
- 13412,
- 13422,
- 13431,
- 13454,
- 13465,
- 13470,
- 13480,
- 13493,
- 13499,
- 13522,
- 13532,
- 13543,
- 13557,
- 13569,
- 13569,
- 13586,
- 13586,
- 13604,
- 13618,
- 13632,
- 13638,
- 13658,
- 13670,
- 13681,
- 13741,
- 13754,
- 13758,
- 13762,
- 13773,
- 13782,
- 13782,
- 13782,
+ 12970,
+ 12994,
+ 13010,
+ 13022,
+ 13087,
+ 13103,
+ 13155,
+ 13190,
+ 13210,
+ 13226,
+ 13226,
+ 13268,
+ 13325,
+ 13338,
+ 13356,
+ 13366,
+ 13375,
+ 13398,
+ 13409,
+ 13414,
+ 13424,
+ 13437,
+ 13443,
+ 13466,
+ 13476,
+ 13487,
+ 13501,
+ 13513,
+ 13513,
+ 13530,
+ 13530,
+ 13548,
+ 13562,
+ 13576,
+ 13582,
+ 13602,
+ 13614,
+ 13625,
+ 13685,
+ 13698,
+ 13702,
+ 13706,
+ 13717,
+ 13726,
+ 13726,
+ 13726,
+ 13736,
+ 13739,
+ 13744,
+ 13747,
+ 13760,
+ 13766,
+ 13775,
13792,
- 13795,
- 13800,
- 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.