chore(l10n): update and run blanker script [no changelog]
What changed, and why it matters
This commit is a routine localization update. It regenerates translation files so that some on-screen text strings are left blank for certain device models or languages while keeping them present for others. There is no code behavior change, no bug fix, and no security relevance.
No security action needed. Treat as a normal localization maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates generated translation assets: core/translations/en.json, core/translations/blank_translations_rules.json, and the generated Rust enum translated_string.rs. The Rust file’s TranslatedString enum comments and the string/offset tables in the as_string implementation are regenerated to reflect new blanking rules. Many strings are now empty ("") for specific device variants (Bolt, Caesar, Delizia, Eckhart). This is purely a data update for UI copy; no executable logic, parsing, bounds checking, or cryptographic code is modified.
Changed components
core/embed/rust/src/translations/generated/translated_string.rscore/translations/blank_translations_rules.jsoncore/translations/en.jsonInspect captured patch +18261 / −17959
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 3567ec95..f0c846d7 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -13,7 +13,7 @@ use crate::micropython::qstr::Qstr;
#[allow(non_camel_case_types)]
pub enum TranslatedString {
addr_mismatch__contact_support_at = 0, // "Please contact Trezor support at"
- addr_mismatch__key_mismatch = 1, // "Key mismatch?"
+ addr_mismatch__key_mismatch = 1, // {"Bolt": "Key mismatch?", "Caesar": "Key mismatch?", "Delizia": "", "Eckhart": ""}
addr_mismatch__mismatch = 2, // "Address mismatch?"
addr_mismatch__support_url = 3, // "trezor.io/support"
addr_mismatch__wrong_derivation_path = 4, // "Wrong derivation path for selected account."
@@ -30,13 +30,13 @@ pub enum TranslatedString {
auto_lock__title = 16, // {"Bolt": "Auto-lock delay", "Caesar": "Auto-lock delay", "Delizia": "Auto-lock delay", "Eckhart": "Auto-lock"}
backup__can_back_up_anytime = 17, // "You can back up your Trezor once, at any time."
backup__it_should_be_backed_up = 18, // {"Bolt": "You should back up your new wallet right now.", "Caesar": "You should back up your new wallet right now.", "Delizia": "You should back up your new wallet right now.", "Eckhart": "Back up your new wallet now."}
- backup__it_should_be_backed_up_now = 19, // "It should be backed up now!"
+ backup__it_should_be_backed_up_now = 19, // {"Bolt": "", "Caesar": "It should be backed up now!", "Delizia": "", "Eckhart": ""}
backup__new_wallet_created = 20, // "Wallet created.\n"
backup__new_wallet_successfully_created = 21, // "Wallet created successfully."
- backup__recover_anytime = 22, // "You can use your backup to recover your wallet at any time."
+ 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__want_to_skip = 25, // "Are you sure you want to skip the 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"
bitcoin__create_proof_of_ownership = 40, // "Do you want to create a proof of ownership?"
@@ -324,7 +324,7 @@ pub enum TranslatedString {
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, // "Sending from"
+ confirm_total__title_sending_from = 223, // {"Bolt": "", "Caesar": "Sending from", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "debug")]
debug__loading_seed = 224, // "Loading seed"
#[cfg(feature = "debug")]
@@ -472,7 +472,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
fido__does_not_belong = 302, // {"Bolt": "The credential you are trying to import does\nnot belong to this authenticator.", "Caesar": "The credential you are trying to import does\nnot belong to this authenticator.", "Delizia": "The credential you are trying to import does\nnot belong to this authenticator.", "Eckhart": "The credential you are trying to import does not belong to this authenticator."}
#[cfg(feature = "universal_fw")]
- fido__erase_credentials = 303, // {"Bolt": "erase all credentials?", "Caesar": "erase all credentials?", "Delizia": "erase all credentials?", "Eckhart": "Delete all of the saved credentials?"}
+ fido__erase_credentials = 303, // {"Bolt": "erase all credentials?", "Caesar": "", "Delizia": "erase all credentials?", "Eckhart": "Delete all of the saved credentials?"}
#[cfg(feature = "universal_fw")]
fido__export_credentials = 304, // "Export information about the credentials stored on this device?"
#[cfg(feature = "universal_fw")]
@@ -502,10 +502,10 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
fido__unable_to_verify_user = 317, // "Unable to verify user."
#[cfg(feature = "universal_fw")]
- fido__wanna_erase_credentials = 318, // "Do you really want to erase all credentials?"
+ fido__wanna_erase_credentials = 318, // {"Bolt": "", "Caesar": "Do you really want to erase all credentials?", "Delizia": "", "Eckhart": ""}
firmware_update__title = 319, // "Update firmware"
firmware_update__title_fingerprint = 320, // "FW fingerprint"
- homescreen__click_to_connect = 321, // "Click to Connect"
+ homescreen__click_to_connect = 321, // {"Bolt": "", "Caesar": "Click to Connect", "Delizia": "", "Eckhart": ""}
homescreen__click_to_unlock = 322, // "Click to Unlock"
homescreen__title_backup_failed = 323, // "Backup failed"
homescreen__title_backup_needed = 324, // "Backup needed"
@@ -702,7 +702,7 @@ pub enum TranslatedString {
passphrase__turn_on = 446, // "Turn on passphrase protection?"
pin__change = 447, // "Change PIN"
pin__changed = 448, // "PIN changed."
- pin__cursor_will_change = 449, // "Position of the cursor will change between entries for enhanced security."
+ pin__cursor_will_change = 449, // {"Bolt": "", "Caesar": "Position of the cursor will change between entries for enhanced security.", "Delizia": "", "Eckhart": ""}
pin__diff_from_wipe_code = 450, // "The new PIN must be different from your wipe code."
pin__disabled = 451, // "PIN protection\nturned off."
pin__enabled = 452, // {"Bolt": "PIN protection\nturned on.", "Caesar": "PIN protection\nturned on.", "Delizia": "PIN protection\nturned on.", "Eckhart": ""}
@@ -716,9 +716,9 @@ pub enum TranslatedString {
pin__pin_mismatch = 460, // "PIN mismatch"
pin__please_check_again = 461, // {"Bolt": "", "Caesar": "Please check again.", "Delizia": "", "Eckhart": ""}
pin__reenter_new = 462, // "Re-enter new PIN"
- pin__reenter_to_confirm = 463, // "Please re-enter PIN to confirm."
- pin__should_be_long = 464, // "PIN should be 4-50 digits long."
- pin__title_check_pin = 465, // "Check PIN"
+ pin__reenter_to_confirm = 463, // {"Bolt": "", "Caesar": "Please re-enter PIN to confirm.", "Delizia": "", "Eckhart": ""}
+ pin__should_be_long = 464, // {"Bolt": "", "Caesar": "PIN should be 4-50 digits long.", "Delizia": "", "Eckhart": ""}
+ pin__title_check_pin = 465, // {"Bolt": "", "Caesar": "Check PIN", "Delizia": "", "Eckhart": ""}
pin__title_settings = 466, // "PIN settings"
pin__title_wrong_pin = 467, // "Wrong PIN"
pin__tries_left = 468, // "tries left"
@@ -750,7 +750,7 @@ pub enum TranslatedString {
reboot_to_bootloader__version_by_template = 494, // "Firmware version {0}\nby {1}"
recovery__cancel_dry_run = 495, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel backup check", "Eckhart": ""}
recovery__check_dry_run = 496, // {"Bolt": "Check your backup?", "Caesar": "Check your backup?", "Delizia": "Check your backup?", "Eckhart": "Let's do a wallet backup check."}
- recovery__cursor_will_change = 497, // "Position of the cursor will change between entries for enhanced security."
+ recovery__cursor_will_change = 497, // {"Bolt": "", "Caesar": "Position of the cursor will change between entries for enhanced security.", "Delizia": "", "Eckhart": ""}
recovery__dry_run_bip39_valid_match = 498, // "The entered wallet backup is valid and matches the one in this device."
recovery__dry_run_bip39_valid_mismatch = 499, // "The entered wallet backup is valid but does not match the one in the device."
recovery__dry_run_slip39_valid_match = 500, // "The entered recovery shares are valid and match what is currently in the device."
@@ -789,7 +789,7 @@ pub enum TranslatedString {
reset__advanced_group_threshold_info = 534, // {"Bolt": "The group threshold specifies the number of groups required to recover your wallet.", "Caesar": "", "Delizia": "The group threshold specifies the number of groups required to recover your wallet.", "Eckhart": "The group threshold specifies the number of groups required to recover your wallet."}
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, // "Create wallet"
+ reset__button_create = 537, // {"Bolt": "Create wallet", "Caesar": "Create wallet", "Delizia": "", "Eckhart": ""}
reset__button_recover = 538, // "Recover wallet"
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"}
@@ -799,8 +799,8 @@ pub enum TranslatedString {
reset__continue_with_next_share = 544, // {"Bolt": "Continue with the next share.", "Caesar": "Continue with the next share.", "Delizia": "Continue with the next share.", "Eckhart": "Continue with the next share"}
reset__continue_with_share_template = 545, // {"Bolt": "Continue with share #{0}.", "Caesar": "Continue with share #{0}.", "Delizia": "", "Eckhart": ""}
reset__finished_verifying_group_template = 546, // "You have finished verifying your recovery shares for group {0}."
- reset__finished_verifying_wallet_backup = 547, // "You have finished verifying your wallet backup."
- reset__finished_verifying_shares = 548, // "You have finished verifying your recovery shares."
+ reset__finished_verifying_wallet_backup = 547, // {"Bolt": "You have finished verifying your wallet backup.", "Caesar": "You have finished verifying your wallet backup.", "Delizia": "", "Eckhart": ""}
+ reset__finished_verifying_shares = 548, // {"Bolt": "You have finished verifying your recovery shares.", "Caesar": "You have finished verifying your recovery shares.", "Delizia": "", "Eckhart": ""}
reset__group_description = 549, // {"Bolt": "A group is made up of recovery shares.", "Caesar": "", "Delizia": "A group is made up of recovery shares.", "Eckhart": "A group is made up of recovery shares."}
reset__group_info = 550, // {"Bolt": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds.", "Caesar": "", "Delizia": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds.", "Eckhart": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds."}
reset__group_share_checked_successfully_template = 551, // "Group {0} - Share {1} checked successfully."
@@ -820,8 +820,8 @@ pub enum TranslatedString {
reset__only_one_share_will_be_created = 565, // {"Bolt": "Only one share will be created.", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__recovery_wallet_backup_title = 566, // "Wallet backup"
reset__recovery_share_title_template = 567, // "Recovery share #{0}"
- reset__required_number_of_groups = 568, // "The required number of groups for recovery."
- reset__select_correct_word = 569, // "Select the correct word for each position."
+ reset__required_number_of_groups = 568, // {"Bolt": "The required number of groups for recovery.", "Caesar": "", "Delizia": "The required number of groups for recovery.", "Eckhart": "The required number of groups for recovery."}
+ reset__select_correct_word = 569, // {"Bolt": "", "Caesar": "Select the correct word for each position.", "Delizia": "", "Eckhart": ""}
reset__select_word_template = 570, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Select word #{0} from your wallet backup"}
reset__select_word_x_of_y_template = 571, // {"Bolt": "Select word {0} of {1}:", "Caesar": "Select word {0} of {1}:", "Delizia": "Select word {0} of {1}:", "Eckhart": ""}
reset__set_it_to_count_template = 572, // {"Bolt": "Set it to {0} and you will need ", "Caesar": "", "Delizia": "", "Eckhart": ""}
@@ -853,7 +853,7 @@ pub enum TranslatedString {
reset__total_number_of_shares_in_group_template = 599, // {"Bolt": "Set the total number of shares in Group {0}.", "Caesar": "", "Delizia": "Set the total number of shares in Group {0}.", "Eckhart": "Set the total number of shares in Group {0}."}
reset__use_your_backup = 600, // {"Bolt": "Use your backup when you need to recover your wallet.", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__write_down_words_template = 601, // {"Bolt": "", "Caesar": "Write the following {0} words in order on your wallet backup card.", "Delizia": "Write the following {0} words in order on your wallet backup card.", "Eckhart": "Write the following {0} words in order on your wallet backup card."}
- reset__wrong_word_selected = 602, // "Wrong word selected!"
+ reset__wrong_word_selected = 602, // {"Bolt": "Wrong word selected!", "Caesar": "Wrong word selected!", "Delizia": "", "Eckhart": ""}
reset__you_need_one_share = 603, // {"Bolt": "For recovery you need 1 share.", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__your_backup_is_done = 604, // "Your backup is done."
#[cfg(feature = "universal_fw")]
@@ -1081,17 +1081,17 @@ pub enum TranslatedString {
tezos__submit_proposal = 754, // "Submit proposal"
#[cfg(feature = "universal_fw")]
tezos__submit_proposals = 755, // "Submit proposals"
- tutorial__middle_click = 756, // "Press both left and right at the same\ntime to confirm."
- tutorial__press_and_hold = 757, // "Press and hold the right button to\napprove important operations."
- tutorial__ready_to_use = 758, // "You're ready to\nuse Trezor."
- tutorial__scroll_down = 759, // "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up."
- tutorial__sure_you_want_skip = 760, // "Are you sure you\nwant to skip the tutorial?"
- tutorial__title_hello = 761, // "Hello"
- tutorial__title_screen_scroll = 762, // "Screen scroll"
- tutorial__title_skip = 763, // "Skip tutorial"
- tutorial__title_tutorial_complete = 764, // "Tutorial complete"
+ tutorial__middle_click = 756, // {"Bolt": "", "Caesar": "Press both left and right at the same\ntime to confirm.", "Delizia": "", "Eckhart": ""}
+ tutorial__press_and_hold = 757, // {"Bolt": "", "Caesar": "Press and hold the right button to\napprove important operations.", "Delizia": "", "Eckhart": ""}
+ tutorial__ready_to_use = 758, // {"Bolt": "", "Caesar": "You're ready to\nuse Trezor.", "Delizia": "", "Eckhart": ""}
+ tutorial__scroll_down = 759, // {"Bolt": "", "Caesar": "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up.", "Delizia": "", "Eckhart": ""}
+ tutorial__sure_you_want_skip = 760, // {"Bolt": "", "Caesar": "Are you sure you\nwant to skip the tutorial?", "Delizia": "", "Eckhart": ""}
+ tutorial__title_hello = 761, // {"Bolt": "", "Caesar": "Hello", "Delizia": "", "Eckhart": ""}
+ tutorial__title_screen_scroll = 762, // {"Bolt": "", "Caesar": "Screen scroll", "Delizia": "", "Eckhart": ""}
+ tutorial__title_skip = 763, // {"Bolt": "", "Caesar": "Skip tutorial", "Delizia": "", "Eckhart": ""}
+ tutorial__title_tutorial_complete = 764, // {"Bolt": "", "Caesar": "Tutorial complete", "Delizia": "", "Eckhart": ""}
tutorial__use_trezor = 765, // {"Bolt": "", "Caesar": "Use Trezor by\nclicking the left and right buttons.\n\rContinue right.", "Delizia": "", "Eckhart": ""}
- tutorial__welcome_press_right = 766, // "Welcome to Trezor. Press right to continue."
+ tutorial__welcome_press_right = 766, // {"Bolt": "", "Caesar": "Welcome to Trezor. Press right to continue.", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
u2f__get = 767, // "Increase and retrieve the U2F counter?"
#[cfg(feature = "universal_fw")]
@@ -1113,12 +1113,12 @@ pub enum TranslatedString {
wipe_code__invalid = 781, // "Invalid wipe code"
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, // "Please re-enter wipe code to confirm."
- wipe_code__title_check = 785, // "Check 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_settings = 787, // "Wipe code settings"
wipe_code__turn_off = 788, // "Turn off wipe code protection?"
- wipe_code__turn_on = 789, // "Turn on 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"
word_count__title = 791, // "Number of words"
words__account = 792, // "Account"
@@ -1148,7 +1148,7 @@ pub enum TranslatedString {
words__recipient = 816, // "Recipient"
words__sign = 817, // "Sign"
words__signer = 818, // "Signer"
- words__title_check = 819, // "Check"
+ words__title_check = 819, // {"Bolt": "", "Caesar": "Check", "Delizia": "", "Eckhart": ""}
words__title_group = 820, // {"Bolt": "", "Caesar": "Group", "Delizia": "", "Eckhart": ""}
words__title_information = 821, // "Information"
words__title_remember = 822, // {"Bolt": "", "Caesar": "Remember", "Delizia": "", "Eckhart": ""}
@@ -1198,11 +1198,11 @@ pub enum TranslatedString {
instructions__tap_to_confirm = 854, // "Tap to confirm"
instructions__hold_to_confirm = 855, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to confirm", "Eckhart": ""}
words__important = 856, // "Important"
- reset__words_written_down_template = 857, // "I wrote down all {0} words in order."
+ 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."}
backup__create_backup_to_prevent_loss = 858, // {"Bolt": "Create a backup to avoid losing access to your funds", "Caesar": "Create a backup to avoid losing access to your funds", "Delizia": "Create a backup to avoid losing access to your funds", "Eckhart": "Create a wallet backup to avoid losing access to your funds."}
reset__check_backup_instructions = 859, // "Let's do a quick check of your backup."
words__instructions = 860, // "Instructions"
- words__not_recommended = 861, // "Not recommended!"
+ 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_receive = 864, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel receive", "Eckhart": "Cancel receive?"}
@@ -1246,9 +1246,9 @@ pub enum TranslatedString {
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__more_at = 908, // "More at"
- reset__num_of_shares_how_many = 909, // "How many wallet backup shares do you want to create?"
+ 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."}
- reset__select_threshold = 911, // "Select the minimum shares required to recover your wallet."
+ reset__select_threshold = 911, // {"Bolt": "", "Caesar": "", "Delizia": "Select the minimum shares required to recover your wallet.", "Eckhart": "Select the minimum shares required to recover your wallet."}
reset__share_completed_template = 912, // {"Bolt": "", "Caesar": "", "Delizia": "Share #{0} completed", "Eckhart": "Share #{0} completed"}
reset__slip39_checklist_num_shares_x_template = 913, // {"Bolt": "", "Caesar": "", "Delizia": "Number of shares: {0}", "Eckhart": "Number of shares: {0}"}
reset__slip39_checklist_threshold_x_template = 914, // {"Bolt": "", "Caesar": "", "Delizia": "Recovery threshold: {0}", "Eckhart": "Recovery threshold: {0}"}
@@ -1257,7 +1257,7 @@ pub enum TranslatedString {
tutorial__exit = 917, // "Exit tutorial"
tutorial__menu = 920, // "Find context-specific actions and options in the menu."
tutorial__one_more_step = 921, // "One more step"
- tutorial__ready_to_use_safe5 = 922, // "You're all set to start using your device!"
+ tutorial__ready_to_use_safe5 = 922, // {"Bolt": "", "Caesar": "", "Delizia": "You're all set to start using your device!", "Eckhart": "You're all set to start using your device!"}
tutorial__swipe_up_and_down = 924, // {"Bolt": "", "Caesar": "", "Delizia": "Tap the lower half of the screen to continue, or swipe down to go back.", "Eckhart": ""}
tutorial__title_easy_navigation = 925, // "Easy navigation"
tutorial__welcome_safe5 = 926, // {"Bolt": "", "Caesar": "", "Delizia": "Welcome to\nTrezor Safe 5", "Eckhart": ""}
@@ -1269,33 +1269,33 @@ pub enum TranslatedString {
recovery__title_unlock_repeated_backup = 933, // "Multi-share backup"
recovery__unlock_repeated_backup = 934, // "Create additional backup?"
recovery__unlock_repeated_backup_verb = 935, // "Create backup"
- homescreen__set_default = 936, // "Change wallpaper to default image?"
+ homescreen__set_default = 936, // {"Bolt": "", "Caesar": "", "Delizia": "Change wallpaper to default image?", "Eckhart": "Change wallpaper to default image?"}
reset__words_may_repeat = 937, // "Words may repeat."
reset__repeat_for_all_shares = 938, // "Repeat for all shares."
homescreen__settings_subtitle = 939, // "Settings"
homescreen__settings_title = 940, // {"Bolt": "", "Caesar": "", "Delizia": "Wallpaper", "Eckhart": ""}
reset__the_word_is_repeated = 941, // {"Bolt": "The word is repeated", "Caesar": "The word is repeated", "Delizia": "The word is repeated", "Eckhart": "The word appears multiple times in the backup."}
tutorial__title_lets_begin = 942, // "Let's begin"
- tutorial__did_you_know = 943, // "Did you know?"
+ tutorial__did_you_know = 943, // {"Bolt": "", "Caesar": "", "Delizia": "Did you know?", "Eckhart": ""}
tutorial__first_wallet = 944, // "The Trezor Model One, created in 2013,\nwas the world's first hardware wallet."
tutorial__restart_tutorial = 945, // "Restart tutorial"
tutorial__title_handy_menu = 946, // "Handy menu"
tutorial__title_hold = 947, // {"Bolt": "Hold to confirm important actions", "Caesar": "Hold to confirm important actions", "Delizia": "Hold to confirm important actions", "Eckhart": "Hold the on-screen button at the bottom to confirm important actions."}
- tutorial__title_well_done = 948, // "Well done!"
+ tutorial__title_well_done = 948, // {"Bolt": "", "Caesar": "", "Delizia": "Well done!", "Eckhart": "Well done!"}
tutorial__lets_begin = 949, // "Learn how to use and navigate this device with ease."
instructions__swipe_horizontally = 951, // "Swipe horizontally"
setting__adjust = 952, // "Adjust"
setting__apply = 953, // "Apply"
- brightness__changed_title = 954, // "Display brightness changed"
+ brightness__changed_title = 954, // {"Bolt": "", "Caesar": "", "Delizia": "Display brightness changed", "Eckhart": ""}
brightness__change_title = 955, // "Change display brightness"
words__title_done = 956, // "Done"
reset__slip39_checklist_more_info_threshold = 957, // {"Bolt": "", "Caesar": "", "Delizia": "The threshold sets the minimum number of shares needed to recover your wallet.", "Eckhart": "The threshold sets the minimum number of shares needed to recover your wallet."}
reset__slip39_checklist_more_info_threshold_example_template = 958, // {"Bolt": "", "Caesar": "", "Delizia": "If you set {0} out of {1} shares, you'll need {2} backup shares to recover your wallet.", "Eckhart": "If you set {0} out of {1} shares, you'll need {2} backup shares to recover your wallet."}
passphrase__continue_with_empty_passphrase = 959, // "Continue with empty passphrase?"
#[cfg(feature = "universal_fw")]
- fido__more_credentials = 960, // "More credentials"
+ fido__more_credentials = 960, // {"Bolt": "", "Caesar": "", "Delizia": "More credentials", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
- fido__select_intro = 961, // "Select the credential that you would like to use for authentication."
+ fido__select_intro = 961, // {"Bolt": "", "Caesar": "", "Delizia": "Select the credential that you would like to use for authentication.", "Eckhart": "Select the credential that you would like to use for authentication."}
#[cfg(feature = "universal_fw")]
fido__title_for_authentication = 962, // "for authentication"
#[cfg(feature = "universal_fw")]
@@ -1350,7 +1350,7 @@ pub enum TranslatedString {
ble__unpair_all = 993, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Unpair all bluetooth devices"}
ble__unpair_current = 994, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Unpair connected device"}
ble__unpair_title = 995, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Unpair"}
- words__unlocked = 996, // "Unlocked"
+ words__unlocked = 996, // {"Bolt": "", "Caesar": "", "Delizia": "Unlocked", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
solana__max_fees_rent = 997, // "Max fees and rent"
#[cfg(feature = "universal_fw")]
@@ -1410,13 +1410,13 @@ pub enum TranslatedString {
pin__reenter = 1038, // "Re-enter PIN"
pin__setup_completed = 1039, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "PIN setup completed."}
instructions__shares_start_with_x_template = 1041, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Start with Share #{0}"}
- reset__check_share_backup_template = 1042, // "Let's do a quick check of Share #{0}."
+ reset__check_share_backup_template = 1042, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Let's do a quick check of Share #{0}."}
reset__select_word_from_share_template = 1043, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Select word #{0} from\nShare #{1}"}
recovery__share_from_group_entered_template = 1044, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Share #{0} from Group #{1} entered."}
send__cancel_transaction = 1045, // "Cancel transaction"
send__multisig_different_paths = 1046, // "Using different paths for different XPUBs."
address__xpub = 1047, // {"Bolt": "XPUB", "Caesar": "XPUB", "Delizia": "XPUB", "Eckhart": "Public key (XPUB)"}
- words__cancel_question = 1048, // "Cancel?"
+ words__cancel_question = 1048, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Cancel?"}
address__coin_address_template = 1049, // "{0} address"
#[cfg(feature = "universal_fw")]
ethereum__contract_address = 1050, // "Provider contract address"
@@ -1430,7 +1430,7 @@ pub enum TranslatedString {
buttons__finish = 1057, // "Finish"
instructions__menu_to_continue = 1058, // "Use menu to continue"
tutorial__last_one = 1059, // "Last one"
- tutorial__menu_appendix = 1060, // "View more info, quit flow, ..."
+ tutorial__menu_appendix = 1060, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "View more info, quit flow, ..."}
tutorial__navigation_ts7 = 1061, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Use the on-screen buttons to navigate and confirm your actions."}
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"}
@@ -1493,7 +1493,7 @@ pub enum TranslatedString {
wipe__start_again = 1118, // "Wipe your Trezor and start the setup process again."
words__set = 1119, // "Set"
words__wipe = 1120, // "Wipe"
- lockscreen__unlock = 1121, // "Unlock"
+ lockscreen__unlock = 1121, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Unlock"}
recovery__start_entering = 1122, // "Start entering"
words__disconnected = 1123, // "Disconnected"
ble__forget_all = 1124, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Forget all"}
@@ -1530,8 +1530,8 @@ pub enum TranslatedString {
pin__wipe_code_exists_description = 1156, // "Wipe code must be turned off before turning off PIN protection."
pin__wipe_code_exists_title = 1157, // "Wipe code set"
wipe_code__pin_not_set_description = 1158, // "PIN must be set before enabling wipe code."
- wipe_code__cancel_setup = 1159, // {"Bolt": "Cancel wipe code setup", "Caesar": "Cancel wipe code setup", "Delizia": "Cancel wipe code setup", "Eckhart": "Cancel wipe code setup?"}
- homescreen__backup_needed_info = 1160, // "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets."
+ wipe_code__cancel_setup = 1159, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel wipe code setup", "Eckhart": "Cancel wipe code setup?"}
+ homescreen__backup_needed_info = 1160, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets."}
ble__host_info = 1161, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Connection info"}
ble__mac_address = 1162, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "MAC address"}
ble__waiting_for_host = 1163, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Waiting for connection..."}
@@ -1625,10 +1625,10 @@ impl TranslatedString {
"Auto-lock delay",
"You can back up your Trezor once, at any time.",
"You should back up your new wallet right now.",
- "It should be backed up now!",
+ "",
"Wallet created.\n",
"Wallet created successfully.",
- "You can use your backup to recover your wallet at any time.",
+ "",
"",
"Skip backup",
"Are you sure you want to skip the backup?",
@@ -1829,7 +1829,7 @@ impl TranslatedString {
"Fee rate:",
"",
"Fee info",
- "Sending from",
+ "",
"Loading seed",
"Loading private seed is not recommended.",
"Change device name to {0}?",
@@ -1924,10 +1924,10 @@ impl TranslatedString {
"U2F register",
"FIDO2 verify user",
"Unable to verify user.",
- "Do you really want to erase all credentials?",
+ "",
"Update firmware",
"FW fingerprint",
- "Click to Connect",
+ "",
"Click to Unlock",
"Backup failed",
"Backup needed",
@@ -2055,7 +2055,7 @@ impl TranslatedString {
"Turn on passphrase protection?",
"Change PIN",
"PIN changed.",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The new PIN must be different from your wipe code.",
"PIN protection\nturned off.",
"PIN protection\nturned on.",
@@ -2069,9 +2069,9 @@ impl TranslatedString {
"PIN mismatch",
"",
"Re-enter new PIN",
- "Please re-enter PIN to confirm.",
- "PIN should be 4-50 digits long.",
- "Check PIN",
+ "",
+ "",
+ "",
"PIN settings",
"Wrong PIN",
"tries left",
@@ -2103,7 +2103,7 @@ impl TranslatedString {
"Firmware version {0}\nby {1}",
"",
"Check your backup?",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The entered wallet backup is valid and matches the one in this device.",
"The entered wallet backup is valid but does not match the one in the device.",
"The entered recovery shares are valid and match what is currently in the device.",
@@ -2175,7 +2175,7 @@ impl TranslatedString {
"Wallet backup",
"Recovery share #{0}",
"The required number of groups for recovery.",
- "Select the correct word for each position.",
+ "",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
@@ -2362,17 +2362,17 @@ impl TranslatedString {
"Submit ballot",
"Submit proposal",
"Submit proposals",
- "Press both left and right at the same\ntime to confirm.",
- "Press and hold the right button to\napprove important operations.",
- "You're ready to\nuse Trezor.",
- "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up.",
- "Are you sure you\nwant to skip the tutorial?",
- "Hello",
- "Screen scroll",
- "Skip tutorial",
- "Tutorial complete",
"",
- "Welcome to Trezor. Press right to continue.",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
"Increase and retrieve the U2F counter?",
"Set the U2F counter to {0}?",
"Get U2F counter",
@@ -2390,8 +2390,8 @@ impl TranslatedString {
"Invalid wipe code",
"The wipe codes you entered do not match.",
"Re-enter wipe code",
- "Please re-enter wipe code to confirm.",
- "Check wipe code",
+ "",
+ "",
"Invalid wipe code",
"Wipe code settings",
"Turn off wipe code protection?",
@@ -2425,7 +2425,7 @@ impl TranslatedString {
"Recipient",
"Sign",
"Signer",
- "Check",
+ "",
"",
"Information",
"",
@@ -2463,11 +2463,11 @@ impl TranslatedString {
"Tap to confirm",
"",
"Important",
- "I wrote down all {0} words in order.",
+ "",
"Create a backup to avoid losing access to your funds",
"Let's do a quick check of your backup.",
"Instructions",
- "Not recommended!",
+ "",
"Account info",
"If receive address doesn't match, contact Trezor Support at trezor.io/support.",
"",
@@ -2515,9 +2515,9 @@ impl TranslatedString {
"Cancel create wallet",
"Incorrect word selected",
"More at",
- "How many wallet backup shares do you want to create?",
"",
- "Select the minimum shares required to recover your wallet.",
+ "",
+ "",
"",
"",
"",
@@ -2528,7 +2528,7 @@ impl TranslatedString {
"",
"Find context-specific actions and options in the menu.",
"One more step",
- "You're all set to start using your device!",
+ "",
"",
"",
"Easy navigation",
@@ -2542,32 +2542,32 @@ impl TranslatedString {
"Multi-share backup",
"Create additional backup?",
"Create backup",
- "Change wallpaper to default image?",
+ "",
"Words may repeat.",
"Repeat for all shares.",
"Settings",
"",
"The word is repeated",
"Let's begin",
- "Did you know?",
+ "",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
"Hold to confirm important actions",
- "Well done!",
+ "",
"Learn how to use and navigate this device with ease.",
"",
"Swipe horizontally",
"Adjust",
"Apply",
- "Display brightness changed",
+ "",
"Change display brightness",
"Done",
"",
"",
"Continue with empty passphrase?",
- "More credentials",
- "Select the credential that you would like to use for authentication.",
+ "",
+ "",
"for authentication",
"Select credential",
"Swipe down",
@@ -2602,7 +2602,7 @@ impl TranslatedString {
"",
"",
"",
- "Unlocked",
+ "",
"Max fees and rent",
"Max rent fee",
"Transaction fee",
@@ -2648,13 +2648,13 @@ impl TranslatedString {
"",
"",
"",
- "Let's do a quick check of Share #{0}.",
+ "",
"",
"",
"Cancel transaction",
"Using different paths for different XPUBs.",
"XPUB",
- "Cancel?",
+ "",
"{0} address",
"Provider contract address",
"View",
@@ -2666,7 +2666,7 @@ impl TranslatedString {
"Finish",
"Use menu to continue",
"Last one",
- "View more info, quit flow, ...",
+ "",
"",
"Replay this tutorial anytime from the Trezor Suite app.",
"",
@@ -2727,7 +2727,7 @@ impl TranslatedString {
"Wipe your Trezor and start the setup process again.",
"Set",
"Wipe",
- "Unlock",
+ "",
"Start entering",
"Disconnected",
"",
@@ -2765,8 +2765,8 @@ impl TranslatedString {
"Wipe code must be turned off before turning off PIN protection.",
"Wipe code set",
"PIN must be set before enabling wipe code.",
- "Cancel wipe code setup",
- "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets.",
+ "",
+ "",
"",
"",
"",
@@ -2839,1196 +2839,1196 @@ impl TranslatedString {
338,
384,
429,
- 456,
- 472,
- 500,
- 559,
- 559,
- 570,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 626,
+ 429,
+ 445,
+ 473,
+ 473,
+ 473,
+ 484,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 540,
+ 556,
+ 599,
642,
- 685,
- 728,
- 768,
- 783,
- 810,
- 834,
- 851,
- 863,
- 877,
+ 682,
+ 697,
+ 724,
+ 748,
+ 765,
+ 777,
+ 791,
+ 804,
+ 819,
+ 839,
+ 854,
+ 870,
+ 883,
890,
- 905,
- 925,
- 940,
- 956,
- 969,
- 976,
- 994,
- 1009,
- 1027,
- 1039,
- 1058,
- 1077,
- 1129,
- 1152,
- 1168,
- 1173,
- 1179,
- 1184,
- 1189,
- 1193,
- 1200,
- 1206,
- 1212,
- 1217,
- 1228,
- 1233,
+ 908,
+ 923,
+ 941,
+ 953,
+ 972,
+ 991,
+ 1043,
+ 1066,
+ 1082,
+ 1087,
+ 1093,
+ 1098,
+ 1103,
+ 1107,
+ 1114,
+ 1120,
+ 1126,
+ 1131,
+ 1142,
+ 1147,
+ 1154,
+ 1162,
+ 1169,
+ 1175,
+ 1175,
+ 1186,
+ 1192,
+ 1198,
+ 1205,
+ 1220,
+ 1224,
+ 1231,
1240,
- 1248,
- 1255,
- 1261,
- 1261,
- 1272,
- 1278,
- 1284,
- 1291,
- 1306,
- 1310,
- 1317,
- 1326,
- 1342,
- 1350,
- 1354,
+ 1256,
+ 1264,
+ 1268,
+ 1275,
+ 1280,
+ 1286,
+ 1289,
+ 1297,
+ 1309,
+ 1319,
+ 1323,
+ 1332,
+ 1340,
+ 1347,
+ 1351,
1361,
- 1366,
- 1372,
- 1375,
- 1383,
- 1395,
- 1405,
+ 1367,
+ 1374,
+ 1380,
1409,
- 1418,
- 1426,
- 1433,
- 1437,
- 1447,
- 1453,
- 1460,
- 1466,
- 1495,
- 1527,
- 1559,
+ 1441,
+ 1473,
+ 1503,
+ 1540,
+ 1557,
+ 1576,
+ 1581,
1589,
- 1626,
- 1643,
+ 1600,
+ 1613,
+ 1639,
1662,
- 1667,
- 1675,
- 1686,
- 1699,
- 1725,
+ 1681,
+ 1703,
1748,
- 1767,
- 1789,
- 1834,
- 1851,
- 1851,
- 1907,
- 1926,
- 1960,
- 1992,
- 2030,
- 2055,
- 2059,
- 2103,
- 2113,
+ 1765,
+ 1765,
+ 1821,
+ 1840,
+ 1874,
+ 1906,
+ 1944,
+ 1969,
+ 1973,
+ 2017,
+ 2027,
+ 2040,
+ 2069,
+ 2084,
+ 2096,
+ 2106,
+ 2118,
2126,
- 2155,
- 2170,
- 2182,
- 2192,
- 2204,
- 2212,
- 2223,
- 2269,
- 2319,
- 2389,
- 2397,
- 2403,
- 2417,
- 2445,
- 2452,
- 2507,
- 2512,
- 2517,
+ 2137,
+ 2183,
+ 2233,
+ 2303,
+ 2311,
+ 2317,
+ 2331,
+ 2359,
+ 2366,
+ 2421,
+ 2426,
+ 2431,
+ 2435,
+ 2441,
+ 2448,
+ 2457,
+ 2475,
+ 2492,
+ 2502,
2521,
- 2527,
- 2534,
- 2543,
- 2561,
- 2578,
- 2588,
- 2607,
+ 2539,
+ 2560,
+ 2576,
+ 2591,
+ 2597,
2625,
- 2646,
- 2662,
- 2677,
- 2683,
- 2711,
+ 2703,
+ 2716,
+ 2722,
+ 2725,
+ 2728,
+ 2744,
+ 2755,
+ 2769,
+ 2786,
2789,
- 2802,
+ 2795,
2808,
- 2811,
- 2814,
- 2830,
- 2841,
- 2855,
- 2872,
- 2875,
- 2881,
- 2894,
- 2901,
- 2912,
- 2937,
- 2953,
- 2977,
- 2999,
+ 2815,
+ 2826,
+ 2851,
+ 2867,
+ 2891,
+ 2913,
+ 2944,
+ 2966,
+ 2989,
+ 2996,
+ 3014,
3030,
- 3052,
- 3075,
- 3082,
- 3100,
- 3116,
- 3127,
- 3181,
- 3270,
- 3270,
- 3284,
- 3369,
- 3453,
- 3502,
- 3505,
- 3531,
- 3547,
- 3558,
- 3571,
- 3601,
- 3616,
- 3630,
- 3637,
- 3643,
- 3677,
- 3712,
- 3741,
- 3771,
- 3785,
- 3795,
- 3813,
- 3813,
- 3833,
- 3851,
- 3860,
+ 3041,
+ 3095,
+ 3184,
+ 3184,
+ 3198,
+ 3283,
+ 3367,
+ 3416,
+ 3419,
+ 3445,
+ 3461,
+ 3472,
+ 3485,
+ 3515,
+ 3530,
+ 3544,
+ 3551,
+ 3557,
+ 3591,
+ 3626,
+ 3655,
+ 3685,
+ 3699,
+ 3709,
+ 3727,
+ 3727,
+ 3747,
+ 3765,
+ 3774,
+ 3774,
+ 3782,
+ 3782,
+ 3794,
+ 3834,
3860,
- 3868,
- 3880,
- 3892,
- 3932,
+ 3871,
+ 3906,
+ 3906,
+ 3921,
+ 3947,
3958,
- 3969,
- 4004,
- 4004,
- 4019,
- 4045,
- 4056,
- 4070,
- 4077,
- 4082,
- 4093,
- 4101,
+ 3972,
+ 3979,
+ 3984,
+ 3995,
+ 4003,
+ 4007,
+ 4015,
+ 4018,
+ 4025,
+ 4033,
+ 4044,
+ 4048,
+ 4057,
+ 4061,
+ 4065,
+ 4068,
+ 4079,
+ 4084,
+ 4090,
+ 4095,
4105,
- 4113,
- 4116,
- 4123,
- 4131,
- 4142,
- 4146,
- 4155,
- 4159,
- 4163,
- 4166,
- 4177,
- 4182,
+ 4110,
+ 4118,
+ 4124,
+ 4135,
+ 4143,
+ 4149,
+ 4165,
+ 4174,
+ 4176,
+ 4184,
4188,
- 4193,
- 4203,
- 4208,
- 4216,
- 4222,
- 4233,
- 4241,
- 4247,
- 4263,
- 4272,
- 4274,
- 4282,
- 4286,
- 4296,
- 4307,
- 4318,
- 4336,
- 4350,
- 4355,
- 4367,
- 4367,
- 4382,
- 4391,
- 4400,
- 4415,
- 4431,
- 4460,
- 4476,
- 4492,
- 4507,
- 4523,
- 4540,
- 4556,
- 4587,
+ 4198,
+ 4209,
+ 4220,
+ 4238,
+ 4252,
+ 4257,
+ 4269,
+ 4269,
+ 4284,
+ 4293,
+ 4302,
+ 4317,
+ 4333,
+ 4362,
+ 4378,
+ 4394,
+ 4409,
+ 4425,
+ 4442,
+ 4458,
+ 4489,
+ 4499,
+ 4513,
+ 4528,
+ 4542,
+ 4560,
+ 4575,
+ 4584,
4597,
- 4611,
- 4626,
- 4640,
- 4658,
- 4673,
- 4682,
- 4695,
- 4718,
- 4747,
- 4785,
- 4802,
- 4820,
- 4876,
- 4919,
- 4971,
- 5049,
- 5071,
- 5134,
- 5148,
- 5187,
- 5216,
- 5234,
- 5251,
- 5267,
- 5281,
- 5298,
- 5309,
- 5325,
- 5337,
- 5354,
- 5376,
+ 4620,
+ 4649,
+ 4687,
+ 4704,
+ 4722,
+ 4778,
+ 4821,
+ 4873,
+ 4951,
+ 4973,
+ 5036,
+ 5050,
+ 5089,
+ 5118,
+ 5136,
+ 5153,
+ 5169,
+ 5183,
+ 5200,
+ 5211,
+ 5227,
+ 5239,
+ 5256,
+ 5278,
+ 5278,
+ 5293,
+ 5307,
+ 5307,
+ 5322,
+ 5335,
+ 5348,
+ 5367,
+ 5384,
+ 5401,
+ 5412,
5420,
- 5435,
- 5449,
- 5465,
- 5480,
- 5493,
- 5506,
- 5525,
- 5542,
- 5559,
- 5570,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5453,
+ 5472,
+ 5492,
+ 5515,
+ 5544,
+ 5561,
5578,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
+ 5592,
+ 5605,
5611,
- 5630,
+ 5624,
+ 5637,
5650,
- 5673,
+ 5664,
+ 5683,
5702,
- 5719,
- 5736,
- 5750,
- 5763,
- 5769,
- 5782,
- 5795,
- 5808,
- 5822,
- 5841,
- 5860,
- 5871,
- 5884,
- 5900,
- 5909,
- 5925,
- 5945,
- 5965,
- 5975,
- 5991,
- 6005,
- 6020,
- 6035,
- 6054,
- 6068,
- 6078,
- 6095,
- 6108,
- 6125,
- 6143,
- 6153,
- 6167,
- 6213,
- 6262,
- 6298,
- 6350,
- 6386,
- 6424,
- 6432,
- 6440,
- 6443,
- 6457,
- 6472,
- 6492,
- 6506,
- 6526,
- 6543,
- 6558,
- 6576,
- 6594,
- 6613,
+ 5713,
+ 5726,
+ 5742,
+ 5751,
+ 5767,
+ 5787,
+ 5807,
+ 5817,
+ 5833,
+ 5847,
+ 5862,
+ 5877,
+ 5896,
+ 5910,
+ 5920,
+ 5937,
+ 5950,
+ 5967,
+ 5985,
+ 5995,
+ 6009,
+ 6055,
+ 6104,
+ 6140,
+ 6192,
+ 6228,
+ 6266,
+ 6274,
+ 6282,
+ 6285,
+ 6299,
+ 6314,
+ 6334,
+ 6348,
+ 6368,
+ 6385,
+ 6400,
+ 6418,
+ 6436,
+ 6455,
+ 6491,
+ 6513,
+ 6525,
+ 6538,
+ 6554,
+ 6564,
+ 6572,
+ 6583,
+ 6640,
6649,
+ 6662,
6671,
- 6683,
- 6696,
- 6712,
- 6722,
- 6730,
- 6741,
- 6798,
+ 6679,
+ 6693,
+ 6717,
+ 6734,
+ 6742,
+ 6768,
+ 6779,
+ 6793,
6807,
- 6820,
- 6829,
- 6837,
- 6851,
- 6875,
- 6892,
- 6900,
- 6926,
- 6937,
- 6951,
- 6965,
- 6974,
- 6991,
- 7029,
- 7036,
- 7038,
- 7048,
- 7061,
- 7080,
- 7086,
- 7115,
- 7165,
- 7178,
- 7208,
- 7220,
- 7235,
- 7246,
- 7261,
- 7286,
- 7325,
- 7428,
- 7445,
- 7477,
- 7515,
- 7544,
- 7599,
- 7617,
- 7633,
- 7648,
- 7667,
- 7684,
- 7715,
- 7745,
- 7755,
- 7767,
- 7840,
+ 6816,
+ 6833,
+ 6871,
+ 6878,
+ 6880,
+ 6890,
+ 6903,
+ 6922,
+ 6928,
+ 6957,
+ 7007,
+ 7020,
+ 7050,
+ 7062,
+ 7077,
+ 7088,
+ 7103,
+ 7128,
+ 7167,
+ 7270,
+ 7287,
+ 7319,
+ 7357,
+ 7386,
+ 7441,
+ 7459,
+ 7475,
+ 7490,
+ 7509,
+ 7526,
+ 7557,
+ 7587,
+ 7597,
+ 7609,
+ 7609,
+ 7659,
+ 7685,
+ 7710,
+ 7719,
+ 7732,
+ 7770,
+ 7813,
+ 7824,
+ 7836,
+ 7862,
+ 7874,
+ 7874,
7890,
- 7916,
- 7941,
- 7950,
- 7963,
- 8001,
+ 7890,
+ 7890,
+ 7890,
+ 7902,
+ 7911,
+ 7921,
+ 7970,
+ 7993,
+ 8002,
+ 8010,
+ 8020,
8044,
- 8055,
- 8067,
- 8093,
- 8105,
- 8105,
- 8121,
- 8152,
- 8183,
- 8192,
- 8204,
- 8213,
- 8223,
- 8272,
- 8295,
- 8304,
- 8312,
- 8322,
- 8346,
- 8360,
- 8374,
- 8388,
- 8408,
- 8420,
- 8432,
- 8456,
- 8460,
- 8482,
- 8503,
- 8516,
- 8527,
- 8537,
- 8550,
- 8572,
- 8582,
- 8598,
- 8637,
- 8653,
- 8680,
- 8680,
- 8698,
- 8771,
- 8841,
- 8917,
- 8997,
- 9084,
- 9099,
- 9117,
- 9141,
- 9176,
- 9185,
- 9209,
- 9239,
- 9270,
- 9288,
- 9330,
- 9392,
- 9418,
- 9418,
- 9439,
- 9488,
- 9497,
- 9511,
- 9530,
- 9545,
- 9557,
- 9571,
- 9587,
- 9607,
- 9632,
- 9681,
- 9734,
+ 8058,
+ 8072,
+ 8086,
+ 8106,
+ 8118,
+ 8130,
+ 8154,
+ 8158,
+ 8180,
+ 8201,
+ 8214,
+ 8225,
+ 8235,
+ 8248,
+ 8270,
+ 8280,
+ 8296,
+ 8335,
+ 8351,
+ 8378,
+ 8378,
+ 8396,
+ 8396,
+ 8466,
+ 8542,
+ 8622,
+ 8709,
+ 8724,
+ 8742,
+ 8766,
+ 8801,
+ 8810,
+ 8834,
+ 8864,
+ 8895,
+ 8913,
+ 8955,
+ 9017,
+ 9043,
+ 9043,
+ 9064,
+ 9113,
+ 9122,
+ 9136,
+ 9155,
+ 9170,
+ 9182,
+ 9196,
+ 9212,
+ 9232,
+ 9257,
+ 9306,
+ 9359,
+ 9370,
+ 9385,
+ 9415,
+ 9443,
+ 9468,
+ 9484,
+ 9567,
+ 9588,
+ 9609,
+ 9622,
+ 9636,
+ 9701,
+ 9701,
+ 9726,
9745,
- 9760,
+ 9761,
9790,
- 9818,
- 9843,
- 9859,
- 9942,
- 9963,
- 9984,
- 9997,
- 10011,
- 10076,
- 10076,
- 10101,
- 10120,
- 10136,
- 10165,
- 10190,
- 10253,
- 10300,
- 10349,
- 10387,
- 10520,
- 10563,
- 10584,
- 10596,
- 10640,
- 10684,
- 10708,
- 10739,
- 10778,
- 10827,
- 10952,
- 11069,
- 11117,
- 11117,
- 11124,
- 11155,
- 11168,
- 11187,
- 11230,
- 11272,
+ 9815,
+ 9878,
+ 9925,
+ 9974,
+ 10012,
+ 10145,
+ 10188,
+ 10209,
+ 10221,
+ 10265,
+ 10309,
+ 10333,
+ 10364,
+ 10403,
+ 10452,
+ 10577,
+ 10694,
+ 10742,
+ 10742,
+ 10749,
+ 10780,
+ 10793,
+ 10812,
+ 10855,
+ 10855,
+ 10855,
+ 10878,
+ 10910,
+ 10942,
+ 10957,
+ 10973,
+ 10989,
+ 11009,
+ 11029,
+ 11053,
+ 11090,
+ 11103,
+ 11119,
+ 11150,
+ 11150,
+ 11190,
+ 11190,
+ 11204,
+ 11217,
+ 11217,
+ 11217,
+ 11233,
+ 11233,
+ 11252,
11272,
- 11295,
- 11327,
- 11359,
- 11374,
- 11390,
- 11406,
- 11426,
- 11446,
- 11470,
- 11507,
- 11520,
- 11536,
- 11567,
- 11567,
- 11607,
- 11607,
- 11621,
- 11634,
- 11634,
- 11634,
- 11650,
- 11650,
- 11669,
- 11689,
- 11709,
- 11722,
- 11740,
+ 11292,
+ 11305,
+ 11323,
+ 11336,
+ 11380,
+ 11433,
+ 11433,
+ 11453,
+ 11483,
+ 11503,
+ 11514,
+ 11534,
+ 11568,
+ 11572,
+ 11577,
+ 11582,
+ 11601,
+ 11605,
+ 11673,
11753,
- 11797,
- 11850,
- 11850,
- 11870,
+ 11818,
+ 11831,
+ 11846,
+ 11883,
11900,
- 11920,
- 11931,
- 11951,
- 11985,
- 11989,
- 11994,
- 11999,
- 12018,
- 12022,
- 12090,
- 12170,
- 12235,
- 12248,
- 12263,
- 12300,
- 12317,
- 12382,
- 12427,
- 12492,
- 12536,
- 12549,
- 12563,
- 12613,
- 12640,
- 12689,
- 12731,
- 12815,
- 12861,
- 12910,
- 12928,
- 12943,
- 12962,
- 13018,
- 13085,
- 13126,
- 13140,
- 13140,
- 13154,
- 13185,
- 13198,
- 13209,
- 13241,
- 13256,
- 13273,
- 13285,
- 13292,
- 13306,
- 13316,
- 13336,
- 13336,
- 13350,
- 13371,
- 13371,
- 13371,
- 13380,
- 13395,
- 13410,
- 13422,
- 13436,
- 13449,
- 13473,
- 13489,
- 13501,
- 13566,
- 13582,
- 13634,
- 13669,
- 13689,
- 13705,
- 13705,
+ 11965,
+ 12010,
+ 12075,
+ 12119,
+ 12132,
+ 12146,
+ 12196,
+ 12223,
+ 12272,
+ 12314,
+ 12398,
+ 12444,
+ 12493,
+ 12511,
+ 12526,
+ 12545,
+ 12601,
+ 12668,
+ 12709,
+ 12723,
+ 12723,
+ 12737,
+ 12768,
+ 12781,
+ 12792,
+ 12824,
+ 12839,
+ 12856,
+ 12868,
+ 12875,
+ 12889,
+ 12899,
+ 12919,
+ 12919,
+ 12933,
+ 12954,
+ 12954,
+ 12954,
+ 12963,
+ 12978,
+ 12993,
+ 13005,
+ 13019,
+ 13032,
+ 13056,
+ 13072,
+ 13084,
+ 13149,
+ 13165,
+ 13217,
+ 13252,
+ 13272,
+ 13288,
+ 13288,
+ 13330,
+ 13387,
+ 13400,
+ 13418,
+ 13428,
+ 13437,
+ 13460,
+ 13471,
+ 13476,
+ 13486,
+ 13499,
+ 13505,
+ 13528,
+ 13538,
+ 13549,
+ 13563,
+ 13575,
+ 13575,
+ 13592,
+ 13592,
+ 13610,
+ 13624,
+ 13638,
+ 13644,
+ 13664,
+ 13676,
+ 13687,
13747,
- 13804,
- 13817,
- 13835,
- 13845,
+ 13760,
+ 13764,
+ 13768,
+ 13779,
+ 13788,
+ 13788,
+ 13788,
+ 13798,
+ 13801,
+ 13806,
+ 13809,
+ 13822,
+ 13828,
+ 13837,
13854,
- 13877,
- 13888,
- 13893,
- 13903,
- 13916,
- 13922,
- 13945,
- 13955,
- 13966,
- 13980,
- 13992,
- 13992,
- 14009,
- 14009,
- 14027,
- 14041,
- 14055,
- 14061,
- 14081,
+ 13866,
+ 13882,
+ 13882,
+ 13890,
+ 13907,
+ 13910,
+ 13921,
+ 13941,
+ 13954,
+ 13954,
+ 13967,
+ 13979,
+ 13986,
+ 13994,
+ 14003,
+ 14023,
+ 14059,
+ 14079,
14093,
- 14104,
- 14164,
- 14177,
- 14181,
- 14185,
- 14196,
- 14205,
- 14205,
- 14205,
- 14215,
- 14218,
- 14223,
- 14226,
- 14239,
- 14245,
- 14254,
- 14271,
- 14283,
- 14299,
- 14299,
- 14307,
- 14324,
- 14327,
- 14338,
- 14358,
- 14371,
- 14371,
- 14384,
- 14396,
- 14403,
- 14411,
- 14420,
- 14440,
- 14476,
- 14496,
- 14510,
- 14510,
- 14525,
- 14531,
- 14547,
- 14561,
- 14576,
- 14611,
- 14611,
- 14624,
- 14631,
- 14637,
- 14655,
- 14674,
- 14683,
- 14691,
+ 14093,
+ 14108,
+ 14114,
+ 14130,
+ 14144,
+ 14159,
+ 14194,
+ 14194,
+ 14207,
+ 14214,
+ 14220,
+ 14238,
+ 14257,
+ 14266,
+ 14274,
+ 14291,
+ 14308,
+ 14321,
+ 14336,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14390,
+ 14417,
+ 14432,
+ 14447,
+ 14471,
+ 14482,
+ 14521,
+ 14537,
+ 14555,
+ 14601,
+ 14620,
+ 14638,
+ 14651,
14708,
14725,
- 14738,
- 14753,
- 14769,
- 14823,
- 14887,
- 14914,
- 15023,
- 15066,
- 15071,
- 15084,
+ 14765,
+ 14783,
+ 14783,
+ 14783,
+ 14800,
+ 14818,
+ 14848,
+ 14877,
+ 14895,
+ 14910,
+ 14917,
+ 14925,
+ 14932,
+ 14938,
+ 14951,
+ 14959,
+ 14968,
+ 14974,
+ 14981,
+ 14992,
+ 15000,
+ 15016,
+ 15029,
+ 15034,
+ 15037,
+ 15041,
+ 15041,
+ 15086,
+ 15095,
15097,
- 15114,
- 15114,
- 15157,
- 15195,
- 15222,
- 15237,
- 15252,
- 15276,
+ 15104,
+ 15122,
+ 15138,
+ 15159,
+ 15168,
+ 15172,
+ 15178,
+ 15178,
+ 15178,
+ 15189,
+ 15189,
+ 15189,
+ 15189,
+ 15196,
+ 15203,
+ 15203,
+ 15210,
+ 15217,
+ 15225,
+ 15228,
+ 15244,
+ 15244,
+ 15249,
+ 15262,
15287,
- 15326,
- 15342,
- 15360,
- 15406,
- 15425,
- 15443,
- 15456,
- 15513,
- 15530,
- 15570,
+ 15292,
+ 15305,
+ 15328,
+ 15335,
+ 15362,
+ 15373,
+ 15386,
+ 15395,
+ 15449,
+ 15467,
+ 15481,
+ 15501,
+ 15523,
+ 15543,
+ 15550,
+ 15565,
+ 15565,
+ 15579,
+ 15579,
+ 15588,
15588,
- 15625,
15640,
- 15657,
- 15675,
- 15705,
- 15734,
- 15752,
- 15767,
- 15774,
- 15782,
- 15789,
- 15795,
- 15808,
- 15816,
- 15825,
- 15831,
- 15838,
- 15849,
- 15857,
- 15873,
- 15886,
- 15891,
- 15894,
- 15898,
- 15898,
- 15943,
- 15952,
- 15954,
- 15961,
- 15979,
- 15995,
- 16016,
- 16025,
- 16029,
- 16035,
- 16040,
- 16040,
- 16051,
- 16051,
- 16051,
- 16051,
- 16058,
- 16065,
- 16065,
- 16072,
- 16079,
- 16087,
- 16090,
- 16106,
- 16106,
- 16111,
- 16124,
- 16149,
- 16154,
- 16167,
- 16190,
- 16197,
- 16224,
- 16235,
- 16248,
- 16257,
- 16311,
- 16329,
- 16343,
- 16363,
- 16385,
- 16405,
- 16412,
- 16427,
- 16427,
- 16441,
- 16441,
- 16450,
- 16486,
- 16538,
- 16576,
- 16588,
- 16604,
- 16616,
- 16694,
- 16694,
- 16701,
- 16716,
- 16735,
- 16750,
- 16775,
- 16775,
- 16775,
- 16775,
- 16786,
- 16795,
- 16807,
- 16815,
- 16836,
- 16848,
- 16867,
- 16948,
- 17006,
- 17006,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17042,
- 17058,
- 17079,
- 17079,
- 17089,
- 17089,
- 17089,
- 17089,
- 17099,
- 17131,
- 17160,
- 17220,
- 17282,
- 17282,
- 17329,
- 17329,
- 17348,
- 17368,
- 17391,
- 17398,
- 17450,
- 17450,
- 17508,
- 17508,
- 17508,
- 17508,
- 17526,
- 17543,
- 17556,
- 17556,
- 17556,
- 17610,
- 17623,
- 17665,
- 17665,
- 17665,
- 17680,
- 17680,
- 17680,
- 17699,
- 17707,
- 17717,
- 17738,
- 17756,
- 17774,
+ 15678,
+ 15690,
+ 15690,
+ 15702,
+ 15780,
+ 15780,
+ 15787,
+ 15802,
+ 15821,
+ 15836,
+ 15861,
+ 15861,
+ 15861,
+ 15861,
+ 15872,
+ 15881,
+ 15893,
+ 15901,
+ 15922,
+ 15934,
+ 15953,
+ 16034,
+ 16092,
+ 16092,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16128,
+ 16144,
+ 16165,
+ 16165,
+ 16175,
+ 16175,
+ 16175,
+ 16175,
+ 16185,
+ 16217,
+ 16246,
+ 16306,
+ 16368,
+ 16368,
+ 16415,
+ 16415,
+ 16434,
+ 16454,
+ 16477,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16502,
+ 16519,
+ 16532,
+ 16532,
+ 16532,
+ 16586,
+ 16599,
+ 16599,
+ 16599,
+ 16599,
+ 16614,
+ 16614,
+ 16614,
+ 16633,
+ 16641,
+ 16651,
+ 16672,
+ 16690,
+ 16708,
+ 16733,
+ 16746,
+ 16746,
+ 16763,
+ 16785,
+ 16793,
+ 16793,
+ 16813,
+ 16824,
+ 16824,
+ 16901,
+ 16917,
+ 16927,
+ 16960,
+ 16960,
+ 17012,
+ 17012,
+ 17030,
+ 17036,
+ 17041,
+ 17041,
+ 17066,
+ 17070,
+ 17070,
+ 17070,
+ 17101,
+ 17101,
+ 17101,
+ 17119,
+ 17136,
+ 17146,
+ 17164,
+ 17184,
+ 17199,
+ 17223,
+ 17237,
+ 17250,
+ 17276,
+ 17296,
+ 17312,
+ 17312,
+ 17320,
+ 17325,
+ 17354,
+ 17406,
+ 17418,
+ 17423,
+ 17436,
+ 17444,
+ 17454,
+ 17514,
+ 17540,
+ 17547,
+ 17578,
+ 17590,
+ 17607,
+ 17629,
+ 17644,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17676,
+ 17688,
+ 17703,
+ 17710,
+ 17726,
+ 17734,
+ 17775,
+ 17789,
17799,
- 17812,
- 17846,
- 17863,
- 17885,
- 17893,
- 17893,
- 17913,
+ 17832,
+ 17841,
+ 17881,
+ 17897,
+ 17903,
+ 17914,
+ 17919,
17924,
- 17937,
- 18014,
- 18030,
- 18040,
- 18073,
- 18083,
- 18135,
- 18135,
- 18153,
- 18159,
- 18164,
- 18190,
- 18215,
- 18219,
- 18219,
- 18219,
- 18250,
- 18266,
- 18334,
- 18352,
- 18369,
- 18379,
+ 17927,
+ 17940,
+ 17961,
+ 18003,
+ 18053,
+ 18066,
+ 18096,
+ 18096,
+ 18175,
+ 18221,
+ 18235,
+ 18282,
+ 18297,
+ 18301,
+ 18307,
+ 18319,
+ 18319,
+ 18345,
18397,
- 18417,
- 18432,
- 18456,
- 18470,
- 18483,
- 18509,
- 18529,
- 18545,
- 18545,
- 18553,
- 18558,
- 18587,
- 18639,
- 18651,
- 18656,
- 18669,
- 18677,
- 18687,
- 18747,
- 18773,
+ 18405,
+ 18438,
+ 18462,
+ 18479,
+ 18494,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18524,
+ 18566,
+ 18570,
+ 18570,
+ 18581,
+ 18606,
+ 18610,
+ 18614,
+ 18630,
+ 18644,
+ 18650,
+ 18670,
+ 18676,
+ 18696,
+ 18704,
+ 18704,
+ 18704,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
18780,
- 18811,
- 18823,
- 18840,
- 18862,
+ 18780,
+ 18789,
+ 18799,
+ 18809,
+ 18827,
18877,
- 18892,
- 18892,
- 18892,
- 18892,
- 18900,
- 18917,
- 18929,
- 18944,
- 18951,
- 18967,
- 18975,
- 19016,
- 19030,
- 19040,
+ 18877,
+ 18894,
+ 18894,
+ 18898,
+ 18898,
+ 18913,
+ 18926,
+ 18926,
+ 18937,
+ 18949,
+ 18949,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18983,
+ 18999,
+ 18999,
+ 18999,
+ 18999,
+ 19004,
+ 19013,
+ 19019,
+ 19029,
+ 19032,
+ 19038,
+ 19038,
+ 19038,
+ 19044,
+ 19052,
+ 19063,
19073,
- 19082,
- 19122,
- 19138,
- 19144,
- 19155,
- 19160,
- 19165,
- 19168,
- 19181,
- 19202,
- 19244,
- 19294,
- 19307,
- 19337,
- 19337,
- 19416,
- 19462,
- 19476,
- 19523,
- 19538,
- 19542,
+ 19081,
+ 19098,
+ 19114,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19132,
+ 19183,
+ 19186,
+ 19190,
+ 19190,
+ 19204,
+ 19216,
+ 19216,
+ 19223,
+ 19229,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19297,
+ 19310,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19423,
+ 19494,
19548,
- 19560,
- 19560,
- 19586,
- 19638,
- 19646,
- 19679,
- 19703,
+ 19600,
+ 19600,
+ 19610,
+ 19614,
+ 19623,
+ 19637,
+ 19700,
+ 19711,
19720,
- 19735,
- 19747,
- 19747,
- 19747,
- 19747,
- 19784,
- 19784,
- 19784,
- 19802,
- 19844,
- 19848,
- 19855,
- 19866,
- 19891,
- 19895,
- 19899,
- 19915,
+ 19728,
+ 19733,
+ 19739,
+ 19755,
+ 19761,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19906,
+ 19916,
19929,
- 19935,
- 19955,
- 19961,
- 19981,
- 19989,
- 20019,
- 20019,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20095,
- 20095,
- 20104,
- 20114,
- 20124,
- 20142,
- 20192,
- 20192,
- 20209,
+ 19940,
+ 19953,
+ 19966,
+ 19998,
+ 20033,
+ 20069,
+ 20107,
+ 20115,
+ 20128,
+ 20166,
+ 20178,
+ 20201,
20209,
- 20213,
- 20213,
- 20228,
- 20241,
- 20241,
- 20252,
- 20264,
- 20264,
- 20285,
- 20285,
- 20285,
- 20285,
- 20285,
- 20298,
- 20314,
- 20314,
- 20314,
- 20314,
- 20319,
- 20328,
- 20334,
- 20344,
- 20347,
- 20353,
- 20353,
- 20353,
- 20359,
- 20367,
- 20378,
- 20388,
- 20396,
- 20413,
- 20429,
- 20438,
- 20438,
- 20438,
- 20438,
- 20438,
- 20447,
- 20498,
- 20501,
- 20505,
- 20511,
- 20525,
- 20537,
- 20537,
- 20544,
- 20550,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20618,
- 20631,
- 20673,
- 20695,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20866,
- 20937,
- 20991,
- 21043,
- 21043,
- 21053,
- 21057,
- 21066,
- 21080,
- 21143,
- 21154,
- 21163,
- 21171,
- 21176,
- 21182,
- 21198,
- 21204,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21349,
- 21359,
- 21372,
- 21383,
- 21396,
- 21409,
- 21441,
- 21476,
- 21512,
- 21550,
- 21558,
- 21571,
- 21609,
- 21621,
- 21644,
- 21652,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4052,10 +4052,10 @@ impl TranslatedString {
"Auto-lock delay",
"You can back up your Trezor once, at any time.",
"You should back up your new wallet right now.",
- "It should be backed up now!",
+ "",
"Wallet created.\n",
"Wallet created successfully.",
- "You can use your backup to recover your wallet at any time.",
+ "",
"",
"Skip backup",
"Are you sure you want to skip the backup?",
@@ -4256,7 +4256,7 @@ impl TranslatedString {
"Fee rate:",
"",
"Fee info",
- "Sending from",
+ "",
"Loading seed",
"Loading private seed is not recommended.",
"Change device name to {0}?",
@@ -4351,10 +4351,10 @@ impl TranslatedString {
"U2F register",
"FIDO2 verify user",
"Unable to verify user.",
- "Do you really want to erase all credentials?",
+ "",
"Update firmware",
"FW fingerprint",
- "Click to Connect",
+ "",
"Click to Unlock",
"Backup failed",
"Backup needed",
@@ -4482,7 +4482,7 @@ impl TranslatedString {
"Turn on passphrase protection?",
"Change PIN",
"PIN changed.",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The new PIN must be different from your wipe code.",
"PIN protection\nturned off.",
"PIN protection\nturned on.",
@@ -4496,9 +4496,9 @@ impl TranslatedString {
"PIN mismatch",
"",
"Re-enter new PIN",
- "Please re-enter PIN to confirm.",
- "PIN should be 4-50 digits long.",
- "Check PIN",
+ "",
+ "",
+ "",
"PIN settings",
"Wrong PIN",
"tries left",
@@ -4530,7 +4530,7 @@ impl TranslatedString {
"Firmware version {0}\nby {1}",
"",
"Check your backup?",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The entered wallet backup is valid and matches the one in this device.",
"The entered wallet backup is valid but does not match the one in the device.",
"The entered recovery shares are valid and match what is currently in the device.",
@@ -4602,7 +4602,7 @@ impl TranslatedString {
"Wallet backup",
"Recovery share #{0}",
"The required number of groups for recovery.",
- "Select the correct word for each position.",
+ "",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
@@ -4789,17 +4789,17 @@ impl TranslatedString {
"Submit ballot",
"Submit proposal",
"Submit proposals",
- "Press both left and right at the same\ntime to confirm.",
- "Press and hold the right button to\napprove important operations.",
- "You're ready to\nuse Trezor.",
- "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up.",
- "Are you sure you\nwant to skip the tutorial?",
- "Hello",
- "Screen scroll",
- "Skip tutorial",
- "Tutorial complete",
"",
- "Welcome to Trezor. Press right to continue.",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
"Increase and retrieve the U2F counter?",
"Set the U2F counter to {0}?",
"Get U2F counter",
@@ -4817,8 +4817,8 @@ impl TranslatedString {
"Invalid wipe code",
"The wipe codes you entered do not match.",
"Re-enter wipe code",
- "Please re-enter wipe code to confirm.",
- "Check wipe code",
+ "",
+ "",
"Invalid wipe code",
"Wipe code settings",
"Turn off wipe code protection?",
@@ -4852,7 +4852,7 @@ impl TranslatedString {
"Recipient",
"Sign",
"Signer",
- "Check",
+ "",
"",
"Information",
"",
@@ -4890,11 +4890,11 @@ impl TranslatedString {
"Tap to confirm",
"",
"Important",
- "I wrote down all {0} words in order.",
+ "",
"Create a backup to avoid losing access to your funds",
"Let's do a quick check of your backup.",
"Instructions",
- "Not recommended!",
+ "",
"Account info",
"If receive address doesn't match, contact Trezor Support at trezor.io/support.",
"",
@@ -4942,9 +4942,9 @@ impl TranslatedString {
"Cancel create wallet",
"Incorrect word selected",
"More at",
- "How many wallet backup shares do you want to create?",
"",
- "Select the minimum shares required to recover your wallet.",
+ "",
+ "",
"",
"",
"",
@@ -4955,7 +4955,7 @@ impl TranslatedString {
"",
"Find context-specific actions and options in the menu.",
"One more step",
- "You're all set to start using your device!",
+ "",
"",
"",
"Easy navigation",
@@ -4969,32 +4969,32 @@ impl TranslatedString {
"Multi-share backup",
"Create additional backup?",
"Create backup",
- "Change wallpaper to default image?",
+ "",
"Words may repeat.",
"Repeat for all shares.",
"Settings",
"",
"The word is repeated",
"Let's begin",
- "Did you know?",
+ "",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
"Hold to confirm important actions",
- "Well done!",
+ "",
"Learn how to use and navigate this device with ease.",
"",
"Swipe horizontally",
"Adjust",
"Apply",
- "Display brightness changed",
+ "",
"Change display brightness",
"Done",
"",
"",
"Continue with empty passphrase?",
- "More credentials",
- "Select the credential that you would like to use for authentication.",
+ "",
+ "",
"for authentication",
"Select credential",
"Swipe down",
@@ -5029,7 +5029,7 @@ impl TranslatedString {
"",
"",
"",
- "Unlocked",
+ "",
"Max fees and rent",
"Max rent fee",
"Transaction fee",
@@ -5075,13 +5075,13 @@ impl TranslatedString {
"",
"",
"",
- "Let's do a quick check of Share #{0}.",
+ "",
"",
"",
"Cancel transaction",
"Using different paths for different XPUBs.",
"XPUB",
- "Cancel?",
+ "",
"{0} address",
"Provider contract address",
"View",
@@ -5093,7 +5093,7 @@ impl TranslatedString {
"Finish",
"Use menu to continue",
"Last one",
- "View more info, quit flow, ...",
+ "",
"",
"Replay this tutorial anytime from the Trezor Suite app.",
"",
@@ -5154,7 +5154,7 @@ impl TranslatedString {
"Wipe your Trezor and start the setup process again.",
"Set",
"Wipe",
- "Unlock",
+ "",
"Start entering",
"Disconnected",
"",
@@ -5192,8 +5192,8 @@ impl TranslatedString {
"Wipe code must be turned off before turning off PIN protection.",
"Wipe code set",
"PIN must be set before enabling wipe code.",
- "Cancel wipe code setup",
- "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets.",
+ "",
+ "",
"",
"",
"",
@@ -5266,1196 +5266,1196 @@ impl TranslatedString {
338,
384,
429,
- 456,
- 472,
- 500,
- 559,
- 559,
- 570,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 626,
+ 429,
+ 445,
+ 473,
+ 473,
+ 473,
+ 484,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 540,
+ 556,
+ 599,
642,
- 685,
- 728,
- 768,
- 783,
- 810,
- 834,
- 851,
- 863,
- 877,
+ 682,
+ 697,
+ 724,
+ 748,
+ 765,
+ 777,
+ 791,
+ 804,
+ 819,
+ 839,
+ 854,
+ 870,
+ 883,
890,
- 905,
- 925,
- 940,
- 956,
- 969,
- 976,
- 994,
- 1009,
- 1027,
- 1039,
- 1058,
- 1077,
- 1129,
- 1152,
- 1168,
- 1173,
- 1179,
- 1184,
- 1189,
- 1193,
- 1200,
- 1206,
- 1212,
- 1217,
- 1228,
- 1233,
+ 908,
+ 923,
+ 941,
+ 953,
+ 972,
+ 991,
+ 1043,
+ 1066,
+ 1082,
+ 1087,
+ 1093,
+ 1098,
+ 1103,
+ 1107,
+ 1114,
+ 1120,
+ 1126,
+ 1131,
+ 1142,
+ 1147,
+ 1154,
+ 1162,
+ 1169,
+ 1175,
+ 1175,
+ 1186,
+ 1192,
+ 1198,
+ 1205,
+ 1220,
+ 1224,
+ 1231,
1240,
- 1248,
- 1255,
- 1261,
- 1261,
- 1272,
- 1278,
- 1284,
- 1291,
- 1306,
- 1310,
- 1317,
- 1326,
- 1342,
- 1350,
- 1354,
+ 1256,
+ 1264,
+ 1268,
+ 1275,
+ 1280,
+ 1286,
+ 1289,
+ 1297,
+ 1309,
+ 1319,
+ 1323,
+ 1332,
+ 1340,
+ 1347,
+ 1351,
1361,
- 1366,
- 1372,
- 1375,
- 1383,
- 1395,
- 1405,
+ 1367,
+ 1374,
+ 1380,
1409,
- 1418,
- 1426,
- 1433,
- 1437,
- 1447,
- 1453,
- 1460,
- 1466,
- 1495,
- 1527,
- 1559,
+ 1441,
+ 1473,
+ 1503,
+ 1540,
+ 1557,
+ 1576,
+ 1581,
1589,
- 1626,
- 1643,
+ 1600,
+ 1613,
+ 1639,
1662,
- 1667,
- 1675,
- 1686,
- 1699,
- 1725,
+ 1681,
+ 1703,
1748,
- 1767,
- 1789,
- 1834,
- 1851,
- 1851,
- 1907,
- 1926,
- 1960,
- 1992,
- 2030,
- 2055,
- 2059,
- 2103,
- 2113,
+ 1765,
+ 1765,
+ 1821,
+ 1840,
+ 1874,
+ 1906,
+ 1944,
+ 1969,
+ 1973,
+ 2017,
+ 2027,
+ 2040,
+ 2069,
+ 2084,
+ 2096,
+ 2106,
+ 2118,
2126,
- 2155,
- 2170,
- 2182,
- 2192,
- 2204,
- 2212,
- 2223,
- 2269,
- 2319,
- 2389,
- 2397,
- 2403,
- 2417,
- 2445,
- 2452,
- 2507,
- 2512,
- 2517,
+ 2137,
+ 2183,
+ 2233,
+ 2303,
+ 2311,
+ 2317,
+ 2331,
+ 2359,
+ 2366,
+ 2421,
+ 2426,
+ 2431,
+ 2435,
+ 2441,
+ 2448,
+ 2457,
+ 2475,
+ 2492,
+ 2502,
2521,
- 2527,
- 2534,
- 2543,
- 2561,
- 2578,
- 2588,
- 2607,
+ 2539,
+ 2560,
+ 2576,
+ 2591,
+ 2597,
2625,
- 2646,
- 2662,
- 2677,
- 2683,
- 2711,
+ 2703,
+ 2716,
+ 2722,
+ 2725,
+ 2728,
+ 2744,
+ 2755,
+ 2769,
+ 2786,
2789,
- 2802,
+ 2795,
2808,
- 2811,
- 2814,
- 2830,
- 2841,
- 2855,
- 2872,
- 2875,
- 2881,
- 2894,
- 2901,
- 2912,
- 2937,
- 2953,
- 2977,
- 2999,
+ 2815,
+ 2826,
+ 2851,
+ 2867,
+ 2891,
+ 2913,
+ 2944,
+ 2966,
+ 2989,
+ 2996,
+ 3014,
3030,
- 3052,
- 3075,
- 3082,
- 3100,
- 3116,
- 3127,
- 3181,
- 3270,
- 3270,
- 3284,
- 3369,
- 3453,
- 3502,
- 3505,
- 3531,
- 3547,
- 3558,
- 3571,
- 3601,
- 3616,
- 3630,
- 3637,
- 3643,
- 3677,
- 3712,
- 3741,
- 3771,
- 3785,
- 3795,
- 3813,
- 3813,
- 3833,
- 3851,
- 3860,
+ 3041,
+ 3095,
+ 3184,
+ 3184,
+ 3198,
+ 3283,
+ 3367,
+ 3416,
+ 3419,
+ 3445,
+ 3461,
+ 3472,
+ 3485,
+ 3515,
+ 3530,
+ 3544,
+ 3551,
+ 3557,
+ 3591,
+ 3626,
+ 3655,
+ 3685,
+ 3699,
+ 3709,
+ 3727,
+ 3727,
+ 3747,
+ 3765,
+ 3774,
+ 3774,
+ 3782,
+ 3782,
+ 3794,
+ 3834,
3860,
- 3868,
- 3880,
- 3892,
- 3932,
+ 3871,
+ 3906,
+ 3906,
+ 3921,
+ 3947,
3958,
- 3969,
- 4004,
- 4004,
- 4019,
- 4045,
- 4056,
- 4070,
- 4077,
- 4082,
- 4093,
- 4101,
- 4105,
- 4113,
- 4116,
- 4123,
- 4131,
- 4142,
- 4146,
- 4155,
- 4159,
- 4163,
- 4166,
- 4177,
- 4182,
- 4188,
- 4193,
- 4203,
- 4208,
- 4216,
- 4222,
- 4233,
- 4241,
- 4247,
- 4263,
- 4272,
- 4274,
- 4282,
- 4286,
- 4296,
- 4307,
- 4318,
- 4336,
- 4350,
- 4355,
- 4367,
- 4367,
- 4382,
- 4391,
- 4400,
- 4415,
- 4431,
- 4460,
- 4476,
- 4492,
- 4507,
- 4523,
- 4540,
- 4556,
- 4587,
+ 3972,
+ 3979,
+ 3984,
+ 3995,
+ 4003,
+ 4007,
+ 4015,
+ 4018,
+ 4025,
+ 4033,
+ 4044,
+ 4048,
+ 4057,
+ 4061,
+ 4065,
+ 4068,
+ 4079,
+ 4084,
+ 4090,
+ 4095,
+ 4105,
+ 4110,
+ 4118,
+ 4124,
+ 4135,
+ 4143,
+ 4149,
+ 4165,
+ 4174,
+ 4176,
+ 4184,
+ 4188,
+ 4198,
+ 4209,
+ 4220,
+ 4238,
+ 4252,
+ 4257,
+ 4269,
+ 4269,
+ 4284,
+ 4293,
+ 4302,
+ 4317,
+ 4333,
+ 4362,
+ 4378,
+ 4394,
+ 4409,
+ 4425,
+ 4442,
+ 4458,
+ 4489,
+ 4499,
+ 4513,
+ 4528,
+ 4542,
+ 4560,
+ 4575,
+ 4584,
4597,
- 4611,
- 4626,
- 4640,
- 4658,
- 4673,
- 4682,
- 4695,
- 4718,
- 4747,
- 4785,
- 4802,
- 4820,
- 4876,
- 4919,
- 4971,
- 5049,
- 5071,
- 5134,
- 5148,
- 5187,
- 5216,
- 5234,
- 5251,
- 5267,
- 5281,
- 5298,
- 5309,
- 5325,
- 5337,
- 5354,
- 5376,
+ 4620,
+ 4649,
+ 4687,
+ 4704,
+ 4722,
+ 4778,
+ 4821,
+ 4873,
+ 4951,
+ 4973,
+ 5036,
+ 5050,
+ 5089,
+ 5118,
+ 5136,
+ 5153,
+ 5169,
+ 5183,
+ 5200,
+ 5211,
+ 5227,
+ 5239,
+ 5256,
+ 5278,
+ 5278,
+ 5293,
+ 5307,
+ 5307,
+ 5322,
+ 5335,
+ 5348,
+ 5367,
+ 5384,
+ 5401,
+ 5412,
5420,
- 5435,
- 5449,
- 5465,
- 5480,
- 5493,
- 5506,
- 5525,
- 5542,
- 5559,
- 5570,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5453,
+ 5472,
+ 5492,
+ 5515,
+ 5544,
+ 5561,
5578,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
+ 5592,
+ 5605,
5611,
- 5630,
+ 5624,
+ 5637,
5650,
- 5673,
+ 5664,
+ 5683,
5702,
- 5719,
- 5736,
- 5750,
- 5763,
- 5769,
- 5782,
- 5795,
- 5808,
- 5822,
- 5841,
- 5860,
- 5871,
- 5884,
- 5900,
- 5909,
- 5925,
- 5945,
- 5965,
- 5975,
- 5991,
- 6005,
- 6020,
- 6035,
- 6054,
- 6068,
- 6078,
- 6095,
- 6108,
- 6125,
- 6143,
- 6153,
- 6167,
- 6213,
- 6262,
- 6298,
- 6350,
- 6386,
- 6424,
- 6432,
- 6440,
- 6443,
- 6457,
- 6472,
- 6492,
- 6506,
- 6526,
- 6543,
- 6558,
- 6576,
- 6594,
- 6613,
+ 5713,
+ 5726,
+ 5742,
+ 5751,
+ 5767,
+ 5787,
+ 5807,
+ 5817,
+ 5833,
+ 5847,
+ 5862,
+ 5877,
+ 5896,
+ 5910,
+ 5920,
+ 5937,
+ 5950,
+ 5967,
+ 5985,
+ 5995,
+ 6009,
+ 6055,
+ 6104,
+ 6140,
+ 6192,
+ 6228,
+ 6266,
+ 6274,
+ 6282,
+ 6285,
+ 6299,
+ 6314,
+ 6334,
+ 6348,
+ 6368,
+ 6385,
+ 6400,
+ 6418,
+ 6436,
+ 6455,
+ 6491,
+ 6513,
+ 6525,
+ 6538,
+ 6554,
+ 6564,
+ 6572,
+ 6583,
+ 6640,
6649,
+ 6662,
6671,
- 6683,
- 6696,
- 6712,
- 6722,
- 6730,
- 6741,
- 6798,
+ 6679,
+ 6693,
+ 6717,
+ 6734,
+ 6742,
+ 6768,
+ 6779,
+ 6793,
6807,
- 6820,
- 6829,
- 6837,
- 6851,
- 6875,
- 6892,
- 6900,
- 6926,
- 6937,
- 6951,
- 6965,
- 6974,
- 6991,
- 7029,
- 7036,
- 7038,
- 7048,
- 7061,
- 7080,
- 7086,
- 7115,
- 7165,
- 7178,
- 7208,
- 7220,
- 7235,
- 7246,
- 7261,
- 7286,
- 7325,
- 7428,
- 7445,
- 7477,
- 7515,
- 7544,
- 7599,
- 7617,
- 7633,
- 7648,
- 7667,
- 7684,
- 7715,
- 7745,
- 7755,
- 7767,
- 7840,
+ 6816,
+ 6833,
+ 6871,
+ 6878,
+ 6880,
+ 6890,
+ 6903,
+ 6922,
+ 6928,
+ 6957,
+ 7007,
+ 7020,
+ 7050,
+ 7062,
+ 7077,
+ 7088,
+ 7103,
+ 7128,
+ 7167,
+ 7270,
+ 7287,
+ 7319,
+ 7357,
+ 7386,
+ 7441,
+ 7459,
+ 7475,
+ 7490,
+ 7509,
+ 7526,
+ 7557,
+ 7587,
+ 7597,
+ 7609,
+ 7609,
+ 7659,
+ 7685,
+ 7710,
+ 7719,
+ 7732,
+ 7770,
+ 7813,
+ 7824,
+ 7836,
+ 7862,
+ 7874,
+ 7874,
7890,
- 7916,
- 7941,
- 7950,
- 7963,
- 8001,
+ 7890,
+ 7890,
+ 7890,
+ 7902,
+ 7911,
+ 7921,
+ 7970,
+ 7993,
+ 8002,
+ 8010,
+ 8020,
8044,
- 8055,
- 8067,
- 8093,
- 8105,
- 8105,
- 8121,
- 8152,
- 8183,
- 8192,
- 8204,
- 8213,
- 8223,
- 8272,
- 8295,
- 8304,
- 8312,
- 8322,
- 8346,
- 8360,
- 8374,
- 8388,
- 8408,
- 8420,
- 8432,
- 8456,
- 8460,
- 8482,
- 8503,
- 8516,
- 8527,
- 8537,
- 8550,
- 8572,
- 8582,
- 8598,
- 8637,
- 8653,
- 8680,
- 8680,
- 8698,
- 8771,
- 8841,
- 8917,
- 8997,
- 9084,
- 9099,
- 9117,
- 9141,
- 9176,
- 9185,
- 9209,
- 9239,
- 9270,
- 9288,
- 9330,
- 9392,
- 9418,
- 9418,
- 9439,
- 9488,
- 9497,
- 9511,
- 9530,
- 9545,
- 9557,
- 9571,
- 9587,
- 9607,
- 9632,
- 9681,
- 9734,
+ 8058,
+ 8072,
+ 8086,
+ 8106,
+ 8118,
+ 8130,
+ 8154,
+ 8158,
+ 8180,
+ 8201,
+ 8214,
+ 8225,
+ 8235,
+ 8248,
+ 8270,
+ 8280,
+ 8296,
+ 8335,
+ 8351,
+ 8378,
+ 8378,
+ 8396,
+ 8396,
+ 8466,
+ 8542,
+ 8622,
+ 8709,
+ 8724,
+ 8742,
+ 8766,
+ 8801,
+ 8810,
+ 8834,
+ 8864,
+ 8895,
+ 8913,
+ 8955,
+ 9017,
+ 9043,
+ 9043,
+ 9064,
+ 9113,
+ 9122,
+ 9136,
+ 9155,
+ 9170,
+ 9182,
+ 9196,
+ 9212,
+ 9232,
+ 9257,
+ 9306,
+ 9359,
+ 9370,
+ 9385,
+ 9415,
+ 9443,
+ 9468,
+ 9484,
+ 9567,
+ 9588,
+ 9609,
+ 9622,
+ 9636,
+ 9701,
+ 9701,
+ 9726,
9745,
- 9760,
+ 9761,
9790,
- 9818,
- 9843,
- 9859,
- 9942,
- 9963,
- 9984,
- 9997,
- 10011,
- 10076,
- 10076,
- 10101,
- 10120,
- 10136,
- 10165,
- 10190,
- 10253,
- 10300,
- 10349,
- 10387,
- 10520,
- 10563,
- 10584,
- 10596,
- 10640,
- 10684,
- 10708,
- 10739,
- 10778,
- 10827,
- 10952,
- 11069,
- 11117,
- 11117,
- 11124,
- 11155,
- 11168,
- 11187,
- 11230,
- 11272,
+ 9815,
+ 9878,
+ 9925,
+ 9974,
+ 10012,
+ 10145,
+ 10188,
+ 10209,
+ 10221,
+ 10265,
+ 10309,
+ 10333,
+ 10364,
+ 10403,
+ 10452,
+ 10577,
+ 10694,
+ 10742,
+ 10742,
+ 10749,
+ 10780,
+ 10793,
+ 10812,
+ 10855,
+ 10855,
+ 10855,
+ 10878,
+ 10910,
+ 10942,
+ 10957,
+ 10973,
+ 10989,
+ 11009,
+ 11029,
+ 11053,
+ 11090,
+ 11103,
+ 11119,
+ 11150,
+ 11150,
+ 11190,
+ 11190,
+ 11204,
+ 11217,
+ 11217,
+ 11217,
+ 11233,
+ 11233,
+ 11252,
11272,
- 11295,
- 11327,
- 11359,
- 11374,
- 11390,
- 11406,
- 11426,
- 11446,
- 11470,
- 11507,
- 11520,
- 11536,
- 11567,
- 11567,
- 11607,
- 11607,
- 11621,
- 11634,
- 11634,
- 11634,
- 11650,
- 11650,
- 11669,
- 11689,
- 11709,
- 11722,
- 11740,
+ 11292,
+ 11305,
+ 11323,
+ 11336,
+ 11380,
+ 11433,
+ 11433,
+ 11453,
+ 11483,
+ 11503,
+ 11514,
+ 11534,
+ 11568,
+ 11572,
+ 11577,
+ 11582,
+ 11601,
+ 11605,
+ 11673,
11753,
- 11797,
- 11850,
- 11850,
- 11870,
+ 11818,
+ 11831,
+ 11846,
+ 11883,
11900,
- 11920,
- 11931,
- 11951,
- 11985,
- 11989,
- 11994,
- 11999,
- 12018,
- 12022,
- 12090,
- 12170,
- 12235,
- 12248,
- 12263,
- 12300,
- 12317,
- 12382,
- 12427,
- 12492,
- 12536,
- 12549,
- 12563,
- 12613,
- 12640,
- 12689,
- 12731,
- 12815,
- 12861,
- 12910,
- 12928,
- 12943,
- 12962,
- 13018,
- 13085,
- 13126,
- 13140,
- 13140,
- 13154,
- 13185,
- 13198,
- 13209,
- 13241,
- 13256,
- 13273,
- 13285,
- 13292,
- 13306,
- 13316,
- 13336,
- 13336,
- 13350,
- 13371,
- 13371,
- 13371,
- 13380,
- 13395,
- 13410,
- 13422,
- 13436,
- 13449,
- 13473,
- 13489,
- 13501,
- 13566,
- 13582,
- 13634,
- 13669,
- 13689,
- 13705,
- 13705,
+ 11965,
+ 12010,
+ 12075,
+ 12119,
+ 12132,
+ 12146,
+ 12196,
+ 12223,
+ 12272,
+ 12314,
+ 12398,
+ 12444,
+ 12493,
+ 12511,
+ 12526,
+ 12545,
+ 12601,
+ 12668,
+ 12709,
+ 12723,
+ 12723,
+ 12737,
+ 12768,
+ 12781,
+ 12792,
+ 12824,
+ 12839,
+ 12856,
+ 12868,
+ 12875,
+ 12889,
+ 12899,
+ 12919,
+ 12919,
+ 12933,
+ 12954,
+ 12954,
+ 12954,
+ 12963,
+ 12978,
+ 12993,
+ 13005,
+ 13019,
+ 13032,
+ 13056,
+ 13072,
+ 13084,
+ 13149,
+ 13165,
+ 13217,
+ 13252,
+ 13272,
+ 13288,
+ 13288,
+ 13330,
+ 13387,
+ 13400,
+ 13418,
+ 13428,
+ 13437,
+ 13460,
+ 13471,
+ 13476,
+ 13486,
+ 13499,
+ 13505,
+ 13528,
+ 13538,
+ 13549,
+ 13563,
+ 13575,
+ 13575,
+ 13592,
+ 13592,
+ 13610,
+ 13624,
+ 13638,
+ 13644,
+ 13664,
+ 13676,
+ 13687,
13747,
- 13804,
- 13817,
- 13835,
- 13845,
+ 13760,
+ 13764,
+ 13768,
+ 13779,
+ 13788,
+ 13788,
+ 13788,
+ 13798,
+ 13801,
+ 13806,
+ 13809,
+ 13822,
+ 13828,
+ 13837,
13854,
- 13877,
- 13888,
- 13893,
- 13903,
- 13916,
- 13922,
- 13945,
- 13955,
- 13966,
- 13980,
- 13992,
- 13992,
- 14009,
- 14009,
- 14027,
- 14041,
- 14055,
- 14061,
- 14081,
+ 13866,
+ 13882,
+ 13882,
+ 13890,
+ 13907,
+ 13910,
+ 13921,
+ 13941,
+ 13954,
+ 13954,
+ 13967,
+ 13979,
+ 13986,
+ 13994,
+ 14003,
+ 14023,
+ 14059,
+ 14079,
14093,
- 14104,
- 14164,
- 14177,
- 14181,
- 14185,
- 14196,
- 14205,
- 14205,
- 14205,
- 14215,
- 14218,
- 14223,
- 14226,
- 14239,
- 14245,
- 14254,
- 14271,
- 14283,
- 14299,
- 14299,
- 14307,
- 14324,
- 14327,
- 14338,
- 14358,
- 14371,
- 14371,
- 14384,
- 14396,
- 14403,
- 14411,
- 14420,
- 14440,
- 14476,
- 14496,
- 14510,
- 14510,
- 14525,
- 14531,
- 14547,
- 14561,
- 14576,
- 14611,
- 14611,
- 14624,
- 14631,
- 14637,
- 14655,
- 14674,
- 14683,
- 14691,
+ 14093,
+ 14108,
+ 14114,
+ 14130,
+ 14144,
+ 14159,
+ 14194,
+ 14194,
+ 14207,
+ 14214,
+ 14220,
+ 14238,
+ 14257,
+ 14266,
+ 14274,
+ 14291,
+ 14308,
+ 14321,
+ 14336,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14390,
+ 14417,
+ 14432,
+ 14447,
+ 14471,
+ 14482,
+ 14521,
+ 14537,
+ 14555,
+ 14601,
+ 14620,
+ 14638,
+ 14651,
14708,
14725,
- 14738,
- 14753,
- 14769,
- 14823,
- 14887,
- 14914,
- 15023,
- 15066,
- 15071,
- 15084,
+ 14765,
+ 14783,
+ 14783,
+ 14783,
+ 14800,
+ 14818,
+ 14848,
+ 14877,
+ 14895,
+ 14910,
+ 14917,
+ 14925,
+ 14932,
+ 14938,
+ 14951,
+ 14959,
+ 14968,
+ 14974,
+ 14981,
+ 14992,
+ 15000,
+ 15016,
+ 15029,
+ 15034,
+ 15037,
+ 15041,
+ 15041,
+ 15086,
+ 15095,
15097,
- 15114,
- 15114,
- 15157,
- 15195,
- 15222,
- 15237,
- 15252,
- 15276,
+ 15104,
+ 15122,
+ 15138,
+ 15159,
+ 15168,
+ 15172,
+ 15178,
+ 15178,
+ 15178,
+ 15189,
+ 15189,
+ 15189,
+ 15189,
+ 15196,
+ 15203,
+ 15203,
+ 15210,
+ 15217,
+ 15225,
+ 15228,
+ 15244,
+ 15244,
+ 15249,
+ 15262,
15287,
- 15326,
- 15342,
- 15360,
- 15406,
- 15425,
- 15443,
- 15456,
- 15513,
- 15530,
- 15570,
+ 15292,
+ 15305,
+ 15328,
+ 15335,
+ 15362,
+ 15373,
+ 15386,
+ 15395,
+ 15449,
+ 15467,
+ 15481,
+ 15501,
+ 15523,
+ 15543,
+ 15550,
+ 15565,
+ 15565,
+ 15579,
+ 15579,
+ 15588,
15588,
- 15625,
15640,
- 15657,
- 15675,
- 15705,
- 15734,
- 15752,
- 15767,
- 15774,
- 15782,
- 15789,
- 15795,
- 15808,
- 15816,
- 15825,
- 15831,
- 15838,
- 15849,
- 15857,
- 15873,
- 15886,
- 15891,
- 15894,
- 15898,
- 15898,
- 15943,
- 15952,
- 15954,
- 15961,
- 15979,
- 15995,
- 16016,
- 16025,
- 16029,
- 16035,
- 16040,
- 16040,
- 16051,
- 16051,
- 16051,
- 16051,
- 16058,
- 16065,
- 16065,
- 16072,
- 16079,
- 16087,
- 16090,
- 16106,
- 16106,
- 16111,
- 16124,
- 16149,
- 16154,
- 16167,
- 16190,
- 16197,
- 16224,
- 16235,
- 16248,
- 16257,
- 16311,
- 16329,
- 16343,
- 16363,
- 16385,
- 16405,
- 16412,
- 16427,
- 16427,
- 16441,
- 16441,
- 16450,
- 16486,
- 16538,
- 16576,
- 16588,
- 16604,
- 16616,
- 16694,
- 16694,
- 16701,
- 16716,
- 16735,
- 16750,
- 16775,
- 16775,
- 16775,
- 16775,
- 16786,
- 16795,
- 16807,
- 16815,
- 16836,
- 16848,
- 16867,
- 16948,
- 17006,
- 17006,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17042,
- 17058,
- 17079,
- 17079,
- 17089,
- 17089,
- 17089,
- 17089,
- 17099,
- 17131,
- 17160,
- 17220,
- 17282,
- 17282,
- 17329,
- 17329,
- 17348,
- 17368,
- 17391,
- 17398,
- 17450,
- 17450,
- 17508,
- 17508,
- 17508,
- 17508,
- 17526,
- 17543,
- 17556,
- 17556,
- 17556,
- 17610,
- 17623,
- 17665,
- 17665,
- 17665,
- 17680,
- 17680,
- 17680,
- 17699,
- 17707,
- 17717,
- 17738,
- 17756,
- 17774,
+ 15678,
+ 15690,
+ 15690,
+ 15702,
+ 15780,
+ 15780,
+ 15787,
+ 15802,
+ 15821,
+ 15836,
+ 15861,
+ 15861,
+ 15861,
+ 15861,
+ 15872,
+ 15881,
+ 15893,
+ 15901,
+ 15922,
+ 15934,
+ 15953,
+ 16034,
+ 16092,
+ 16092,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16128,
+ 16144,
+ 16165,
+ 16165,
+ 16175,
+ 16175,
+ 16175,
+ 16175,
+ 16185,
+ 16217,
+ 16246,
+ 16306,
+ 16368,
+ 16368,
+ 16415,
+ 16415,
+ 16434,
+ 16454,
+ 16477,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16502,
+ 16519,
+ 16532,
+ 16532,
+ 16532,
+ 16586,
+ 16599,
+ 16599,
+ 16599,
+ 16599,
+ 16614,
+ 16614,
+ 16614,
+ 16633,
+ 16641,
+ 16651,
+ 16672,
+ 16690,
+ 16708,
+ 16733,
+ 16746,
+ 16746,
+ 16763,
+ 16785,
+ 16793,
+ 16793,
+ 16813,
+ 16824,
+ 16824,
+ 16901,
+ 16917,
+ 16927,
+ 16960,
+ 16960,
+ 17012,
+ 17012,
+ 17030,
+ 17036,
+ 17041,
+ 17041,
+ 17066,
+ 17070,
+ 17070,
+ 17070,
+ 17101,
+ 17101,
+ 17101,
+ 17119,
+ 17136,
+ 17146,
+ 17164,
+ 17184,
+ 17199,
+ 17223,
+ 17237,
+ 17250,
+ 17276,
+ 17296,
+ 17312,
+ 17312,
+ 17320,
+ 17325,
+ 17354,
+ 17406,
+ 17418,
+ 17423,
+ 17436,
+ 17444,
+ 17454,
+ 17514,
+ 17540,
+ 17547,
+ 17578,
+ 17590,
+ 17607,
+ 17629,
+ 17644,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17676,
+ 17688,
+ 17703,
+ 17710,
+ 17726,
+ 17734,
+ 17775,
+ 17789,
17799,
- 17812,
- 17846,
- 17863,
- 17885,
- 17893,
- 17893,
- 17913,
+ 17832,
+ 17841,
+ 17881,
+ 17897,
+ 17903,
+ 17914,
+ 17919,
17924,
- 17937,
- 18014,
- 18030,
- 18040,
- 18073,
- 18083,
- 18135,
- 18135,
- 18153,
- 18159,
- 18164,
- 18190,
- 18215,
- 18219,
- 18219,
- 18219,
- 18250,
- 18266,
- 18334,
- 18352,
- 18369,
- 18379,
+ 17927,
+ 17940,
+ 17961,
+ 18003,
+ 18053,
+ 18066,
+ 18096,
+ 18096,
+ 18175,
+ 18221,
+ 18235,
+ 18282,
+ 18297,
+ 18301,
+ 18307,
+ 18319,
+ 18319,
+ 18345,
18397,
- 18417,
- 18432,
- 18456,
- 18470,
- 18483,
- 18509,
- 18529,
- 18545,
- 18545,
- 18553,
- 18558,
- 18587,
- 18639,
- 18651,
- 18656,
- 18669,
- 18677,
- 18687,
- 18747,
- 18773,
+ 18405,
+ 18438,
+ 18462,
+ 18479,
+ 18494,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18524,
+ 18566,
+ 18570,
+ 18570,
+ 18581,
+ 18606,
+ 18610,
+ 18614,
+ 18630,
+ 18644,
+ 18650,
+ 18670,
+ 18676,
+ 18696,
+ 18704,
+ 18704,
+ 18704,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18780,
18780,
- 18811,
- 18823,
- 18840,
- 18862,
+ 18789,
+ 18799,
+ 18809,
+ 18827,
18877,
- 18892,
- 18892,
- 18892,
- 18892,
- 18900,
- 18917,
- 18929,
- 18944,
- 18951,
- 18967,
- 18975,
- 19016,
- 19030,
- 19040,
+ 18877,
+ 18894,
+ 18894,
+ 18898,
+ 18898,
+ 18913,
+ 18926,
+ 18926,
+ 18937,
+ 18949,
+ 18949,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18983,
+ 18999,
+ 18999,
+ 18999,
+ 18999,
+ 19004,
+ 19013,
+ 19019,
+ 19029,
+ 19032,
+ 19038,
+ 19038,
+ 19038,
+ 19044,
+ 19052,
+ 19063,
19073,
- 19082,
- 19122,
- 19138,
- 19144,
- 19155,
- 19160,
- 19165,
- 19168,
- 19181,
- 19202,
- 19244,
- 19294,
- 19307,
- 19337,
- 19337,
- 19416,
- 19462,
- 19476,
- 19523,
- 19538,
- 19542,
+ 19081,
+ 19098,
+ 19114,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19132,
+ 19183,
+ 19186,
+ 19190,
+ 19190,
+ 19204,
+ 19216,
+ 19216,
+ 19223,
+ 19229,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19297,
+ 19310,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19423,
+ 19494,
19548,
- 19560,
- 19560,
- 19586,
- 19638,
- 19646,
- 19679,
- 19703,
+ 19600,
+ 19600,
+ 19610,
+ 19614,
+ 19623,
+ 19637,
+ 19700,
+ 19711,
19720,
- 19735,
- 19747,
- 19747,
- 19747,
- 19747,
- 19784,
- 19784,
- 19784,
- 19802,
- 19844,
- 19848,
- 19855,
- 19866,
- 19891,
- 19895,
- 19899,
- 19915,
+ 19728,
+ 19733,
+ 19739,
+ 19755,
+ 19761,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19906,
+ 19916,
19929,
- 19935,
- 19955,
- 19961,
- 19981,
- 19989,
- 20019,
- 20019,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20095,
- 20095,
- 20104,
- 20114,
- 20124,
- 20142,
- 20192,
- 20192,
- 20209,
+ 19940,
+ 19953,
+ 19966,
+ 19998,
+ 20033,
+ 20069,
+ 20107,
+ 20115,
+ 20128,
+ 20166,
+ 20178,
+ 20201,
20209,
- 20213,
- 20213,
- 20228,
- 20241,
- 20241,
- 20252,
- 20264,
- 20264,
- 20285,
- 20285,
- 20285,
- 20285,
- 20285,
- 20298,
- 20314,
- 20314,
- 20314,
- 20314,
- 20319,
- 20328,
- 20334,
- 20344,
- 20347,
- 20353,
- 20353,
- 20353,
- 20359,
- 20367,
- 20378,
- 20388,
- 20396,
- 20413,
- 20429,
- 20438,
- 20438,
- 20438,
- 20438,
- 20438,
- 20447,
- 20498,
- 20501,
- 20505,
- 20511,
- 20525,
- 20537,
- 20537,
- 20544,
- 20550,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20618,
- 20631,
- 20673,
- 20695,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20866,
- 20937,
- 20991,
- 21043,
- 21043,
- 21053,
- 21057,
- 21066,
- 21080,
- 21143,
- 21154,
- 21163,
- 21171,
- 21176,
- 21182,
- 21198,
- 21204,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21349,
- 21359,
- 21372,
- 21383,
- 21396,
- 21409,
- 21441,
- 21476,
- 21512,
- 21550,
- 21558,
- 21571,
- 21609,
- 21621,
- 21644,
- 21652,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -6479,10 +6479,10 @@ impl TranslatedString {
"Auto-lock delay",
"You can back up your Trezor once, at any time.",
"You should back up your new wallet right now.",
- "It should be backed up now!",
+ "",
"Wallet created.\n",
"Wallet created successfully.",
- "You can use your backup to recover your wallet at any time.",
+ "",
"",
"Skip backup",
"Are you sure you want to skip the backup?",
@@ -6683,7 +6683,7 @@ impl TranslatedString {
"Fee rate:",
"",
"Fee info",
- "Sending from",
+ "",
"Loading seed",
"Loading private seed is not recommended.",
"Change device name to {0}?",
@@ -6778,10 +6778,10 @@ impl TranslatedString {
"U2F register",
"FIDO2 verify user",
"Unable to verify user.",
- "Do you really want to erase all credentials?",
+ "",
"Update firmware",
"FW fingerprint",
- "Click to Connect",
+ "",
"Click to Unlock",
"Backup failed",
"Backup needed",
@@ -6909,7 +6909,7 @@ impl TranslatedString {
"Turn on passphrase protection?",
"Change PIN",
"PIN changed.",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The new PIN must be different from your wipe code.",
"PIN protection\nturned off.",
"PIN protection\nturned on.",
@@ -6923,9 +6923,9 @@ impl TranslatedString {
"PIN mismatch",
"",
"Re-enter new PIN",
- "Please re-enter PIN to confirm.",
- "PIN should be 4-50 digits long.",
- "Check PIN",
+ "",
+ "",
+ "",
"PIN settings",
"Wrong PIN",
"tries left",
@@ -6957,7 +6957,7 @@ impl TranslatedString {
"Firmware version {0}\nby {1}",
"",
"Check your backup?",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The entered wallet backup is valid and matches the one in this device.",
"The entered wallet backup is valid but does not match the one in the device.",
"The entered recovery shares are valid and match what is currently in the device.",
@@ -7029,7 +7029,7 @@ impl TranslatedString {
"Wallet backup",
"Recovery share #{0}",
"The required number of groups for recovery.",
- "Select the correct word for each position.",
+ "",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
@@ -7216,23 +7216,23 @@ impl TranslatedString {
"Submit ballot",
"Submit proposal",
"Submit proposals",
- "Press both left and right at the same\ntime to confirm.",
- "Press and hold the right button to\napprove important operations.",
- "You're ready to\nuse Trezor.",
- "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up.",
- "Are you sure you\nwant to skip the tutorial?",
- "Hello",
- "Screen scroll",
- "Skip tutorial",
- "Tutorial complete",
"",
- "Welcome to Trezor. Press right to continue.",
- "Increase and retrieve the U2F counter?",
- "Set the U2F counter to {0}?",
- "Get U2F counter",
- "Set U2F counter",
- "All data will be erased.",
- "Wipe device",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "Increase and retrieve the U2F counter?",
+ "Set the U2F counter to {0}?",
+ "Get U2F counter",
+ "Set U2F counter",
+ "All data will be erased.",
+ "Wipe device",
"Do you really want to wipe the device?\n",
"Change wipe code",
"Wipe code changed.",
@@ -7244,8 +7244,8 @@ impl TranslatedString {
"Invalid wipe code",
"The wipe codes you entered do not match.",
"Re-enter wipe code",
- "Please re-enter wipe code to confirm.",
- "Check wipe code",
+ "",
+ "",
"Invalid wipe code",
"Wipe code settings",
"Turn off wipe code protection?",
@@ -7279,7 +7279,7 @@ impl TranslatedString {
"Recipient",
"Sign",
"Signer",
- "Check",
+ "",
"",
"Information",
"",
@@ -7317,11 +7317,11 @@ impl TranslatedString {
"Tap to confirm",
"",
"Important",
- "I wrote down all {0} words in order.",
+ "",
"Create a backup to avoid losing access to your funds",
"Let's do a quick check of your backup.",
"Instructions",
- "Not recommended!",
+ "",
"Account info",
"If receive address doesn't match, contact Trezor Support at trezor.io/support.",
"",
@@ -7369,9 +7369,9 @@ impl TranslatedString {
"Cancel create wallet",
"Incorrect word selected",
"More at",
- "How many wallet backup shares do you want to create?",
"",
- "Select the minimum shares required to recover your wallet.",
+ "",
+ "",
"",
"",
"",
@@ -7382,7 +7382,7 @@ impl TranslatedString {
"",
"Find context-specific actions and options in the menu.",
"One more step",
- "You're all set to start using your device!",
+ "",
"",
"",
"Easy navigation",
@@ -7396,32 +7396,32 @@ impl TranslatedString {
"Multi-share backup",
"Create additional backup?",
"Create backup",
- "Change wallpaper to default image?",
+ "",
"Words may repeat.",
"Repeat for all shares.",
"Settings",
"",
"The word is repeated",
"Let's begin",
- "Did you know?",
+ "",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
"Hold to confirm important actions",
- "Well done!",
+ "",
"Learn how to use and navigate this device with ease.",
"",
"Swipe horizontally",
"Adjust",
"Apply",
- "Display brightness changed",
+ "",
"Change display brightness",
"Done",
"",
"",
"Continue with empty passphrase?",
- "More credentials",
- "Select the credential that you would like to use for authentication.",
+ "",
+ "",
"for authentication",
"Select credential",
"Swipe down",
@@ -7456,7 +7456,7 @@ impl TranslatedString {
"",
"",
"",
- "Unlocked",
+ "",
"Max fees and rent",
"Max rent fee",
"Transaction fee",
@@ -7502,13 +7502,13 @@ impl TranslatedString {
"",
"",
"",
- "Let's do a quick check of Share #{0}.",
+ "",
"",
"",
"Cancel transaction",
"Using different paths for different XPUBs.",
"XPUB",
- "Cancel?",
+ "",
"{0} address",
"Provider contract address",
"View",
@@ -7520,7 +7520,7 @@ impl TranslatedString {
"Finish",
"Use menu to continue",
"Last one",
- "View more info, quit flow, ...",
+ "",
"",
"Replay this tutorial anytime from the Trezor Suite app.",
"",
@@ -7581,7 +7581,7 @@ impl TranslatedString {
"Wipe your Trezor and start the setup process again.",
"Set",
"Wipe",
- "Unlock",
+ "",
"Start entering",
"Disconnected",
"",
@@ -7619,8 +7619,8 @@ impl TranslatedString {
"Wipe code must be turned off before turning off PIN protection.",
"Wipe code set",
"PIN must be set before enabling wipe code.",
- "Cancel wipe code setup",
- "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets.",
+ "",
+ "",
"",
"",
"",
@@ -7693,1196 +7693,1196 @@ impl TranslatedString {
338,
384,
429,
- 456,
- 472,
- 500,
- 559,
- 559,
- 570,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 626,
+ 429,
+ 445,
+ 473,
+ 473,
+ 473,
+ 484,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 540,
+ 556,
+ 599,
642,
- 685,
- 728,
- 768,
- 783,
- 810,
- 834,
- 851,
- 863,
- 877,
+ 682,
+ 697,
+ 724,
+ 748,
+ 765,
+ 777,
+ 791,
+ 804,
+ 819,
+ 839,
+ 854,
+ 870,
+ 883,
890,
- 905,
- 925,
- 940,
- 956,
- 969,
- 976,
- 994,
- 1009,
- 1027,
- 1039,
- 1058,
- 1077,
- 1129,
- 1152,
- 1168,
- 1173,
- 1179,
- 1184,
- 1189,
- 1193,
- 1200,
- 1206,
- 1212,
- 1217,
- 1228,
- 1233,
+ 908,
+ 923,
+ 941,
+ 953,
+ 972,
+ 991,
+ 1043,
+ 1066,
+ 1082,
+ 1087,
+ 1093,
+ 1098,
+ 1103,
+ 1107,
+ 1114,
+ 1120,
+ 1126,
+ 1131,
+ 1142,
+ 1147,
+ 1154,
+ 1162,
+ 1169,
+ 1175,
+ 1175,
+ 1186,
+ 1192,
+ 1198,
+ 1205,
+ 1220,
+ 1224,
+ 1231,
1240,
- 1248,
- 1255,
- 1261,
- 1261,
- 1272,
- 1278,
- 1284,
- 1291,
- 1306,
- 1310,
- 1317,
- 1326,
- 1342,
- 1350,
- 1354,
+ 1256,
+ 1264,
+ 1268,
+ 1275,
+ 1280,
+ 1286,
+ 1289,
+ 1297,
+ 1309,
+ 1319,
+ 1323,
+ 1332,
+ 1340,
+ 1347,
+ 1351,
1361,
- 1366,
- 1372,
- 1375,
- 1383,
- 1395,
- 1405,
+ 1367,
+ 1374,
+ 1380,
1409,
- 1418,
- 1426,
- 1433,
- 1437,
- 1447,
- 1453,
- 1460,
- 1466,
- 1495,
- 1527,
- 1559,
+ 1441,
+ 1473,
+ 1503,
+ 1540,
+ 1557,
+ 1576,
+ 1581,
1589,
- 1626,
- 1643,
+ 1600,
+ 1613,
+ 1639,
1662,
- 1667,
- 1675,
- 1686,
- 1699,
- 1725,
+ 1681,
+ 1703,
1748,
- 1767,
- 1789,
- 1834,
- 1851,
- 1851,
- 1907,
- 1926,
- 1960,
- 1992,
- 2030,
- 2055,
- 2059,
- 2103,
- 2113,
+ 1765,
+ 1765,
+ 1821,
+ 1840,
+ 1874,
+ 1906,
+ 1944,
+ 1969,
+ 1973,
+ 2017,
+ 2027,
+ 2040,
+ 2069,
+ 2084,
+ 2096,
+ 2106,
+ 2118,
2126,
- 2155,
- 2170,
- 2182,
- 2192,
- 2204,
- 2212,
- 2223,
- 2269,
- 2319,
- 2389,
- 2397,
- 2403,
- 2417,
- 2445,
- 2452,
- 2507,
- 2512,
- 2517,
+ 2137,
+ 2183,
+ 2233,
+ 2303,
+ 2311,
+ 2317,
+ 2331,
+ 2359,
+ 2366,
+ 2421,
+ 2426,
+ 2431,
+ 2435,
+ 2441,
+ 2448,
+ 2457,
+ 2475,
+ 2492,
+ 2502,
2521,
- 2527,
- 2534,
- 2543,
- 2561,
- 2578,
- 2588,
- 2607,
+ 2539,
+ 2560,
+ 2576,
+ 2591,
+ 2597,
2625,
- 2646,
- 2662,
- 2677,
- 2683,
- 2711,
+ 2703,
+ 2716,
+ 2722,
+ 2725,
+ 2728,
+ 2744,
+ 2755,
+ 2769,
+ 2786,
2789,
- 2802,
+ 2795,
2808,
- 2811,
- 2814,
- 2830,
- 2841,
- 2855,
- 2872,
- 2875,
- 2881,
- 2894,
- 2901,
- 2912,
- 2937,
- 2953,
- 2977,
- 2999,
+ 2815,
+ 2826,
+ 2851,
+ 2867,
+ 2891,
+ 2913,
+ 2944,
+ 2966,
+ 2989,
+ 2996,
+ 3014,
3030,
- 3052,
- 3075,
- 3082,
- 3100,
- 3116,
- 3127,
- 3181,
- 3270,
- 3270,
- 3284,
- 3369,
- 3453,
- 3502,
- 3505,
- 3531,
- 3547,
- 3558,
- 3571,
- 3601,
- 3616,
- 3630,
- 3637,
- 3643,
- 3677,
- 3712,
- 3741,
- 3771,
- 3785,
- 3795,
- 3813,
- 3813,
- 3833,
- 3851,
- 3860,
+ 3041,
+ 3095,
+ 3184,
+ 3184,
+ 3198,
+ 3283,
+ 3367,
+ 3416,
+ 3419,
+ 3445,
+ 3461,
+ 3472,
+ 3485,
+ 3515,
+ 3530,
+ 3544,
+ 3551,
+ 3557,
+ 3591,
+ 3626,
+ 3655,
+ 3685,
+ 3699,
+ 3709,
+ 3727,
+ 3727,
+ 3747,
+ 3765,
+ 3774,
+ 3774,
+ 3782,
+ 3782,
+ 3794,
+ 3834,
3860,
- 3868,
- 3880,
- 3892,
- 3932,
+ 3871,
+ 3906,
+ 3906,
+ 3921,
+ 3947,
3958,
- 3969,
- 4004,
- 4004,
- 4019,
- 4045,
- 4056,
- 4070,
- 4077,
- 4082,
- 4093,
- 4101,
+ 3972,
+ 3979,
+ 3984,
+ 3995,
+ 4003,
+ 4007,
+ 4015,
+ 4018,
+ 4025,
+ 4033,
+ 4044,
+ 4048,
+ 4057,
+ 4061,
+ 4065,
+ 4068,
+ 4079,
+ 4084,
+ 4090,
+ 4095,
4105,
- 4113,
- 4116,
- 4123,
- 4131,
- 4142,
- 4146,
- 4155,
- 4159,
- 4163,
- 4166,
- 4177,
- 4182,
+ 4110,
+ 4118,
+ 4124,
+ 4135,
+ 4143,
+ 4149,
+ 4165,
+ 4174,
+ 4176,
+ 4184,
4188,
- 4193,
- 4203,
- 4208,
- 4216,
- 4222,
- 4233,
- 4241,
- 4247,
- 4263,
- 4272,
- 4274,
- 4282,
- 4286,
- 4296,
- 4307,
- 4318,
- 4336,
- 4350,
- 4355,
- 4367,
- 4367,
- 4382,
- 4391,
- 4400,
- 4415,
- 4431,
- 4460,
- 4476,
- 4492,
- 4507,
- 4523,
- 4540,
- 4556,
- 4587,
+ 4198,
+ 4209,
+ 4220,
+ 4238,
+ 4252,
+ 4257,
+ 4269,
+ 4269,
+ 4284,
+ 4293,
+ 4302,
+ 4317,
+ 4333,
+ 4362,
+ 4378,
+ 4394,
+ 4409,
+ 4425,
+ 4442,
+ 4458,
+ 4489,
+ 4499,
+ 4513,
+ 4528,
+ 4542,
+ 4560,
+ 4575,
+ 4584,
4597,
- 4611,
- 4626,
- 4640,
- 4658,
- 4673,
- 4682,
- 4695,
- 4718,
- 4747,
- 4785,
- 4802,
- 4820,
- 4876,
- 4919,
- 4971,
- 5049,
- 5071,
- 5134,
- 5148,
- 5187,
- 5216,
- 5234,
- 5251,
- 5267,
- 5281,
- 5298,
- 5309,
- 5325,
- 5337,
- 5354,
- 5376,
+ 4620,
+ 4649,
+ 4687,
+ 4704,
+ 4722,
+ 4778,
+ 4821,
+ 4873,
+ 4951,
+ 4973,
+ 5036,
+ 5050,
+ 5089,
+ 5118,
+ 5136,
+ 5153,
+ 5169,
+ 5183,
+ 5200,
+ 5211,
+ 5227,
+ 5239,
+ 5256,
+ 5278,
+ 5278,
+ 5293,
+ 5307,
+ 5307,
+ 5322,
+ 5335,
+ 5348,
+ 5367,
+ 5384,
+ 5401,
+ 5412,
5420,
- 5435,
- 5449,
- 5465,
- 5480,
- 5493,
- 5506,
- 5525,
- 5542,
- 5559,
- 5570,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5436,
+ 5453,
+ 5472,
+ 5492,
+ 5515,
+ 5544,
+ 5561,
5578,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
- 5594,
+ 5592,
+ 5605,
5611,
- 5630,
+ 5624,
+ 5637,
5650,
- 5673,
+ 5664,
+ 5683,
5702,
- 5719,
- 5736,
- 5750,
- 5763,
- 5769,
- 5782,
- 5795,
- 5808,
- 5822,
- 5841,
- 5860,
- 5871,
- 5884,
- 5900,
- 5909,
- 5925,
- 5945,
- 5965,
- 5975,
- 5991,
- 6005,
- 6020,
- 6035,
- 6054,
- 6068,
- 6078,
- 6095,
- 6108,
- 6125,
- 6143,
- 6153,
- 6167,
- 6213,
- 6262,
- 6298,
- 6350,
- 6386,
- 6424,
- 6432,
- 6440,
- 6443,
- 6457,
- 6472,
- 6492,
- 6506,
- 6526,
- 6543,
- 6558,
- 6576,
- 6594,
- 6613,
+ 5713,
+ 5726,
+ 5742,
+ 5751,
+ 5767,
+ 5787,
+ 5807,
+ 5817,
+ 5833,
+ 5847,
+ 5862,
+ 5877,
+ 5896,
+ 5910,
+ 5920,
+ 5937,
+ 5950,
+ 5967,
+ 5985,
+ 5995,
+ 6009,
+ 6055,
+ 6104,
+ 6140,
+ 6192,
+ 6228,
+ 6266,
+ 6274,
+ 6282,
+ 6285,
+ 6299,
+ 6314,
+ 6334,
+ 6348,
+ 6368,
+ 6385,
+ 6400,
+ 6418,
+ 6436,
+ 6455,
+ 6491,
+ 6513,
+ 6525,
+ 6538,
+ 6554,
+ 6564,
+ 6572,
+ 6583,
+ 6640,
6649,
+ 6662,
6671,
- 6683,
- 6696,
- 6712,
- 6722,
- 6730,
- 6741,
- 6798,
+ 6679,
+ 6693,
+ 6717,
+ 6734,
+ 6742,
+ 6768,
+ 6779,
+ 6793,
6807,
- 6820,
- 6829,
- 6837,
- 6851,
- 6875,
- 6892,
- 6900,
- 6926,
- 6937,
- 6951,
- 6965,
- 6974,
- 6991,
- 7029,
- 7036,
- 7038,
- 7048,
- 7061,
- 7080,
- 7086,
- 7115,
- 7165,
- 7178,
- 7208,
- 7220,
- 7235,
- 7246,
- 7261,
- 7286,
- 7325,
- 7428,
- 7445,
- 7477,
- 7515,
- 7544,
- 7599,
- 7617,
- 7633,
- 7648,
- 7667,
- 7684,
- 7715,
- 7745,
- 7755,
- 7767,
- 7840,
+ 6816,
+ 6833,
+ 6871,
+ 6878,
+ 6880,
+ 6890,
+ 6903,
+ 6922,
+ 6928,
+ 6957,
+ 7007,
+ 7020,
+ 7050,
+ 7062,
+ 7077,
+ 7088,
+ 7103,
+ 7128,
+ 7167,
+ 7270,
+ 7287,
+ 7319,
+ 7357,
+ 7386,
+ 7441,
+ 7459,
+ 7475,
+ 7490,
+ 7509,
+ 7526,
+ 7557,
+ 7587,
+ 7597,
+ 7609,
+ 7609,
+ 7659,
+ 7685,
+ 7710,
+ 7719,
+ 7732,
+ 7770,
+ 7813,
+ 7824,
+ 7836,
+ 7862,
+ 7874,
+ 7874,
7890,
- 7916,
- 7941,
- 7950,
- 7963,
- 8001,
+ 7890,
+ 7890,
+ 7890,
+ 7902,
+ 7911,
+ 7921,
+ 7970,
+ 7993,
+ 8002,
+ 8010,
+ 8020,
8044,
- 8055,
- 8067,
- 8093,
- 8105,
- 8105,
- 8121,
- 8152,
- 8183,
- 8192,
- 8204,
- 8213,
- 8223,
- 8272,
- 8295,
- 8304,
- 8312,
- 8322,
- 8346,
- 8360,
- 8374,
- 8388,
- 8408,
- 8420,
- 8432,
- 8456,
- 8460,
- 8482,
- 8503,
- 8516,
- 8527,
- 8537,
- 8550,
- 8572,
- 8582,
- 8598,
- 8637,
- 8653,
- 8680,
- 8680,
- 8698,
- 8771,
- 8841,
- 8917,
- 8997,
- 9084,
- 9099,
- 9117,
- 9141,
- 9176,
- 9185,
- 9209,
- 9239,
- 9270,
- 9288,
- 9330,
- 9392,
- 9418,
- 9418,
- 9439,
- 9488,
- 9497,
- 9511,
- 9530,
- 9545,
- 9557,
- 9571,
- 9587,
- 9607,
- 9632,
- 9681,
- 9734,
+ 8058,
+ 8072,
+ 8086,
+ 8106,
+ 8118,
+ 8130,
+ 8154,
+ 8158,
+ 8180,
+ 8201,
+ 8214,
+ 8225,
+ 8235,
+ 8248,
+ 8270,
+ 8280,
+ 8296,
+ 8335,
+ 8351,
+ 8378,
+ 8378,
+ 8396,
+ 8396,
+ 8466,
+ 8542,
+ 8622,
+ 8709,
+ 8724,
+ 8742,
+ 8766,
+ 8801,
+ 8810,
+ 8834,
+ 8864,
+ 8895,
+ 8913,
+ 8955,
+ 9017,
+ 9043,
+ 9043,
+ 9064,
+ 9113,
+ 9122,
+ 9136,
+ 9155,
+ 9170,
+ 9182,
+ 9196,
+ 9212,
+ 9232,
+ 9257,
+ 9306,
+ 9359,
+ 9370,
+ 9385,
+ 9415,
+ 9443,
+ 9468,
+ 9484,
+ 9567,
+ 9588,
+ 9609,
+ 9622,
+ 9636,
+ 9701,
+ 9701,
+ 9726,
9745,
- 9760,
+ 9761,
9790,
- 9818,
- 9843,
- 9859,
- 9942,
- 9963,
- 9984,
- 9997,
- 10011,
- 10076,
- 10076,
- 10101,
- 10120,
- 10136,
- 10165,
- 10190,
- 10253,
- 10300,
- 10349,
- 10387,
- 10520,
- 10563,
- 10584,
- 10596,
- 10640,
- 10684,
- 10708,
- 10739,
- 10778,
- 10827,
- 10952,
- 11069,
- 11117,
- 11117,
- 11124,
- 11155,
- 11168,
- 11187,
- 11230,
- 11272,
+ 9815,
+ 9878,
+ 9925,
+ 9974,
+ 10012,
+ 10145,
+ 10188,
+ 10209,
+ 10221,
+ 10265,
+ 10309,
+ 10333,
+ 10364,
+ 10403,
+ 10452,
+ 10577,
+ 10694,
+ 10742,
+ 10742,
+ 10749,
+ 10780,
+ 10793,
+ 10812,
+ 10855,
+ 10855,
+ 10855,
+ 10878,
+ 10910,
+ 10942,
+ 10957,
+ 10973,
+ 10989,
+ 11009,
+ 11029,
+ 11053,
+ 11090,
+ 11103,
+ 11119,
+ 11150,
+ 11150,
+ 11190,
+ 11190,
+ 11204,
+ 11217,
+ 11217,
+ 11217,
+ 11233,
+ 11233,
+ 11252,
11272,
- 11295,
- 11327,
- 11359,
- 11374,
- 11390,
- 11406,
- 11426,
- 11446,
- 11470,
- 11507,
- 11520,
- 11536,
- 11567,
- 11567,
- 11607,
- 11607,
- 11621,
- 11634,
- 11634,
- 11634,
- 11650,
- 11650,
- 11669,
- 11689,
- 11709,
- 11722,
- 11740,
+ 11292,
+ 11305,
+ 11323,
+ 11336,
+ 11380,
+ 11433,
+ 11433,
+ 11453,
+ 11483,
+ 11503,
+ 11514,
+ 11534,
+ 11568,
+ 11572,
+ 11577,
+ 11582,
+ 11601,
+ 11605,
+ 11673,
11753,
- 11797,
- 11850,
- 11850,
- 11870,
+ 11818,
+ 11831,
+ 11846,
+ 11883,
11900,
- 11920,
- 11931,
- 11951,
- 11985,
- 11989,
- 11994,
- 11999,
- 12018,
- 12022,
- 12090,
- 12170,
- 12235,
- 12248,
- 12263,
- 12300,
- 12317,
- 12382,
- 12427,
- 12492,
- 12536,
- 12549,
- 12563,
- 12613,
- 12640,
- 12689,
- 12731,
- 12815,
- 12861,
- 12910,
- 12928,
- 12943,
- 12962,
- 13018,
- 13085,
- 13126,
- 13140,
- 13140,
- 13154,
- 13185,
- 13198,
- 13209,
- 13241,
- 13256,
- 13273,
- 13285,
- 13292,
- 13306,
- 13316,
- 13336,
- 13336,
- 13350,
- 13371,
- 13371,
- 13371,
- 13380,
- 13395,
- 13410,
- 13422,
- 13436,
- 13449,
- 13473,
- 13489,
- 13501,
- 13566,
- 13582,
- 13634,
- 13669,
- 13689,
- 13705,
- 13705,
+ 11965,
+ 12010,
+ 12075,
+ 12119,
+ 12132,
+ 12146,
+ 12196,
+ 12223,
+ 12272,
+ 12314,
+ 12398,
+ 12444,
+ 12493,
+ 12511,
+ 12526,
+ 12545,
+ 12601,
+ 12668,
+ 12709,
+ 12723,
+ 12723,
+ 12737,
+ 12768,
+ 12781,
+ 12792,
+ 12824,
+ 12839,
+ 12856,
+ 12868,
+ 12875,
+ 12889,
+ 12899,
+ 12919,
+ 12919,
+ 12933,
+ 12954,
+ 12954,
+ 12954,
+ 12963,
+ 12978,
+ 12993,
+ 13005,
+ 13019,
+ 13032,
+ 13056,
+ 13072,
+ 13084,
+ 13149,
+ 13165,
+ 13217,
+ 13252,
+ 13272,
+ 13288,
+ 13288,
+ 13330,
+ 13387,
+ 13400,
+ 13418,
+ 13428,
+ 13437,
+ 13460,
+ 13471,
+ 13476,
+ 13486,
+ 13499,
+ 13505,
+ 13528,
+ 13538,
+ 13549,
+ 13563,
+ 13575,
+ 13575,
+ 13592,
+ 13592,
+ 13610,
+ 13624,
+ 13638,
+ 13644,
+ 13664,
+ 13676,
+ 13687,
13747,
- 13804,
- 13817,
- 13835,
- 13845,
+ 13760,
+ 13764,
+ 13768,
+ 13779,
+ 13788,
+ 13788,
+ 13788,
+ 13798,
+ 13801,
+ 13806,
+ 13809,
+ 13822,
+ 13828,
+ 13837,
13854,
- 13877,
- 13888,
- 13893,
- 13903,
- 13916,
- 13922,
- 13945,
- 13955,
- 13966,
- 13980,
- 13992,
- 13992,
- 14009,
- 14009,
- 14027,
- 14041,
- 14055,
- 14061,
- 14081,
+ 13866,
+ 13882,
+ 13882,
+ 13890,
+ 13907,
+ 13910,
+ 13921,
+ 13941,
+ 13954,
+ 13954,
+ 13967,
+ 13979,
+ 13986,
+ 13994,
+ 14003,
+ 14023,
+ 14059,
+ 14079,
14093,
- 14104,
- 14164,
- 14177,
- 14181,
- 14185,
- 14196,
- 14205,
- 14205,
- 14205,
- 14215,
- 14218,
- 14223,
- 14226,
- 14239,
- 14245,
- 14254,
- 14271,
- 14283,
- 14299,
- 14299,
- 14307,
- 14324,
- 14327,
- 14338,
- 14358,
- 14371,
- 14371,
- 14384,
- 14396,
- 14403,
- 14411,
- 14420,
- 14440,
- 14476,
- 14496,
- 14510,
- 14510,
- 14525,
- 14531,
- 14547,
- 14561,
- 14576,
- 14611,
- 14611,
- 14624,
- 14631,
- 14637,
- 14655,
- 14674,
- 14683,
- 14691,
+ 14093,
+ 14108,
+ 14114,
+ 14130,
+ 14144,
+ 14159,
+ 14194,
+ 14194,
+ 14207,
+ 14214,
+ 14220,
+ 14238,
+ 14257,
+ 14266,
+ 14274,
+ 14291,
+ 14308,
+ 14321,
+ 14336,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14352,
+ 14390,
+ 14417,
+ 14432,
+ 14447,
+ 14471,
+ 14482,
+ 14521,
+ 14537,
+ 14555,
+ 14601,
+ 14620,
+ 14638,
+ 14651,
14708,
14725,
- 14738,
- 14753,
- 14769,
- 14823,
- 14887,
- 14914,
- 15023,
- 15066,
- 15071,
- 15084,
+ 14765,
+ 14783,
+ 14783,
+ 14783,
+ 14800,
+ 14818,
+ 14848,
+ 14877,
+ 14895,
+ 14910,
+ 14917,
+ 14925,
+ 14932,
+ 14938,
+ 14951,
+ 14959,
+ 14968,
+ 14974,
+ 14981,
+ 14992,
+ 15000,
+ 15016,
+ 15029,
+ 15034,
+ 15037,
+ 15041,
+ 15041,
+ 15086,
+ 15095,
15097,
- 15114,
- 15114,
- 15157,
- 15195,
- 15222,
- 15237,
- 15252,
- 15276,
- 15287,
- 15326,
- 15342,
- 15360,
- 15406,
- 15425,
- 15443,
- 15456,
- 15513,
- 15530,
- 15570,
+ 15104,
+ 15122,
+ 15138,
+ 15159,
+ 15168,
+ 15172,
+ 15178,
+ 15178,
+ 15178,
+ 15189,
+ 15189,
+ 15189,
+ 15189,
+ 15196,
+ 15203,
+ 15203,
+ 15210,
+ 15217,
+ 15225,
+ 15228,
+ 15244,
+ 15244,
+ 15249,
+ 15262,
+ 15287,
+ 15292,
+ 15305,
+ 15328,
+ 15335,
+ 15362,
+ 15373,
+ 15386,
+ 15395,
+ 15449,
+ 15467,
+ 15481,
+ 15501,
+ 15523,
+ 15543,
+ 15550,
+ 15565,
+ 15565,
+ 15579,
+ 15579,
+ 15588,
15588,
- 15625,
15640,
- 15657,
- 15675,
- 15705,
- 15734,
- 15752,
- 15767,
- 15774,
- 15782,
- 15789,
- 15795,
- 15808,
- 15816,
- 15825,
- 15831,
- 15838,
- 15849,
- 15857,
- 15873,
- 15886,
- 15891,
- 15894,
- 15898,
- 15898,
- 15943,
- 15952,
- 15954,
- 15961,
- 15979,
- 15995,
- 16016,
- 16025,
- 16029,
- 16035,
- 16040,
- 16040,
- 16051,
- 16051,
- 16051,
- 16051,
- 16058,
- 16065,
- 16065,
- 16072,
- 16079,
- 16087,
- 16090,
- 16106,
- 16106,
- 16111,
- 16124,
- 16149,
- 16154,
- 16167,
- 16190,
- 16197,
- 16224,
- 16235,
- 16248,
- 16257,
- 16311,
- 16329,
- 16343,
- 16363,
- 16385,
- 16405,
- 16412,
- 16427,
- 16427,
- 16441,
- 16441,
- 16450,
- 16486,
- 16538,
- 16576,
- 16588,
- 16604,
- 16616,
- 16694,
- 16694,
- 16701,
- 16716,
- 16735,
- 16750,
- 16775,
- 16775,
- 16775,
- 16775,
- 16786,
- 16795,
- 16807,
- 16815,
- 16836,
- 16848,
- 16867,
- 16948,
- 17006,
- 17006,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17026,
- 17042,
- 17058,
- 17079,
- 17079,
- 17089,
- 17089,
- 17089,
- 17089,
- 17099,
- 17131,
- 17160,
- 17220,
- 17282,
- 17282,
- 17329,
- 17329,
- 17348,
- 17368,
- 17391,
- 17398,
- 17450,
- 17450,
- 17508,
- 17508,
- 17508,
- 17508,
- 17526,
- 17543,
- 17556,
- 17556,
- 17556,
- 17610,
- 17623,
- 17665,
- 17665,
- 17665,
- 17680,
- 17680,
- 17680,
- 17699,
- 17707,
- 17717,
- 17738,
- 17756,
- 17774,
+ 15678,
+ 15690,
+ 15690,
+ 15702,
+ 15780,
+ 15780,
+ 15787,
+ 15802,
+ 15821,
+ 15836,
+ 15861,
+ 15861,
+ 15861,
+ 15861,
+ 15872,
+ 15881,
+ 15893,
+ 15901,
+ 15922,
+ 15934,
+ 15953,
+ 16034,
+ 16092,
+ 16092,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16112,
+ 16128,
+ 16144,
+ 16165,
+ 16165,
+ 16175,
+ 16175,
+ 16175,
+ 16175,
+ 16185,
+ 16217,
+ 16246,
+ 16306,
+ 16368,
+ 16368,
+ 16415,
+ 16415,
+ 16434,
+ 16454,
+ 16477,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16484,
+ 16502,
+ 16519,
+ 16532,
+ 16532,
+ 16532,
+ 16586,
+ 16599,
+ 16599,
+ 16599,
+ 16599,
+ 16614,
+ 16614,
+ 16614,
+ 16633,
+ 16641,
+ 16651,
+ 16672,
+ 16690,
+ 16708,
+ 16733,
+ 16746,
+ 16746,
+ 16763,
+ 16785,
+ 16793,
+ 16793,
+ 16813,
+ 16824,
+ 16824,
+ 16901,
+ 16917,
+ 16927,
+ 16960,
+ 16960,
+ 17012,
+ 17012,
+ 17030,
+ 17036,
+ 17041,
+ 17041,
+ 17066,
+ 17070,
+ 17070,
+ 17070,
+ 17101,
+ 17101,
+ 17101,
+ 17119,
+ 17136,
+ 17146,
+ 17164,
+ 17184,
+ 17199,
+ 17223,
+ 17237,
+ 17250,
+ 17276,
+ 17296,
+ 17312,
+ 17312,
+ 17320,
+ 17325,
+ 17354,
+ 17406,
+ 17418,
+ 17423,
+ 17436,
+ 17444,
+ 17454,
+ 17514,
+ 17540,
+ 17547,
+ 17578,
+ 17590,
+ 17607,
+ 17629,
+ 17644,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17659,
+ 17676,
+ 17688,
+ 17703,
+ 17710,
+ 17726,
+ 17734,
+ 17775,
+ 17789,
17799,
- 17812,
- 17846,
- 17863,
- 17885,
- 17893,
- 17893,
- 17913,
+ 17832,
+ 17841,
+ 17881,
+ 17897,
+ 17903,
+ 17914,
+ 17919,
17924,
- 17937,
- 18014,
- 18030,
- 18040,
- 18073,
- 18083,
- 18135,
- 18135,
- 18153,
- 18159,
- 18164,
- 18190,
- 18215,
- 18219,
- 18219,
- 18219,
- 18250,
- 18266,
- 18334,
- 18352,
- 18369,
- 18379,
+ 17927,
+ 17940,
+ 17961,
+ 18003,
+ 18053,
+ 18066,
+ 18096,
+ 18096,
+ 18175,
+ 18221,
+ 18235,
+ 18282,
+ 18297,
+ 18301,
+ 18307,
+ 18319,
+ 18319,
+ 18345,
18397,
- 18417,
- 18432,
- 18456,
- 18470,
- 18483,
- 18509,
- 18529,
- 18545,
- 18545,
- 18553,
- 18558,
- 18587,
- 18639,
- 18651,
- 18656,
- 18669,
- 18677,
- 18687,
- 18747,
- 18773,
+ 18405,
+ 18438,
+ 18462,
+ 18479,
+ 18494,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18506,
+ 18524,
+ 18566,
+ 18570,
+ 18570,
+ 18581,
+ 18606,
+ 18610,
+ 18614,
+ 18630,
+ 18644,
+ 18650,
+ 18670,
+ 18676,
+ 18696,
+ 18704,
+ 18704,
+ 18704,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
+ 18759,
18780,
- 18811,
- 18823,
- 18840,
- 18862,
+ 18780,
+ 18789,
+ 18799,
+ 18809,
+ 18827,
18877,
- 18892,
- 18892,
- 18892,
- 18892,
- 18900,
- 18917,
- 18929,
- 18944,
- 18951,
- 18967,
- 18975,
- 19016,
- 19030,
- 19040,
+ 18877,
+ 18894,
+ 18894,
+ 18898,
+ 18898,
+ 18913,
+ 18926,
+ 18926,
+ 18937,
+ 18949,
+ 18949,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18970,
+ 18983,
+ 18999,
+ 18999,
+ 18999,
+ 18999,
+ 19004,
+ 19013,
+ 19019,
+ 19029,
+ 19032,
+ 19038,
+ 19038,
+ 19038,
+ 19044,
+ 19052,
+ 19063,
19073,
- 19082,
- 19122,
- 19138,
- 19144,
- 19155,
- 19160,
- 19165,
- 19168,
- 19181,
- 19202,
- 19244,
- 19294,
- 19307,
- 19337,
- 19337,
- 19416,
- 19462,
- 19476,
- 19523,
- 19538,
- 19542,
+ 19081,
+ 19098,
+ 19114,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19123,
+ 19132,
+ 19183,
+ 19186,
+ 19190,
+ 19190,
+ 19204,
+ 19216,
+ 19216,
+ 19223,
+ 19229,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19234,
+ 19297,
+ 19310,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19352,
+ 19423,
+ 19494,
19548,
- 19560,
- 19560,
- 19586,
- 19638,
- 19646,
- 19679,
- 19703,
+ 19600,
+ 19600,
+ 19610,
+ 19614,
+ 19623,
+ 19637,
+ 19700,
+ 19711,
19720,
- 19735,
- 19747,
- 19747,
- 19747,
- 19747,
- 19784,
- 19784,
- 19784,
- 19802,
- 19844,
- 19848,
- 19855,
- 19866,
- 19891,
- 19895,
- 19899,
- 19915,
+ 19728,
+ 19733,
+ 19739,
+ 19755,
+ 19761,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19892,
+ 19906,
+ 19916,
19929,
- 19935,
- 19955,
- 19961,
- 19981,
- 19989,
- 20019,
- 20019,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20074,
- 20095,
- 20095,
- 20104,
- 20114,
- 20124,
- 20142,
- 20192,
- 20192,
- 20209,
+ 19940,
+ 19953,
+ 19966,
+ 19998,
+ 20033,
+ 20069,
+ 20107,
+ 20115,
+ 20128,
+ 20166,
+ 20178,
+ 20201,
20209,
- 20213,
- 20213,
- 20228,
- 20241,
- 20241,
- 20252,
- 20264,
- 20264,
- 20285,
- 20285,
- 20285,
- 20285,
- 20285,
- 20298,
- 20314,
- 20314,
- 20314,
- 20314,
- 20319,
- 20328,
- 20334,
- 20344,
- 20347,
- 20353,
- 20353,
- 20353,
- 20359,
- 20367,
- 20378,
- 20388,
- 20396,
- 20413,
- 20429,
- 20438,
- 20438,
- 20438,
- 20438,
- 20438,
- 20447,
- 20498,
- 20501,
- 20505,
- 20511,
- 20525,
- 20537,
- 20537,
- 20544,
- 20550,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20555,
- 20618,
- 20631,
- 20673,
- 20695,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20795,
- 20866,
- 20937,
- 20991,
- 21043,
- 21043,
- 21053,
- 21057,
- 21066,
- 21080,
- 21143,
- 21154,
- 21163,
- 21171,
- 21176,
- 21182,
- 21198,
- 21204,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21335,
- 21349,
- 21359,
- 21372,
- 21383,
- 21396,
- 21409,
- 21441,
- 21476,
- 21512,
- 21550,
- 21558,
- 21571,
- 21609,
- 21621,
- 21644,
- 21652,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -8906,10 +8906,10 @@ impl TranslatedString {
"Auto-lock delay",
"You can back up your Trezor once, at any time.",
"You should back up your new wallet right now.",
- "It should be backed up now!",
+ "",
"Wallet created.\n",
"Wallet created successfully.",
- "You can use your backup to recover your wallet at any time.",
+ "",
"",
"Skip backup",
"Are you sure you want to skip the backup?",
@@ -9110,7 +9110,7 @@ impl TranslatedString {
"Fee rate:",
"",
"Fee info",
- "Sending from",
+ "",
"Loading seed",
"Loading private seed is not recommended.",
"Change device name to {0}?",
@@ -9205,10 +9205,10 @@ impl TranslatedString {
"U2F register",
"FIDO2 verify user",
"Unable to verify user.",
- "Do you really want to erase all credentials?",
+ "",
"Update firmware",
"FW fingerprint",
- "Click to Connect",
+ "",
"Click to Unlock",
"Backup failed",
"Backup needed",
@@ -9336,7 +9336,7 @@ impl TranslatedString {
"Turn on passphrase protection?",
"Change PIN",
"PIN changed.",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The new PIN must be different from your wipe code.",
"PIN protection\nturned off.",
"PIN protection\nturned on.",
@@ -9350,9 +9350,9 @@ impl TranslatedString {
"PIN mismatch",
"",
"Re-enter new PIN",
- "Please re-enter PIN to confirm.",
- "PIN should be 4-50 digits long.",
- "Check PIN",
+ "",
+ "",
+ "",
"PIN settings",
"Wrong PIN",
"tries left",
@@ -9384,7 +9384,7 @@ impl TranslatedString {
"Firmware version {0}\nby {1}",
"",
"Check your backup?",
- "Position of the cursor will change between entries for enhanced security.",
+ "",
"The entered wallet backup is valid and matches the one in this device.",
"The entered wallet backup is valid but does not match the one in the device.",
"The entered recovery shares are valid and match what is currently in the device.",
@@ -9456,7 +9456,7 @@ impl TranslatedString {
"Wallet backup",
"Recovery share #{0}",
"The required number of groups for recovery.",
- "Select the correct word for each position.",
+ "",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
@@ -9643,17 +9643,17 @@ impl TranslatedString {
"Submit ballot",
"Submit proposal",
"Submit proposals",
- "Press both left and right at the same\ntime to confirm.",
- "Press and hold the right button to\napprove important operations.",
- "You're ready to\nuse Trezor.",
- "Press right to scroll down to read all content when text doesn't fit on one screen.\n\rPress left to scroll up.",
- "Are you sure you\nwant to skip the tutorial?",
- "Hello",
- "Screen scroll",
- "Skip tutorial",
- "Tutorial complete",
"",
- "Welcome to Trezor. Press right to continue.",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
"Increase and retrieve the U2F counter?",
"Set the U2F counter to {0}?",
"Get U2F counter",
@@ -9671,8 +9671,8 @@ impl TranslatedString {
"Invalid wipe code",
"The wipe codes you entered do not match.",
"Re-enter wipe code",
- "Please re-enter wipe code to confirm.",
- "Check wipe code",
+ "",
+ "",
"Invalid wipe code",
"Wipe code settings",
"Turn off wipe code protection?",
@@ -9706,7 +9706,7 @@ impl TranslatedString {
"Recipient",
"Sign",
"Signer",
- "Check",
+ "",
"",
"Information",
"",
@@ -9744,11 +9744,11 @@ impl TranslatedString {
"Tap to confirm",
"",
"Important",
- "I wrote down all {0} words in order.",
+ "",
"Create a backup to avoid losing access to your funds",
"Let's do a quick check of your backup.",
"Instructions",
- "Not recommended!",
+ "",
"Account info",
"If receive address doesn't match, contact Trezor Support at trezor.io/support.",
"",
@@ -9796,9 +9796,9 @@ impl TranslatedString {
"Cancel create wallet",
"Incorrect word selected",
"More at",
- "How many wallet backup shares do you want to create?",
"",
- "Select the minimum shares required to recover your wallet.",
+ "",
+ "",
"",
"",
"",
@@ -9809,7 +9809,7 @@ impl TranslatedString {
"",
"Find context-specific actions and options in the menu.",
"One more step",
- "You're all set to start using your device!",
+ "",
"",
"",
"Easy navigation",
@@ -9823,32 +9823,32 @@ impl TranslatedString {
"Multi-share backup",
"Create additional backup?",
"Create backup",
- "Change wallpaper to default image?",
+ "",
"Words may repeat.",
"Repeat for all shares.",
"Settings",
"",
"The word is repeated",
"Let's begin",
- "Did you know?",
+ "",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
"Hold to confirm important actions",
- "Well done!",
+ "",
"Learn how to use and navigate this device with ease.",
"",
"Swipe horizontally",
"Adjust",
"Apply",
- "Display brightness changed",
+ "",
"Change display brightness",
"Done",
"",
"",
"Continue with empty passphrase?",
- "More credentials",
- "Select the credential that you would like to use for authentication.",
+ "",
+ "",
"for authentication",
"Select credential",
"Swipe down",
@@ -9883,7 +9883,7 @@ impl TranslatedString {
"",
"",
"",
- "Unlocked",
+ "",
"Max fees and rent",
"Max rent fee",
"Transaction fee",
@@ -9929,13 +9929,13 @@ impl TranslatedString {
"",
"",
"",
- "Let's do a quick check of Share #{0}.",
+ "",
"",
"",
"Cancel transaction",
"Using different paths for different XPUBs.",
"XPUB",
- "Cancel?",
+ "",
"{0} address",
"Provider contract address",
"View",
@@ -9947,7 +9947,7 @@ impl TranslatedString {
"Finish",
"Use menu to continue",
"Last one",
- "View more info, quit flow, ...",
+ "",
"",
"Replay this tutorial anytime from the Trezor Suite app.",
"",
@@ -10008,7 +10008,7 @@ impl TranslatedString {
"Wipe your Trezor and start the setup process again.",
"Set",
"Wipe",
- "Unlock",
+ "",
"Start entering",
"Disconnected",
"",
@@ -10046,8 +10046,8 @@ impl TranslatedString {
"Wipe code must be turned off before turning off PIN protection.",
"Wipe code set",
"PIN must be set before enabling wipe code.",
- "Cancel wipe code setup",
- "Open Trezor Suite and create a wallet backup. This is the only way to recover access to your assets.",
+ "",
+ "",
"",
"",
"",
@@ -10120,1196 +10120,1196 @@ impl TranslatedString {
338,
384,
429,
- 456,
- 472,
- 500,
- 559,
- 559,
- 570,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 611,
- 626,
+ 429,
+ 445,
+ 473,
+ 473,
+ 473,
+ 484,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 525,
+ 540,
+ 556,
+ 599,
642,
- 685,
- 728,
- 768,
- 783,
- 810,
- 834,
- 851,
- 863,
- 877,
+ 682,
+ 697,
+ 724,
+ 748,
+ 765,
+ 777,
+ 791,
+ 804,
+ 819,
+ 839,
+ 854,
+ 870,
+ 883,
890,
- 905,
- 925,
- 940,
- 956,
- 969,
- 976,
- 994,
- 1009,
- 1027,
- 1039,
- 1058,
- 1077,
- 1129,
- 1152,
- 1168,
- 1173,
- 1179,
- 1184,
- 1189,
- 1193,
- 1200,
- 1206,
- 1212,
- 1217,
- 1228,
- 1233,
+ 908,
+ 923,
+ 941,
+ 953,
+ 972,
+ 991,
+ 1043,
+ 1066,
+ 1082,
+ 1087,
+ 1093,
+ 1098,
+ 1103,
+ 1107,
+ 1114,
+ 1120,
+ 1126,
+ 1131,
+ 1142,
+ 1147,
+ 1154,
+ 1162,
+ 1169,
+ 1175,
+ 1175,
+ 1186,
+ 1192,
+ 1198,
+ 1205,
+ 1220,
+ 1224,
+ 1231,
1240,
- 1248,
- 1255,
- 1261,
- 1261,
- 1272,
- 1278,
- 1284,
- 1291,
- 1306,
- 1310,
- 1317,
- 1326,
- 1342,
- 1350,
- 1354,
+ 1256,
+ 1264,
+ 1268,
+ 1275,
+ 1280,
+ 1286,
+ 1289,
+ 1297,
+ 1309,
+ 1319,
+ 1323,
+ 1332,
+ 1340,
+ 1347,
+ 1351,
1361,
- 1366,
- 1372,
- 1375,
- 1383,
- 1395,
- 1405,
+ 1367,
+ 1374,
+ 1380,
1409,
- 1418,
- 1426,
- 1433,
- 1437,
- 1447,
- 1453,
- 1460,
- 1466,
- 1495,
- 1527,
- 1559,
+ 1441,
+ 1473,
+ 1503,
+ 1540,
+ 1557,
+ 1576,
+ 1581,
1589,
- 1626,
- 1643,
+ 1600,
+ 1613,
+ 1639,
1662,
- 1667,
- 1675,
- 1686,
- 1699,
- 1725,
+ 1681,
+ 1703,
1748,
- 1767,
- 1789,
- 1834,
- 1851,
- 1851,
- 1907,
- 1926,
- 1960,
- 1992,
- 2030,
- 2055,
- 2059,
- 2103,
- 2113,
+ 1765,
+ 1765,
+ 1821,
+ 1840,
+ 1874,
+ 1906,
+ 1944,
+ 1969,
+ 1973,
+ 2017,
+ 2027,
+ 2040,
+ 2069,
+ 2084,
+ 2096,
+ 2106,
+ 2118,
2126,
- 2155,
- 2170,
- 2182,
- 2192,
- 2204,
- 2212,
- 2223,
- 2269,
- 2319,
- 2389,
- 2397,
- 2403,
- 2417,
- 2445,
- 2452,
- 2507,
- 2512,
- 2517,
+ 2137,
+ 2183,
+ 2233,
+ 2303,
+ 2311,
+ 2317,
+ 2331,
+ 2359,
+ 2366,
+ 2421,
+ 2426,
+ 2431,
+ 2435,
+ 2441,
+ 2448,
+ 2457,
+ 2475,
+ 2492,
+ 2502,
2521,
- 2527,
- 2534,
- 2543,
- 2561,
- 2578,
- 2588,
- 2607,
+ 2539,
+ 2560,
+ 2576,
+ 2591,
+ 2597,
2625,
- 2646,
- 2662,
- 2677,
- 2683,
- 2711,
+ 2703,
+ 2716,
+ 2722,
+ 2725,
+ 2728,
+ 2744,
+ 2755,
+ 2769,
+ 2786,
2789,
- 2802,
+ 2795,
2808,
- 2811,
- 2814,
- 2830,
- 2841,
- 2855,
- 2872,
- 2875,
- 2881,
- 2894,
- 2901,
- 2912,
- 2937,
- 2953,
- 2977,
- 2999,
+ 2815,
+ 2826,
+ 2851,
+ 2867,
+ 2891,
+ 2913,
+ 2944,
+ 2966,
+ 2989,
+ 2996,
+ 3014,
3030,
- 3052,
- 3075,
- 3082,
- 3100,
- 3116,
- 3127,
- 3181,
- 3270,
- 3270,
- 3284,
- 3369,
- 3453,
- 3502,
- 3505,
- 3531,
- 3547,
- 3558,
- 3571,
- 3601,
- 3616,
- 3630,
- 3637,
- 3643,
- 3677,
- 3712,
- 3741,
- 3771,
- 3785,
- 3795,
- 3813,
- 3813,
- 3833,
- 3851,
- 3860,
+ 3041,
+ 3095,
+ 3184,
+ 3184,
+ 3198,
+ 3283,
+ 3367,
+ 3416,
+ 3419,
+ 3445,
+ 3461,
+ 3472,
+ 3485,
+ 3515,
+ 3530,
+ 3544,
+ 3551,
+ 3557,
+ 3591,
+ 3626,
+ 3655,
+ 3685,
+ 3699,
+ 3709,
+ 3727,
+ 3727,
+ 3747,
+ 3765,
+ 3774,
+ 3774,
+ 3782,
+ 3782,
+ 3794,
+ 3834,
3860,
- 3868,
- 3880,
- 3892,
- 3932,
+ 3871,
+ 3906,
+ 3906,
+ 3921,
+ 3947,
3958,
- 3969,
- 4004,
- 4004,
- 4019,
- 4045,
- 4056,
- 4070,
- 4077,
- 4082,
- 4093,
- 4101,
+ 3972,
+ 3979,
+ 3984,
+ 3995,
+ 4003,
+ 4007,
+ 4015,
+ 4018,
+ 4025,
+ 4033,
+ 4044,
+ 4048,
+ 4057,
+ 4061,
+ 4065,
+ 4068,
+ 4079,
+ 4084,
+ 4090,
+ 4095,
4105,
- 4113,
- 4116,
- 4123,
- 4131,
- 4142,
- 4146,
- 4155,
- 4159,
- 4163,
- 4166,
- 4177,
- 4182,
+ 4110,
+ 4118,
+ 4124,
+ 4135,
+ 4143,
+ 4149,
+ 4165,
+ 4174,
+ 4176,
+ 4184,
4188,
- 4193,
- 4203,
- 4208,
- 4216,
- 4222,
- 4233,
- 4241,
- 4247,
- 4263,
- 4272,
- 4274,
- 4282,
- 4286,
- 4296,
- 4307,
- 4318,
- 4336,
- 4350,
- 4355,
- 4367,
- 4367,
- 4382,
- 4391,
- 4400,
- 4415,
- 4431,
- 4460,
- 4476,
- 4492,
- 4507,
- 4523,
- 4540,
- 4556,
- 4587,
+ 4198,
+ 4209,
+ 4220,
+ 4238,
+ 4252,
+ 4257,
+ 4269,
+ 4269,
+ 4284,
+ 4293,
+ 4302,
+ 4317,
+ 4333,
+ 4362,
+ 4378,
+ 4394,
+ 4409,
+ 4425,
+ 4442,
+ 4458,
+ 4489,
+ 4499,
+ 4513,
+ 4528,
+ 4542,
+ 4560,
+ 4575,
+ 4584,
4597,
- 4611,
- 4626,
- 4640,
- 4658,
- 4673,
- 4682,
- 4695,
- 4718,
- 4747,
- 4785,
- 4802,
- 4820,
- 4876,
- 4919,
- 4971,
- 5049,
- 5071,
- 5134,
- 5148,
- 5187,
- 5216,
- 5234,
- 5251,
- 5267,
- 5281,
- 5298,
- 5309,
- 5325,
- 5337,
- 5354,
- 5376,
+ 4620,
+ 4649,
+ 4687,
+ 4704,
+ 4722,
+ 4778,
+ 4821,
+ 4873,
+ 4951,
+ 4973,
+ 5036,
+ 5050,
+ 5089,
+ 5118,
+ 5136,
+ 5153,
+ 5169,
+ 5183,
+ 5200,
+ 5211,
+ 5227,
+ 5239,
+ 5256,
+ 5278,
+ 5278,
+ 5293,
+ 5307,
+ 5307,
+ 5322,
+ 5335,
+ 5348,
+ 5367,
+ 5384,
+ 5401,
+ 5412,
5420,
- 5435,
- 5449,
- 5465,
- 5480,
- 5493,
- 5506,
- 5525,
- 5542,
- 5559,
- 5570,
+ 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.