chore(localization): fixing capitalization and numbering of groups and shares [no changelog]
What changed, and why it matters
This commit is a routine text cleanup for the Trezor hardware wallet's user interface. It only changes the wording, capitalization, and numbering style shown to users during wallet backup and recovery. For example, it replaces 'Share #{0}' with 'Share {0}' and 'Group {0}' with 'group {0}'. No code logic, security checks, or cryptographic behavior is changed.
No security action needed. This is a localization/user-experience change. Reviewers may optionally verify that the removed translation keys are no longer referenced in source code, but the commit title and diff indicate this is intentional cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies generated translation files and a QSTR header. It removes a few unused translation keys and updates many English strings to use consistent lowercase ‘group’ and ‘share’ labels without ‘#’ prefixes. The underlying Rust/C code that calls these strings is untouched. The changes are purely presentational and do not affect input validation, secret handling, recovery flow, or any security-critical function.
Changed components
core/embed/rust/librust_qstr.hcore/embed/rust/src/translations/generated/translated_string.rscore/mocks/trezortranslate_keys.pyicore/translations/en.jsonInspect captured patch +11716 / −11751
diff --git a/core/embed/rust/librust_qstr.h b/core/embed/rust/librust_qstr.h
index 47404615..4bd95103 100644
--- a/core/embed/rust/librust_qstr.h
+++ b/core/embed/rust/librust_qstr.h
@@ -591,14 +591,10 @@ static void _librust_qstrs(void) {
MP_QSTR_recovery__cancel_dry_run;
MP_QSTR_recovery__check_dry_run;
MP_QSTR_recovery__cursor_will_change;
- MP_QSTR_recovery__dry_run_backup_not_on_this_device;
MP_QSTR_recovery__dry_run_bip39_valid_match;
MP_QSTR_recovery__dry_run_bip39_valid_mismatch;
- MP_QSTR_recovery__dry_run_invalid_backup_entered;
- MP_QSTR_recovery__dry_run_slip39_valid_all_shares;
MP_QSTR_recovery__dry_run_slip39_valid_match;
MP_QSTR_recovery__dry_run_slip39_valid_mismatch;
- MP_QSTR_recovery__dry_run_slip39_valid_share;
MP_QSTR_recovery__enter_any_share;
MP_QSTR_recovery__enter_backup;
MP_QSTR_recovery__enter_different_share;
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index cacefdc0..8b35dab4 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -746,12 +746,12 @@ pub enum TranslatedString {
reboot_to_bootloader__title = 493, // "Go to bootloader"
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__check_dry_run = 496, // {"Bolt": "Check your backup?", "Caesar": "Check your backup?", "Delizia": "Let's do a wallet backup check.", "Eckhart": "Let's do a wallet backup check."}
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."
- recovery__dry_run_slip39_valid_mismatch = 501, // {"Bolt": "The entered recovery shares are valid but do not match what is currently in the device.", "Caesar": "The entered recovery shares are valid but do not match what is currently in the device.", "Delizia": "The entered wallet backup is valid but doesn't match the one on this device.", "Eckhart": "The entered wallet backup is valid but doesn't match the one on this device."}
+ recovery__dry_run_bip39_valid_match = 498, // "The entered wallet backup is valid and matches the one on this device."
+ recovery__dry_run_bip39_valid_mismatch = 499, // "The entered wallet backup is valid but doesn't match the one on this device."
+ recovery__dry_run_slip39_valid_match = 500, // "The entered wallet backup is valid and matches the one on this device."
+ recovery__dry_run_slip39_valid_mismatch = 501, // "The entered wallet backup is valid but doesn't match the one on this device."
recovery__enter_any_share = 502, // "Enter any share"
recovery__enter_backup = 503, // "Enter your backup."
recovery__enter_different_share = 504, // "Enter a different share."
@@ -766,7 +766,7 @@ pub enum TranslatedString {
recovery__progress_will_be_lost = 513, // "All progress will be lost."
recovery__share_already_entered = 515, // {"Bolt": "Share already entered", "Caesar": "Share already entered", "Delizia": "Share already entered", "Eckhart": "Share already entered. Enter a different share."}
recovery__share_from_another_multi_share_backup = 516, // "You have entered a share from a different backup."
- recovery__share_num_template = 517, // {"Bolt": "Share {0}", "Caesar": "Share {0}", "Delizia": "Share {0}", "Eckhart": "Share #{0}"}
+ recovery__share_num_template = 517, // "Share {0}"
recovery__title = 518, // "Recover wallet"
recovery__title_cancel_dry_run = 519, // "Cancel backup check"
recovery__title_cancel_recovery = 520, // "Cancel recovery"
@@ -790,18 +790,18 @@ pub enum TranslatedString {
reset__button_recover = 538, // {"Bolt": "Recover wallet", "Caesar": "Recover wallet", "Delizia": "", "Eckhart": ""}
reset__by_continuing = 539, // {"Bolt": "By continuing you agree to Trezor Company's terms and conditions.", "Caesar": "By continuing you agree to Trezor Company's terms and conditions.", "Delizia": "By continuing you agree to Trezor Company's terms and conditions.", "Eckhart": "By continuing, you agree to Trezor Company's Terms of Use."}
reset__check_backup_title = 540, // {"Bolt": "", "Caesar": "Check backup", "Delizia": "", "Eckhart": "Check backup"}
- reset__check_group_share_title_template = 541, // {"Bolt": "Check gr. {0} - share {1}", "Caesar": "", "Delizia": "Check gr. {0} - share {1}", "Eckhart": "Check group {0} - share {1}"}
+ reset__check_group_share_title_template = 541, // {"Bolt": "Share {1} of group {0}", "Caesar": "", "Delizia": "Share {1} of group {0}", "Eckhart": "Share {1} of group {0}"}
reset__check_wallet_backup_title = 542, // "Check wallet backup"
- reset__check_share_title_template = 543, // {"Bolt": "Check share #{0}", "Caesar": "", "Delizia": "Check share #{0}", "Eckhart": ""}
+ reset__check_share_title_template = 543, // {"Bolt": "Check share {0}", "Caesar": "", "Delizia": "Check share {0}", "Eckhart": ""}
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__continue_with_share_template = 545, // {"Bolt": "Continue with share {0}.", "Caesar": "Continue with share {0}.", "Delizia": "", "Eckhart": ""}
reset__finished_verifying_group_template = 546, // {"Bolt": "You have finished verifying your recovery shares for group {0}.", "Caesar": "You have finished verifying your recovery shares for group {0}.", "Delizia": "Group {0} verified", "Eckhart": "You have finished verifying your recovery shares for group {0}."}
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, // {"Bolt": "Group {0} - Share {1} checked successfully.", "Caesar": "Group {0} - Share {1} checked successfully.", "Delizia": "Group {0} - Share {1} verified", "Eckhart": "Group {0} - Share {1} checked successfully."}
- reset__group_share_title_template = 552, // {"Bolt": "Group {0} - Share {1}", "Caesar": "Group {0} - Share {1}", "Delizia": "Group {0} - Share {1}", "Eckhart": "Group #{0} - Share #{1}"}
+ reset__group_share_checked_successfully_template = 551, // {"Bolt": "Share {1} of group {0} checked successfully.", "Caesar": "Share {1} of group {0} checked successfully.", "Delizia": "Share {1} of group {0} done", "Eckhart": "Share {1} of group {0} checked successfully."}
+ reset__group_share_title_template = 552, // "Share {1} of group {0}"
reset__more_info_at = 553, // "More info at"
reset__need_all_share_template = 554, // {"Bolt": "For recovery you need all {0} of the shares.", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__need_any_share_template = 555, // {"Bolt": "For recovery you need any {0} of the shares.", "Caesar": "", "Delizia": "", "Eckhart": ""}
@@ -809,20 +809,20 @@ pub enum TranslatedString {
reset__needed_to_recover_your_wallet = 557, // {"Bolt": "needed to recover your wallet. ", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__never_make_digital_copy = 558, // "Never put your backup anywhere digital."
reset__num_of_share_holders_template = 559, // "{0} people or locations will each hold one share."
- reset__num_of_shares_advanced_info_template = 560, // {"Bolt": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.", "Caesar": "", "Delizia": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.", "Eckhart": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}."}
+ reset__num_of_shares_advanced_info_template = 560, // {"Bolt": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.", "Caesar": "", "Delizia": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.", "Eckhart": "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}."}
reset__num_of_shares_basic_info_template = 561, // {"Bolt": "Each recovery share is a sequence of {0} words. Next you will choose how many shares you need to recover your wallet.", "Caesar": "", "Delizia": "", "Eckhart": ""}
- reset__num_shares_for_group_template = 562, // "The required number of shares to form Group {0}."
+ reset__num_shares_for_group_template = 562, // "The required number of shares to form group {0}."
reset__number_of_shares_info = 563, // {"Bolt": "", "Caesar": "= total number of shares used for wallet backup.", "Delizia": "", "Eckhart": ""}
reset__one_share = 564, // {"Bolt": "1 share", "Caesar": "", "Delizia": "", "Eckhart": ""}
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__recovery_share_title_template = 567, // "Recovery share {0}"
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_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": ""}
- reset__share_checked_successfully_template = 573, // {"Bolt": "Share #{0} checked successfully.", "Caesar": "Share #{0} checked successfully.", "Delizia": "", "Eckhart": ""}
+ reset__share_checked_successfully_template = 573, // {"Bolt": "Share {0} checked successfully.", "Caesar": "Share {0} checked successfully.", "Delizia": "", "Eckhart": ""}
reset__share_words_title = 574, // "Standard backup"
reset__slip39_checklist_num_groups = 575, // "Number of groups"
reset__slip39_checklist_num_shares = 576, // "Number of shares"
@@ -845,9 +845,9 @@ pub enum TranslatedString {
reset__title_set_number_of_groups = 594, // {"Bolt": "Set number of groups", "Caesar": "", "Delizia": "Set number of groups", "Eckhart": "Set number of groups"}
reset__title_set_number_of_shares = 595, // {"Bolt": "Set number of shares", "Caesar": "", "Delizia": "Set number of shares", "Eckhart": "Set number of shares"}
reset__title_set_threshold = 596, // {"Bolt": "Set threshold", "Caesar": "", "Delizia": "Set threshold", "Eckhart": ""}
- reset__to_form_group_template = 597, // {"Bolt": "to form Group {0}.", "Caesar": "", "Delizia": "", "Eckhart": ""}
+ reset__to_form_group_template = 597, // {"Bolt": "to form group {0}.", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__tos_link = 598, // {"Bolt": "trezor.io/tos", "Caesar": "trezor.io/tos", "Delizia": "trezor.io/tos", "Eckhart": "More at trezor.io/tos"}
- 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__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, // {"Bolt": "Wrong word selected!", "Caesar": "Wrong word selected!", "Delizia": "", "Eckhart": ""}
@@ -1229,13 +1229,9 @@ pub enum TranslatedString {
instructions__hold_to_continue = 890, // "Hold to continue"
instructions__hold_to_exit_tutorial = 891, // "Hold to exit tutorial"
instructions__learn_more = 893, // "Learn more"
- instructions__shares_continue_with_x_template = 894, // {"Bolt": "", "Caesar": "", "Delizia": "Continue with Share #{0}", "Eckhart": ""}
- instructions__shares_start_with_1 = 895, // {"Bolt": "", "Caesar": "", "Delizia": "Start with share #1", "Eckhart": "Start with share #1"}
+ instructions__shares_continue_with_x_template = 894, // {"Bolt": "", "Caesar": "", "Delizia": "Continue with share {0}", "Eckhart": ""}
+ instructions__shares_start_with_1 = 895, // {"Bolt": "", "Caesar": "", "Delizia": "Start with share 1", "Eckhart": "Start with share 1"}
passphrase__title_passphrase = 897, // "Passphrase"
- recovery__dry_run_backup_not_on_this_device = 898, // "Wallet backup not on this device"
- recovery__dry_run_invalid_backup_entered = 899, // "Invalid wallet backup entered"
- recovery__dry_run_slip39_valid_all_shares = 900, // "All shares are valid and belong to the backup in this device"
- recovery__dry_run_slip39_valid_share = 901, // "Entered share is valid and belongs to the backup in the device"
recovery__enter_each_word = 903, // "Enter each word of your wallet backup in order."
recovery__share_does_not_match = 905, // "Share doesn't match"
reset__cancel_create_wallet = 906, // "Cancel create wallet"
@@ -1244,7 +1240,7 @@ pub enum TranslatedString {
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, // {"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__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}"}
send__transaction_signed = 915, // {"Bolt": "Transaction signed", "Caesar": "Transaction signed", "Delizia": "Transaction signed.", "Eckhart": "Transaction signed."}
@@ -1404,10 +1400,10 @@ pub enum TranslatedString {
passphrase__show = 1037, // "Show passphrase"
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, // {"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."}
+ instructions__shares_start_with_x_template = 1041, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Start with 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} of 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)"}
@@ -2133,10 +2129,10 @@ impl TranslatedString {
"",
"Check your backup?",
"",
- "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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -2176,18 +2172,18 @@ impl TranslatedString {
"Recover wallet",
"By continuing you agree to Trezor Company's terms and conditions.",
"",
- "Check gr. {0} - share {1}",
+ "Share {1} of group {0}",
"Check wallet backup",
- "Check share #{0}",
+ "Check share {0}",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"A group is made up of recovery shares.",
"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.",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"For recovery you need all {0} of the shares.",
"For recovery you need any {0} of the shares.",
@@ -2195,20 +2191,20 @@ impl TranslatedString {
"needed to recover your wallet. ",
"Never put your backup anywhere digital.",
"{0} people or locations will each hold one share.",
- "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.",
+ "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.",
"Each recovery share is a sequence of {0} words. Next you will choose how many shares you need to recover your wallet.",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"",
"1 share",
"Only one share will be created.",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"The required number of groups for recovery.",
"",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -2232,9 +2228,9 @@ impl TranslatedString {
"Set number of groups",
"Set number of shares",
"Set threshold",
- "to form Group {0}.",
+ "to form group {0}.",
"trezor.io/tos",
- "Set the total number of shares in Group {0}.",
+ "Set the total number of shares in group {0}.",
"Use your backup when you need to recover your wallet.",
"",
"Wrong word selected!",
@@ -2533,10 +2529,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -3374,740 +3370,740 @@ impl TranslatedString {
8334,
8404,
8480,
- 8560,
- 8647,
- 8662,
- 8680,
- 8704,
- 8739,
- 8748,
- 8772,
- 8802,
- 8833,
- 8851,
- 8893,
- 8955,
- 8981,
+ 8550,
+ 8626,
+ 8641,
+ 8659,
+ 8683,
+ 8718,
+ 8727,
+ 8751,
+ 8781,
+ 8812,
+ 8830,
+ 8872,
+ 8934,
+ 8960,
+ 8960,
8981,
- 9002,
- 9051,
- 9060,
- 9074,
- 9093,
- 9108,
- 9120,
- 9134,
- 9150,
- 9170,
- 9195,
- 9244,
- 9297,
- 9308,
- 9323,
- 9353,
- 9381,
- 9406,
- 9422,
+ 9030,
+ 9039,
+ 9053,
+ 9072,
+ 9087,
+ 9099,
+ 9113,
+ 9129,
+ 9149,
+ 9174,
+ 9223,
+ 9276,
+ 9287,
+ 9302,
+ 9332,
+ 9360,
+ 9385,
+ 9401,
+ 9484,
9505,
9526,
- 9547,
- 9560,
- 9574,
- 9639,
- 9639,
- 9664,
- 9683,
- 9699,
- 9728,
- 9753,
- 9816,
- 9863,
- 9912,
- 9950,
- 10083,
- 10126,
- 10147,
- 10159,
- 10203,
+ 9539,
+ 9553,
+ 9618,
+ 9618,
+ 9640,
+ 9659,
+ 9674,
+ 9703,
+ 9727,
+ 9790,
+ 9837,
+ 9886,
+ 9924,
+ 10057,
+ 10101,
+ 10123,
+ 10135,
+ 10179,
+ 10223,
10247,
- 10271,
- 10302,
- 10341,
- 10390,
- 10515,
- 10632,
- 10680,
- 10680,
- 10687,
- 10718,
- 10731,
- 10750,
- 10793,
- 10793,
- 10793,
- 10816,
- 10848,
- 10880,
- 10895,
- 10911,
- 10927,
- 10947,
- 10967,
- 10991,
- 11028,
- 11041,
- 11057,
- 11088,
- 11088,
- 11128,
- 11128,
- 11142,
- 11155,
- 11155,
- 11155,
- 11171,
- 11171,
- 11190,
- 11210,
- 11230,
- 11243,
- 11261,
- 11274,
- 11318,
- 11371,
- 11371,
- 11391,
- 11421,
- 11441,
- 11452,
- 11472,
- 11506,
- 11510,
- 11515,
- 11520,
- 11539,
- 11543,
- 11611,
- 11691,
- 11756,
- 11769,
- 11784,
- 11821,
- 11838,
- 11903,
- 11948,
- 12013,
- 12057,
- 12070,
- 12084,
- 12134,
- 12161,
- 12210,
- 12252,
- 12336,
- 12382,
- 12431,
- 12449,
- 12464,
- 12483,
- 12539,
- 12606,
- 12647,
- 12661,
- 12661,
- 12675,
- 12706,
- 12719,
- 12730,
- 12762,
- 12777,
- 12794,
- 12806,
- 12813,
- 12827,
- 12837,
- 12857,
- 12857,
- 12871,
- 12892,
- 12892,
- 12892,
- 12901,
- 12916,
+ 10278,
+ 10317,
+ 10366,
+ 10491,
+ 10608,
+ 10656,
+ 10656,
+ 10663,
+ 10694,
+ 10707,
+ 10725,
+ 10768,
+ 10768,
+ 10768,
+ 10791,
+ 10823,
+ 10854,
+ 10869,
+ 10885,
+ 10901,
+ 10921,
+ 10941,
+ 10965,
+ 11002,
+ 11015,
+ 11031,
+ 11062,
+ 11062,
+ 11102,
+ 11102,
+ 11116,
+ 11129,
+ 11129,
+ 11129,
+ 11145,
+ 11145,
+ 11164,
+ 11184,
+ 11204,
+ 11217,
+ 11235,
+ 11248,
+ 11292,
+ 11345,
+ 11345,
+ 11365,
+ 11395,
+ 11415,
+ 11426,
+ 11446,
+ 11480,
+ 11484,
+ 11489,
+ 11494,
+ 11513,
+ 11517,
+ 11585,
+ 11665,
+ 11730,
+ 11743,
+ 11758,
+ 11795,
+ 11812,
+ 11877,
+ 11922,
+ 11987,
+ 12031,
+ 12044,
+ 12058,
+ 12108,
+ 12135,
+ 12184,
+ 12226,
+ 12310,
+ 12356,
+ 12405,
+ 12423,
+ 12438,
+ 12457,
+ 12513,
+ 12580,
+ 12621,
+ 12635,
+ 12635,
+ 12649,
+ 12680,
+ 12693,
+ 12704,
+ 12736,
+ 12751,
+ 12768,
+ 12780,
+ 12787,
+ 12801,
+ 12811,
+ 12831,
+ 12831,
+ 12845,
+ 12866,
+ 12866,
+ 12866,
+ 12875,
+ 12890,
+ 12905,
+ 12917,
12931,
- 12943,
- 12957,
- 12970,
- 12994,
- 13010,
- 13022,
- 13087,
- 13103,
- 13155,
- 13190,
- 13210,
- 13226,
- 13226,
- 13268,
- 13325,
- 13338,
- 13356,
- 13366,
- 13375,
+ 12944,
+ 12968,
+ 12984,
+ 12996,
+ 13061,
+ 13077,
+ 13129,
+ 13164,
+ 13184,
+ 13200,
+ 13200,
+ 13242,
+ 13299,
+ 13312,
+ 13330,
+ 13340,
+ 13349,
+ 13372,
+ 13383,
+ 13388,
13398,
- 13409,
- 13414,
- 13424,
- 13437,
- 13443,
- 13466,
- 13476,
+ 13411,
+ 13417,
+ 13440,
+ 13450,
+ 13461,
+ 13475,
13487,
- 13501,
- 13513,
- 13513,
- 13530,
- 13530,
- 13548,
- 13562,
+ 13487,
+ 13504,
+ 13504,
+ 13522,
+ 13536,
+ 13550,
+ 13556,
13576,
- 13582,
- 13602,
- 13614,
- 13625,
- 13685,
- 13698,
- 13702,
- 13706,
- 13717,
- 13726,
- 13726,
- 13726,
- 13736,
- 13739,
- 13744,
- 13747,
- 13760,
+ 13588,
+ 13599,
+ 13659,
+ 13672,
+ 13676,
+ 13680,
+ 13691,
+ 13700,
+ 13700,
+ 13700,
+ 13710,
+ 13713,
+ 13718,
+ 13721,
+ 13734,
+ 13740,
+ 13749,
13766,
- 13775,
- 13792,
- 13804,
- 13820,
- 13820,
- 13828,
- 13845,
- 13848,
- 13859,
+ 13778,
+ 13794,
+ 13794,
+ 13802,
+ 13819,
+ 13822,
+ 13833,
+ 13853,
+ 13866,
+ 13866,
13879,
- 13892,
- 13892,
- 13905,
- 13917,
- 13924,
- 13932,
- 13941,
- 13961,
- 13997,
- 14017,
- 14031,
- 14031,
- 14046,
- 14052,
- 14068,
- 14082,
- 14097,
- 14132,
+ 13891,
+ 13898,
+ 13906,
+ 13915,
+ 13935,
+ 13971,
+ 13991,
+ 14005,
+ 14005,
+ 14020,
+ 14026,
+ 14042,
+ 14056,
+ 14071,
+ 14106,
+ 14106,
+ 14119,
+ 14126,
14132,
- 14145,
- 14152,
- 14158,
- 14176,
- 14195,
- 14204,
- 14212,
- 14229,
- 14246,
- 14259,
- 14274,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14328,
- 14355,
- 14370,
- 14385,
- 14409,
- 14420,
- 14459,
- 14459,
- 14477,
- 14523,
- 14542,
- 14560,
- 14573,
- 14630,
- 14647,
- 14687,
- 14705,
- 14705,
- 14705,
- 14705,
- 14723,
- 14753,
- 14782,
- 14800,
- 14815,
- 14822,
+ 14150,
+ 14169,
+ 14178,
+ 14186,
+ 14203,
+ 14220,
+ 14233,
+ 14248,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14302,
+ 14329,
+ 14344,
+ 14359,
+ 14383,
+ 14394,
+ 14433,
+ 14433,
+ 14451,
+ 14497,
+ 14516,
+ 14534,
+ 14547,
+ 14604,
+ 14621,
+ 14661,
+ 14679,
+ 14679,
+ 14679,
+ 14679,
+ 14697,
+ 14727,
+ 14756,
+ 14774,
+ 14789,
+ 14796,
+ 14804,
+ 14811,
+ 14817,
14830,
- 14837,
- 14843,
- 14856,
- 14864,
- 14873,
+ 14838,
+ 14847,
+ 14853,
+ 14860,
+ 14871,
14879,
- 14886,
- 14897,
- 14905,
- 14921,
- 14934,
- 14939,
- 14942,
- 14946,
- 14946,
- 14991,
- 15000,
- 15002,
- 15009,
- 15027,
- 15043,
- 15064,
- 15073,
- 15077,
- 15083,
- 15083,
- 15083,
- 15094,
- 15094,
- 15094,
- 15094,
- 15101,
- 15108,
- 15108,
- 15115,
- 15122,
- 15130,
- 15133,
- 15133,
- 15133,
- 15138,
- 15151,
- 15176,
- 15181,
- 15194,
- 15217,
- 15224,
- 15251,
- 15262,
- 15275,
- 15284,
- 15338,
- 15356,
- 15370,
- 15390,
- 15412,
- 15432,
- 15439,
- 15454,
- 15454,
- 15454,
- 15454,
- 15463,
- 15463,
- 15515,
- 15553,
- 15565,
- 15565,
- 15577,
- 15577,
- 15577,
- 15584,
- 15599,
- 15599,
- 15614,
- 15639,
- 15639,
- 15639,
- 15639,
- 15650,
- 15659,
- 15671,
- 15679,
- 15679,
- 15691,
- 15691,
- 15772,
- 15830,
- 15830,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15866,
- 15882,
- 15903,
- 15903,
- 15913,
- 15913,
- 15913,
- 15913,
- 15923,
- 15955,
- 15984,
- 16044,
- 16106,
- 16106,
- 16153,
- 16153,
- 16172,
- 16192,
- 16192,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16217,
- 16234,
- 16247,
- 16247,
- 16247,
- 16301,
- 16314,
- 16314,
- 16314,
- 16314,
- 16329,
- 16329,
- 16329,
- 16348,
- 16356,
- 16356,
- 16377,
- 16395,
+ 14895,
+ 14908,
+ 14913,
+ 14916,
+ 14920,
+ 14920,
+ 14965,
+ 14974,
+ 14976,
+ 14983,
+ 15001,
+ 15017,
+ 15038,
+ 15047,
+ 15051,
+ 15057,
+ 15057,
+ 15057,
+ 15068,
+ 15068,
+ 15068,
+ 15068,
+ 15075,
+ 15082,
+ 15082,
+ 15089,
+ 15096,
+ 15104,
+ 15107,
+ 15107,
+ 15107,
+ 15112,
+ 15125,
+ 15150,
+ 15155,
+ 15168,
+ 15191,
+ 15198,
+ 15225,
+ 15236,
+ 15249,
+ 15258,
+ 15312,
+ 15330,
+ 15344,
+ 15364,
+ 15386,
+ 15406,
+ 15413,
+ 15428,
+ 15428,
+ 15428,
+ 15428,
+ 15437,
+ 15437,
+ 15489,
+ 15527,
+ 15539,
+ 15539,
+ 15551,
+ 15551,
+ 15551,
+ 15558,
+ 15573,
+ 15573,
+ 15588,
+ 15613,
+ 15613,
+ 15613,
+ 15613,
+ 15624,
+ 15633,
+ 15645,
+ 15653,
+ 15653,
+ 15665,
+ 15665,
+ 15746,
+ 15804,
+ 15804,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15840,
+ 15856,
+ 15877,
+ 15877,
+ 15887,
+ 15887,
+ 15887,
+ 15887,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15944,
+ 15944,
+ 15963,
+ 15983,
+ 15983,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 16008,
+ 16025,
+ 16038,
+ 16038,
+ 16038,
+ 16092,
+ 16105,
+ 16105,
+ 16105,
+ 16105,
+ 16120,
+ 16120,
+ 16120,
+ 16139,
+ 16147,
+ 16147,
+ 16168,
+ 16186,
+ 16204,
+ 16229,
+ 16242,
+ 16242,
+ 16259,
+ 16281,
+ 16289,
+ 16289,
+ 16309,
+ 16320,
+ 16320,
+ 16397,
16413,
- 16438,
- 16451,
- 16451,
- 16468,
- 16490,
- 16498,
- 16498,
- 16518,
- 16529,
- 16529,
- 16606,
- 16622,
+ 16423,
+ 16456,
+ 16456,
+ 16508,
+ 16508,
+ 16526,
+ 16532,
+ 16537,
+ 16537,
+ 16562,
+ 16566,
+ 16566,
+ 16566,
+ 16597,
+ 16597,
+ 16597,
+ 16615,
16632,
- 16665,
- 16665,
- 16717,
- 16717,
- 16735,
- 16741,
- 16746,
- 16746,
- 16771,
- 16775,
- 16775,
- 16775,
- 16806,
- 16806,
- 16806,
- 16824,
- 16841,
- 16851,
- 16869,
- 16889,
- 16889,
- 16913,
- 16935,
- 16948,
- 16974,
- 16994,
- 17010,
- 17010,
- 17018,
- 17023,
- 17052,
- 17104,
- 17116,
- 17121,
- 17134,
- 17142,
- 17152,
- 17212,
- 17238,
- 17245,
- 17276,
- 17288,
- 17305,
- 17327,
- 17327,
- 17342,
- 17342,
- 17342,
- 17342,
- 17342,
- 17359,
+ 16642,
+ 16660,
+ 16680,
+ 16680,
+ 16704,
+ 16726,
+ 16739,
+ 16765,
+ 16785,
+ 16801,
+ 16801,
+ 16809,
+ 16814,
+ 16843,
+ 16895,
+ 16907,
+ 16912,
+ 16925,
+ 16933,
+ 16943,
+ 17003,
+ 17029,
+ 17036,
+ 17067,
+ 17079,
+ 17096,
+ 17118,
+ 17118,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17150,
+ 17162,
+ 17177,
+ 17184,
+ 17200,
+ 17208,
+ 17249,
+ 17263,
+ 17273,
+ 17306,
+ 17315,
+ 17355,
17371,
- 17386,
+ 17377,
+ 17388,
17393,
- 17409,
- 17417,
- 17458,
- 17472,
- 17482,
- 17515,
+ 17398,
+ 17398,
+ 17411,
+ 17432,
+ 17474,
17524,
- 17564,
- 17580,
- 17586,
- 17597,
- 17602,
- 17607,
- 17607,
- 17620,
- 17641,
- 17683,
- 17733,
- 17746,
- 17776,
- 17776,
- 17855,
- 17901,
- 17915,
- 17915,
- 17930,
- 17934,
- 17940,
- 17952,
- 17952,
- 17978,
- 18030,
- 18038,
- 18071,
- 18071,
- 18071,
- 18086,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18116,
- 18158,
- 18162,
- 18162,
- 18173,
- 18198,
- 18202,
- 18206,
- 18222,
- 18236,
- 18242,
- 18262,
- 18268,
+ 17537,
+ 17567,
+ 17567,
+ 17646,
+ 17692,
+ 17706,
+ 17706,
+ 17721,
+ 17725,
+ 17731,
+ 17743,
+ 17743,
+ 17769,
+ 17821,
+ 17829,
+ 17862,
+ 17862,
+ 17862,
+ 17877,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17907,
+ 17949,
+ 17953,
+ 17953,
+ 17964,
+ 17989,
+ 17993,
+ 17997,
+ 18013,
+ 18027,
+ 18033,
+ 18053,
+ 18059,
+ 18079,
+ 18087,
+ 18087,
+ 18087,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18151,
+ 18161,
+ 18171,
+ 18189,
+ 18239,
+ 18239,
+ 18256,
+ 18256,
+ 18260,
+ 18260,
+ 18275,
18288,
- 18296,
- 18296,
- 18296,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18360,
- 18370,
- 18380,
- 18398,
- 18448,
- 18448,
- 18465,
- 18465,
- 18469,
+ 18288,
+ 18299,
+ 18311,
+ 18311,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18345,
+ 18361,
+ 18361,
+ 18361,
+ 18361,
+ 18366,
+ 18375,
+ 18381,
+ 18391,
+ 18394,
+ 18400,
+ 18400,
+ 18400,
+ 18406,
+ 18414,
+ 18425,
+ 18435,
+ 18443,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
18469,
- 18484,
- 18497,
- 18497,
- 18508,
- 18520,
18520,
+ 18523,
+ 18527,
+ 18527,
18541,
- 18541,
- 18541,
- 18541,
- 18541,
- 18554,
- 18570,
- 18570,
- 18570,
- 18570,
- 18575,
- 18584,
- 18590,
- 18600,
- 18603,
- 18609,
- 18609,
- 18609,
- 18615,
- 18623,
+ 18553,
+ 18553,
+ 18560,
+ 18566,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
18634,
- 18644,
- 18652,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18678,
- 18729,
- 18732,
- 18736,
- 18736,
- 18750,
- 18762,
- 18762,
- 18769,
- 18775,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18843,
- 18856,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18969,
- 19039,
- 19093,
- 19145,
- 19145,
- 19155,
- 19159,
- 19168,
- 19182,
- 19245,
- 19256,
+ 18647,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18760,
+ 18830,
+ 18884,
+ 18936,
+ 18936,
+ 18946,
+ 18950,
+ 18959,
+ 18973,
+ 19036,
+ 19047,
+ 19056,
+ 19064,
+ 19069,
+ 19075,
+ 19091,
+ 19097,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19242,
+ 19252,
19265,
- 19273,
- 19278,
- 19284,
- 19300,
- 19306,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19451,
- 19461,
- 19474,
- 19485,
- 19498,
+ 19276,
+ 19289,
+ 19302,
+ 19330,
+ 19365,
+ 19401,
+ 19439,
+ 19447,
+ 19460,
+ 19460,
+ 19460,
+ 19483,
+ 19491,
+ 19491,
+ 19491,
+ 19505,
19511,
- 19539,
- 19574,
- 19610,
- 19648,
- 19656,
- 19669,
- 19669,
- 19669,
- 19692,
- 19700,
- 19700,
- 19700,
- 19714,
- 19720,
- 19728,
- 19737,
- 19752,
- 19763,
- 19763,
- 19784,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19821,
- 19835,
- 19851,
- 19862,
- 19862,
- 19880,
- 19928,
- 19999,
+ 19519,
+ 19528,
+ 19543,
+ 19554,
+ 19554,
+ 19575,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19612,
+ 19626,
+ 19642,
+ 19653,
+ 19653,
+ 19671,
+ 19719,
+ 19790,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4610,10 +4606,10 @@ impl TranslatedString {
"",
"Check your backup?",
"",
- "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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -4653,18 +4649,18 @@ impl TranslatedString {
"Recover wallet",
"By continuing you agree to Trezor Company's terms and conditions.",
"",
- "Check gr. {0} - share {1}",
+ "Share {1} of group {0}",
"Check wallet backup",
- "Check share #{0}",
+ "Check share {0}",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"A group is made up of recovery shares.",
"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.",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"For recovery you need all {0} of the shares.",
"For recovery you need any {0} of the shares.",
@@ -4672,20 +4668,20 @@ impl TranslatedString {
"needed to recover your wallet. ",
"Never put your backup anywhere digital.",
"{0} people or locations will each hold one share.",
- "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.",
+ "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.",
"Each recovery share is a sequence of {0} words. Next you will choose how many shares you need to recover your wallet.",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"",
"1 share",
"Only one share will be created.",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"The required number of groups for recovery.",
"",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -4709,9 +4705,9 @@ impl TranslatedString {
"Set number of groups",
"Set number of shares",
"Set threshold",
- "to form Group {0}.",
+ "to form group {0}.",
"trezor.io/tos",
- "Set the total number of shares in Group {0}.",
+ "Set the total number of shares in group {0}.",
"Use your backup when you need to recover your wallet.",
"",
"Wrong word selected!",
@@ -5010,10 +5006,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -5851,740 +5847,740 @@ impl TranslatedString {
8334,
8404,
8480,
- 8560,
- 8647,
- 8662,
- 8680,
- 8704,
- 8739,
- 8748,
- 8772,
- 8802,
- 8833,
- 8851,
- 8893,
- 8955,
- 8981,
+ 8550,
+ 8626,
+ 8641,
+ 8659,
+ 8683,
+ 8718,
+ 8727,
+ 8751,
+ 8781,
+ 8812,
+ 8830,
+ 8872,
+ 8934,
+ 8960,
+ 8960,
8981,
- 9002,
- 9051,
- 9060,
- 9074,
- 9093,
- 9108,
- 9120,
- 9134,
- 9150,
- 9170,
- 9195,
- 9244,
- 9297,
- 9308,
- 9323,
- 9353,
- 9381,
- 9406,
- 9422,
+ 9030,
+ 9039,
+ 9053,
+ 9072,
+ 9087,
+ 9099,
+ 9113,
+ 9129,
+ 9149,
+ 9174,
+ 9223,
+ 9276,
+ 9287,
+ 9302,
+ 9332,
+ 9360,
+ 9385,
+ 9401,
+ 9484,
9505,
9526,
- 9547,
- 9560,
- 9574,
- 9639,
- 9639,
- 9664,
- 9683,
- 9699,
- 9728,
- 9753,
- 9816,
- 9863,
- 9912,
- 9950,
- 10083,
- 10126,
- 10147,
- 10159,
- 10203,
+ 9539,
+ 9553,
+ 9618,
+ 9618,
+ 9640,
+ 9659,
+ 9674,
+ 9703,
+ 9727,
+ 9790,
+ 9837,
+ 9886,
+ 9924,
+ 10057,
+ 10101,
+ 10123,
+ 10135,
+ 10179,
+ 10223,
10247,
- 10271,
- 10302,
- 10341,
- 10390,
- 10515,
- 10632,
- 10680,
- 10680,
- 10687,
- 10718,
- 10731,
- 10750,
- 10793,
- 10793,
- 10793,
- 10816,
- 10848,
- 10880,
- 10895,
- 10911,
- 10927,
- 10947,
- 10967,
- 10991,
- 11028,
- 11041,
- 11057,
- 11088,
- 11088,
- 11128,
- 11128,
- 11142,
- 11155,
- 11155,
- 11155,
- 11171,
- 11171,
- 11190,
- 11210,
- 11230,
- 11243,
- 11261,
- 11274,
- 11318,
- 11371,
- 11371,
- 11391,
- 11421,
- 11441,
- 11452,
- 11472,
- 11506,
- 11510,
- 11515,
- 11520,
- 11539,
- 11543,
- 11611,
- 11691,
- 11756,
- 11769,
- 11784,
- 11821,
- 11838,
- 11903,
- 11948,
- 12013,
- 12057,
- 12070,
- 12084,
- 12134,
- 12161,
- 12210,
- 12252,
- 12336,
- 12382,
- 12431,
- 12449,
- 12464,
- 12483,
- 12539,
- 12606,
- 12647,
- 12661,
- 12661,
- 12675,
- 12706,
- 12719,
- 12730,
- 12762,
- 12777,
- 12794,
- 12806,
- 12813,
- 12827,
- 12837,
- 12857,
- 12857,
- 12871,
- 12892,
- 12892,
- 12892,
- 12901,
- 12916,
+ 10278,
+ 10317,
+ 10366,
+ 10491,
+ 10608,
+ 10656,
+ 10656,
+ 10663,
+ 10694,
+ 10707,
+ 10725,
+ 10768,
+ 10768,
+ 10768,
+ 10791,
+ 10823,
+ 10854,
+ 10869,
+ 10885,
+ 10901,
+ 10921,
+ 10941,
+ 10965,
+ 11002,
+ 11015,
+ 11031,
+ 11062,
+ 11062,
+ 11102,
+ 11102,
+ 11116,
+ 11129,
+ 11129,
+ 11129,
+ 11145,
+ 11145,
+ 11164,
+ 11184,
+ 11204,
+ 11217,
+ 11235,
+ 11248,
+ 11292,
+ 11345,
+ 11345,
+ 11365,
+ 11395,
+ 11415,
+ 11426,
+ 11446,
+ 11480,
+ 11484,
+ 11489,
+ 11494,
+ 11513,
+ 11517,
+ 11585,
+ 11665,
+ 11730,
+ 11743,
+ 11758,
+ 11795,
+ 11812,
+ 11877,
+ 11922,
+ 11987,
+ 12031,
+ 12044,
+ 12058,
+ 12108,
+ 12135,
+ 12184,
+ 12226,
+ 12310,
+ 12356,
+ 12405,
+ 12423,
+ 12438,
+ 12457,
+ 12513,
+ 12580,
+ 12621,
+ 12635,
+ 12635,
+ 12649,
+ 12680,
+ 12693,
+ 12704,
+ 12736,
+ 12751,
+ 12768,
+ 12780,
+ 12787,
+ 12801,
+ 12811,
+ 12831,
+ 12831,
+ 12845,
+ 12866,
+ 12866,
+ 12866,
+ 12875,
+ 12890,
+ 12905,
+ 12917,
12931,
- 12943,
- 12957,
- 12970,
- 12994,
- 13010,
- 13022,
- 13087,
- 13103,
- 13155,
- 13190,
- 13210,
- 13226,
- 13226,
- 13268,
- 13325,
- 13338,
- 13356,
- 13366,
- 13375,
+ 12944,
+ 12968,
+ 12984,
+ 12996,
+ 13061,
+ 13077,
+ 13129,
+ 13164,
+ 13184,
+ 13200,
+ 13200,
+ 13242,
+ 13299,
+ 13312,
+ 13330,
+ 13340,
+ 13349,
+ 13372,
+ 13383,
+ 13388,
13398,
- 13409,
- 13414,
- 13424,
- 13437,
- 13443,
- 13466,
- 13476,
+ 13411,
+ 13417,
+ 13440,
+ 13450,
+ 13461,
+ 13475,
13487,
- 13501,
- 13513,
- 13513,
- 13530,
- 13530,
- 13548,
- 13562,
+ 13487,
+ 13504,
+ 13504,
+ 13522,
+ 13536,
+ 13550,
+ 13556,
13576,
- 13582,
- 13602,
- 13614,
- 13625,
- 13685,
- 13698,
- 13702,
- 13706,
- 13717,
- 13726,
- 13726,
- 13726,
- 13736,
- 13739,
- 13744,
- 13747,
- 13760,
+ 13588,
+ 13599,
+ 13659,
+ 13672,
+ 13676,
+ 13680,
+ 13691,
+ 13700,
+ 13700,
+ 13700,
+ 13710,
+ 13713,
+ 13718,
+ 13721,
+ 13734,
+ 13740,
+ 13749,
13766,
- 13775,
- 13792,
- 13804,
- 13820,
- 13820,
- 13828,
- 13845,
- 13848,
- 13859,
+ 13778,
+ 13794,
+ 13794,
+ 13802,
+ 13819,
+ 13822,
+ 13833,
+ 13853,
+ 13866,
+ 13866,
13879,
- 13892,
- 13892,
- 13905,
- 13917,
- 13924,
- 13932,
- 13941,
- 13961,
- 13997,
- 14017,
- 14031,
- 14031,
- 14046,
- 14052,
- 14068,
- 14082,
- 14097,
- 14132,
+ 13891,
+ 13898,
+ 13906,
+ 13915,
+ 13935,
+ 13971,
+ 13991,
+ 14005,
+ 14005,
+ 14020,
+ 14026,
+ 14042,
+ 14056,
+ 14071,
+ 14106,
+ 14106,
+ 14119,
+ 14126,
14132,
- 14145,
- 14152,
- 14158,
- 14176,
- 14195,
- 14204,
- 14212,
- 14229,
- 14246,
- 14259,
- 14274,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14328,
- 14355,
- 14370,
- 14385,
- 14409,
- 14420,
- 14459,
- 14459,
- 14477,
- 14523,
- 14542,
- 14560,
- 14573,
- 14630,
- 14647,
- 14687,
- 14705,
- 14705,
- 14705,
- 14705,
- 14723,
- 14753,
- 14782,
- 14800,
- 14815,
- 14822,
- 14830,
- 14837,
- 14843,
- 14856,
- 14864,
- 14873,
+ 14150,
+ 14169,
+ 14178,
+ 14186,
+ 14203,
+ 14220,
+ 14233,
+ 14248,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14302,
+ 14329,
+ 14344,
+ 14359,
+ 14383,
+ 14394,
+ 14433,
+ 14433,
+ 14451,
+ 14497,
+ 14516,
+ 14534,
+ 14547,
+ 14604,
+ 14621,
+ 14661,
+ 14679,
+ 14679,
+ 14679,
+ 14679,
+ 14697,
+ 14727,
+ 14756,
+ 14774,
+ 14789,
+ 14796,
+ 14804,
+ 14811,
+ 14817,
+ 14830,
+ 14838,
+ 14847,
+ 14853,
+ 14860,
+ 14871,
14879,
- 14886,
- 14897,
- 14905,
- 14921,
- 14934,
- 14939,
- 14942,
- 14946,
- 14946,
- 14991,
- 15000,
- 15002,
- 15009,
- 15027,
- 15043,
- 15064,
- 15073,
- 15077,
- 15083,
- 15083,
- 15083,
- 15094,
- 15094,
- 15094,
- 15094,
- 15101,
- 15108,
- 15108,
- 15115,
- 15122,
- 15130,
- 15133,
- 15133,
- 15133,
- 15138,
- 15151,
- 15176,
- 15181,
- 15194,
- 15217,
- 15224,
- 15251,
- 15262,
- 15275,
- 15284,
- 15338,
- 15356,
- 15370,
- 15390,
- 15412,
- 15432,
- 15439,
- 15454,
- 15454,
- 15454,
- 15454,
- 15463,
- 15463,
- 15515,
- 15553,
- 15565,
- 15565,
- 15577,
- 15577,
- 15577,
- 15584,
- 15599,
- 15599,
- 15614,
- 15639,
- 15639,
- 15639,
- 15639,
- 15650,
- 15659,
- 15671,
- 15679,
- 15679,
- 15691,
- 15691,
- 15772,
- 15830,
- 15830,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15866,
- 15882,
- 15903,
- 15903,
- 15913,
- 15913,
- 15913,
- 15913,
- 15923,
- 15955,
- 15984,
- 16044,
- 16106,
- 16106,
- 16153,
- 16153,
- 16172,
- 16192,
- 16192,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16217,
- 16234,
- 16247,
- 16247,
- 16247,
- 16301,
- 16314,
- 16314,
- 16314,
- 16314,
- 16329,
- 16329,
- 16329,
- 16348,
- 16356,
- 16356,
- 16377,
- 16395,
+ 14895,
+ 14908,
+ 14913,
+ 14916,
+ 14920,
+ 14920,
+ 14965,
+ 14974,
+ 14976,
+ 14983,
+ 15001,
+ 15017,
+ 15038,
+ 15047,
+ 15051,
+ 15057,
+ 15057,
+ 15057,
+ 15068,
+ 15068,
+ 15068,
+ 15068,
+ 15075,
+ 15082,
+ 15082,
+ 15089,
+ 15096,
+ 15104,
+ 15107,
+ 15107,
+ 15107,
+ 15112,
+ 15125,
+ 15150,
+ 15155,
+ 15168,
+ 15191,
+ 15198,
+ 15225,
+ 15236,
+ 15249,
+ 15258,
+ 15312,
+ 15330,
+ 15344,
+ 15364,
+ 15386,
+ 15406,
+ 15413,
+ 15428,
+ 15428,
+ 15428,
+ 15428,
+ 15437,
+ 15437,
+ 15489,
+ 15527,
+ 15539,
+ 15539,
+ 15551,
+ 15551,
+ 15551,
+ 15558,
+ 15573,
+ 15573,
+ 15588,
+ 15613,
+ 15613,
+ 15613,
+ 15613,
+ 15624,
+ 15633,
+ 15645,
+ 15653,
+ 15653,
+ 15665,
+ 15665,
+ 15746,
+ 15804,
+ 15804,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15840,
+ 15856,
+ 15877,
+ 15877,
+ 15887,
+ 15887,
+ 15887,
+ 15887,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15944,
+ 15944,
+ 15963,
+ 15983,
+ 15983,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 16008,
+ 16025,
+ 16038,
+ 16038,
+ 16038,
+ 16092,
+ 16105,
+ 16105,
+ 16105,
+ 16105,
+ 16120,
+ 16120,
+ 16120,
+ 16139,
+ 16147,
+ 16147,
+ 16168,
+ 16186,
+ 16204,
+ 16229,
+ 16242,
+ 16242,
+ 16259,
+ 16281,
+ 16289,
+ 16289,
+ 16309,
+ 16320,
+ 16320,
+ 16397,
16413,
- 16438,
- 16451,
- 16451,
- 16468,
- 16490,
- 16498,
- 16498,
- 16518,
- 16529,
- 16529,
- 16606,
- 16622,
+ 16423,
+ 16456,
+ 16456,
+ 16508,
+ 16508,
+ 16526,
+ 16532,
+ 16537,
+ 16537,
+ 16562,
+ 16566,
+ 16566,
+ 16566,
+ 16597,
+ 16597,
+ 16597,
+ 16615,
16632,
- 16665,
- 16665,
- 16717,
- 16717,
- 16735,
- 16741,
- 16746,
- 16746,
- 16771,
- 16775,
- 16775,
- 16775,
- 16806,
- 16806,
- 16806,
- 16824,
- 16841,
- 16851,
- 16869,
- 16889,
- 16889,
- 16913,
- 16935,
- 16948,
- 16974,
- 16994,
- 17010,
- 17010,
- 17018,
- 17023,
- 17052,
- 17104,
- 17116,
- 17121,
- 17134,
- 17142,
- 17152,
- 17212,
- 17238,
- 17245,
- 17276,
- 17288,
- 17305,
- 17327,
- 17327,
- 17342,
- 17342,
- 17342,
- 17342,
- 17342,
- 17359,
+ 16642,
+ 16660,
+ 16680,
+ 16680,
+ 16704,
+ 16726,
+ 16739,
+ 16765,
+ 16785,
+ 16801,
+ 16801,
+ 16809,
+ 16814,
+ 16843,
+ 16895,
+ 16907,
+ 16912,
+ 16925,
+ 16933,
+ 16943,
+ 17003,
+ 17029,
+ 17036,
+ 17067,
+ 17079,
+ 17096,
+ 17118,
+ 17118,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17150,
+ 17162,
+ 17177,
+ 17184,
+ 17200,
+ 17208,
+ 17249,
+ 17263,
+ 17273,
+ 17306,
+ 17315,
+ 17355,
17371,
- 17386,
+ 17377,
+ 17388,
17393,
- 17409,
- 17417,
- 17458,
- 17472,
- 17482,
- 17515,
+ 17398,
+ 17398,
+ 17411,
+ 17432,
+ 17474,
17524,
- 17564,
- 17580,
- 17586,
- 17597,
- 17602,
- 17607,
- 17607,
- 17620,
- 17641,
- 17683,
- 17733,
- 17746,
- 17776,
- 17776,
- 17855,
- 17901,
- 17915,
- 17915,
- 17930,
- 17934,
- 17940,
- 17952,
- 17952,
- 17978,
- 18030,
- 18038,
- 18071,
- 18071,
- 18071,
- 18086,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18116,
- 18158,
- 18162,
- 18162,
- 18173,
- 18198,
- 18202,
- 18206,
- 18222,
- 18236,
- 18242,
- 18262,
- 18268,
+ 17537,
+ 17567,
+ 17567,
+ 17646,
+ 17692,
+ 17706,
+ 17706,
+ 17721,
+ 17725,
+ 17731,
+ 17743,
+ 17743,
+ 17769,
+ 17821,
+ 17829,
+ 17862,
+ 17862,
+ 17862,
+ 17877,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17907,
+ 17949,
+ 17953,
+ 17953,
+ 17964,
+ 17989,
+ 17993,
+ 17997,
+ 18013,
+ 18027,
+ 18033,
+ 18053,
+ 18059,
+ 18079,
+ 18087,
+ 18087,
+ 18087,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18151,
+ 18161,
+ 18171,
+ 18189,
+ 18239,
+ 18239,
+ 18256,
+ 18256,
+ 18260,
+ 18260,
+ 18275,
18288,
- 18296,
- 18296,
- 18296,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18360,
- 18370,
- 18380,
- 18398,
- 18448,
- 18448,
- 18465,
- 18465,
- 18469,
+ 18288,
+ 18299,
+ 18311,
+ 18311,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18345,
+ 18361,
+ 18361,
+ 18361,
+ 18361,
+ 18366,
+ 18375,
+ 18381,
+ 18391,
+ 18394,
+ 18400,
+ 18400,
+ 18400,
+ 18406,
+ 18414,
+ 18425,
+ 18435,
+ 18443,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
18469,
- 18484,
- 18497,
- 18497,
- 18508,
18520,
- 18520,
- 18541,
+ 18523,
+ 18527,
+ 18527,
18541,
- 18541,
- 18541,
- 18541,
- 18554,
- 18570,
- 18570,
- 18570,
- 18570,
- 18575,
- 18584,
- 18590,
- 18600,
- 18603,
- 18609,
- 18609,
- 18609,
- 18615,
- 18623,
+ 18553,
+ 18553,
+ 18560,
+ 18566,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
18634,
- 18644,
- 18652,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18678,
- 18729,
- 18732,
- 18736,
- 18736,
- 18750,
- 18762,
- 18762,
- 18769,
- 18775,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18843,
- 18856,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18969,
- 19039,
- 19093,
- 19145,
- 19145,
- 19155,
- 19159,
- 19168,
- 19182,
- 19245,
- 19256,
+ 18647,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18760,
+ 18830,
+ 18884,
+ 18936,
+ 18936,
+ 18946,
+ 18950,
+ 18959,
+ 18973,
+ 19036,
+ 19047,
+ 19056,
+ 19064,
+ 19069,
+ 19075,
+ 19091,
+ 19097,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19242,
+ 19252,
19265,
- 19273,
- 19278,
- 19284,
- 19300,
- 19306,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19451,
- 19461,
- 19474,
- 19485,
- 19498,
+ 19276,
+ 19289,
+ 19302,
+ 19330,
+ 19365,
+ 19401,
+ 19439,
+ 19447,
+ 19460,
+ 19460,
+ 19460,
+ 19483,
+ 19491,
+ 19491,
+ 19491,
+ 19505,
19511,
- 19539,
- 19574,
- 19610,
- 19648,
- 19656,
- 19669,
- 19669,
- 19669,
- 19692,
- 19700,
- 19700,
- 19700,
- 19714,
- 19720,
- 19728,
- 19737,
- 19752,
- 19763,
- 19763,
- 19784,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19821,
- 19835,
- 19851,
- 19862,
- 19862,
- 19880,
- 19928,
- 19999,
+ 19519,
+ 19528,
+ 19543,
+ 19554,
+ 19554,
+ 19575,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19612,
+ 19626,
+ 19642,
+ 19653,
+ 19653,
+ 19671,
+ 19719,
+ 19790,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -7087,10 +7083,10 @@ impl TranslatedString {
"",
"Check your backup?",
"",
- "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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -7130,18 +7126,18 @@ impl TranslatedString {
"Recover wallet",
"By continuing you agree to Trezor Company's terms and conditions.",
"",
- "Check gr. {0} - share {1}",
+ "Share {1} of group {0}",
"Check wallet backup",
- "Check share #{0}",
+ "Check share {0}",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"A group is made up of recovery shares.",
"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.",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"For recovery you need all {0} of the shares.",
"For recovery you need any {0} of the shares.",
@@ -7149,20 +7145,20 @@ impl TranslatedString {
"needed to recover your wallet. ",
"Never put your backup anywhere digital.",
"{0} people or locations will each hold one share.",
- "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.",
+ "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.",
"Each recovery share is a sequence of {0} words. Next you will choose how many shares you need to recover your wallet.",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"",
"1 share",
"Only one share will be created.",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"The required number of groups for recovery.",
"",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -7186,9 +7182,9 @@ impl TranslatedString {
"Set number of groups",
"Set number of shares",
"Set threshold",
- "to form Group {0}.",
+ "to form group {0}.",
"trezor.io/tos",
- "Set the total number of shares in Group {0}.",
+ "Set the total number of shares in group {0}.",
"Use your backup when you need to recover your wallet.",
"",
"Wrong word selected!",
@@ -7487,10 +7483,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -8328,740 +8324,740 @@ impl TranslatedString {
8334,
8404,
8480,
- 8560,
- 8647,
- 8662,
- 8680,
- 8704,
- 8739,
- 8748,
- 8772,
- 8802,
- 8833,
- 8851,
- 8893,
- 8955,
- 8981,
+ 8550,
+ 8626,
+ 8641,
+ 8659,
+ 8683,
+ 8718,
+ 8727,
+ 8751,
+ 8781,
+ 8812,
+ 8830,
+ 8872,
+ 8934,
+ 8960,
+ 8960,
8981,
- 9002,
- 9051,
- 9060,
- 9074,
- 9093,
- 9108,
- 9120,
- 9134,
- 9150,
- 9170,
- 9195,
- 9244,
- 9297,
- 9308,
- 9323,
- 9353,
- 9381,
- 9406,
- 9422,
+ 9030,
+ 9039,
+ 9053,
+ 9072,
+ 9087,
+ 9099,
+ 9113,
+ 9129,
+ 9149,
+ 9174,
+ 9223,
+ 9276,
+ 9287,
+ 9302,
+ 9332,
+ 9360,
+ 9385,
+ 9401,
+ 9484,
9505,
9526,
- 9547,
- 9560,
- 9574,
- 9639,
- 9639,
- 9664,
- 9683,
- 9699,
- 9728,
- 9753,
- 9816,
- 9863,
- 9912,
- 9950,
- 10083,
- 10126,
- 10147,
- 10159,
- 10203,
+ 9539,
+ 9553,
+ 9618,
+ 9618,
+ 9640,
+ 9659,
+ 9674,
+ 9703,
+ 9727,
+ 9790,
+ 9837,
+ 9886,
+ 9924,
+ 10057,
+ 10101,
+ 10123,
+ 10135,
+ 10179,
+ 10223,
10247,
- 10271,
- 10302,
- 10341,
- 10390,
- 10515,
- 10632,
- 10680,
- 10680,
- 10687,
- 10718,
- 10731,
- 10750,
- 10793,
- 10793,
- 10793,
- 10816,
- 10848,
- 10880,
- 10895,
- 10911,
- 10927,
- 10947,
- 10967,
- 10991,
- 11028,
- 11041,
- 11057,
- 11088,
- 11088,
- 11128,
- 11128,
- 11142,
- 11155,
- 11155,
- 11155,
- 11171,
- 11171,
- 11190,
- 11210,
- 11230,
- 11243,
- 11261,
- 11274,
- 11318,
- 11371,
- 11371,
- 11391,
- 11421,
- 11441,
- 11452,
- 11472,
- 11506,
- 11510,
- 11515,
- 11520,
- 11539,
- 11543,
- 11611,
- 11691,
- 11756,
- 11769,
- 11784,
- 11821,
- 11838,
- 11903,
- 11948,
- 12013,
- 12057,
- 12070,
- 12084,
- 12134,
- 12161,
- 12210,
- 12252,
- 12336,
- 12382,
- 12431,
- 12449,
- 12464,
- 12483,
- 12539,
- 12606,
- 12647,
- 12661,
- 12661,
- 12675,
- 12706,
- 12719,
- 12730,
- 12762,
- 12777,
- 12794,
- 12806,
- 12813,
- 12827,
- 12837,
- 12857,
- 12857,
- 12871,
- 12892,
- 12892,
- 12892,
- 12901,
- 12916,
+ 10278,
+ 10317,
+ 10366,
+ 10491,
+ 10608,
+ 10656,
+ 10656,
+ 10663,
+ 10694,
+ 10707,
+ 10725,
+ 10768,
+ 10768,
+ 10768,
+ 10791,
+ 10823,
+ 10854,
+ 10869,
+ 10885,
+ 10901,
+ 10921,
+ 10941,
+ 10965,
+ 11002,
+ 11015,
+ 11031,
+ 11062,
+ 11062,
+ 11102,
+ 11102,
+ 11116,
+ 11129,
+ 11129,
+ 11129,
+ 11145,
+ 11145,
+ 11164,
+ 11184,
+ 11204,
+ 11217,
+ 11235,
+ 11248,
+ 11292,
+ 11345,
+ 11345,
+ 11365,
+ 11395,
+ 11415,
+ 11426,
+ 11446,
+ 11480,
+ 11484,
+ 11489,
+ 11494,
+ 11513,
+ 11517,
+ 11585,
+ 11665,
+ 11730,
+ 11743,
+ 11758,
+ 11795,
+ 11812,
+ 11877,
+ 11922,
+ 11987,
+ 12031,
+ 12044,
+ 12058,
+ 12108,
+ 12135,
+ 12184,
+ 12226,
+ 12310,
+ 12356,
+ 12405,
+ 12423,
+ 12438,
+ 12457,
+ 12513,
+ 12580,
+ 12621,
+ 12635,
+ 12635,
+ 12649,
+ 12680,
+ 12693,
+ 12704,
+ 12736,
+ 12751,
+ 12768,
+ 12780,
+ 12787,
+ 12801,
+ 12811,
+ 12831,
+ 12831,
+ 12845,
+ 12866,
+ 12866,
+ 12866,
+ 12875,
+ 12890,
+ 12905,
+ 12917,
12931,
- 12943,
- 12957,
- 12970,
- 12994,
- 13010,
- 13022,
- 13087,
- 13103,
- 13155,
- 13190,
- 13210,
- 13226,
- 13226,
- 13268,
- 13325,
- 13338,
- 13356,
- 13366,
- 13375,
+ 12944,
+ 12968,
+ 12984,
+ 12996,
+ 13061,
+ 13077,
+ 13129,
+ 13164,
+ 13184,
+ 13200,
+ 13200,
+ 13242,
+ 13299,
+ 13312,
+ 13330,
+ 13340,
+ 13349,
+ 13372,
+ 13383,
+ 13388,
13398,
- 13409,
- 13414,
- 13424,
- 13437,
- 13443,
- 13466,
- 13476,
+ 13411,
+ 13417,
+ 13440,
+ 13450,
+ 13461,
+ 13475,
13487,
- 13501,
- 13513,
- 13513,
- 13530,
- 13530,
- 13548,
- 13562,
+ 13487,
+ 13504,
+ 13504,
+ 13522,
+ 13536,
+ 13550,
+ 13556,
13576,
- 13582,
- 13602,
- 13614,
- 13625,
- 13685,
- 13698,
- 13702,
- 13706,
- 13717,
- 13726,
- 13726,
- 13726,
- 13736,
- 13739,
- 13744,
- 13747,
- 13760,
+ 13588,
+ 13599,
+ 13659,
+ 13672,
+ 13676,
+ 13680,
+ 13691,
+ 13700,
+ 13700,
+ 13700,
+ 13710,
+ 13713,
+ 13718,
+ 13721,
+ 13734,
+ 13740,
+ 13749,
13766,
- 13775,
- 13792,
- 13804,
- 13820,
- 13820,
- 13828,
- 13845,
- 13848,
- 13859,
+ 13778,
+ 13794,
+ 13794,
+ 13802,
+ 13819,
+ 13822,
+ 13833,
+ 13853,
+ 13866,
+ 13866,
13879,
- 13892,
- 13892,
- 13905,
- 13917,
- 13924,
- 13932,
- 13941,
- 13961,
- 13997,
- 14017,
- 14031,
- 14031,
- 14046,
- 14052,
- 14068,
- 14082,
- 14097,
- 14132,
+ 13891,
+ 13898,
+ 13906,
+ 13915,
+ 13935,
+ 13971,
+ 13991,
+ 14005,
+ 14005,
+ 14020,
+ 14026,
+ 14042,
+ 14056,
+ 14071,
+ 14106,
+ 14106,
+ 14119,
+ 14126,
14132,
- 14145,
- 14152,
- 14158,
- 14176,
- 14195,
- 14204,
- 14212,
- 14229,
- 14246,
- 14259,
- 14274,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14328,
- 14355,
- 14370,
- 14385,
- 14409,
- 14420,
- 14459,
- 14459,
- 14477,
- 14523,
- 14542,
- 14560,
- 14573,
- 14630,
- 14647,
- 14687,
- 14705,
- 14705,
- 14705,
- 14705,
- 14723,
- 14753,
- 14782,
- 14800,
- 14815,
- 14822,
+ 14150,
+ 14169,
+ 14178,
+ 14186,
+ 14203,
+ 14220,
+ 14233,
+ 14248,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14302,
+ 14329,
+ 14344,
+ 14359,
+ 14383,
+ 14394,
+ 14433,
+ 14433,
+ 14451,
+ 14497,
+ 14516,
+ 14534,
+ 14547,
+ 14604,
+ 14621,
+ 14661,
+ 14679,
+ 14679,
+ 14679,
+ 14679,
+ 14697,
+ 14727,
+ 14756,
+ 14774,
+ 14789,
+ 14796,
+ 14804,
+ 14811,
+ 14817,
14830,
- 14837,
- 14843,
- 14856,
- 14864,
- 14873,
+ 14838,
+ 14847,
+ 14853,
+ 14860,
+ 14871,
14879,
- 14886,
- 14897,
- 14905,
- 14921,
- 14934,
- 14939,
- 14942,
- 14946,
- 14946,
- 14991,
- 15000,
- 15002,
- 15009,
- 15027,
- 15043,
- 15064,
- 15073,
- 15077,
- 15083,
- 15083,
- 15083,
- 15094,
- 15094,
- 15094,
- 15094,
- 15101,
- 15108,
- 15108,
- 15115,
- 15122,
- 15130,
- 15133,
- 15133,
- 15133,
- 15138,
- 15151,
- 15176,
- 15181,
- 15194,
- 15217,
- 15224,
- 15251,
- 15262,
- 15275,
- 15284,
- 15338,
- 15356,
- 15370,
- 15390,
- 15412,
- 15432,
- 15439,
- 15454,
- 15454,
- 15454,
- 15454,
- 15463,
- 15463,
- 15515,
- 15553,
- 15565,
- 15565,
- 15577,
- 15577,
- 15577,
- 15584,
- 15599,
- 15599,
- 15614,
- 15639,
- 15639,
- 15639,
- 15639,
- 15650,
- 15659,
- 15671,
- 15679,
- 15679,
- 15691,
- 15691,
- 15772,
- 15830,
- 15830,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15866,
- 15882,
- 15903,
- 15903,
- 15913,
- 15913,
- 15913,
- 15913,
- 15923,
- 15955,
- 15984,
- 16044,
- 16106,
- 16106,
- 16153,
- 16153,
- 16172,
- 16192,
- 16192,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16217,
- 16234,
- 16247,
- 16247,
- 16247,
- 16301,
- 16314,
- 16314,
- 16314,
- 16314,
- 16329,
- 16329,
- 16329,
- 16348,
- 16356,
- 16356,
- 16377,
- 16395,
+ 14895,
+ 14908,
+ 14913,
+ 14916,
+ 14920,
+ 14920,
+ 14965,
+ 14974,
+ 14976,
+ 14983,
+ 15001,
+ 15017,
+ 15038,
+ 15047,
+ 15051,
+ 15057,
+ 15057,
+ 15057,
+ 15068,
+ 15068,
+ 15068,
+ 15068,
+ 15075,
+ 15082,
+ 15082,
+ 15089,
+ 15096,
+ 15104,
+ 15107,
+ 15107,
+ 15107,
+ 15112,
+ 15125,
+ 15150,
+ 15155,
+ 15168,
+ 15191,
+ 15198,
+ 15225,
+ 15236,
+ 15249,
+ 15258,
+ 15312,
+ 15330,
+ 15344,
+ 15364,
+ 15386,
+ 15406,
+ 15413,
+ 15428,
+ 15428,
+ 15428,
+ 15428,
+ 15437,
+ 15437,
+ 15489,
+ 15527,
+ 15539,
+ 15539,
+ 15551,
+ 15551,
+ 15551,
+ 15558,
+ 15573,
+ 15573,
+ 15588,
+ 15613,
+ 15613,
+ 15613,
+ 15613,
+ 15624,
+ 15633,
+ 15645,
+ 15653,
+ 15653,
+ 15665,
+ 15665,
+ 15746,
+ 15804,
+ 15804,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15840,
+ 15856,
+ 15877,
+ 15877,
+ 15887,
+ 15887,
+ 15887,
+ 15887,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15944,
+ 15944,
+ 15963,
+ 15983,
+ 15983,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 16008,
+ 16025,
+ 16038,
+ 16038,
+ 16038,
+ 16092,
+ 16105,
+ 16105,
+ 16105,
+ 16105,
+ 16120,
+ 16120,
+ 16120,
+ 16139,
+ 16147,
+ 16147,
+ 16168,
+ 16186,
+ 16204,
+ 16229,
+ 16242,
+ 16242,
+ 16259,
+ 16281,
+ 16289,
+ 16289,
+ 16309,
+ 16320,
+ 16320,
+ 16397,
16413,
- 16438,
- 16451,
- 16451,
- 16468,
- 16490,
- 16498,
- 16498,
- 16518,
- 16529,
- 16529,
- 16606,
- 16622,
+ 16423,
+ 16456,
+ 16456,
+ 16508,
+ 16508,
+ 16526,
+ 16532,
+ 16537,
+ 16537,
+ 16562,
+ 16566,
+ 16566,
+ 16566,
+ 16597,
+ 16597,
+ 16597,
+ 16615,
16632,
- 16665,
- 16665,
- 16717,
- 16717,
- 16735,
- 16741,
- 16746,
- 16746,
- 16771,
- 16775,
- 16775,
- 16775,
- 16806,
- 16806,
- 16806,
- 16824,
- 16841,
- 16851,
- 16869,
- 16889,
- 16889,
- 16913,
- 16935,
- 16948,
- 16974,
- 16994,
- 17010,
- 17010,
- 17018,
- 17023,
- 17052,
- 17104,
- 17116,
- 17121,
- 17134,
- 17142,
- 17152,
- 17212,
- 17238,
- 17245,
- 17276,
- 17288,
- 17305,
- 17327,
- 17327,
- 17342,
- 17342,
- 17342,
- 17342,
- 17342,
- 17359,
+ 16642,
+ 16660,
+ 16680,
+ 16680,
+ 16704,
+ 16726,
+ 16739,
+ 16765,
+ 16785,
+ 16801,
+ 16801,
+ 16809,
+ 16814,
+ 16843,
+ 16895,
+ 16907,
+ 16912,
+ 16925,
+ 16933,
+ 16943,
+ 17003,
+ 17029,
+ 17036,
+ 17067,
+ 17079,
+ 17096,
+ 17118,
+ 17118,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17150,
+ 17162,
+ 17177,
+ 17184,
+ 17200,
+ 17208,
+ 17249,
+ 17263,
+ 17273,
+ 17306,
+ 17315,
+ 17355,
17371,
- 17386,
+ 17377,
+ 17388,
17393,
- 17409,
- 17417,
- 17458,
- 17472,
- 17482,
- 17515,
+ 17398,
+ 17398,
+ 17411,
+ 17432,
+ 17474,
17524,
- 17564,
- 17580,
- 17586,
- 17597,
- 17602,
- 17607,
- 17607,
- 17620,
- 17641,
- 17683,
- 17733,
- 17746,
- 17776,
- 17776,
- 17855,
- 17901,
- 17915,
- 17915,
- 17930,
- 17934,
- 17940,
- 17952,
- 17952,
- 17978,
- 18030,
- 18038,
- 18071,
- 18071,
- 18071,
- 18086,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18116,
- 18158,
- 18162,
- 18162,
- 18173,
- 18198,
- 18202,
- 18206,
- 18222,
- 18236,
- 18242,
- 18262,
- 18268,
+ 17537,
+ 17567,
+ 17567,
+ 17646,
+ 17692,
+ 17706,
+ 17706,
+ 17721,
+ 17725,
+ 17731,
+ 17743,
+ 17743,
+ 17769,
+ 17821,
+ 17829,
+ 17862,
+ 17862,
+ 17862,
+ 17877,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17907,
+ 17949,
+ 17953,
+ 17953,
+ 17964,
+ 17989,
+ 17993,
+ 17997,
+ 18013,
+ 18027,
+ 18033,
+ 18053,
+ 18059,
+ 18079,
+ 18087,
+ 18087,
+ 18087,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18151,
+ 18161,
+ 18171,
+ 18189,
+ 18239,
+ 18239,
+ 18256,
+ 18256,
+ 18260,
+ 18260,
+ 18275,
18288,
- 18296,
- 18296,
- 18296,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18360,
- 18370,
- 18380,
- 18398,
- 18448,
- 18448,
- 18465,
- 18465,
+ 18288,
+ 18299,
+ 18311,
+ 18311,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18345,
+ 18361,
+ 18361,
+ 18361,
+ 18361,
+ 18366,
+ 18375,
+ 18381,
+ 18391,
+ 18394,
+ 18400,
+ 18400,
+ 18400,
+ 18406,
+ 18414,
+ 18425,
+ 18435,
+ 18443,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
18469,
- 18469,
- 18484,
- 18497,
- 18497,
- 18508,
- 18520,
18520,
+ 18523,
+ 18527,
+ 18527,
18541,
- 18541,
- 18541,
- 18541,
- 18541,
- 18554,
- 18570,
- 18570,
- 18570,
- 18570,
- 18575,
- 18584,
- 18590,
- 18600,
- 18603,
- 18609,
- 18609,
- 18609,
- 18615,
- 18623,
+ 18553,
+ 18553,
+ 18560,
+ 18566,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
18634,
- 18644,
- 18652,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18678,
- 18729,
- 18732,
- 18736,
- 18736,
- 18750,
- 18762,
- 18762,
- 18769,
- 18775,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18843,
- 18856,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18969,
- 19039,
- 19093,
- 19145,
- 19145,
- 19155,
- 19159,
- 19168,
- 19182,
- 19245,
- 19256,
+ 18647,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18760,
+ 18830,
+ 18884,
+ 18936,
+ 18936,
+ 18946,
+ 18950,
+ 18959,
+ 18973,
+ 19036,
+ 19047,
+ 19056,
+ 19064,
+ 19069,
+ 19075,
+ 19091,
+ 19097,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19242,
+ 19252,
19265,
- 19273,
- 19278,
- 19284,
- 19300,
- 19306,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19451,
- 19461,
- 19474,
- 19485,
- 19498,
+ 19276,
+ 19289,
+ 19302,
+ 19330,
+ 19365,
+ 19401,
+ 19439,
+ 19447,
+ 19460,
+ 19460,
+ 19460,
+ 19483,
+ 19491,
+ 19491,
+ 19491,
+ 19505,
19511,
- 19539,
- 19574,
- 19610,
- 19648,
- 19656,
- 19669,
- 19669,
- 19669,
- 19692,
- 19700,
- 19700,
- 19700,
- 19714,
- 19720,
- 19728,
- 19737,
- 19752,
- 19763,
- 19763,
- 19784,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19821,
- 19835,
- 19851,
- 19862,
- 19862,
- 19880,
- 19928,
- 19999,
+ 19519,
+ 19528,
+ 19543,
+ 19554,
+ 19554,
+ 19575,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19612,
+ 19626,
+ 19642,
+ 19653,
+ 19653,
+ 19671,
+ 19719,
+ 19790,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -9564,10 +9560,10 @@ impl TranslatedString {
"",
"Check your backup?",
"",
- "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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -9607,18 +9603,18 @@ impl TranslatedString {
"Recover wallet",
"By continuing you agree to Trezor Company's terms and conditions.",
"",
- "Check gr. {0} - share {1}",
+ "Share {1} of group {0}",
"Check wallet backup",
- "Check share #{0}",
+ "Check share {0}",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"A group is made up of recovery shares.",
"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.",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"For recovery you need all {0} of the shares.",
"For recovery you need any {0} of the shares.",
@@ -9626,20 +9622,20 @@ impl TranslatedString {
"needed to recover your wallet. ",
"Never put your backup anywhere digital.",
"{0} people or locations will each hold one share.",
- "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form Group {1}.",
+ "Each recovery share is a sequence of {0} words. Next you will choose the threshold number of shares needed to form group {1}.",
"Each recovery share is a sequence of {0} words. Next you will choose how many shares you need to recover your wallet.",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"",
"1 share",
"Only one share will be created.",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"The required number of groups for recovery.",
"",
"",
"Select word {0} of {1}:",
"Set it to {0} and you will need ",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -9663,9 +9659,9 @@ impl TranslatedString {
"Set number of groups",
"Set number of shares",
"Set threshold",
- "to form Group {0}.",
+ "to form group {0}.",
"trezor.io/tos",
- "Set the total number of shares in Group {0}.",
+ "Set the total number of shares in group {0}.",
"Use your backup when you need to recover your wallet.",
"",
"Wrong word selected!",
@@ -9964,10 +9960,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -10805,740 +10801,740 @@ impl TranslatedString {
8334,
8404,
8480,
- 8560,
- 8647,
- 8662,
- 8680,
- 8704,
- 8739,
- 8748,
- 8772,
- 8802,
- 8833,
- 8851,
- 8893,
- 8955,
- 8981,
+ 8550,
+ 8626,
+ 8641,
+ 8659,
+ 8683,
+ 8718,
+ 8727,
+ 8751,
+ 8781,
+ 8812,
+ 8830,
+ 8872,
+ 8934,
+ 8960,
+ 8960,
8981,
- 9002,
- 9051,
- 9060,
- 9074,
- 9093,
- 9108,
- 9120,
- 9134,
- 9150,
- 9170,
- 9195,
- 9244,
- 9297,
- 9308,
- 9323,
- 9353,
- 9381,
- 9406,
- 9422,
+ 9030,
+ 9039,
+ 9053,
+ 9072,
+ 9087,
+ 9099,
+ 9113,
+ 9129,
+ 9149,
+ 9174,
+ 9223,
+ 9276,
+ 9287,
+ 9302,
+ 9332,
+ 9360,
+ 9385,
+ 9401,
+ 9484,
9505,
9526,
- 9547,
- 9560,
- 9574,
- 9639,
- 9639,
- 9664,
- 9683,
- 9699,
- 9728,
- 9753,
- 9816,
- 9863,
- 9912,
- 9950,
- 10083,
- 10126,
- 10147,
- 10159,
- 10203,
+ 9539,
+ 9553,
+ 9618,
+ 9618,
+ 9640,
+ 9659,
+ 9674,
+ 9703,
+ 9727,
+ 9790,
+ 9837,
+ 9886,
+ 9924,
+ 10057,
+ 10101,
+ 10123,
+ 10135,
+ 10179,
+ 10223,
10247,
- 10271,
- 10302,
- 10341,
- 10390,
- 10515,
- 10632,
- 10680,
- 10680,
- 10687,
- 10718,
- 10731,
- 10750,
- 10793,
- 10793,
- 10793,
- 10816,
- 10848,
- 10880,
- 10895,
- 10911,
- 10927,
- 10947,
- 10967,
- 10991,
- 11028,
- 11041,
- 11057,
- 11088,
- 11088,
- 11128,
- 11128,
- 11142,
- 11155,
- 11155,
- 11155,
- 11171,
- 11171,
- 11190,
- 11210,
- 11230,
- 11243,
- 11261,
- 11274,
- 11318,
- 11371,
- 11371,
- 11391,
- 11421,
- 11441,
- 11452,
- 11472,
- 11506,
- 11510,
- 11515,
- 11520,
- 11539,
- 11543,
- 11611,
- 11691,
- 11756,
- 11769,
- 11784,
- 11821,
- 11838,
- 11903,
- 11948,
- 12013,
- 12057,
- 12070,
- 12084,
- 12134,
- 12161,
- 12210,
- 12252,
- 12336,
- 12382,
- 12431,
- 12449,
- 12464,
- 12483,
- 12539,
- 12606,
- 12647,
- 12661,
- 12661,
- 12675,
- 12706,
- 12719,
- 12730,
- 12762,
- 12777,
- 12794,
- 12806,
- 12813,
- 12827,
- 12837,
- 12857,
- 12857,
- 12871,
- 12892,
- 12892,
- 12892,
- 12901,
- 12916,
+ 10278,
+ 10317,
+ 10366,
+ 10491,
+ 10608,
+ 10656,
+ 10656,
+ 10663,
+ 10694,
+ 10707,
+ 10725,
+ 10768,
+ 10768,
+ 10768,
+ 10791,
+ 10823,
+ 10854,
+ 10869,
+ 10885,
+ 10901,
+ 10921,
+ 10941,
+ 10965,
+ 11002,
+ 11015,
+ 11031,
+ 11062,
+ 11062,
+ 11102,
+ 11102,
+ 11116,
+ 11129,
+ 11129,
+ 11129,
+ 11145,
+ 11145,
+ 11164,
+ 11184,
+ 11204,
+ 11217,
+ 11235,
+ 11248,
+ 11292,
+ 11345,
+ 11345,
+ 11365,
+ 11395,
+ 11415,
+ 11426,
+ 11446,
+ 11480,
+ 11484,
+ 11489,
+ 11494,
+ 11513,
+ 11517,
+ 11585,
+ 11665,
+ 11730,
+ 11743,
+ 11758,
+ 11795,
+ 11812,
+ 11877,
+ 11922,
+ 11987,
+ 12031,
+ 12044,
+ 12058,
+ 12108,
+ 12135,
+ 12184,
+ 12226,
+ 12310,
+ 12356,
+ 12405,
+ 12423,
+ 12438,
+ 12457,
+ 12513,
+ 12580,
+ 12621,
+ 12635,
+ 12635,
+ 12649,
+ 12680,
+ 12693,
+ 12704,
+ 12736,
+ 12751,
+ 12768,
+ 12780,
+ 12787,
+ 12801,
+ 12811,
+ 12831,
+ 12831,
+ 12845,
+ 12866,
+ 12866,
+ 12866,
+ 12875,
+ 12890,
+ 12905,
+ 12917,
12931,
- 12943,
- 12957,
- 12970,
- 12994,
- 13010,
- 13022,
- 13087,
- 13103,
- 13155,
- 13190,
- 13210,
- 13226,
- 13226,
- 13268,
- 13325,
- 13338,
- 13356,
- 13366,
- 13375,
+ 12944,
+ 12968,
+ 12984,
+ 12996,
+ 13061,
+ 13077,
+ 13129,
+ 13164,
+ 13184,
+ 13200,
+ 13200,
+ 13242,
+ 13299,
+ 13312,
+ 13330,
+ 13340,
+ 13349,
+ 13372,
+ 13383,
+ 13388,
13398,
- 13409,
- 13414,
- 13424,
- 13437,
- 13443,
- 13466,
- 13476,
+ 13411,
+ 13417,
+ 13440,
+ 13450,
+ 13461,
+ 13475,
13487,
- 13501,
- 13513,
- 13513,
- 13530,
- 13530,
- 13548,
- 13562,
+ 13487,
+ 13504,
+ 13504,
+ 13522,
+ 13536,
+ 13550,
+ 13556,
13576,
- 13582,
- 13602,
- 13614,
- 13625,
- 13685,
- 13698,
- 13702,
- 13706,
- 13717,
- 13726,
- 13726,
- 13726,
- 13736,
- 13739,
- 13744,
- 13747,
- 13760,
+ 13588,
+ 13599,
+ 13659,
+ 13672,
+ 13676,
+ 13680,
+ 13691,
+ 13700,
+ 13700,
+ 13700,
+ 13710,
+ 13713,
+ 13718,
+ 13721,
+ 13734,
+ 13740,
+ 13749,
13766,
- 13775,
- 13792,
- 13804,
- 13820,
- 13820,
- 13828,
- 13845,
- 13848,
- 13859,
+ 13778,
+ 13794,
+ 13794,
+ 13802,
+ 13819,
+ 13822,
+ 13833,
+ 13853,
+ 13866,
+ 13866,
13879,
- 13892,
- 13892,
- 13905,
- 13917,
- 13924,
- 13932,
- 13941,
- 13961,
- 13997,
- 14017,
- 14031,
- 14031,
- 14046,
- 14052,
- 14068,
- 14082,
- 14097,
- 14132,
+ 13891,
+ 13898,
+ 13906,
+ 13915,
+ 13935,
+ 13971,
+ 13991,
+ 14005,
+ 14005,
+ 14020,
+ 14026,
+ 14042,
+ 14056,
+ 14071,
+ 14106,
+ 14106,
+ 14119,
+ 14126,
14132,
- 14145,
- 14152,
- 14158,
- 14176,
- 14195,
- 14204,
- 14212,
- 14229,
- 14246,
- 14259,
- 14274,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14290,
- 14328,
- 14355,
- 14370,
- 14385,
- 14409,
- 14420,
- 14459,
- 14459,
- 14477,
- 14523,
- 14542,
- 14560,
- 14573,
- 14630,
- 14647,
- 14687,
- 14705,
- 14705,
- 14705,
- 14705,
- 14723,
- 14753,
- 14782,
- 14800,
- 14815,
- 14822,
+ 14150,
+ 14169,
+ 14178,
+ 14186,
+ 14203,
+ 14220,
+ 14233,
+ 14248,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14264,
+ 14302,
+ 14329,
+ 14344,
+ 14359,
+ 14383,
+ 14394,
+ 14433,
+ 14433,
+ 14451,
+ 14497,
+ 14516,
+ 14534,
+ 14547,
+ 14604,
+ 14621,
+ 14661,
+ 14679,
+ 14679,
+ 14679,
+ 14679,
+ 14697,
+ 14727,
+ 14756,
+ 14774,
+ 14789,
+ 14796,
+ 14804,
+ 14811,
+ 14817,
14830,
- 14837,
- 14843,
- 14856,
- 14864,
- 14873,
+ 14838,
+ 14847,
+ 14853,
+ 14860,
+ 14871,
14879,
- 14886,
- 14897,
- 14905,
- 14921,
- 14934,
- 14939,
- 14942,
- 14946,
- 14946,
- 14991,
- 15000,
- 15002,
- 15009,
- 15027,
- 15043,
- 15064,
- 15073,
- 15077,
- 15083,
- 15083,
- 15083,
- 15094,
- 15094,
- 15094,
- 15094,
- 15101,
- 15108,
- 15108,
- 15115,
- 15122,
- 15130,
- 15133,
- 15133,
- 15133,
- 15138,
- 15151,
- 15176,
- 15181,
- 15194,
- 15217,
- 15224,
- 15251,
- 15262,
- 15275,
- 15284,
- 15338,
- 15356,
- 15370,
- 15390,
- 15412,
- 15432,
- 15439,
- 15454,
- 15454,
- 15454,
- 15454,
- 15463,
- 15463,
- 15515,
- 15553,
- 15565,
- 15565,
- 15577,
- 15577,
- 15577,
- 15584,
- 15599,
- 15599,
- 15614,
- 15639,
- 15639,
- 15639,
- 15639,
- 15650,
- 15659,
- 15671,
- 15679,
- 15679,
- 15691,
- 15691,
- 15772,
- 15830,
- 15830,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15850,
- 15866,
- 15882,
- 15903,
- 15903,
- 15913,
- 15913,
- 15913,
- 15913,
- 15923,
- 15955,
- 15984,
- 16044,
- 16106,
- 16106,
- 16153,
- 16153,
- 16172,
- 16192,
- 16192,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16199,
- 16217,
- 16234,
- 16247,
- 16247,
- 16247,
- 16301,
- 16314,
- 16314,
- 16314,
- 16314,
- 16329,
- 16329,
- 16329,
- 16348,
- 16356,
- 16356,
- 16377,
- 16395,
+ 14895,
+ 14908,
+ 14913,
+ 14916,
+ 14920,
+ 14920,
+ 14965,
+ 14974,
+ 14976,
+ 14983,
+ 15001,
+ 15017,
+ 15038,
+ 15047,
+ 15051,
+ 15057,
+ 15057,
+ 15057,
+ 15068,
+ 15068,
+ 15068,
+ 15068,
+ 15075,
+ 15082,
+ 15082,
+ 15089,
+ 15096,
+ 15104,
+ 15107,
+ 15107,
+ 15107,
+ 15112,
+ 15125,
+ 15150,
+ 15155,
+ 15168,
+ 15191,
+ 15198,
+ 15225,
+ 15236,
+ 15249,
+ 15258,
+ 15312,
+ 15330,
+ 15344,
+ 15364,
+ 15386,
+ 15406,
+ 15413,
+ 15428,
+ 15428,
+ 15428,
+ 15428,
+ 15437,
+ 15437,
+ 15489,
+ 15527,
+ 15539,
+ 15539,
+ 15551,
+ 15551,
+ 15551,
+ 15558,
+ 15573,
+ 15573,
+ 15588,
+ 15613,
+ 15613,
+ 15613,
+ 15613,
+ 15624,
+ 15633,
+ 15645,
+ 15653,
+ 15653,
+ 15665,
+ 15665,
+ 15746,
+ 15804,
+ 15804,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15824,
+ 15840,
+ 15856,
+ 15877,
+ 15877,
+ 15887,
+ 15887,
+ 15887,
+ 15887,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15897,
+ 15944,
+ 15944,
+ 15963,
+ 15983,
+ 15983,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 15990,
+ 16008,
+ 16025,
+ 16038,
+ 16038,
+ 16038,
+ 16092,
+ 16105,
+ 16105,
+ 16105,
+ 16105,
+ 16120,
+ 16120,
+ 16120,
+ 16139,
+ 16147,
+ 16147,
+ 16168,
+ 16186,
+ 16204,
+ 16229,
+ 16242,
+ 16242,
+ 16259,
+ 16281,
+ 16289,
+ 16289,
+ 16309,
+ 16320,
+ 16320,
+ 16397,
16413,
- 16438,
- 16451,
- 16451,
- 16468,
- 16490,
- 16498,
- 16498,
- 16518,
- 16529,
- 16529,
- 16606,
- 16622,
+ 16423,
+ 16456,
+ 16456,
+ 16508,
+ 16508,
+ 16526,
+ 16532,
+ 16537,
+ 16537,
+ 16562,
+ 16566,
+ 16566,
+ 16566,
+ 16597,
+ 16597,
+ 16597,
+ 16615,
16632,
- 16665,
- 16665,
- 16717,
- 16717,
- 16735,
- 16741,
- 16746,
- 16746,
- 16771,
- 16775,
- 16775,
- 16775,
- 16806,
- 16806,
- 16806,
- 16824,
- 16841,
- 16851,
- 16869,
- 16889,
- 16889,
- 16913,
- 16935,
- 16948,
- 16974,
- 16994,
- 17010,
- 17010,
- 17018,
- 17023,
- 17052,
- 17104,
- 17116,
- 17121,
- 17134,
- 17142,
- 17152,
- 17212,
- 17238,
- 17245,
- 17276,
- 17288,
- 17305,
- 17327,
- 17327,
- 17342,
- 17342,
- 17342,
- 17342,
- 17342,
- 17359,
+ 16642,
+ 16660,
+ 16680,
+ 16680,
+ 16704,
+ 16726,
+ 16739,
+ 16765,
+ 16785,
+ 16801,
+ 16801,
+ 16809,
+ 16814,
+ 16843,
+ 16895,
+ 16907,
+ 16912,
+ 16925,
+ 16933,
+ 16943,
+ 17003,
+ 17029,
+ 17036,
+ 17067,
+ 17079,
+ 17096,
+ 17118,
+ 17118,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17133,
+ 17150,
+ 17162,
+ 17177,
+ 17184,
+ 17200,
+ 17208,
+ 17249,
+ 17263,
+ 17273,
+ 17306,
+ 17315,
+ 17355,
17371,
- 17386,
+ 17377,
+ 17388,
17393,
- 17409,
- 17417,
- 17458,
- 17472,
- 17482,
- 17515,
+ 17398,
+ 17398,
+ 17411,
+ 17432,
+ 17474,
17524,
- 17564,
- 17580,
- 17586,
- 17597,
- 17602,
- 17607,
- 17607,
- 17620,
- 17641,
- 17683,
- 17733,
- 17746,
- 17776,
- 17776,
- 17855,
- 17901,
- 17915,
- 17915,
- 17930,
- 17934,
- 17940,
- 17952,
- 17952,
- 17978,
- 18030,
- 18038,
- 18071,
- 18071,
- 18071,
- 18086,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18098,
- 18116,
- 18158,
- 18162,
- 18162,
- 18173,
- 18198,
- 18202,
- 18206,
- 18222,
- 18236,
- 18242,
- 18262,
- 18268,
+ 17537,
+ 17567,
+ 17567,
+ 17646,
+ 17692,
+ 17706,
+ 17706,
+ 17721,
+ 17725,
+ 17731,
+ 17743,
+ 17743,
+ 17769,
+ 17821,
+ 17829,
+ 17862,
+ 17862,
+ 17862,
+ 17877,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17889,
+ 17907,
+ 17949,
+ 17953,
+ 17953,
+ 17964,
+ 17989,
+ 17993,
+ 17997,
+ 18013,
+ 18027,
+ 18033,
+ 18053,
+ 18059,
+ 18079,
+ 18087,
+ 18087,
+ 18087,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18142,
+ 18151,
+ 18161,
+ 18171,
+ 18189,
+ 18239,
+ 18239,
+ 18256,
+ 18256,
+ 18260,
+ 18260,
+ 18275,
18288,
- 18296,
- 18296,
- 18296,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18351,
- 18360,
- 18370,
- 18380,
- 18398,
- 18448,
- 18448,
- 18465,
- 18465,
- 18469,
+ 18288,
+ 18299,
+ 18311,
+ 18311,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18332,
+ 18345,
+ 18361,
+ 18361,
+ 18361,
+ 18361,
+ 18366,
+ 18375,
+ 18381,
+ 18391,
+ 18394,
+ 18400,
+ 18400,
+ 18400,
+ 18406,
+ 18414,
+ 18425,
+ 18435,
+ 18443,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
+ 18460,
18469,
- 18484,
- 18497,
- 18497,
- 18508,
18520,
- 18520,
- 18541,
- 18541,
- 18541,
+ 18523,
+ 18527,
+ 18527,
18541,
- 18541,
- 18554,
- 18570,
- 18570,
- 18570,
- 18570,
- 18575,
- 18584,
- 18590,
- 18600,
- 18603,
- 18609,
- 18609,
- 18609,
- 18615,
- 18623,
+ 18553,
+ 18553,
+ 18560,
+ 18566,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
+ 18571,
18634,
- 18644,
- 18652,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18669,
- 18678,
- 18729,
- 18732,
- 18736,
- 18736,
- 18750,
- 18762,
- 18762,
- 18769,
- 18775,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18780,
- 18843,
- 18856,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18898,
- 18969,
- 19039,
- 19093,
- 19145,
- 19145,
- 19155,
- 19159,
- 19168,
- 19182,
- 19245,
- 19256,
+ 18647,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18689,
+ 18760,
+ 18830,
+ 18884,
+ 18936,
+ 18936,
+ 18946,
+ 18950,
+ 18959,
+ 18973,
+ 19036,
+ 19047,
+ 19056,
+ 19064,
+ 19069,
+ 19075,
+ 19091,
+ 19097,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19228,
+ 19242,
+ 19252,
19265,
- 19273,
- 19278,
- 19284,
- 19300,
- 19306,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19437,
- 19451,
- 19461,
- 19474,
- 19485,
- 19498,
+ 19276,
+ 19289,
+ 19302,
+ 19330,
+ 19365,
+ 19401,
+ 19439,
+ 19447,
+ 19460,
+ 19460,
+ 19460,
+ 19483,
+ 19491,
+ 19491,
+ 19491,
+ 19505,
19511,
- 19539,
- 19574,
- 19610,
- 19648,
- 19656,
- 19669,
- 19669,
- 19669,
- 19692,
- 19700,
- 19700,
- 19700,
- 19714,
- 19720,
- 19728,
- 19737,
- 19752,
- 19763,
- 19763,
- 19784,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19799,
- 19821,
- 19835,
- 19851,
- 19862,
- 19862,
- 19880,
- 19928,
- 19999,
+ 19519,
+ 19528,
+ 19543,
+ 19554,
+ 19554,
+ 19575,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19590,
+ 19612,
+ 19626,
+ 19642,
+ 19653,
+ 19653,
+ 19671,
+ 19719,
+ 19790,
];
} else if #[cfg(feature = "layout_caesar")] {
@@ -12042,10 +12038,10 @@ impl TranslatedString {
"",
"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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -12089,14 +12085,14 @@ impl TranslatedString {
"Check wallet backup",
"",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"",
"",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"",
"",
@@ -12106,18 +12102,18 @@ impl TranslatedString {
"{0} people or locations will each hold one share.",
"",
"",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"= total number of shares used for wallet backup.",
"",
"",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"",
"Select the correct word for each position.",
"",
"Select word {0} of {1}:",
"",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -12442,10 +12438,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -13283,740 +13279,740 @@ impl TranslatedString {
7568,
7638,
7714,
- 7794,
- 7881,
- 7896,
- 7914,
- 7938,
- 7973,
- 7982,
- 8006,
- 8036,
- 8067,
- 8085,
- 8127,
- 8189,
- 8215,
+ 7784,
+ 7860,
+ 7875,
+ 7893,
+ 7917,
+ 7952,
+ 7961,
+ 7985,
+ 8015,
+ 8046,
+ 8064,
+ 8106,
+ 8168,
+ 8194,
+ 8194,
8215,
- 8236,
- 8285,
- 8294,
- 8308,
- 8327,
- 8342,
- 8354,
- 8368,
- 8384,
- 8404,
- 8429,
- 8478,
- 8531,
- 8542,
- 8557,
- 8557,
- 8585,
- 8610,
- 8626,
- 8626,
- 8626,
- 8626,
- 8639,
- 8653,
- 8718,
- 8730,
- 8730,
- 8749,
- 8749,
- 8778,
- 8803,
- 8866,
- 8913,
- 8962,
- 8962,
- 8962,
- 9005,
- 9026,
- 9038,
- 9038,
- 9038,
- 9038,
- 9038,
- 9077,
- 9126,
- 9126,
- 9126,
- 9174,
- 9222,
- 9222,
- 9222,
- 9235,
- 9254,
- 9254,
- 9296,
- 9296,
- 9319,
- 9319,
- 9351,
- 9366,
- 9382,
- 9398,
- 9398,
- 9398,
- 9422,
- 9459,
- 9472,
- 9488,
- 9519,
- 9519,
- 9519,
- 9564,
- 9578,
- 9591,
- 9591,
- 9606,
- 9622,
- 9638,
- 9638,
- 9638,
- 9638,
- 9638,
- 9638,
- 9651,
- 9651,
- 9651,
- 9717,
- 9737,
- 9737,
- 9757,
- 9768,
- 9788,
- 9822,
- 9826,
- 9831,
- 9836,
- 9855,
- 9859,
- 9927,
- 10007,
- 10072,
- 10085,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10114,
- 10145,
- 10158,
- 10169,
- 10201,
- 10216,
- 10233,
- 10233,
- 10240,
- 10254,
- 10264,
- 10264,
- 10264,
- 10278,
- 10278,
- 10294,
- 10311,
- 10320,
- 10335,
- 10350,
- 10350,
- 10364,
- 10377,
- 10401,
- 10417,
- 10429,
- 10494,
- 10510,
- 10562,
- 10597,
- 10617,
- 10633,
- 10633,
- 10675,
- 10732,
- 10745,
- 10763,
- 10773,
- 10782,
- 10805,
- 10816,
- 10821,
- 10831,
- 10844,
- 10850,
- 10873,
- 10883,
- 10894,
- 10908,
- 10920,
- 10920,
- 10937,
- 10937,
- 10955,
- 10969,
- 10983,
- 10989,
- 11009,
- 11021,
- 11032,
- 11092,
- 11105,
- 11109,
- 11113,
+ 8264,
+ 8273,
+ 8287,
+ 8306,
+ 8321,
+ 8333,
+ 8347,
+ 8363,
+ 8383,
+ 8408,
+ 8457,
+ 8510,
+ 8521,
+ 8536,
+ 8536,
+ 8564,
+ 8589,
+ 8605,
+ 8605,
+ 8605,
+ 8605,
+ 8618,
+ 8632,
+ 8697,
+ 8709,
+ 8709,
+ 8728,
+ 8728,
+ 8757,
+ 8781,
+ 8844,
+ 8891,
+ 8940,
+ 8940,
+ 8940,
+ 8984,
+ 9006,
+ 9018,
+ 9018,
+ 9018,
+ 9018,
+ 9018,
+ 9057,
+ 9106,
+ 9106,
+ 9106,
+ 9154,
+ 9202,
+ 9202,
+ 9202,
+ 9215,
+ 9233,
+ 9233,
+ 9275,
+ 9275,
+ 9298,
+ 9298,
+ 9329,
+ 9344,
+ 9360,
+ 9376,
+ 9376,
+ 9376,
+ 9400,
+ 9437,
+ 9450,
+ 9466,
+ 9497,
+ 9497,
+ 9497,
+ 9542,
+ 9556,
+ 9569,
+ 9569,
+ 9584,
+ 9600,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9629,
+ 9629,
+ 9629,
+ 9695,
+ 9715,
+ 9715,
+ 9735,
+ 9746,
+ 9766,
+ 9800,
+ 9804,
+ 9809,
+ 9814,
+ 9833,
+ 9837,
+ 9905,
+ 9985,
+ 10050,
+ 10063,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10092,
+ 10123,
+ 10136,
+ 10147,
+ 10179,
+ 10194,
+ 10211,
+ 10211,
+ 10218,
+ 10232,
+ 10242,
+ 10242,
+ 10242,
+ 10256,
+ 10256,
+ 10272,
+ 10289,
+ 10298,
+ 10313,
+ 10328,
+ 10328,
+ 10342,
+ 10355,
+ 10379,
+ 10395,
+ 10407,
+ 10472,
+ 10488,
+ 10540,
+ 10575,
+ 10595,
+ 10611,
+ 10611,
+ 10653,
+ 10710,
+ 10723,
+ 10741,
+ 10751,
+ 10760,
+ 10783,
+ 10794,
+ 10799,
+ 10809,
+ 10822,
+ 10828,
+ 10851,
+ 10861,
+ 10872,
+ 10886,
+ 10898,
+ 10898,
+ 10915,
+ 10915,
+ 10933,
+ 10947,
+ 10961,
+ 10967,
+ 10987,
+ 10999,
+ 11010,
+ 11070,
+ 11083,
+ 11087,
+ 11091,
+ 11102,
+ 11111,
+ 11111,
+ 11111,
+ 11121,
11124,
- 11133,
- 11133,
- 11133,
- 11143,
- 11146,
+ 11129,
+ 11132,
+ 11145,
11151,
- 11154,
- 11167,
- 11173,
- 11182,
- 11199,
- 11211,
- 11227,
- 11227,
- 11235,
- 11252,
- 11255,
- 11266,
- 11286,
- 11299,
- 11299,
- 11312,
- 11324,
- 11331,
- 11339,
- 11348,
- 11368,
- 11404,
- 11424,
- 11438,
- 11438,
+ 11160,
+ 11177,
+ 11189,
+ 11205,
+ 11205,
+ 11213,
+ 11230,
+ 11233,
+ 11244,
+ 11264,
+ 11277,
+ 11277,
+ 11290,
+ 11302,
+ 11309,
+ 11317,
+ 11326,
+ 11346,
+ 11382,
+ 11402,
+ 11416,
+ 11416,
+ 11431,
+ 11437,
11453,
- 11459,
- 11475,
- 11489,
- 11504,
- 11539,
- 11539,
- 11552,
- 11559,
- 11565,
- 11583,
- 11602,
- 11611,
- 11619,
- 11636,
- 11653,
- 11666,
- 11681,
- 11697,
- 11751,
- 11815,
- 11842,
- 11951,
- 11994,
- 11999,
- 12012,
- 12025,
- 12042,
- 12109,
- 12152,
- 12190,
- 12217,
- 12232,
- 12247,
- 12271,
- 12282,
- 12321,
- 12321,
- 12339,
- 12385,
- 12404,
- 12422,
- 12435,
- 12492,
- 12492,
- 12532,
- 12550,
- 12587,
- 12602,
- 12619,
- 12637,
- 12667,
- 12696,
+ 11467,
+ 11482,
+ 11517,
+ 11517,
+ 11530,
+ 11537,
+ 11543,
+ 11561,
+ 11580,
+ 11589,
+ 11597,
+ 11614,
+ 11631,
+ 11644,
+ 11659,
+ 11675,
+ 11729,
+ 11793,
+ 11820,
+ 11929,
+ 11972,
+ 11977,
+ 11990,
+ 12003,
+ 12020,
+ 12087,
+ 12130,
+ 12168,
+ 12195,
+ 12210,
+ 12225,
+ 12249,
+ 12260,
+ 12299,
+ 12299,
+ 12317,
+ 12363,
+ 12382,
+ 12400,
+ 12413,
+ 12470,
+ 12470,
+ 12510,
+ 12528,
+ 12565,
+ 12580,
+ 12597,
+ 12615,
+ 12645,
+ 12674,
+ 12674,
+ 12689,
12696,
+ 12704,
12711,
- 12718,
- 12726,
- 12733,
- 12739,
- 12752,
+ 12717,
+ 12730,
+ 12738,
+ 12747,
+ 12753,
12760,
- 12769,
- 12775,
- 12782,
- 12793,
- 12801,
- 12817,
- 12830,
- 12835,
- 12838,
- 12842,
- 12855,
- 12900,
- 12909,
- 12911,
- 12918,
- 12936,
- 12952,
- 12952,
- 12961,
- 12965,
- 12971,
- 12976,
- 12981,
- 12992,
- 13000,
- 13005,
- 13011,
- 13018,
- 13025,
+ 12771,
+ 12779,
+ 12795,
+ 12808,
+ 12813,
+ 12816,
+ 12820,
+ 12833,
+ 12878,
+ 12887,
+ 12889,
+ 12896,
+ 12914,
+ 12930,
+ 12930,
+ 12939,
+ 12943,
+ 12949,
+ 12954,
+ 12959,
+ 12970,
+ 12978,
+ 12983,
+ 12989,
+ 12996,
+ 13003,
+ 13012,
+ 13019,
+ 13026,
13034,
- 13041,
- 13048,
- 13056,
- 13059,
- 13059,
- 13067,
- 13072,
- 13085,
- 13110,
- 13115,
- 13128,
- 13151,
- 13158,
- 13185,
+ 13037,
+ 13037,
+ 13045,
+ 13050,
+ 13063,
+ 13088,
+ 13093,
+ 13106,
+ 13129,
+ 13136,
+ 13163,
+ 13174,
+ 13187,
13196,
- 13209,
- 13218,
- 13272,
- 13290,
- 13304,
+ 13250,
+ 13268,
+ 13282,
+ 13302,
13324,
- 13346,
+ 13344,
+ 13351,
13366,
- 13373,
- 13388,
- 13388,
- 13388,
- 13388,
- 13397,
- 13397,
- 13449,
- 13487,
- 13499,
- 13499,
- 13511,
+ 13366,
+ 13366,
+ 13366,
+ 13375,
+ 13375,
+ 13427,
+ 13465,
+ 13477,
+ 13477,
+ 13489,
+ 13489,
+ 13489,
+ 13496,
13511,
13511,
- 13518,
- 13533,
- 13533,
- 13548,
- 13573,
- 13573,
- 13573,
- 13573,
- 13584,
- 13593,
- 13605,
- 13613,
- 13613,
- 13625,
- 13625,
- 13706,
- 13764,
- 13764,
- 13784,
- 13784,
- 13784,
- 13784,
- 13784,
- 13784,
- 13800,
- 13816,
- 13837,
- 13837,
- 13847,
- 13847,
- 13847,
- 13847,
- 13857,
- 13889,
- 13918,
- 13978,
- 14040,
- 14040,
- 14087,
- 14087,
+ 13526,
+ 13551,
+ 13551,
+ 13551,
+ 13551,
+ 13562,
+ 13571,
+ 13583,
+ 13591,
+ 13591,
+ 13603,
+ 13603,
+ 13684,
+ 13742,
+ 13742,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13778,
+ 13794,
+ 13815,
+ 13815,
+ 13825,
+ 13825,
+ 13825,
+ 13825,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13882,
+ 13882,
+ 13901,
+ 13921,
+ 13921,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13946,
+ 13963,
+ 13976,
+ 13976,
+ 13976,
+ 14030,
+ 14043,
+ 14043,
+ 14043,
+ 14043,
+ 14058,
+ 14058,
+ 14058,
+ 14077,
+ 14085,
+ 14085,
14106,
- 14126,
- 14126,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14151,
- 14168,
- 14181,
- 14181,
- 14181,
- 14235,
- 14248,
- 14248,
- 14248,
- 14248,
- 14263,
- 14263,
- 14263,
- 14282,
- 14290,
- 14290,
- 14311,
- 14329,
- 14347,
- 14372,
- 14385,
- 14385,
- 14402,
- 14424,
- 14432,
- 14432,
- 14452,
- 14463,
- 14463,
- 14540,
- 14556,
- 14566,
- 14599,
- 14599,
- 14651,
- 14651,
+ 14124,
+ 14142,
+ 14167,
+ 14180,
+ 14180,
+ 14197,
+ 14219,
+ 14227,
+ 14227,
+ 14247,
+ 14258,
+ 14258,
+ 14335,
+ 14351,
+ 14361,
+ 14394,
+ 14394,
+ 14446,
+ 14446,
+ 14464,
+ 14470,
+ 14475,
+ 14475,
+ 14500,
+ 14504,
+ 14504,
+ 14504,
+ 14535,
+ 14535,
+ 14535,
+ 14553,
+ 14570,
+ 14580,
+ 14598,
+ 14618,
+ 14618,
+ 14642,
+ 14656,
14669,
- 14675,
- 14680,
- 14680,
- 14705,
- 14709,
- 14709,
- 14709,
- 14740,
- 14740,
- 14740,
- 14758,
- 14775,
- 14785,
- 14803,
- 14823,
- 14823,
- 14847,
- 14861,
- 14874,
- 14900,
- 14920,
- 14936,
- 14936,
- 14944,
- 14949,
- 14978,
- 15030,
- 15042,
- 15047,
- 15060,
- 15068,
- 15078,
+ 14695,
+ 14715,
+ 14731,
+ 14731,
+ 14739,
+ 14744,
+ 14773,
+ 14825,
+ 14837,
+ 14842,
+ 14855,
+ 14863,
+ 14873,
+ 14933,
+ 14959,
+ 14966,
+ 14997,
+ 15009,
+ 15026,
+ 15048,
+ 15048,
+ 15063,
+ 15063,
+ 15063,
+ 15063,
+ 15063,
+ 15080,
+ 15092,
+ 15107,
+ 15114,
+ 15130,
15138,
- 15164,
- 15171,
- 15202,
- 15214,
- 15231,
- 15253,
- 15253,
- 15268,
- 15268,
- 15268,
- 15268,
- 15268,
+ 15179,
+ 15193,
+ 15203,
+ 15236,
+ 15245,
15285,
- 15297,
- 15312,
- 15319,
- 15335,
- 15343,
- 15384,
- 15398,
- 15408,
- 15441,
- 15450,
- 15490,
- 15506,
- 15512,
- 15523,
- 15528,
- 15533,
- 15533,
- 15546,
- 15567,
- 15609,
- 15659,
- 15672,
- 15702,
- 15702,
- 15781,
- 15827,
- 15841,
- 15841,
- 15856,
- 15860,
- 15866,
- 15878,
- 15878,
- 15904,
- 15956,
- 15964,
- 15997,
- 15997,
- 15997,
- 16012,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16042,
- 16084,
- 16088,
- 16088,
- 16099,
- 16124,
- 16128,
- 16132,
- 16148,
- 16162,
- 16168,
- 16188,
- 16194,
- 16214,
- 16222,
- 16222,
- 16222,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16286,
+ 15301,
+ 15307,
+ 15318,
+ 15323,
+ 15328,
+ 15328,
+ 15341,
+ 15362,
+ 15404,
+ 15454,
+ 15467,
+ 15497,
+ 15497,
+ 15576,
+ 15622,
+ 15636,
+ 15636,
+ 15651,
+ 15655,
+ 15661,
+ 15673,
+ 15673,
+ 15699,
+ 15751,
+ 15759,
+ 15792,
+ 15792,
+ 15792,
+ 15807,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15837,
+ 15879,
+ 15883,
+ 15883,
+ 15894,
+ 15919,
+ 15923,
+ 15927,
+ 15943,
+ 15957,
+ 15963,
+ 15983,
+ 15989,
+ 16009,
+ 16017,
+ 16017,
+ 16017,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16081,
+ 16091,
+ 16101,
+ 16119,
+ 16169,
+ 16169,
+ 16186,
+ 16186,
+ 16190,
+ 16190,
+ 16205,
+ 16218,
+ 16218,
+ 16229,
+ 16241,
+ 16241,
+ 16262,
+ 16262,
+ 16262,
+ 16262,
+ 16262,
+ 16275,
+ 16291,
+ 16291,
+ 16291,
+ 16291,
16296,
- 16306,
+ 16305,
+ 16311,
+ 16321,
16324,
- 16374,
- 16374,
- 16391,
- 16391,
- 16395,
- 16395,
- 16410,
- 16423,
- 16423,
- 16434,
- 16446,
- 16446,
- 16467,
- 16467,
- 16467,
- 16467,
- 16467,
- 16480,
- 16496,
- 16496,
- 16496,
+ 16330,
+ 16330,
+ 16330,
+ 16336,
+ 16344,
+ 16355,
+ 16365,
+ 16373,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16399,
+ 16450,
+ 16453,
+ 16457,
+ 16457,
+ 16471,
+ 16483,
+ 16483,
+ 16490,
16496,
16501,
- 16510,
- 16516,
- 16526,
- 16529,
- 16535,
- 16535,
- 16535,
- 16541,
- 16549,
- 16560,
- 16570,
- 16578,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16604,
- 16655,
- 16658,
- 16662,
- 16662,
- 16676,
- 16688,
- 16688,
- 16695,
- 16701,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16769,
- 16782,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16824,
- 16895,
- 16965,
- 17019,
- 17071,
- 17071,
- 17081,
- 17085,
- 17094,
- 17108,
- 17171,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16501,
+ 16564,
+ 16577,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16619,
+ 16690,
+ 16760,
+ 16814,
+ 16866,
+ 16866,
+ 16876,
+ 16880,
+ 16889,
+ 16903,
+ 16966,
+ 16977,
+ 16986,
+ 16994,
+ 16999,
+ 17005,
+ 17021,
+ 17027,
+ 17158,
+ 17158,
+ 17158,
+ 17158,
+ 17158,
+ 17158,
+ 17158,
+ 17158,
+ 17172,
17182,
- 17191,
- 17199,
- 17204,
- 17210,
- 17226,
+ 17195,
+ 17206,
+ 17219,
17232,
- 17363,
- 17363,
- 17363,
- 17363,
- 17363,
- 17363,
- 17363,
- 17363,
+ 17260,
+ 17295,
+ 17331,
+ 17369,
17377,
- 17387,
- 17400,
- 17411,
- 17424,
- 17437,
- 17465,
- 17500,
- 17536,
- 17574,
- 17582,
- 17595,
- 17595,
- 17595,
- 17618,
- 17626,
- 17626,
- 17626,
- 17648,
- 17654,
- 17662,
- 17671,
- 17686,
- 17697,
- 17697,
- 17718,
- 17733,
- 17733,
- 17733,
- 17733,
- 17733,
- 17733,
- 17733,
- 17755,
- 17769,
- 17785,
- 17796,
- 17796,
- 17814,
- 17862,
- 17933,
+ 17390,
+ 17390,
+ 17390,
+ 17413,
+ 17421,
+ 17421,
+ 17421,
+ 17443,
+ 17449,
+ 17457,
+ 17466,
+ 17481,
+ 17492,
+ 17492,
+ 17513,
+ 17528,
+ 17528,
+ 17528,
+ 17528,
+ 17528,
+ 17528,
+ 17528,
+ 17550,
+ 17564,
+ 17580,
+ 17591,
+ 17591,
+ 17609,
+ 17657,
+ 17728,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -14519,10 +14515,10 @@ impl TranslatedString {
"",
"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.",
- "The entered recovery shares are valid but do not match what is currently in the device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
+ "The entered wallet backup is valid and matches the one on this device.",
+ "The entered wallet backup is valid but doesn't match the one on this device.",
"Enter any share",
"Enter your backup.",
"Enter a different share.",
@@ -14566,14 +14562,14 @@ impl TranslatedString {
"Check wallet backup",
"",
"Continue with the next share.",
- "Continue with share #{0}.",
+ "Continue with share {0}.",
"You have finished verifying your recovery shares for group {0}.",
"You have finished verifying your wallet backup.",
"You have finished verifying your recovery shares.",
"",
"",
- "Group {0} - Share {1} checked successfully.",
- "Group {0} - Share {1}",
+ "Share {1} of group {0} checked successfully.",
+ "Share {1} of group {0}",
"More info at",
"",
"",
@@ -14583,18 +14579,18 @@ impl TranslatedString {
"{0} people or locations will each hold one share.",
"",
"",
- "The required number of shares to form Group {0}.",
+ "The required number of shares to form group {0}.",
"= total number of shares used for wallet backup.",
"",
"",
"Wallet backup",
- "Recovery share #{0}",
+ "Recovery share {0}",
"",
"Select the correct word for each position.",
"",
"Select word {0} of {1}:",
"",
- "Share #{0} checked successfully.",
+ "Share {0} checked successfully.",
"Standard backup",
"Number of groups",
"Number of shares",
@@ -14919,10 +14915,10 @@ impl TranslatedString {
"",
"",
"Passphrase",
- "Wallet backup not on this device",
- "Invalid wallet backup entered",
- "All shares are valid and belong to the backup in this device",
- "Entered share is valid and belongs to the backup in the device",
+ "",
+ "",
+ "",
+ "",
"",
"Enter each word of your wallet backup in order.",
"",
@@ -15760,740 +15756,740 @@ impl TranslatedString {
7568,
7638,
7714,
- 7794,
- 7881,
- 7896,
- 7914,
- 7938,
- 7973,
- 7982,
- 8006,
- 8036,
- 8067,
- 8085,
- 8127,
- 8189,
- 8215,
+ 7784,
+ 7860,
+ 7875,
+ 7893,
+ 7917,
+ 7952,
+ 7961,
+ 7985,
+ 8015,
+ 8046,
+ 8064,
+ 8106,
+ 8168,
+ 8194,
+ 8194,
8215,
- 8236,
- 8285,
- 8294,
- 8308,
- 8327,
- 8342,
- 8354,
- 8368,
- 8384,
- 8404,
- 8429,
- 8478,
- 8531,
- 8542,
- 8557,
- 8557,
- 8585,
- 8610,
- 8626,
- 8626,
- 8626,
- 8626,
- 8639,
- 8653,
- 8718,
- 8730,
- 8730,
- 8749,
- 8749,
- 8778,
- 8803,
- 8866,
- 8913,
- 8962,
- 8962,
- 8962,
- 9005,
- 9026,
- 9038,
- 9038,
- 9038,
- 9038,
- 9038,
- 9077,
- 9126,
- 9126,
- 9126,
- 9174,
- 9222,
- 9222,
- 9222,
- 9235,
- 9254,
- 9254,
- 9296,
- 9296,
- 9319,
- 9319,
- 9351,
- 9366,
- 9382,
- 9398,
- 9398,
- 9398,
- 9422,
- 9459,
- 9472,
- 9488,
- 9519,
- 9519,
- 9519,
- 9564,
- 9578,
- 9591,
- 9591,
- 9606,
- 9622,
- 9638,
- 9638,
- 9638,
- 9638,
- 9638,
- 9638,
- 9651,
- 9651,
- 9651,
- 9717,
- 9737,
- 9737,
- 9757,
- 9768,
- 9788,
- 9822,
- 9826,
- 9831,
- 9836,
- 9855,
- 9859,
- 9927,
- 10007,
- 10072,
- 10085,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10100,
- 10114,
- 10145,
- 10158,
- 10169,
- 10201,
- 10216,
- 10233,
- 10233,
- 10240,
- 10254,
- 10264,
- 10264,
- 10264,
- 10278,
- 10278,
- 10294,
- 10311,
- 10320,
- 10335,
- 10350,
- 10350,
- 10364,
- 10377,
- 10401,
- 10417,
- 10429,
- 10494,
- 10510,
- 10562,
- 10597,
- 10617,
- 10633,
- 10633,
- 10675,
- 10732,
- 10745,
- 10763,
- 10773,
- 10782,
- 10805,
- 10816,
- 10821,
- 10831,
- 10844,
- 10850,
- 10873,
- 10883,
- 10894,
- 10908,
- 10920,
- 10920,
- 10937,
- 10937,
- 10955,
- 10969,
- 10983,
- 10989,
- 11009,
- 11021,
- 11032,
- 11092,
- 11105,
- 11109,
- 11113,
+ 8264,
+ 8273,
+ 8287,
+ 8306,
+ 8321,
+ 8333,
+ 8347,
+ 8363,
+ 8383,
+ 8408,
+ 8457,
+ 8510,
+ 8521,
+ 8536,
+ 8536,
+ 8564,
+ 8589,
+ 8605,
+ 8605,
+ 8605,
+ 8605,
+ 8618,
+ 8632,
+ 8697,
+ 8709,
+ 8709,
+ 8728,
+ 8728,
+ 8757,
+ 8781,
+ 8844,
+ 8891,
+ 8940,
+ 8940,
+ 8940,
+ 8984,
+ 9006,
+ 9018,
+ 9018,
+ 9018,
+ 9018,
+ 9018,
+ 9057,
+ 9106,
+ 9106,
+ 9106,
+ 9154,
+ 9202,
+ 9202,
+ 9202,
+ 9215,
+ 9233,
+ 9233,
+ 9275,
+ 9275,
+ 9298,
+ 9298,
+ 9329,
+ 9344,
+ 9360,
+ 9376,
+ 9376,
+ 9376,
+ 9400,
+ 9437,
+ 9450,
+ 9466,
+ 9497,
+ 9497,
+ 9497,
+ 9542,
+ 9556,
+ 9569,
+ 9569,
+ 9584,
+ 9600,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9616,
+ 9629,
+ 9629,
+ 9629,
+ 9695,
+ 9715,
+ 9715,
+ 9735,
+ 9746,
+ 9766,
+ 9800,
+ 9804,
+ 9809,
+ 9814,
+ 9833,
+ 9837,
+ 9905,
+ 9985,
+ 10050,
+ 10063,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10078,
+ 10092,
+ 10123,
+ 10136,
+ 10147,
+ 10179,
+ 10194,
+ 10211,
+ 10211,
+ 10218,
+ 10232,
+ 10242,
+ 10242,
+ 10242,
+ 10256,
+ 10256,
+ 10272,
+ 10289,
+ 10298,
+ 10313,
+ 10328,
+ 10328,
+ 10342,
+ 10355,
+ 10379,
+ 10395,
+ 10407,
+ 10472,
+ 10488,
+ 10540,
+ 10575,
+ 10595,
+ 10611,
+ 10611,
+ 10653,
+ 10710,
+ 10723,
+ 10741,
+ 10751,
+ 10760,
+ 10783,
+ 10794,
+ 10799,
+ 10809,
+ 10822,
+ 10828,
+ 10851,
+ 10861,
+ 10872,
+ 10886,
+ 10898,
+ 10898,
+ 10915,
+ 10915,
+ 10933,
+ 10947,
+ 10961,
+ 10967,
+ 10987,
+ 10999,
+ 11010,
+ 11070,
+ 11083,
+ 11087,
+ 11091,
+ 11102,
+ 11111,
+ 11111,
+ 11111,
+ 11121,
11124,
- 11133,
- 11133,
- 11133,
- 11143,
- 11146,
+ 11129,
+ 11132,
+ 11145,
11151,
- 11154,
- 11167,
- 11173,
- 11182,
- 11199,
- 11211,
- 11227,
- 11227,
- 11235,
- 11252,
- 11255,
- 11266,
- 11286,
- 11299,
- 11299,
- 11312,
- 11324,
- 11331,
- 11339,
- 11348,
- 11368,
- 11404,
- 11424,
- 11438,
- 11438,
+ 11160,
+ 11177,
+ 11189,
+ 11205,
+ 11205,
+ 11213,
+ 11230,
+ 11233,
+ 11244,
+ 11264,
+ 11277,
+ 11277,
+ 11290,
+ 11302,
+ 11309,
+ 11317,
+ 11326,
+ 11346,
+ 11382,
+ 11402,
+ 11416,
+ 11416,
+ 11431,
+ 11437,
11453,
- 11459,
- 11475,
- 11489,
- 11504,
- 11539,
- 11539,
- 11552,
- 11559,
- 11565,
- 11583,
- 11602,
- 11611,
- 11619,
- 11636,
- 11653,
- 11666,
- 11681,
- 11697,
- 11751,
- 11815,
- 11842,
- 11951,
- 11994,
- 11999,
- 12012,
- 12025,
- 12042,
- 12109,
- 12152,
- 12190,
- 12217,
- 12232,
- 12247,
- 12271,
- 12282,
- 12321,
- 12321,
- 12339,
- 12385,
- 12404,
- 12422,
- 12435,
- 12492,
- 12492,
- 12532,
- 12550,
- 12587,
- 12602,
- 12619,
- 12637,
- 12667,
- 12696,
+ 11467,
+ 11482,
+ 11517,
+ 11517,
+ 11530,
+ 11537,
+ 11543,
+ 11561,
+ 11580,
+ 11589,
+ 11597,
+ 11614,
+ 11631,
+ 11644,
+ 11659,
+ 11675,
+ 11729,
+ 11793,
+ 11820,
+ 11929,
+ 11972,
+ 11977,
+ 11990,
+ 12003,
+ 12020,
+ 12087,
+ 12130,
+ 12168,
+ 12195,
+ 12210,
+ 12225,
+ 12249,
+ 12260,
+ 12299,
+ 12299,
+ 12317,
+ 12363,
+ 12382,
+ 12400,
+ 12413,
+ 12470,
+ 12470,
+ 12510,
+ 12528,
+ 12565,
+ 12580,
+ 12597,
+ 12615,
+ 12645,
+ 12674,
+ 12674,
+ 12689,
12696,
+ 12704,
12711,
- 12718,
- 12726,
- 12733,
- 12739,
- 12752,
+ 12717,
+ 12730,
+ 12738,
+ 12747,
+ 12753,
12760,
- 12769,
- 12775,
- 12782,
- 12793,
- 12801,
- 12817,
- 12830,
- 12835,
- 12838,
- 12842,
- 12855,
- 12900,
- 12909,
- 12911,
- 12918,
- 12936,
- 12952,
- 12952,
- 12961,
- 12965,
- 12971,
- 12976,
- 12981,
- 12992,
- 13000,
- 13005,
- 13011,
- 13018,
- 13025,
- 13034,
- 13041,
- 13048,
- 13056,
- 13059,
- 13059,
- 13067,
- 13072,
- 13085,
- 13110,
- 13115,
- 13128,
- 13151,
- 13158,
- 13185,
+ 12771,
+ 12779,
+ 12795,
+ 12808,
+ 12813,
+ 12816,
+ 12820,
+ 12833,
+ 12878,
+ 12887,
+ 12889,
+ 12896,
+ 12914,
+ 12930,
+ 12930,
+ 12939,
+ 12943,
+ 12949,
+ 12954,
+ 12959,
+ 12970,
+ 12978,
+ 12983,
+ 12989,
+ 12996,
+ 13003,
+ 13012,
+ 13019,
+ 13026,
+ 13034,
+ 13037,
+ 13037,
+ 13045,
+ 13050,
+ 13063,
+ 13088,
+ 13093,
+ 13106,
+ 13129,
+ 13136,
+ 13163,
+ 13174,
+ 13187,
13196,
- 13209,
- 13218,
- 13272,
- 13290,
- 13304,
+ 13250,
+ 13268,
+ 13282,
+ 13302,
13324,
- 13346,
+ 13344,
+ 13351,
13366,
- 13373,
- 13388,
- 13388,
- 13388,
- 13388,
- 13397,
- 13397,
- 13449,
- 13487,
- 13499,
- 13499,
- 13511,
+ 13366,
+ 13366,
+ 13366,
+ 13375,
+ 13375,
+ 13427,
+ 13465,
+ 13477,
+ 13477,
+ 13489,
+ 13489,
+ 13489,
+ 13496,
13511,
13511,
- 13518,
- 13533,
- 13533,
- 13548,
- 13573,
- 13573,
- 13573,
- 13573,
- 13584,
- 13593,
- 13605,
- 13613,
- 13613,
- 13625,
- 13625,
- 13706,
- 13764,
- 13764,
- 13784,
- 13784,
- 13784,
- 13784,
- 13784,
- 13784,
- 13800,
- 13816,
- 13837,
- 13837,
- 13847,
- 13847,
- 13847,
- 13847,
- 13857,
- 13889,
- 13918,
- 13978,
- 14040,
- 14040,
- 14087,
- 14087,
+ 13526,
+ 13551,
+ 13551,
+ 13551,
+ 13551,
+ 13562,
+ 13571,
+ 13583,
+ 13591,
+ 13591,
+ 13603,
+ 13603,
+ 13684,
+ 13742,
+ 13742,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13762,
+ 13778,
+ 13794,
+ 13815,
+ 13815,
+ 13825,
+ 13825,
+ 13825,
+ 13825,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13835,
+ 13882,
+ 13882,
+ 13901,
+ 13921,
+ 13921,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13928,
+ 13946,
+ 13963,
+ 13976,
+ 13976,
+ 13976,
+ 14030,
+ 14043,
+ 14043,
+ 14043,
+ 14043,
+ 14058,
+ 14058,
+ 14058,
+ 14077,
+ 14085,
+ 14085,
14106,
- 14126,
- 14126,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14133,
- 14151,
- 14168,
- 14181,
- 14181,
- 14181,
- 14235,
- 14248,
- 14248,
- 14248,
- 14248,
- 14263,
- 14263,
- 14263,
- 14282,
- 14290,
- 14290,
- 14311,
- 14329,
- 14347,
- 14372,
- 14385,
- 14385,
- 14402,
- 14424,
- 14432,
- 14432,
- 14452,
- 14463,
- 14463,
- 14540,
- 14556,
- 14566,
- 14599,
- 14599,
- 14651,
- 14651,
+ 14124,
+ 14142,
+ 14167,
+ 14180,
+ 14180,
+ 14197,
+ 14219,
+ 14227,
+ 14227,
+ 14247,
+ 14258,
+ 14258,
+ 14335,
+ 14351,
+ 14361,
+ 14394,
+ 14394,
+ 14446,
+ 14446,
+ 14464,
+ 14470,
+ 14475,
+ 14475,
+ 14500,
+ 14504,
+ 14504,
+ 14504,
+ 14535,
+ 14535,
+ 14535,
+ 14553,
+ 14570,
+ 14580,
+ 14598,
+ 14618,
+ 14618,
+ 14642,
+ 14656,
14669,
- 14675,
- 14680,
- 14680,
- 14705,
- 14709,
- 14709,
- 14709,
- 14740,
- 14740,
- 14740,
- 14758,
- 14775,
- 14785,
- 14803,
- 14823,
- 14823,
- 14847,
- 14861,
- 14874,
- 14900,
- 14920,
- 14936,
- 14936,
- 14944,
- 14949,
- 14978,
- 15030,
- 15042,
- 15047,
- 15060,
- 15068,
- 15078,
+ 14695,
+ 14715,
+ 14731,
+ 14731,
+ 14739,
+ 14744,
+ 14773,
+ 14825,
+ 14837,
+ 14842,
+ 14855,
+ 14863,
+ 14873,
+ 14933,
+ 14959,
+ 14966,
+ 14997,
+ 15009,
+ 15026,
+ 15048,
+ 15048,
+ 15063,
+ 15063,
+ 15063,
+ 15063,
+ 15063,
+ 15080,
+ 15092,
+ 15107,
+ 15114,
+ 15130,
15138,
- 15164,
- 15171,
- 15202,
- 15214,
- 15231,
- 15253,
- 15253,
- 15268,
- 15268,
- 15268,
- 15268,
- 15268,
+ 15179,
+ 15193,
+ 15203,
+ 15236,
+ 15245,
15285,
- 15297,
- 15312,
- 15319,
- 15335,
- 15343,
- 15384,
- 15398,
- 15408,
- 15441,
- 15450,
- 15490,
- 15506,
- 15512,
- 15523,
- 15528,
- 15533,
- 15533,
- 15546,
- 15567,
- 15609,
- 15659,
- 15672,
- 15702,
- 15702,
- 15781,
- 15827,
- 15841,
- 15841,
- 15856,
- 15860,
- 15866,
- 15878,
- 15878,
- 15904,
- 15956,
- 15964,
- 15997,
- 15997,
- 15997,
- 16012,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16024,
- 16042,
- 16084,
- 16088,
- 16088,
- 16099,
- 16124,
- 16128,
- 16132,
- 16148,
- 16162,
- 16168,
- 16188,
- 16194,
- 16214,
- 16222,
- 16222,
- 16222,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16277,
- 16286,
+ 15301,
+ 15307,
+ 15318,
+ 15323,
+ 15328,
+ 15328,
+ 15341,
+ 15362,
+ 15404,
+ 15454,
+ 15467,
+ 15497,
+ 15497,
+ 15576,
+ 15622,
+ 15636,
+ 15636,
+ 15651,
+ 15655,
+ 15661,
+ 15673,
+ 15673,
+ 15699,
+ 15751,
+ 15759,
+ 15792,
+ 15792,
+ 15792,
+ 15807,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15819,
+ 15837,
+ 15879,
+ 15883,
+ 15883,
+ 15894,
+ 15919,
+ 15923,
+ 15927,
+ 15943,
+ 15957,
+ 15963,
+ 15983,
+ 15989,
+ 16009,
+ 16017,
+ 16017,
+ 16017,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16072,
+ 16081,
+ 16091,
+ 16101,
+ 16119,
+ 16169,
+ 16169,
+ 16186,
+ 16186,
+ 16190,
+ 16190,
+ 16205,
+ 16218,
+ 16218,
+ 16229,
+ 16241,
+ 16241,
+ 16262,
+ 16262,
+ 16262,
+ 16262,
+ 16262,
+ 16275,
+ 16291,
+ 16291,
+ 16291,
+ 16291,
16296,
- 16306,
+ 16305,
+ 16311,
+ 16321,
16324,
- 16374,
- 16374,
- 16391,
- 16391,
- 16395,
- 16395,
- 16410,
- 16423,
- 16423,
- 16434,
- 16446,
- 16446,
- 16467,
- 16467,
- 16467,
- 16467,
- 16467,
- 16480,
- 16496,
- 16496,
- 16496,
+ 16330,
+ 16330,
+ 16330,
+ 16336,
+ 16344,
+ 16355,
+ 16365,
+ 16373,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16390,
+ 16399,
+ 16450,
+ 16453,
+ 16457,
+ 16457,
+ 16471,
+ 16483,
+ 16483,
+ 16490,
16496,
16501,
- 16510,
- 16516,
- 16526,
- 16529,
- 16535,
- 16535,
- 16535,
- 16541,
- 16549,
- 16560,
- 16570,
- 16578,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16595,
- 16604,
- 16655,
- 16658,
- 16662,
- 16662,
- 16676,
- 16688,
- 16688,
- 16695,
- 16701,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 16706,
- 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.