chore(translations): applied blanking rules [no changelog]
What changed, and why it matters
This commit is a routine translation update. It changes which on-screen text strings are shown for different product styles (Bolt, Caesar, Delizia, Eckhart), leaving some styles blank where the text is not needed. There is no code behavior change, no fix for a vulnerability, and no security-relevant functionality altered.
No security action needed. Treat as a normal localization maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit regenerates the translation tables in core/embed/rust/src/translations/generated/translated_string.rs from core/translations/en.json. Many TranslatedString enum comments and the corresponding string arrays are updated so that per-style (Bolt/Caesar/Delizia/Eckhart) blanking rules are applied: some styles now get an empty string instead of the previous shared text. The numeric offset tables that map string indices to translation blob offsets are also adjusted to account for the removed strings. This is purely a localization/data change; no executable logic, parsing, cryptography, or trust boundary code is modified.
Changed components
core/embed/rust/src/translations/generated/translated_string.rscore/translations/en.jsonInspect captured patch +10851 / −10756
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 2bf602e7..e3c2e536 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -754,7 +754,7 @@ pub enum TranslatedString {
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."
+ recovery__enter_different_share = 504, // {"Bolt": "Enter a different share.", "Caesar": "Enter a different share.", "Delizia": "Enter a different share.", "Eckhart": ""}
recovery__enter_share_from_diff_group = 505, // "Enter share from a different group."
recovery__group_num_template = 506, // {"Bolt": "Group {0}", "Caesar": "Group {0}", "Delizia": "Group {0}", "Eckhart": ""}
recovery__group_threshold_reached = 507, // "Group threshold reached."
@@ -800,8 +800,8 @@ pub enum TranslatedString {
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": "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__group_share_title_template = 552, // {"Bolt": "Share {1} of group {0}", "Caesar": "", "Delizia": "Share {1} of group {0}", "Eckhart": "Share {1} of group {0}"}
+ reset__more_info_at = 553, // {"Bolt": "More info at", "Caesar": "More info at", "Delizia": "More info at", "Eckhart": ""}
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": ""}
reset__needed_to_form_a_group = 556, // {"Bolt": "needed to form a group. ", "Caesar": "", "Delizia": "", "Eckhart": ""}
@@ -810,12 +810,12 @@ pub enum TranslatedString {
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_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, // {"Bolt": "The required number of shares to form group {0}.", "Caesar": "", "Delizia": "The required number of shares to form group {0}.", "Eckhart": "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, // {"Bolt": "Recovery share {0}", "Caesar": "", "Delizia": "Recovery share {0}", "Eckhart": ""}
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"}
@@ -823,14 +823,14 @@ pub enum TranslatedString {
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_words_title = 574, // "Standard backup"
- reset__slip39_checklist_num_groups = 575, // "Number of groups"
- reset__slip39_checklist_num_shares = 576, // "Number of shares"
+ reset__slip39_checklist_num_groups = 575, // {"Bolt": "", "Caesar": "Number of groups", "Delizia": "", "Eckhart": ""}
+ reset__slip39_checklist_num_shares = 576, // {"Bolt": "", "Caesar": "Number of shares", "Delizia": "", "Eckhart": ""}
reset__slip39_checklist_set_num_groups = 577, // {"Bolt": "Set number of groups", "Caesar": "", "Delizia": "Set number of groups", "Eckhart": "Set number of groups"}
reset__slip39_checklist_set_num_shares = 578, // {"Bolt": "Set number of shares", "Caesar": "", "Delizia": "Set number of shares", "Eckhart": "Set number of shares"}
- reset__slip39_checklist_set_sizes = 579, // "Set sizes and thresholds"
- reset__slip39_checklist_set_sizes_longer = 580, // "Set size and threshold for each group"
+ reset__slip39_checklist_set_sizes = 579, // {"Bolt": "", "Caesar": "Set sizes and thresholds", "Delizia": "", "Eckhart": ""}
+ reset__slip39_checklist_set_sizes_longer = 580, // {"Bolt": "Set size and threshold for each group", "Caesar": "", "Delizia": "Set size and threshold for each group", "Eckhart": "Set size and threshold for each group"}
reset__slip39_checklist_set_threshold = 581, // {"Bolt": "Set threshold", "Caesar": "Set threshold", "Delizia": "Set threshold", "Eckhart": "Set recovery threshold"}
- reset__slip39_checklist_title = 582, // "Backup checklist"
+ reset__slip39_checklist_title = 582, // {"Bolt": "Backup checklist", "Caesar": "Backup checklist", "Delizia": "", "Eckhart": ""}
reset__slip39_checklist_write_down = 583, // {"Bolt": "Write down and check all shares", "Caesar": "Write down and check all shares", "Delizia": "", "Eckhart": ""}
reset__slip39_checklist_write_down_recovery = 584, // {"Bolt": "", "Caesar": "", "Delizia": "Write down & check all wallet backup shares", "Eckhart": "Write down & check all wallet backup shares"}
reset__the_threshold_sets_the_number_of_shares = 585, // {"Bolt": "The threshold sets the number of shares ", "Caesar": "", "Delizia": "", "Eckhart": ""}
@@ -1195,7 +1195,7 @@ pub enum TranslatedString {
words__important = 856, // "Important"
reset__words_written_down_template = 857, // {"Bolt": "", "Caesar": "", "Delizia": "I wrote down all {0} words in order.", "Eckhart": "I wrote down all {0} words in order."}
backup__create_backup_to_prevent_loss = 858, // {"Bolt": "Create a backup to avoid losing access to your funds", "Caesar": "Create a backup to avoid losing access to your funds", "Delizia": "Create a backup to avoid losing access to your funds", "Eckhart": "Create a wallet backup to avoid losing access to your funds."}
- reset__check_backup_instructions = 859, // "Let's do a quick check of your backup."
+ reset__check_backup_instructions = 859, // {"Bolt": "", "Caesar": "", "Delizia": "Let's do a quick check of your backup.", "Eckhart": "Let's do a quick check of your backup."}
words__instructions = 860, // "Instructions"
words__not_recommended = 861, // {"Bolt": "", "Caesar": "", "Delizia": "Not recommended!", "Eckhart": ""}
address_details__account_info = 862, // "Account info"
@@ -1224,16 +1224,16 @@ pub enum TranslatedString {
haptic_feedback__subtitle = 886, // {"Bolt": "", "Caesar": "", "Delizia": "Setting", "Eckhart": "Setting"}
haptic_feedback__title = 887, // {"Bolt": "", "Caesar": "", "Delizia": "Haptic feedback", "Eckhart": "Haptic feedback"}
instructions__continue_holding = 888, // {"Bolt": "", "Caesar": "", "Delizia": "Continue\nholding", "Eckhart": "Keep holding"}
- instructions__enter_next_share = 889, // "Enter next share"
+ instructions__enter_next_share = 889, // {"Bolt": "", "Caesar": "", "Delizia": "Enter next share", "Eckhart": "Enter next share"}
instructions__hold_to_continue = 890, // "Hold to continue"
- instructions__hold_to_exit_tutorial = 891, // "Hold to exit tutorial"
+ instructions__hold_to_exit_tutorial = 891, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to exit tutorial", "Eckhart": "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"}
passphrase__title_passphrase = 897, // "Passphrase"
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"
+ recovery__share_does_not_match = 905, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Share doesn't match"}
+ reset__cancel_create_wallet = 906, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel create wallet", "Eckhart": ""}
reset__incorrect_word_selected = 907, // {"Bolt": "", "Caesar": "", "Delizia": "Incorrect word selected", "Eckhart": "Incorrect word selected."}
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."}
@@ -1253,7 +1253,7 @@ pub enum TranslatedString {
words__operation_cancelled = 928, // "Operation cancelled"
words__settings = 929, // "Settings"
words__try_again = 930, // {"Bolt": "", "Caesar": "", "Delizia": "Try again.", "Eckhart": "Try again"}
- reset__slip39_checklist_num_groups_x_template = 931, // "Number of groups: {0}"
+ reset__slip39_checklist_num_groups_x_template = 931, // {"Bolt": "", "Caesar": "", "Delizia": "Number of groups: {0}", "Eckhart": "Number of groups: {0}"}
brightness__title = 932, // "Display brightness"
recovery__title_unlock_repeated_backup = 933, // "Multi-share backup"
recovery__unlock_repeated_backup = 934, // "Create additional backup?"
@@ -1264,12 +1264,12 @@ pub enum TranslatedString {
homescreen__settings_subtitle = 939, // "Settings"
homescreen__settings_title = 940, // {"Bolt": "", "Caesar": "", "Delizia": "Wallpaper", "Eckhart": ""}
reset__the_word_is_repeated = 941, // {"Bolt": "The word is repeated", "Caesar": "The word is repeated", "Delizia": "The word is repeated", "Eckhart": "The word appears multiple times in the backup."}
- tutorial__title_lets_begin = 942, // "Let's begin"
+ tutorial__title_lets_begin = 942, // {"Bolt": "", "Caesar": "", "Delizia": "Let's begin", "Eckhart": ""}
tutorial__did_you_know = 943, // {"Bolt": "", "Caesar": "", "Delizia": "Did you know?", "Eckhart": ""}
tutorial__first_wallet = 944, // "The Trezor Model One, created in 2013,\nwas the world's first hardware wallet."
tutorial__restart_tutorial = 945, // "Restart tutorial"
tutorial__title_handy_menu = 946, // "Handy menu"
- tutorial__title_hold = 947, // {"Bolt": "Hold to confirm important actions", "Caesar": "Hold to confirm important actions", "Delizia": "Hold to confirm important actions", "Eckhart": "Hold the on-screen button at the bottom to confirm important actions."}
+ tutorial__title_hold = 947, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to confirm important actions", "Eckhart": "Hold the on-screen button at the bottom to confirm important actions."}
tutorial__title_well_done = 948, // {"Bolt": "", "Caesar": "", "Delizia": "Well done!", "Eckhart": "Well done!"}
tutorial__lets_begin = 949, // "Learn how to use and navigate this device with ease."
instructions__swipe_horizontally = 951, // "Swipe horizontally"
@@ -1377,7 +1377,7 @@ pub enum TranslatedString {
solana__unknown_token_address = 1016, // {"Bolt": "Unknown token address", "Caesar": "Unknown token address", "Delizia": "Unknown token address.", "Eckhart": "Unknown token address."}
backup__not_recommend = 1018, // "We don't recommend to skip wallet backup creation."
words__pay_attention = 1019, // "Pay attention"
- address__check_with_source = 1020, // "Check the address with source."
+ address__check_with_source = 1020, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Check the address with source."}
words__receive = 1021, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Receive"}
reset__recovery_share_description = 1022, // "A recovery share is a list of words you wrote down when setting up your Trezor."
reset__recovery_share_number = 1023, // "Your wallet backup consists of 1 to 16 shares."
@@ -1612,7 +1612,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
ripple__account_to_be_deleted = 1227, // "To be deleted:"
words__account_deletion = 1228, // "Account deletion"
- words__tap_to_wake = 1229, // "Tap to wake"
+ words__tap_to_wake = 1229, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Tap to wake"}
words__made_in = 1230, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Made in"}
#[cfg(feature = "universal_fw")]
solana__app_domain = 1231, // "Application domain"
@@ -2202,11 +2202,11 @@ impl TranslatedString {
"Set it to {0} and you will need ",
"Share {0} checked successfully.",
"Standard backup",
- "Number of groups",
- "Number of shares",
+ "",
+ "",
"Set number of groups",
"Set number of shares",
- "Set sizes and thresholds",
+ "",
"Set size and threshold for each group",
"Set threshold",
"Backup checklist",
@@ -2486,7 +2486,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -2516,9 +2516,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -2532,8 +2532,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -2558,7 +2558,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -2569,12 +2569,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -2647,7 +2647,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -2856,7 +2856,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -3442,666 +3442,666 @@ impl TranslatedString {
10761,
10792,
10807,
- 10823,
- 10839,
- 10859,
- 10879,
- 10903,
- 10940,
- 10953,
- 10969,
- 11000,
- 11000,
- 11040,
- 11040,
- 11054,
- 11067,
- 11067,
- 11067,
- 11083,
- 11083,
- 11102,
- 11122,
- 11142,
- 11155,
- 11173,
- 11186,
- 11230,
- 11283,
- 11283,
- 11303,
- 11333,
- 11353,
- 11364,
- 11384,
- 11418,
- 11422,
- 11427,
- 11432,
- 11451,
- 11455,
- 11523,
- 11603,
- 11668,
- 11681,
- 11696,
- 11733,
- 11750,
- 11815,
- 11860,
- 11925,
- 11969,
- 11982,
- 11996,
- 12046,
- 12073,
- 12122,
- 12164,
- 12248,
- 12294,
- 12343,
- 12361,
- 12376,
+ 10807,
+ 10807,
+ 10827,
+ 10847,
+ 10847,
+ 10884,
+ 10897,
+ 10913,
+ 10944,
+ 10944,
+ 10984,
+ 10984,
+ 10998,
+ 11011,
+ 11011,
+ 11011,
+ 11027,
+ 11027,
+ 11046,
+ 11066,
+ 11086,
+ 11099,
+ 11117,
+ 11130,
+ 11174,
+ 11227,
+ 11227,
+ 11247,
+ 11277,
+ 11297,
+ 11308,
+ 11328,
+ 11362,
+ 11366,
+ 11371,
+ 11376,
+ 11395,
+ 11399,
+ 11467,
+ 11547,
+ 11612,
+ 11625,
+ 11640,
+ 11677,
+ 11694,
+ 11759,
+ 11804,
+ 11869,
+ 11913,
+ 11926,
+ 11940,
+ 11990,
+ 12017,
+ 12066,
+ 12108,
+ 12192,
+ 12238,
+ 12287,
+ 12305,
+ 12320,
+ 12339,
12395,
- 12451,
- 12518,
- 12559,
- 12573,
- 12573,
- 12587,
+ 12462,
+ 12503,
+ 12517,
+ 12517,
+ 12531,
+ 12562,
+ 12575,
+ 12586,
12618,
- 12631,
- 12642,
- 12674,
- 12689,
- 12706,
- 12718,
- 12725,
- 12739,
- 12749,
- 12769,
- 12769,
- 12783,
- 12804,
- 12804,
- 12804,
+ 12633,
+ 12650,
+ 12662,
+ 12669,
+ 12683,
+ 12693,
+ 12713,
+ 12713,
+ 12727,
+ 12748,
+ 12748,
+ 12748,
+ 12757,
+ 12772,
+ 12787,
+ 12799,
12813,
- 12828,
- 12843,
- 12855,
- 12869,
- 12882,
- 12906,
- 12922,
- 12934,
- 12999,
- 13015,
- 13067,
- 13102,
- 13122,
- 13138,
- 13138,
- 13180,
- 13237,
- 13250,
- 13268,
- 13278,
- 13287,
- 13310,
- 13321,
- 13326,
- 13336,
- 13349,
- 13355,
- 13378,
- 13388,
- 13399,
- 13413,
- 13425,
- 13425,
- 13442,
- 13442,
- 13460,
- 13474,
- 13488,
- 13494,
- 13514,
- 13526,
- 13537,
- 13597,
- 13610,
- 13614,
- 13618,
- 13629,
- 13638,
- 13638,
- 13638,
+ 12826,
+ 12850,
+ 12866,
+ 12878,
+ 12943,
+ 12959,
+ 13011,
+ 13046,
+ 13066,
+ 13082,
+ 13082,
+ 13124,
+ 13181,
+ 13194,
+ 13212,
+ 13222,
+ 13231,
+ 13254,
+ 13265,
+ 13270,
+ 13280,
+ 13293,
+ 13299,
+ 13322,
+ 13332,
+ 13343,
+ 13357,
+ 13369,
+ 13369,
+ 13386,
+ 13386,
+ 13404,
+ 13418,
+ 13432,
+ 13438,
+ 13458,
+ 13470,
+ 13481,
+ 13541,
+ 13554,
+ 13558,
+ 13562,
+ 13573,
+ 13582,
+ 13582,
+ 13582,
+ 13592,
+ 13595,
+ 13600,
+ 13603,
+ 13616,
+ 13622,
+ 13631,
13648,
- 13651,
- 13656,
- 13659,
- 13672,
- 13678,
- 13687,
+ 13660,
+ 13676,
+ 13676,
+ 13684,
+ 13701,
13704,
- 13716,
- 13732,
- 13732,
- 13740,
- 13757,
- 13760,
- 13771,
- 13791,
- 13804,
- 13804,
+ 13715,
+ 13735,
+ 13748,
+ 13748,
+ 13761,
+ 13773,
+ 13780,
+ 13788,
+ 13797,
13817,
- 13829,
- 13836,
- 13844,
13853,
13873,
- 13909,
- 13929,
- 13943,
- 13943,
- 13958,
- 13964,
- 13980,
- 13994,
- 14009,
- 14044,
- 14044,
- 14057,
- 14064,
- 14070,
- 14088,
- 14107,
- 14116,
- 14124,
- 14141,
- 14158,
- 14171,
- 14186,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14240,
- 14267,
- 14282,
- 14297,
- 14321,
- 14332,
- 14371,
- 14371,
- 14389,
- 14435,
- 14454,
- 14472,
- 14485,
- 14542,
- 14559,
- 14599,
- 14617,
- 14617,
- 14617,
- 14617,
- 14635,
- 14665,
- 14694,
+ 13887,
+ 13887,
+ 13902,
+ 13908,
+ 13924,
+ 13938,
+ 13953,
+ 13988,
+ 13988,
+ 14001,
+ 14008,
+ 14014,
+ 14032,
+ 14051,
+ 14060,
+ 14068,
+ 14085,
+ 14102,
+ 14115,
+ 14130,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14184,
+ 14211,
+ 14226,
+ 14241,
+ 14265,
+ 14276,
+ 14315,
+ 14315,
+ 14333,
+ 14379,
+ 14398,
+ 14416,
+ 14429,
+ 14486,
+ 14503,
+ 14543,
+ 14561,
+ 14561,
+ 14561,
+ 14561,
+ 14579,
+ 14609,
+ 14638,
+ 14656,
+ 14671,
+ 14678,
+ 14686,
+ 14693,
+ 14699,
14712,
- 14727,
- 14734,
+ 14720,
+ 14729,
+ 14735,
14742,
- 14749,
- 14755,
- 14768,
- 14776,
- 14785,
- 14791,
+ 14753,
+ 14761,
+ 14777,
+ 14790,
+ 14795,
14798,
- 14809,
- 14817,
- 14833,
- 14846,
- 14851,
- 14854,
- 14858,
+ 14802,
+ 14802,
+ 14847,
+ 14856,
14858,
- 14903,
- 14912,
- 14914,
- 14921,
+ 14865,
+ 14883,
+ 14899,
+ 14920,
+ 14929,
+ 14933,
14939,
- 14955,
- 14976,
- 14985,
+ 14939,
+ 14939,
+ 14950,
+ 14950,
+ 14950,
+ 14950,
+ 14957,
+ 14964,
+ 14964,
+ 14971,
+ 14978,
+ 14986,
+ 14989,
14989,
- 14995,
- 14995,
- 14995,
- 15006,
- 15006,
- 15006,
- 15006,
- 15013,
- 15020,
- 15020,
- 15027,
- 15034,
- 15042,
- 15045,
- 15045,
- 15045,
+ 14989,
+ 14994,
+ 15007,
+ 15032,
+ 15037,
15050,
- 15063,
- 15088,
- 15093,
- 15106,
- 15129,
- 15136,
- 15163,
- 15174,
- 15187,
- 15196,
- 15250,
+ 15073,
+ 15080,
+ 15107,
+ 15118,
+ 15131,
+ 15140,
+ 15194,
+ 15212,
+ 15226,
+ 15246,
15268,
- 15282,
- 15302,
- 15324,
- 15344,
- 15351,
- 15366,
- 15366,
- 15366,
- 15366,
- 15375,
- 15375,
- 15427,
- 15465,
- 15477,
+ 15288,
+ 15295,
+ 15310,
+ 15310,
+ 15310,
+ 15310,
+ 15319,
+ 15319,
+ 15371,
+ 15371,
+ 15383,
+ 15383,
+ 15395,
+ 15395,
+ 15395,
+ 15402,
+ 15417,
+ 15417,
+ 15432,
+ 15457,
+ 15457,
+ 15457,
+ 15457,
+ 15468,
15477,
15489,
- 15489,
- 15489,
- 15496,
- 15511,
- 15511,
- 15526,
- 15551,
- 15551,
- 15551,
- 15551,
- 15562,
- 15571,
- 15583,
- 15591,
- 15591,
- 15603,
- 15603,
+ 15497,
+ 15497,
+ 15509,
+ 15509,
+ 15590,
+ 15648,
+ 15648,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
15684,
- 15742,
- 15742,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15778,
- 15794,
- 15815,
- 15815,
- 15825,
- 15825,
- 15825,
- 15825,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15882,
- 15882,
- 15901,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15939,
- 15956,
- 15969,
- 15969,
+ 15684,
+ 15684,
+ 15694,
+ 15694,
+ 15694,
+ 15694,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15769,
+ 15786,
+ 15799,
+ 15799,
+ 15799,
+ 15853,
+ 15866,
+ 15866,
+ 15866,
+ 15866,
+ 15881,
+ 15881,
+ 15881,
+ 15900,
+ 15908,
+ 15908,
+ 15908,
+ 15926,
+ 15944,
15969,
- 16023,
- 16036,
- 16036,
- 16036,
- 16036,
- 16051,
- 16051,
- 16051,
- 16070,
- 16078,
- 16078,
- 16099,
- 16117,
- 16135,
- 16160,
- 16173,
- 16173,
- 16190,
- 16212,
- 16220,
- 16220,
- 16240,
- 16251,
- 16251,
+ 15982,
+ 15982,
+ 15999,
+ 16021,
+ 16029,
+ 16029,
+ 16049,
+ 16049,
+ 16049,
+ 16126,
+ 16142,
+ 16152,
+ 16152,
+ 16152,
+ 16204,
+ 16204,
+ 16222,
+ 16228,
+ 16233,
+ 16233,
+ 16258,
+ 16262,
+ 16262,
+ 16262,
+ 16293,
+ 16293,
+ 16293,
+ 16311,
16328,
- 16344,
- 16354,
- 16387,
- 16387,
- 16439,
- 16439,
- 16457,
- 16463,
- 16468,
- 16468,
- 16493,
- 16497,
+ 16338,
+ 16356,
+ 16376,
+ 16376,
+ 16400,
+ 16422,
+ 16435,
+ 16461,
+ 16481,
16497,
16497,
- 16528,
- 16528,
- 16528,
- 16546,
- 16563,
- 16573,
+ 16505,
+ 16510,
+ 16539,
16591,
- 16611,
- 16611,
- 16635,
- 16657,
- 16670,
- 16696,
- 16716,
- 16732,
+ 16603,
+ 16608,
+ 16621,
+ 16629,
+ 16639,
+ 16699,
+ 16725,
16732,
- 16740,
- 16745,
- 16774,
- 16826,
- 16838,
- 16843,
- 16856,
- 16864,
- 16874,
- 16934,
- 16960,
- 16967,
- 16998,
- 17010,
- 17027,
- 17049,
- 17049,
- 17064,
- 17064,
- 17064,
- 17064,
- 17064,
- 17081,
- 17093,
- 17108,
- 17115,
- 17131,
- 17139,
- 17180,
- 17194,
- 17204,
- 17237,
- 17246,
- 17286,
- 17302,
- 17308,
- 17319,
- 17324,
- 17329,
- 17329,
- 17342,
- 17363,
- 17363,
- 17413,
- 17426,
- 17456,
- 17456,
- 17535,
- 17581,
- 17595,
+ 16763,
+ 16775,
+ 16792,
+ 16814,
+ 16814,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16846,
+ 16858,
+ 16873,
+ 16880,
+ 16896,
+ 16904,
+ 16945,
+ 16959,
+ 16969,
+ 17002,
+ 17011,
+ 17051,
+ 17067,
+ 17073,
+ 17084,
+ 17089,
+ 17094,
+ 17094,
+ 17107,
+ 17128,
+ 17128,
+ 17178,
+ 17191,
+ 17191,
+ 17191,
+ 17270,
+ 17316,
+ 17330,
+ 17330,
+ 17345,
+ 17349,
+ 17355,
+ 17367,
+ 17367,
+ 17367,
+ 17419,
+ 17427,
+ 17460,
+ 17460,
+ 17460,
+ 17475,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17505,
+ 17547,
+ 17551,
+ 17551,
+ 17562,
+ 17587,
+ 17591,
17595,
- 17610,
- 17614,
- 17620,
- 17632,
- 17632,
- 17632,
- 17684,
- 17692,
- 17725,
- 17725,
- 17725,
+ 17611,
+ 17625,
+ 17631,
+ 17651,
+ 17657,
+ 17677,
+ 17685,
+ 17685,
+ 17685,
17740,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17770,
- 17812,
- 17816,
- 17816,
- 17827,
- 17852,
- 17856,
- 17860,
- 17876,
- 17890,
- 17896,
- 17916,
- 17922,
- 17942,
- 17950,
- 17950,
- 17950,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18014,
- 18024,
- 18034,
- 18052,
- 18102,
- 18102,
- 18119,
- 18119,
- 18123,
- 18123,
- 18138,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17749,
+ 17759,
+ 17769,
+ 17787,
+ 17837,
+ 17837,
+ 17854,
+ 17854,
+ 17858,
+ 17858,
+ 17873,
+ 17886,
+ 17886,
+ 17897,
+ 17909,
+ 17909,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17943,
+ 17959,
+ 17959,
+ 17959,
+ 17959,
+ 17964,
+ 17973,
+ 17979,
+ 17989,
+ 17992,
+ 17998,
+ 17998,
+ 17998,
+ 18004,
+ 18012,
+ 18023,
+ 18033,
+ 18041,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18067,
+ 18118,
+ 18121,
+ 18125,
+ 18125,
+ 18139,
18151,
18151,
- 18162,
- 18174,
- 18174,
- 18195,
- 18195,
- 18195,
- 18195,
- 18195,
- 18208,
- 18224,
- 18224,
- 18224,
- 18224,
- 18229,
- 18238,
- 18244,
- 18254,
- 18257,
- 18263,
- 18263,
- 18263,
- 18269,
- 18277,
- 18288,
- 18298,
- 18306,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18332,
- 18383,
- 18386,
- 18390,
- 18390,
- 18404,
- 18416,
- 18416,
- 18423,
- 18429,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18497,
- 18510,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18623,
- 18693,
- 18747,
- 18799,
- 18799,
- 18809,
- 18813,
- 18822,
- 18836,
- 18899,
- 18910,
- 18919,
- 18927,
- 18932,
- 18938,
- 18954,
- 18960,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19105,
- 19115,
- 19128,
- 19139,
+ 18158,
+ 18164,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18232,
+ 18245,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18358,
+ 18428,
+ 18482,
+ 18534,
+ 18534,
+ 18544,
+ 18548,
+ 18557,
+ 18571,
+ 18634,
+ 18645,
+ 18654,
+ 18662,
+ 18667,
+ 18673,
+ 18689,
+ 18695,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18840,
+ 18850,
+ 18863,
+ 18874,
+ 18887,
+ 18900,
+ 18928,
+ 18963,
+ 18999,
+ 19037,
+ 19045,
+ 19058,
+ 19058,
+ 19058,
+ 19081,
+ 19089,
+ 19089,
+ 19089,
+ 19103,
+ 19109,
+ 19117,
+ 19126,
+ 19141,
19152,
- 19165,
- 19193,
- 19228,
- 19264,
- 19302,
- 19310,
- 19323,
- 19323,
- 19323,
- 19346,
- 19354,
- 19354,
- 19354,
- 19368,
- 19374,
- 19382,
- 19391,
- 19406,
- 19417,
- 19417,
- 19438,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19475,
- 19489,
- 19505,
- 19516,
- 19516,
- 19534,
- 19582,
- 19653,
- 19665,
+ 19152,
+ 19173,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19210,
+ 19224,
+ 19240,
+ 19240,
+ 19240,
+ 19258,
+ 19306,
+ 19377,
+ 19389,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4681,11 +4681,11 @@ impl TranslatedString {
"Set it to {0} and you will need ",
"Share {0} checked successfully.",
"Standard backup",
- "Number of groups",
- "Number of shares",
+ "",
+ "",
"Set number of groups",
"Set number of shares",
- "Set sizes and thresholds",
+ "",
"Set size and threshold for each group",
"Set threshold",
"Backup checklist",
@@ -4965,7 +4965,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -4995,9 +4995,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -5011,8 +5011,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -5037,7 +5037,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -5048,12 +5048,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -5126,7 +5126,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -5335,7 +5335,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -5921,666 +5921,666 @@ impl TranslatedString {
10761,
10792,
10807,
- 10823,
- 10839,
- 10859,
- 10879,
- 10903,
- 10940,
- 10953,
- 10969,
- 11000,
- 11000,
- 11040,
- 11040,
- 11054,
- 11067,
- 11067,
- 11067,
- 11083,
- 11083,
- 11102,
- 11122,
- 11142,
- 11155,
- 11173,
- 11186,
- 11230,
- 11283,
- 11283,
- 11303,
- 11333,
- 11353,
- 11364,
- 11384,
- 11418,
- 11422,
- 11427,
- 11432,
- 11451,
- 11455,
- 11523,
- 11603,
- 11668,
- 11681,
- 11696,
- 11733,
- 11750,
- 11815,
- 11860,
- 11925,
- 11969,
- 11982,
- 11996,
- 12046,
- 12073,
- 12122,
- 12164,
- 12248,
- 12294,
- 12343,
- 12361,
- 12376,
- 12395,
- 12451,
- 12518,
- 12559,
- 12573,
- 12573,
- 12587,
+ 10807,
+ 10807,
+ 10827,
+ 10847,
+ 10847,
+ 10884,
+ 10897,
+ 10913,
+ 10944,
+ 10944,
+ 10984,
+ 10984,
+ 10998,
+ 11011,
+ 11011,
+ 11011,
+ 11027,
+ 11027,
+ 11046,
+ 11066,
+ 11086,
+ 11099,
+ 11117,
+ 11130,
+ 11174,
+ 11227,
+ 11227,
+ 11247,
+ 11277,
+ 11297,
+ 11308,
+ 11328,
+ 11362,
+ 11366,
+ 11371,
+ 11376,
+ 11395,
+ 11399,
+ 11467,
+ 11547,
+ 11612,
+ 11625,
+ 11640,
+ 11677,
+ 11694,
+ 11759,
+ 11804,
+ 11869,
+ 11913,
+ 11926,
+ 11940,
+ 11990,
+ 12017,
+ 12066,
+ 12108,
+ 12192,
+ 12238,
+ 12287,
+ 12305,
+ 12320,
+ 12339,
+ 12395,
+ 12462,
+ 12503,
+ 12517,
+ 12517,
+ 12531,
+ 12562,
+ 12575,
+ 12586,
12618,
- 12631,
- 12642,
- 12674,
- 12689,
- 12706,
- 12718,
- 12725,
- 12739,
- 12749,
- 12769,
- 12769,
- 12783,
- 12804,
- 12804,
- 12804,
+ 12633,
+ 12650,
+ 12662,
+ 12669,
+ 12683,
+ 12693,
+ 12713,
+ 12713,
+ 12727,
+ 12748,
+ 12748,
+ 12748,
+ 12757,
+ 12772,
+ 12787,
+ 12799,
12813,
- 12828,
- 12843,
- 12855,
- 12869,
- 12882,
- 12906,
- 12922,
- 12934,
- 12999,
- 13015,
- 13067,
- 13102,
- 13122,
- 13138,
- 13138,
- 13180,
- 13237,
- 13250,
- 13268,
- 13278,
- 13287,
- 13310,
- 13321,
- 13326,
- 13336,
- 13349,
- 13355,
- 13378,
- 13388,
- 13399,
- 13413,
- 13425,
- 13425,
- 13442,
- 13442,
- 13460,
- 13474,
- 13488,
- 13494,
- 13514,
- 13526,
- 13537,
- 13597,
- 13610,
- 13614,
- 13618,
- 13629,
- 13638,
- 13638,
- 13638,
+ 12826,
+ 12850,
+ 12866,
+ 12878,
+ 12943,
+ 12959,
+ 13011,
+ 13046,
+ 13066,
+ 13082,
+ 13082,
+ 13124,
+ 13181,
+ 13194,
+ 13212,
+ 13222,
+ 13231,
+ 13254,
+ 13265,
+ 13270,
+ 13280,
+ 13293,
+ 13299,
+ 13322,
+ 13332,
+ 13343,
+ 13357,
+ 13369,
+ 13369,
+ 13386,
+ 13386,
+ 13404,
+ 13418,
+ 13432,
+ 13438,
+ 13458,
+ 13470,
+ 13481,
+ 13541,
+ 13554,
+ 13558,
+ 13562,
+ 13573,
+ 13582,
+ 13582,
+ 13582,
+ 13592,
+ 13595,
+ 13600,
+ 13603,
+ 13616,
+ 13622,
+ 13631,
13648,
- 13651,
- 13656,
- 13659,
- 13672,
- 13678,
- 13687,
+ 13660,
+ 13676,
+ 13676,
+ 13684,
+ 13701,
13704,
- 13716,
- 13732,
- 13732,
- 13740,
- 13757,
- 13760,
- 13771,
- 13791,
- 13804,
- 13804,
+ 13715,
+ 13735,
+ 13748,
+ 13748,
+ 13761,
+ 13773,
+ 13780,
+ 13788,
+ 13797,
13817,
- 13829,
- 13836,
- 13844,
13853,
13873,
- 13909,
- 13929,
- 13943,
- 13943,
- 13958,
- 13964,
- 13980,
- 13994,
- 14009,
- 14044,
- 14044,
- 14057,
- 14064,
- 14070,
- 14088,
- 14107,
- 14116,
- 14124,
- 14141,
- 14158,
- 14171,
- 14186,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14240,
- 14267,
- 14282,
- 14297,
- 14321,
- 14332,
- 14371,
- 14371,
- 14389,
- 14435,
- 14454,
- 14472,
- 14485,
- 14542,
- 14559,
- 14599,
- 14617,
- 14617,
- 14617,
- 14617,
- 14635,
- 14665,
- 14694,
+ 13887,
+ 13887,
+ 13902,
+ 13908,
+ 13924,
+ 13938,
+ 13953,
+ 13988,
+ 13988,
+ 14001,
+ 14008,
+ 14014,
+ 14032,
+ 14051,
+ 14060,
+ 14068,
+ 14085,
+ 14102,
+ 14115,
+ 14130,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14184,
+ 14211,
+ 14226,
+ 14241,
+ 14265,
+ 14276,
+ 14315,
+ 14315,
+ 14333,
+ 14379,
+ 14398,
+ 14416,
+ 14429,
+ 14486,
+ 14503,
+ 14543,
+ 14561,
+ 14561,
+ 14561,
+ 14561,
+ 14579,
+ 14609,
+ 14638,
+ 14656,
+ 14671,
+ 14678,
+ 14686,
+ 14693,
+ 14699,
14712,
- 14727,
- 14734,
+ 14720,
+ 14729,
+ 14735,
14742,
- 14749,
- 14755,
- 14768,
- 14776,
- 14785,
- 14791,
+ 14753,
+ 14761,
+ 14777,
+ 14790,
+ 14795,
14798,
- 14809,
- 14817,
- 14833,
- 14846,
- 14851,
- 14854,
+ 14802,
+ 14802,
+ 14847,
+ 14856,
14858,
- 14858,
- 14903,
- 14912,
- 14914,
- 14921,
+ 14865,
+ 14883,
+ 14899,
+ 14920,
+ 14929,
+ 14933,
14939,
- 14955,
- 14976,
- 14985,
+ 14939,
+ 14939,
+ 14950,
+ 14950,
+ 14950,
+ 14950,
+ 14957,
+ 14964,
+ 14964,
+ 14971,
+ 14978,
+ 14986,
+ 14989,
+ 14989,
14989,
- 14995,
- 14995,
- 14995,
- 15006,
- 15006,
- 15006,
- 15006,
- 15013,
- 15020,
- 15020,
- 15027,
- 15034,
- 15042,
- 15045,
- 15045,
- 15045,
+ 14994,
+ 15007,
+ 15032,
+ 15037,
15050,
- 15063,
- 15088,
- 15093,
- 15106,
- 15129,
- 15136,
- 15163,
- 15174,
- 15187,
- 15196,
- 15250,
+ 15073,
+ 15080,
+ 15107,
+ 15118,
+ 15131,
+ 15140,
+ 15194,
+ 15212,
+ 15226,
+ 15246,
15268,
- 15282,
- 15302,
- 15324,
- 15344,
- 15351,
- 15366,
- 15366,
- 15366,
- 15366,
- 15375,
- 15375,
- 15427,
- 15465,
+ 15288,
+ 15295,
+ 15310,
+ 15310,
+ 15310,
+ 15310,
+ 15319,
+ 15319,
+ 15371,
+ 15371,
+ 15383,
+ 15383,
+ 15395,
+ 15395,
+ 15395,
+ 15402,
+ 15417,
+ 15417,
+ 15432,
+ 15457,
+ 15457,
+ 15457,
+ 15457,
+ 15468,
15477,
- 15477,
- 15489,
15489,
- 15489,
- 15496,
- 15511,
- 15511,
- 15526,
- 15551,
- 15551,
- 15551,
- 15551,
- 15562,
- 15571,
- 15583,
- 15591,
- 15591,
- 15603,
- 15603,
+ 15497,
+ 15497,
+ 15509,
+ 15509,
+ 15590,
+ 15648,
+ 15648,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
15684,
- 15742,
- 15742,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15778,
- 15794,
- 15815,
- 15815,
- 15825,
- 15825,
- 15825,
- 15825,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15882,
- 15882,
- 15901,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15939,
- 15956,
- 15969,
- 15969,
+ 15684,
+ 15684,
+ 15694,
+ 15694,
+ 15694,
+ 15694,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15769,
+ 15786,
+ 15799,
+ 15799,
+ 15799,
+ 15853,
+ 15866,
+ 15866,
+ 15866,
+ 15866,
+ 15881,
+ 15881,
+ 15881,
+ 15900,
+ 15908,
+ 15908,
+ 15908,
+ 15926,
+ 15944,
15969,
- 16023,
- 16036,
- 16036,
- 16036,
- 16036,
- 16051,
- 16051,
- 16051,
- 16070,
- 16078,
- 16078,
- 16099,
- 16117,
- 16135,
- 16160,
- 16173,
- 16173,
- 16190,
- 16212,
- 16220,
- 16220,
- 16240,
- 16251,
- 16251,
+ 15982,
+ 15982,
+ 15999,
+ 16021,
+ 16029,
+ 16029,
+ 16049,
+ 16049,
+ 16049,
+ 16126,
+ 16142,
+ 16152,
+ 16152,
+ 16152,
+ 16204,
+ 16204,
+ 16222,
+ 16228,
+ 16233,
+ 16233,
+ 16258,
+ 16262,
+ 16262,
+ 16262,
+ 16293,
+ 16293,
+ 16293,
+ 16311,
16328,
- 16344,
- 16354,
- 16387,
- 16387,
- 16439,
- 16439,
- 16457,
- 16463,
- 16468,
- 16468,
- 16493,
- 16497,
+ 16338,
+ 16356,
+ 16376,
+ 16376,
+ 16400,
+ 16422,
+ 16435,
+ 16461,
+ 16481,
16497,
16497,
- 16528,
- 16528,
- 16528,
- 16546,
- 16563,
- 16573,
+ 16505,
+ 16510,
+ 16539,
16591,
- 16611,
- 16611,
- 16635,
- 16657,
- 16670,
- 16696,
- 16716,
+ 16603,
+ 16608,
+ 16621,
+ 16629,
+ 16639,
+ 16699,
+ 16725,
16732,
- 16732,
- 16740,
- 16745,
- 16774,
- 16826,
- 16838,
- 16843,
- 16856,
- 16864,
- 16874,
- 16934,
- 16960,
- 16967,
- 16998,
- 17010,
- 17027,
- 17049,
- 17049,
- 17064,
- 17064,
- 17064,
- 17064,
- 17064,
- 17081,
- 17093,
- 17108,
- 17115,
- 17131,
- 17139,
- 17180,
- 17194,
- 17204,
- 17237,
- 17246,
- 17286,
- 17302,
- 17308,
- 17319,
- 17324,
- 17329,
- 17329,
- 17342,
- 17363,
- 17363,
- 17413,
- 17426,
- 17456,
- 17456,
- 17535,
- 17581,
- 17595,
+ 16763,
+ 16775,
+ 16792,
+ 16814,
+ 16814,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16846,
+ 16858,
+ 16873,
+ 16880,
+ 16896,
+ 16904,
+ 16945,
+ 16959,
+ 16969,
+ 17002,
+ 17011,
+ 17051,
+ 17067,
+ 17073,
+ 17084,
+ 17089,
+ 17094,
+ 17094,
+ 17107,
+ 17128,
+ 17128,
+ 17178,
+ 17191,
+ 17191,
+ 17191,
+ 17270,
+ 17316,
+ 17330,
+ 17330,
+ 17345,
+ 17349,
+ 17355,
+ 17367,
+ 17367,
+ 17367,
+ 17419,
+ 17427,
+ 17460,
+ 17460,
+ 17460,
+ 17475,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17505,
+ 17547,
+ 17551,
+ 17551,
+ 17562,
+ 17587,
+ 17591,
17595,
- 17610,
- 17614,
- 17620,
- 17632,
- 17632,
- 17632,
- 17684,
- 17692,
- 17725,
- 17725,
- 17725,
+ 17611,
+ 17625,
+ 17631,
+ 17651,
+ 17657,
+ 17677,
+ 17685,
+ 17685,
+ 17685,
17740,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17770,
- 17812,
- 17816,
- 17816,
- 17827,
- 17852,
- 17856,
- 17860,
- 17876,
- 17890,
- 17896,
- 17916,
- 17922,
- 17942,
- 17950,
- 17950,
- 17950,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18014,
- 18024,
- 18034,
- 18052,
- 18102,
- 18102,
- 18119,
- 18119,
- 18123,
- 18123,
- 18138,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17749,
+ 17759,
+ 17769,
+ 17787,
+ 17837,
+ 17837,
+ 17854,
+ 17854,
+ 17858,
+ 17858,
+ 17873,
+ 17886,
+ 17886,
+ 17897,
+ 17909,
+ 17909,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17943,
+ 17959,
+ 17959,
+ 17959,
+ 17959,
+ 17964,
+ 17973,
+ 17979,
+ 17989,
+ 17992,
+ 17998,
+ 17998,
+ 17998,
+ 18004,
+ 18012,
+ 18023,
+ 18033,
+ 18041,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18067,
+ 18118,
+ 18121,
+ 18125,
+ 18125,
+ 18139,
18151,
18151,
- 18162,
- 18174,
- 18174,
- 18195,
- 18195,
- 18195,
- 18195,
- 18195,
- 18208,
- 18224,
- 18224,
- 18224,
- 18224,
- 18229,
- 18238,
- 18244,
- 18254,
- 18257,
- 18263,
- 18263,
- 18263,
- 18269,
- 18277,
- 18288,
- 18298,
- 18306,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18332,
- 18383,
- 18386,
- 18390,
- 18390,
- 18404,
- 18416,
- 18416,
- 18423,
- 18429,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18497,
- 18510,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18623,
- 18693,
- 18747,
- 18799,
- 18799,
- 18809,
- 18813,
- 18822,
- 18836,
- 18899,
- 18910,
- 18919,
- 18927,
- 18932,
- 18938,
- 18954,
- 18960,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19105,
- 19115,
- 19128,
- 19139,
+ 18158,
+ 18164,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18232,
+ 18245,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18358,
+ 18428,
+ 18482,
+ 18534,
+ 18534,
+ 18544,
+ 18548,
+ 18557,
+ 18571,
+ 18634,
+ 18645,
+ 18654,
+ 18662,
+ 18667,
+ 18673,
+ 18689,
+ 18695,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18840,
+ 18850,
+ 18863,
+ 18874,
+ 18887,
+ 18900,
+ 18928,
+ 18963,
+ 18999,
+ 19037,
+ 19045,
+ 19058,
+ 19058,
+ 19058,
+ 19081,
+ 19089,
+ 19089,
+ 19089,
+ 19103,
+ 19109,
+ 19117,
+ 19126,
+ 19141,
19152,
- 19165,
- 19193,
- 19228,
- 19264,
- 19302,
- 19310,
- 19323,
- 19323,
- 19323,
- 19346,
- 19354,
- 19354,
- 19354,
- 19368,
- 19374,
- 19382,
- 19391,
- 19406,
- 19417,
- 19417,
- 19438,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19475,
- 19489,
- 19505,
- 19516,
- 19516,
- 19534,
- 19582,
- 19653,
- 19665,
+ 19152,
+ 19173,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19210,
+ 19224,
+ 19240,
+ 19240,
+ 19240,
+ 19258,
+ 19306,
+ 19377,
+ 19389,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -7160,11 +7160,11 @@ impl TranslatedString {
"Set it to {0} and you will need ",
"Share {0} checked successfully.",
"Standard backup",
- "Number of groups",
- "Number of shares",
+ "",
+ "",
"Set number of groups",
"Set number of shares",
- "Set sizes and thresholds",
+ "",
"Set size and threshold for each group",
"Set threshold",
"Backup checklist",
@@ -7444,7 +7444,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -7474,9 +7474,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -7490,8 +7490,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -7516,7 +7516,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -7527,12 +7527,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -7605,7 +7605,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -7814,7 +7814,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -8400,666 +8400,666 @@ impl TranslatedString {
10761,
10792,
10807,
- 10823,
- 10839,
- 10859,
- 10879,
- 10903,
- 10940,
- 10953,
- 10969,
- 11000,
- 11000,
- 11040,
- 11040,
- 11054,
- 11067,
- 11067,
- 11067,
- 11083,
- 11083,
- 11102,
- 11122,
- 11142,
- 11155,
- 11173,
- 11186,
- 11230,
- 11283,
- 11283,
- 11303,
- 11333,
- 11353,
- 11364,
- 11384,
- 11418,
- 11422,
- 11427,
- 11432,
- 11451,
- 11455,
- 11523,
- 11603,
- 11668,
- 11681,
- 11696,
- 11733,
- 11750,
- 11815,
- 11860,
- 11925,
- 11969,
- 11982,
- 11996,
- 12046,
- 12073,
- 12122,
- 12164,
- 12248,
- 12294,
- 12343,
- 12361,
- 12376,
+ 10807,
+ 10807,
+ 10827,
+ 10847,
+ 10847,
+ 10884,
+ 10897,
+ 10913,
+ 10944,
+ 10944,
+ 10984,
+ 10984,
+ 10998,
+ 11011,
+ 11011,
+ 11011,
+ 11027,
+ 11027,
+ 11046,
+ 11066,
+ 11086,
+ 11099,
+ 11117,
+ 11130,
+ 11174,
+ 11227,
+ 11227,
+ 11247,
+ 11277,
+ 11297,
+ 11308,
+ 11328,
+ 11362,
+ 11366,
+ 11371,
+ 11376,
+ 11395,
+ 11399,
+ 11467,
+ 11547,
+ 11612,
+ 11625,
+ 11640,
+ 11677,
+ 11694,
+ 11759,
+ 11804,
+ 11869,
+ 11913,
+ 11926,
+ 11940,
+ 11990,
+ 12017,
+ 12066,
+ 12108,
+ 12192,
+ 12238,
+ 12287,
+ 12305,
+ 12320,
+ 12339,
12395,
- 12451,
- 12518,
- 12559,
- 12573,
- 12573,
- 12587,
+ 12462,
+ 12503,
+ 12517,
+ 12517,
+ 12531,
+ 12562,
+ 12575,
+ 12586,
12618,
- 12631,
- 12642,
- 12674,
- 12689,
- 12706,
- 12718,
- 12725,
- 12739,
- 12749,
- 12769,
- 12769,
- 12783,
- 12804,
- 12804,
- 12804,
+ 12633,
+ 12650,
+ 12662,
+ 12669,
+ 12683,
+ 12693,
+ 12713,
+ 12713,
+ 12727,
+ 12748,
+ 12748,
+ 12748,
+ 12757,
+ 12772,
+ 12787,
+ 12799,
12813,
- 12828,
- 12843,
- 12855,
- 12869,
- 12882,
- 12906,
- 12922,
- 12934,
- 12999,
- 13015,
- 13067,
- 13102,
- 13122,
- 13138,
- 13138,
- 13180,
- 13237,
- 13250,
- 13268,
- 13278,
- 13287,
- 13310,
- 13321,
- 13326,
- 13336,
- 13349,
- 13355,
- 13378,
- 13388,
- 13399,
- 13413,
- 13425,
- 13425,
- 13442,
- 13442,
- 13460,
- 13474,
- 13488,
- 13494,
- 13514,
- 13526,
- 13537,
- 13597,
- 13610,
- 13614,
- 13618,
- 13629,
- 13638,
- 13638,
- 13638,
+ 12826,
+ 12850,
+ 12866,
+ 12878,
+ 12943,
+ 12959,
+ 13011,
+ 13046,
+ 13066,
+ 13082,
+ 13082,
+ 13124,
+ 13181,
+ 13194,
+ 13212,
+ 13222,
+ 13231,
+ 13254,
+ 13265,
+ 13270,
+ 13280,
+ 13293,
+ 13299,
+ 13322,
+ 13332,
+ 13343,
+ 13357,
+ 13369,
+ 13369,
+ 13386,
+ 13386,
+ 13404,
+ 13418,
+ 13432,
+ 13438,
+ 13458,
+ 13470,
+ 13481,
+ 13541,
+ 13554,
+ 13558,
+ 13562,
+ 13573,
+ 13582,
+ 13582,
+ 13582,
+ 13592,
+ 13595,
+ 13600,
+ 13603,
+ 13616,
+ 13622,
+ 13631,
13648,
- 13651,
- 13656,
- 13659,
- 13672,
- 13678,
- 13687,
+ 13660,
+ 13676,
+ 13676,
+ 13684,
+ 13701,
13704,
- 13716,
- 13732,
- 13732,
- 13740,
- 13757,
- 13760,
- 13771,
- 13791,
- 13804,
- 13804,
+ 13715,
+ 13735,
+ 13748,
+ 13748,
+ 13761,
+ 13773,
+ 13780,
+ 13788,
+ 13797,
13817,
- 13829,
- 13836,
- 13844,
13853,
13873,
- 13909,
- 13929,
- 13943,
- 13943,
- 13958,
- 13964,
- 13980,
- 13994,
- 14009,
- 14044,
- 14044,
- 14057,
- 14064,
- 14070,
- 14088,
- 14107,
- 14116,
- 14124,
- 14141,
- 14158,
- 14171,
- 14186,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14240,
- 14267,
- 14282,
- 14297,
- 14321,
- 14332,
- 14371,
- 14371,
- 14389,
- 14435,
- 14454,
- 14472,
- 14485,
- 14542,
- 14559,
- 14599,
- 14617,
- 14617,
- 14617,
- 14617,
- 14635,
- 14665,
- 14694,
+ 13887,
+ 13887,
+ 13902,
+ 13908,
+ 13924,
+ 13938,
+ 13953,
+ 13988,
+ 13988,
+ 14001,
+ 14008,
+ 14014,
+ 14032,
+ 14051,
+ 14060,
+ 14068,
+ 14085,
+ 14102,
+ 14115,
+ 14130,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14184,
+ 14211,
+ 14226,
+ 14241,
+ 14265,
+ 14276,
+ 14315,
+ 14315,
+ 14333,
+ 14379,
+ 14398,
+ 14416,
+ 14429,
+ 14486,
+ 14503,
+ 14543,
+ 14561,
+ 14561,
+ 14561,
+ 14561,
+ 14579,
+ 14609,
+ 14638,
+ 14656,
+ 14671,
+ 14678,
+ 14686,
+ 14693,
+ 14699,
14712,
- 14727,
- 14734,
+ 14720,
+ 14729,
+ 14735,
14742,
- 14749,
- 14755,
- 14768,
- 14776,
- 14785,
- 14791,
+ 14753,
+ 14761,
+ 14777,
+ 14790,
+ 14795,
14798,
- 14809,
- 14817,
- 14833,
- 14846,
- 14851,
- 14854,
- 14858,
+ 14802,
+ 14802,
+ 14847,
+ 14856,
14858,
- 14903,
- 14912,
- 14914,
- 14921,
+ 14865,
+ 14883,
+ 14899,
+ 14920,
+ 14929,
+ 14933,
14939,
- 14955,
- 14976,
- 14985,
+ 14939,
+ 14939,
+ 14950,
+ 14950,
+ 14950,
+ 14950,
+ 14957,
+ 14964,
+ 14964,
+ 14971,
+ 14978,
+ 14986,
+ 14989,
14989,
- 14995,
- 14995,
- 14995,
- 15006,
- 15006,
- 15006,
- 15006,
- 15013,
- 15020,
- 15020,
- 15027,
- 15034,
- 15042,
- 15045,
- 15045,
- 15045,
+ 14989,
+ 14994,
+ 15007,
+ 15032,
+ 15037,
15050,
- 15063,
- 15088,
- 15093,
- 15106,
- 15129,
- 15136,
- 15163,
- 15174,
- 15187,
- 15196,
- 15250,
+ 15073,
+ 15080,
+ 15107,
+ 15118,
+ 15131,
+ 15140,
+ 15194,
+ 15212,
+ 15226,
+ 15246,
15268,
- 15282,
- 15302,
- 15324,
- 15344,
- 15351,
- 15366,
- 15366,
- 15366,
- 15366,
- 15375,
- 15375,
- 15427,
- 15465,
- 15477,
+ 15288,
+ 15295,
+ 15310,
+ 15310,
+ 15310,
+ 15310,
+ 15319,
+ 15319,
+ 15371,
+ 15371,
+ 15383,
+ 15383,
+ 15395,
+ 15395,
+ 15395,
+ 15402,
+ 15417,
+ 15417,
+ 15432,
+ 15457,
+ 15457,
+ 15457,
+ 15457,
+ 15468,
15477,
15489,
- 15489,
- 15489,
- 15496,
- 15511,
- 15511,
- 15526,
- 15551,
- 15551,
- 15551,
- 15551,
- 15562,
- 15571,
- 15583,
- 15591,
- 15591,
- 15603,
- 15603,
+ 15497,
+ 15497,
+ 15509,
+ 15509,
+ 15590,
+ 15648,
+ 15648,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
15684,
- 15742,
- 15742,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15778,
- 15794,
- 15815,
- 15815,
- 15825,
- 15825,
- 15825,
- 15825,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15882,
- 15882,
- 15901,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15939,
- 15956,
- 15969,
- 15969,
+ 15684,
+ 15684,
+ 15694,
+ 15694,
+ 15694,
+ 15694,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15769,
+ 15786,
+ 15799,
+ 15799,
+ 15799,
+ 15853,
+ 15866,
+ 15866,
+ 15866,
+ 15866,
+ 15881,
+ 15881,
+ 15881,
+ 15900,
+ 15908,
+ 15908,
+ 15908,
+ 15926,
+ 15944,
15969,
- 16023,
- 16036,
- 16036,
- 16036,
- 16036,
- 16051,
- 16051,
- 16051,
- 16070,
- 16078,
- 16078,
- 16099,
- 16117,
- 16135,
- 16160,
- 16173,
- 16173,
- 16190,
- 16212,
- 16220,
- 16220,
- 16240,
- 16251,
- 16251,
+ 15982,
+ 15982,
+ 15999,
+ 16021,
+ 16029,
+ 16029,
+ 16049,
+ 16049,
+ 16049,
+ 16126,
+ 16142,
+ 16152,
+ 16152,
+ 16152,
+ 16204,
+ 16204,
+ 16222,
+ 16228,
+ 16233,
+ 16233,
+ 16258,
+ 16262,
+ 16262,
+ 16262,
+ 16293,
+ 16293,
+ 16293,
+ 16311,
16328,
- 16344,
- 16354,
- 16387,
- 16387,
- 16439,
- 16439,
- 16457,
- 16463,
- 16468,
- 16468,
- 16493,
- 16497,
+ 16338,
+ 16356,
+ 16376,
+ 16376,
+ 16400,
+ 16422,
+ 16435,
+ 16461,
+ 16481,
16497,
16497,
- 16528,
- 16528,
- 16528,
- 16546,
- 16563,
- 16573,
+ 16505,
+ 16510,
+ 16539,
16591,
- 16611,
- 16611,
- 16635,
- 16657,
- 16670,
- 16696,
- 16716,
- 16732,
+ 16603,
+ 16608,
+ 16621,
+ 16629,
+ 16639,
+ 16699,
+ 16725,
16732,
- 16740,
- 16745,
- 16774,
- 16826,
- 16838,
- 16843,
- 16856,
- 16864,
- 16874,
- 16934,
- 16960,
- 16967,
- 16998,
- 17010,
- 17027,
- 17049,
- 17049,
- 17064,
- 17064,
- 17064,
- 17064,
- 17064,
- 17081,
- 17093,
- 17108,
- 17115,
- 17131,
- 17139,
- 17180,
- 17194,
- 17204,
- 17237,
- 17246,
- 17286,
- 17302,
- 17308,
- 17319,
- 17324,
- 17329,
- 17329,
- 17342,
- 17363,
- 17363,
- 17413,
- 17426,
- 17456,
- 17456,
- 17535,
- 17581,
- 17595,
+ 16763,
+ 16775,
+ 16792,
+ 16814,
+ 16814,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16846,
+ 16858,
+ 16873,
+ 16880,
+ 16896,
+ 16904,
+ 16945,
+ 16959,
+ 16969,
+ 17002,
+ 17011,
+ 17051,
+ 17067,
+ 17073,
+ 17084,
+ 17089,
+ 17094,
+ 17094,
+ 17107,
+ 17128,
+ 17128,
+ 17178,
+ 17191,
+ 17191,
+ 17191,
+ 17270,
+ 17316,
+ 17330,
+ 17330,
+ 17345,
+ 17349,
+ 17355,
+ 17367,
+ 17367,
+ 17367,
+ 17419,
+ 17427,
+ 17460,
+ 17460,
+ 17460,
+ 17475,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17505,
+ 17547,
+ 17551,
+ 17551,
+ 17562,
+ 17587,
+ 17591,
17595,
- 17610,
- 17614,
- 17620,
- 17632,
- 17632,
- 17632,
- 17684,
- 17692,
- 17725,
- 17725,
- 17725,
+ 17611,
+ 17625,
+ 17631,
+ 17651,
+ 17657,
+ 17677,
+ 17685,
+ 17685,
+ 17685,
17740,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17770,
- 17812,
- 17816,
- 17816,
- 17827,
- 17852,
- 17856,
- 17860,
- 17876,
- 17890,
- 17896,
- 17916,
- 17922,
- 17942,
- 17950,
- 17950,
- 17950,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18014,
- 18024,
- 18034,
- 18052,
- 18102,
- 18102,
- 18119,
- 18119,
- 18123,
- 18123,
- 18138,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17749,
+ 17759,
+ 17769,
+ 17787,
+ 17837,
+ 17837,
+ 17854,
+ 17854,
+ 17858,
+ 17858,
+ 17873,
+ 17886,
+ 17886,
+ 17897,
+ 17909,
+ 17909,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17943,
+ 17959,
+ 17959,
+ 17959,
+ 17959,
+ 17964,
+ 17973,
+ 17979,
+ 17989,
+ 17992,
+ 17998,
+ 17998,
+ 17998,
+ 18004,
+ 18012,
+ 18023,
+ 18033,
+ 18041,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18067,
+ 18118,
+ 18121,
+ 18125,
+ 18125,
+ 18139,
18151,
18151,
- 18162,
- 18174,
- 18174,
- 18195,
- 18195,
- 18195,
- 18195,
- 18195,
- 18208,
- 18224,
- 18224,
- 18224,
- 18224,
- 18229,
- 18238,
- 18244,
- 18254,
- 18257,
- 18263,
- 18263,
- 18263,
- 18269,
- 18277,
- 18288,
- 18298,
- 18306,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18332,
- 18383,
- 18386,
- 18390,
- 18390,
- 18404,
- 18416,
- 18416,
- 18423,
- 18429,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18497,
- 18510,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18623,
- 18693,
- 18747,
- 18799,
- 18799,
- 18809,
- 18813,
- 18822,
- 18836,
- 18899,
- 18910,
- 18919,
- 18927,
- 18932,
- 18938,
- 18954,
- 18960,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19105,
- 19115,
- 19128,
- 19139,
+ 18158,
+ 18164,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18232,
+ 18245,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18358,
+ 18428,
+ 18482,
+ 18534,
+ 18534,
+ 18544,
+ 18548,
+ 18557,
+ 18571,
+ 18634,
+ 18645,
+ 18654,
+ 18662,
+ 18667,
+ 18673,
+ 18689,
+ 18695,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18840,
+ 18850,
+ 18863,
+ 18874,
+ 18887,
+ 18900,
+ 18928,
+ 18963,
+ 18999,
+ 19037,
+ 19045,
+ 19058,
+ 19058,
+ 19058,
+ 19081,
+ 19089,
+ 19089,
+ 19089,
+ 19103,
+ 19109,
+ 19117,
+ 19126,
+ 19141,
19152,
- 19165,
- 19193,
- 19228,
- 19264,
- 19302,
- 19310,
- 19323,
- 19323,
- 19323,
- 19346,
- 19354,
- 19354,
- 19354,
- 19368,
- 19374,
- 19382,
- 19391,
- 19406,
- 19417,
- 19417,
- 19438,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19475,
- 19489,
- 19505,
- 19516,
- 19516,
- 19534,
- 19582,
- 19653,
- 19665,
+ 19152,
+ 19173,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19210,
+ 19224,
+ 19240,
+ 19240,
+ 19240,
+ 19258,
+ 19306,
+ 19377,
+ 19389,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -9639,11 +9639,11 @@ impl TranslatedString {
"Set it to {0} and you will need ",
"Share {0} checked successfully.",
"Standard backup",
- "Number of groups",
- "Number of shares",
+ "",
+ "",
"Set number of groups",
"Set number of shares",
- "Set sizes and thresholds",
+ "",
"Set size and threshold for each group",
"Set threshold",
"Backup checklist",
@@ -9923,7 +9923,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -9953,9 +9953,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -9969,8 +9969,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -9995,7 +9995,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -10006,12 +10006,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -10084,7 +10084,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -10293,7 +10293,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -10879,666 +10879,666 @@ impl TranslatedString {
10761,
10792,
10807,
- 10823,
- 10839,
- 10859,
- 10879,
- 10903,
- 10940,
- 10953,
- 10969,
- 11000,
- 11000,
- 11040,
- 11040,
- 11054,
- 11067,
- 11067,
- 11067,
- 11083,
- 11083,
- 11102,
- 11122,
- 11142,
- 11155,
- 11173,
- 11186,
- 11230,
- 11283,
- 11283,
- 11303,
- 11333,
- 11353,
- 11364,
- 11384,
- 11418,
- 11422,
- 11427,
- 11432,
- 11451,
- 11455,
- 11523,
- 11603,
- 11668,
- 11681,
- 11696,
- 11733,
- 11750,
- 11815,
- 11860,
- 11925,
- 11969,
- 11982,
- 11996,
- 12046,
- 12073,
- 12122,
- 12164,
- 12248,
- 12294,
- 12343,
- 12361,
- 12376,
+ 10807,
+ 10807,
+ 10827,
+ 10847,
+ 10847,
+ 10884,
+ 10897,
+ 10913,
+ 10944,
+ 10944,
+ 10984,
+ 10984,
+ 10998,
+ 11011,
+ 11011,
+ 11011,
+ 11027,
+ 11027,
+ 11046,
+ 11066,
+ 11086,
+ 11099,
+ 11117,
+ 11130,
+ 11174,
+ 11227,
+ 11227,
+ 11247,
+ 11277,
+ 11297,
+ 11308,
+ 11328,
+ 11362,
+ 11366,
+ 11371,
+ 11376,
+ 11395,
+ 11399,
+ 11467,
+ 11547,
+ 11612,
+ 11625,
+ 11640,
+ 11677,
+ 11694,
+ 11759,
+ 11804,
+ 11869,
+ 11913,
+ 11926,
+ 11940,
+ 11990,
+ 12017,
+ 12066,
+ 12108,
+ 12192,
+ 12238,
+ 12287,
+ 12305,
+ 12320,
+ 12339,
12395,
- 12451,
- 12518,
- 12559,
- 12573,
- 12573,
- 12587,
+ 12462,
+ 12503,
+ 12517,
+ 12517,
+ 12531,
+ 12562,
+ 12575,
+ 12586,
12618,
- 12631,
- 12642,
- 12674,
- 12689,
- 12706,
- 12718,
- 12725,
- 12739,
- 12749,
- 12769,
- 12769,
- 12783,
- 12804,
- 12804,
- 12804,
+ 12633,
+ 12650,
+ 12662,
+ 12669,
+ 12683,
+ 12693,
+ 12713,
+ 12713,
+ 12727,
+ 12748,
+ 12748,
+ 12748,
+ 12757,
+ 12772,
+ 12787,
+ 12799,
12813,
- 12828,
- 12843,
- 12855,
- 12869,
- 12882,
- 12906,
- 12922,
- 12934,
- 12999,
- 13015,
- 13067,
- 13102,
- 13122,
- 13138,
- 13138,
- 13180,
- 13237,
- 13250,
- 13268,
- 13278,
- 13287,
- 13310,
- 13321,
- 13326,
- 13336,
- 13349,
- 13355,
- 13378,
- 13388,
- 13399,
- 13413,
- 13425,
- 13425,
- 13442,
- 13442,
- 13460,
- 13474,
- 13488,
- 13494,
- 13514,
- 13526,
- 13537,
- 13597,
- 13610,
- 13614,
- 13618,
- 13629,
- 13638,
- 13638,
- 13638,
+ 12826,
+ 12850,
+ 12866,
+ 12878,
+ 12943,
+ 12959,
+ 13011,
+ 13046,
+ 13066,
+ 13082,
+ 13082,
+ 13124,
+ 13181,
+ 13194,
+ 13212,
+ 13222,
+ 13231,
+ 13254,
+ 13265,
+ 13270,
+ 13280,
+ 13293,
+ 13299,
+ 13322,
+ 13332,
+ 13343,
+ 13357,
+ 13369,
+ 13369,
+ 13386,
+ 13386,
+ 13404,
+ 13418,
+ 13432,
+ 13438,
+ 13458,
+ 13470,
+ 13481,
+ 13541,
+ 13554,
+ 13558,
+ 13562,
+ 13573,
+ 13582,
+ 13582,
+ 13582,
+ 13592,
+ 13595,
+ 13600,
+ 13603,
+ 13616,
+ 13622,
+ 13631,
13648,
- 13651,
- 13656,
- 13659,
- 13672,
- 13678,
- 13687,
+ 13660,
+ 13676,
+ 13676,
+ 13684,
+ 13701,
13704,
- 13716,
- 13732,
- 13732,
- 13740,
- 13757,
- 13760,
- 13771,
- 13791,
- 13804,
- 13804,
+ 13715,
+ 13735,
+ 13748,
+ 13748,
+ 13761,
+ 13773,
+ 13780,
+ 13788,
+ 13797,
13817,
- 13829,
- 13836,
- 13844,
13853,
13873,
- 13909,
- 13929,
- 13943,
- 13943,
- 13958,
- 13964,
- 13980,
- 13994,
- 14009,
- 14044,
- 14044,
- 14057,
- 14064,
- 14070,
- 14088,
- 14107,
- 14116,
- 14124,
- 14141,
- 14158,
- 14171,
- 14186,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14202,
- 14240,
- 14267,
- 14282,
- 14297,
- 14321,
- 14332,
- 14371,
- 14371,
- 14389,
- 14435,
- 14454,
- 14472,
- 14485,
- 14542,
- 14559,
- 14599,
- 14617,
- 14617,
- 14617,
- 14617,
- 14635,
- 14665,
- 14694,
+ 13887,
+ 13887,
+ 13902,
+ 13908,
+ 13924,
+ 13938,
+ 13953,
+ 13988,
+ 13988,
+ 14001,
+ 14008,
+ 14014,
+ 14032,
+ 14051,
+ 14060,
+ 14068,
+ 14085,
+ 14102,
+ 14115,
+ 14130,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14146,
+ 14184,
+ 14211,
+ 14226,
+ 14241,
+ 14265,
+ 14276,
+ 14315,
+ 14315,
+ 14333,
+ 14379,
+ 14398,
+ 14416,
+ 14429,
+ 14486,
+ 14503,
+ 14543,
+ 14561,
+ 14561,
+ 14561,
+ 14561,
+ 14579,
+ 14609,
+ 14638,
+ 14656,
+ 14671,
+ 14678,
+ 14686,
+ 14693,
+ 14699,
14712,
- 14727,
- 14734,
+ 14720,
+ 14729,
+ 14735,
14742,
- 14749,
- 14755,
- 14768,
- 14776,
- 14785,
- 14791,
+ 14753,
+ 14761,
+ 14777,
+ 14790,
+ 14795,
14798,
- 14809,
- 14817,
- 14833,
- 14846,
- 14851,
- 14854,
+ 14802,
+ 14802,
+ 14847,
+ 14856,
14858,
- 14858,
- 14903,
- 14912,
- 14914,
- 14921,
+ 14865,
+ 14883,
+ 14899,
+ 14920,
+ 14929,
+ 14933,
14939,
- 14955,
- 14976,
- 14985,
+ 14939,
+ 14939,
+ 14950,
+ 14950,
+ 14950,
+ 14950,
+ 14957,
+ 14964,
+ 14964,
+ 14971,
+ 14978,
+ 14986,
14989,
- 14995,
- 14995,
- 14995,
- 15006,
- 15006,
- 15006,
- 15006,
- 15013,
- 15020,
- 15020,
- 15027,
- 15034,
- 15042,
- 15045,
- 15045,
- 15045,
+ 14989,
+ 14989,
+ 14994,
+ 15007,
+ 15032,
+ 15037,
15050,
- 15063,
- 15088,
- 15093,
- 15106,
- 15129,
- 15136,
- 15163,
- 15174,
- 15187,
- 15196,
- 15250,
+ 15073,
+ 15080,
+ 15107,
+ 15118,
+ 15131,
+ 15140,
+ 15194,
+ 15212,
+ 15226,
+ 15246,
15268,
- 15282,
- 15302,
- 15324,
- 15344,
- 15351,
- 15366,
- 15366,
- 15366,
- 15366,
- 15375,
- 15375,
- 15427,
- 15465,
+ 15288,
+ 15295,
+ 15310,
+ 15310,
+ 15310,
+ 15310,
+ 15319,
+ 15319,
+ 15371,
+ 15371,
+ 15383,
+ 15383,
+ 15395,
+ 15395,
+ 15395,
+ 15402,
+ 15417,
+ 15417,
+ 15432,
+ 15457,
+ 15457,
+ 15457,
+ 15457,
+ 15468,
15477,
- 15477,
- 15489,
15489,
- 15489,
- 15496,
- 15511,
- 15511,
- 15526,
- 15551,
- 15551,
- 15551,
- 15551,
- 15562,
- 15571,
- 15583,
- 15591,
- 15591,
- 15603,
- 15603,
+ 15497,
+ 15497,
+ 15509,
+ 15509,
+ 15590,
+ 15648,
+ 15648,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
+ 15668,
15684,
- 15742,
- 15742,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15762,
- 15778,
- 15794,
- 15815,
- 15815,
- 15825,
- 15825,
- 15825,
- 15825,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15835,
- 15882,
- 15882,
- 15901,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15921,
- 15939,
- 15956,
- 15969,
- 15969,
+ 15684,
+ 15684,
+ 15694,
+ 15694,
+ 15694,
+ 15694,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15704,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15751,
+ 15769,
+ 15786,
+ 15799,
+ 15799,
+ 15799,
+ 15853,
+ 15866,
+ 15866,
+ 15866,
+ 15866,
+ 15881,
+ 15881,
+ 15881,
+ 15900,
+ 15908,
+ 15908,
+ 15908,
+ 15926,
+ 15944,
15969,
- 16023,
- 16036,
- 16036,
- 16036,
- 16036,
- 16051,
- 16051,
- 16051,
- 16070,
- 16078,
- 16078,
- 16099,
- 16117,
- 16135,
- 16160,
- 16173,
- 16173,
- 16190,
- 16212,
- 16220,
- 16220,
- 16240,
- 16251,
- 16251,
+ 15982,
+ 15982,
+ 15999,
+ 16021,
+ 16029,
+ 16029,
+ 16049,
+ 16049,
+ 16049,
+ 16126,
+ 16142,
+ 16152,
+ 16152,
+ 16152,
+ 16204,
+ 16204,
+ 16222,
+ 16228,
+ 16233,
+ 16233,
+ 16258,
+ 16262,
+ 16262,
+ 16262,
+ 16293,
+ 16293,
+ 16293,
+ 16311,
16328,
- 16344,
- 16354,
- 16387,
- 16387,
- 16439,
- 16439,
- 16457,
- 16463,
- 16468,
- 16468,
- 16493,
- 16497,
+ 16338,
+ 16356,
+ 16376,
+ 16376,
+ 16400,
+ 16422,
+ 16435,
+ 16461,
+ 16481,
16497,
16497,
- 16528,
- 16528,
- 16528,
- 16546,
- 16563,
- 16573,
+ 16505,
+ 16510,
+ 16539,
16591,
- 16611,
- 16611,
- 16635,
- 16657,
- 16670,
- 16696,
- 16716,
+ 16603,
+ 16608,
+ 16621,
+ 16629,
+ 16639,
+ 16699,
+ 16725,
16732,
- 16732,
- 16740,
- 16745,
- 16774,
- 16826,
- 16838,
- 16843,
- 16856,
- 16864,
- 16874,
- 16934,
- 16960,
- 16967,
- 16998,
- 17010,
- 17027,
- 17049,
- 17049,
- 17064,
- 17064,
- 17064,
- 17064,
- 17064,
- 17081,
- 17093,
- 17108,
- 17115,
- 17131,
- 17139,
- 17180,
- 17194,
- 17204,
- 17237,
- 17246,
- 17286,
- 17302,
- 17308,
- 17319,
- 17324,
- 17329,
- 17329,
- 17342,
- 17363,
- 17363,
- 17413,
- 17426,
- 17456,
- 17456,
- 17535,
- 17581,
- 17595,
+ 16763,
+ 16775,
+ 16792,
+ 16814,
+ 16814,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16829,
+ 16846,
+ 16858,
+ 16873,
+ 16880,
+ 16896,
+ 16904,
+ 16945,
+ 16959,
+ 16969,
+ 17002,
+ 17011,
+ 17051,
+ 17067,
+ 17073,
+ 17084,
+ 17089,
+ 17094,
+ 17094,
+ 17107,
+ 17128,
+ 17128,
+ 17178,
+ 17191,
+ 17191,
+ 17191,
+ 17270,
+ 17316,
+ 17330,
+ 17330,
+ 17345,
+ 17349,
+ 17355,
+ 17367,
+ 17367,
+ 17367,
+ 17419,
+ 17427,
+ 17460,
+ 17460,
+ 17460,
+ 17475,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17487,
+ 17505,
+ 17547,
+ 17551,
+ 17551,
+ 17562,
+ 17587,
+ 17591,
17595,
- 17610,
- 17614,
- 17620,
- 17632,
- 17632,
- 17632,
- 17684,
- 17692,
- 17725,
- 17725,
- 17725,
+ 17611,
+ 17625,
+ 17631,
+ 17651,
+ 17657,
+ 17677,
+ 17685,
+ 17685,
+ 17685,
17740,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17752,
- 17770,
- 17812,
- 17816,
- 17816,
- 17827,
- 17852,
- 17856,
- 17860,
- 17876,
- 17890,
- 17896,
- 17916,
- 17922,
- 17942,
- 17950,
- 17950,
- 17950,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18005,
- 18014,
- 18024,
- 18034,
- 18052,
- 18102,
- 18102,
- 18119,
- 18119,
- 18123,
- 18123,
- 18138,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17740,
+ 17749,
+ 17759,
+ 17769,
+ 17787,
+ 17837,
+ 17837,
+ 17854,
+ 17854,
+ 17858,
+ 17858,
+ 17873,
+ 17886,
+ 17886,
+ 17897,
+ 17909,
+ 17909,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17930,
+ 17943,
+ 17959,
+ 17959,
+ 17959,
+ 17959,
+ 17964,
+ 17973,
+ 17979,
+ 17989,
+ 17992,
+ 17998,
+ 17998,
+ 17998,
+ 18004,
+ 18012,
+ 18023,
+ 18033,
+ 18041,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18058,
+ 18067,
+ 18118,
+ 18121,
+ 18125,
+ 18125,
+ 18139,
18151,
18151,
- 18162,
- 18174,
- 18174,
- 18195,
- 18195,
- 18195,
- 18195,
- 18195,
- 18208,
- 18224,
- 18224,
- 18224,
- 18224,
- 18229,
- 18238,
- 18244,
- 18254,
- 18257,
- 18263,
- 18263,
- 18263,
- 18269,
- 18277,
- 18288,
- 18298,
- 18306,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18323,
- 18332,
- 18383,
- 18386,
- 18390,
- 18390,
- 18404,
- 18416,
- 18416,
- 18423,
- 18429,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18434,
- 18497,
- 18510,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18552,
- 18623,
- 18693,
- 18747,
- 18799,
- 18799,
- 18809,
- 18813,
- 18822,
- 18836,
- 18899,
- 18910,
- 18919,
- 18927,
- 18932,
- 18938,
- 18954,
- 18960,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19091,
- 19105,
- 19115,
- 19128,
- 19139,
+ 18158,
+ 18164,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18169,
+ 18232,
+ 18245,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18287,
+ 18358,
+ 18428,
+ 18482,
+ 18534,
+ 18534,
+ 18544,
+ 18548,
+ 18557,
+ 18571,
+ 18634,
+ 18645,
+ 18654,
+ 18662,
+ 18667,
+ 18673,
+ 18689,
+ 18695,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18826,
+ 18840,
+ 18850,
+ 18863,
+ 18874,
+ 18887,
+ 18900,
+ 18928,
+ 18963,
+ 18999,
+ 19037,
+ 19045,
+ 19058,
+ 19058,
+ 19058,
+ 19081,
+ 19089,
+ 19089,
+ 19089,
+ 19103,
+ 19109,
+ 19117,
+ 19126,
+ 19141,
19152,
- 19165,
- 19193,
- 19228,
- 19264,
- 19302,
- 19310,
- 19323,
- 19323,
- 19323,
- 19346,
- 19354,
- 19354,
- 19354,
- 19368,
- 19374,
- 19382,
- 19391,
- 19406,
- 19417,
- 19417,
- 19438,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19453,
- 19475,
- 19489,
- 19505,
- 19516,
- 19516,
- 19534,
- 19582,
- 19653,
- 19665,
+ 19152,
+ 19173,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19188,
+ 19210,
+ 19224,
+ 19240,
+ 19240,
+ 19240,
+ 19258,
+ 19306,
+ 19377,
+ 19389,
];
} else if #[cfg(feature = "layout_caesar")] {
@@ -12096,7 +12096,7 @@ impl TranslatedString {
"",
"",
"Share {1} of group {0} checked successfully.",
- "Share {1} of group {0}",
+ "",
"More info at",
"",
"",
@@ -12106,12 +12106,12 @@ impl TranslatedString {
"{0} people or locations will each hold one share.",
"",
"",
- "The required number of shares to form group {0}.",
+ "",
"= total number of shares used for wallet backup.",
"",
"",
"Wallet backup",
- "Recovery share {0}",
+ "",
"",
"Select the correct word for each position.",
"",
@@ -12124,7 +12124,7 @@ impl TranslatedString {
"",
"",
"Set sizes and thresholds",
- "Set size and threshold for each group",
+ "",
"Set threshold",
"Backup checklist",
"Write down and check all shares",
@@ -12403,7 +12403,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -12433,9 +12433,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -12449,8 +12449,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -12475,7 +12475,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -12486,12 +12486,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -12564,7 +12564,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -12773,7 +12773,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -13336,689 +13336,689 @@ impl TranslatedString {
8878,
8878,
8922,
- 8944,
- 8956,
- 8956,
- 8956,
- 8956,
- 8956,
- 8995,
- 9044,
- 9044,
- 9044,
- 9092,
- 9140,
- 9140,
- 9140,
- 9153,
- 9171,
- 9171,
- 9213,
- 9213,
- 9236,
- 9236,
- 9267,
- 9282,
- 9298,
- 9314,
- 9314,
- 9314,
- 9338,
- 9375,
- 9388,
- 9404,
- 9435,
- 9435,
- 9435,
- 9480,
- 9494,
- 9507,
- 9507,
- 9522,
- 9538,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9567,
- 9567,
- 9567,
- 9633,
- 9653,
- 9653,
- 9673,
- 9684,
- 9704,
- 9738,
- 9742,
- 9747,
- 9752,
- 9771,
- 9775,
- 9843,
- 9923,
- 9988,
- 10001,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10030,
- 10061,
- 10074,
+ 8922,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8973,
+ 9022,
+ 9022,
+ 9022,
+ 9022,
+ 9070,
+ 9070,
+ 9070,
+ 9083,
+ 9083,
+ 9083,
+ 9125,
+ 9125,
+ 9148,
+ 9148,
+ 9179,
+ 9194,
+ 9210,
+ 9226,
+ 9226,
+ 9226,
+ 9250,
+ 9250,
+ 9263,
+ 9279,
+ 9310,
+ 9310,
+ 9310,
+ 9355,
+ 9369,
+ 9382,
+ 9382,
+ 9397,
+ 9413,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9442,
+ 9442,
+ 9442,
+ 9508,
+ 9528,
+ 9528,
+ 9548,
+ 9559,
+ 9579,
+ 9613,
+ 9617,
+ 9622,
+ 9627,
+ 9646,
+ 9650,
+ 9718,
+ 9798,
+ 9863,
+ 9876,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9905,
+ 9936,
+ 9949,
+ 9960,
+ 9992,
+ 10007,
+ 10024,
+ 10024,
+ 10031,
+ 10045,
+ 10055,
+ 10055,
+ 10055,
+ 10069,
+ 10069,
10085,
- 10117,
- 10132,
- 10149,
- 10149,
- 10156,
- 10170,
- 10180,
- 10180,
- 10180,
- 10194,
- 10194,
- 10210,
- 10227,
- 10236,
- 10251,
- 10266,
- 10266,
- 10280,
- 10293,
- 10317,
- 10333,
- 10345,
- 10410,
- 10426,
- 10478,
- 10513,
- 10533,
- 10549,
- 10549,
- 10591,
- 10648,
- 10661,
- 10679,
- 10689,
- 10698,
- 10721,
- 10732,
- 10737,
- 10747,
+ 10102,
+ 10111,
+ 10126,
+ 10141,
+ 10141,
+ 10155,
+ 10168,
+ 10192,
+ 10208,
+ 10220,
+ 10285,
+ 10301,
+ 10353,
+ 10388,
+ 10408,
+ 10424,
+ 10424,
+ 10466,
+ 10523,
+ 10536,
+ 10554,
+ 10564,
+ 10573,
+ 10596,
+ 10607,
+ 10612,
+ 10622,
+ 10635,
+ 10641,
+ 10664,
+ 10674,
+ 10685,
+ 10699,
+ 10711,
+ 10711,
+ 10728,
+ 10728,
+ 10746,
10760,
- 10766,
- 10789,
- 10799,
- 10810,
- 10824,
- 10836,
- 10836,
- 10853,
- 10853,
- 10871,
- 10885,
- 10899,
- 10905,
- 10925,
+ 10774,
+ 10780,
+ 10800,
+ 10812,
+ 10823,
+ 10883,
+ 10896,
+ 10900,
+ 10904,
+ 10915,
+ 10924,
+ 10924,
+ 10924,
+ 10934,
10937,
- 10948,
- 11008,
- 11021,
- 11025,
- 11029,
- 11040,
- 11049,
- 11049,
- 11049,
- 11059,
- 11062,
- 11067,
- 11070,
- 11083,
- 11089,
- 11098,
+ 10942,
+ 10945,
+ 10958,
+ 10964,
+ 10973,
+ 10990,
+ 11002,
+ 11018,
+ 11018,
+ 11026,
+ 11043,
+ 11046,
+ 11057,
+ 11077,
+ 11090,
+ 11090,
+ 11103,
11115,
- 11127,
- 11143,
- 11143,
- 11151,
- 11168,
- 11171,
- 11182,
- 11202,
- 11215,
+ 11122,
+ 11130,
+ 11139,
+ 11159,
+ 11195,
11215,
- 11228,
- 11240,
- 11247,
- 11255,
- 11264,
- 11284,
- 11320,
- 11340,
- 11354,
- 11354,
- 11369,
- 11375,
- 11391,
- 11405,
- 11420,
- 11455,
- 11455,
- 11468,
- 11475,
- 11481,
- 11499,
- 11518,
- 11527,
- 11535,
- 11552,
- 11569,
- 11582,
- 11597,
- 11613,
- 11667,
- 11731,
- 11758,
- 11867,
- 11910,
- 11915,
- 11928,
- 11941,
- 11958,
- 12025,
- 12068,
- 12106,
- 12133,
- 12148,
- 12163,
- 12187,
- 12198,
- 12237,
- 12237,
- 12255,
- 12301,
- 12320,
- 12338,
- 12351,
- 12408,
- 12408,
- 12448,
- 12466,
- 12503,
- 12518,
- 12535,
- 12553,
- 12583,
- 12612,
- 12612,
- 12627,
- 12634,
- 12642,
- 12649,
- 12655,
- 12668,
- 12676,
- 12685,
+ 11229,
+ 11229,
+ 11244,
+ 11250,
+ 11266,
+ 11280,
+ 11295,
+ 11330,
+ 11330,
+ 11343,
+ 11350,
+ 11356,
+ 11374,
+ 11393,
+ 11402,
+ 11410,
+ 11427,
+ 11444,
+ 11457,
+ 11472,
+ 11488,
+ 11542,
+ 11606,
+ 11633,
+ 11742,
+ 11785,
+ 11790,
+ 11803,
+ 11816,
+ 11833,
+ 11900,
+ 11943,
+ 11981,
+ 12008,
+ 12023,
+ 12038,
+ 12062,
+ 12073,
+ 12112,
+ 12112,
+ 12130,
+ 12176,
+ 12195,
+ 12213,
+ 12226,
+ 12283,
+ 12283,
+ 12323,
+ 12341,
+ 12378,
+ 12393,
+ 12410,
+ 12428,
+ 12458,
+ 12487,
+ 12487,
+ 12502,
+ 12509,
+ 12517,
+ 12524,
+ 12530,
+ 12543,
+ 12551,
+ 12560,
+ 12566,
+ 12573,
+ 12584,
+ 12592,
+ 12608,
+ 12621,
+ 12626,
+ 12629,
+ 12633,
+ 12646,
12691,
- 12698,
+ 12700,
+ 12702,
12709,
- 12717,
- 12733,
- 12746,
- 12751,
- 12754,
- 12758,
- 12771,
+ 12727,
+ 12743,
+ 12743,
+ 12752,
+ 12756,
+ 12762,
+ 12767,
+ 12772,
+ 12783,
+ 12791,
+ 12796,
+ 12802,
+ 12809,
12816,
12825,
- 12827,
- 12834,
- 12852,
- 12868,
- 12868,
- 12877,
- 12881,
- 12887,
- 12892,
- 12897,
- 12908,
- 12916,
- 12921,
- 12927,
- 12934,
- 12941,
- 12950,
- 12957,
- 12964,
- 12972,
- 12975,
- 12975,
- 12983,
- 12988,
- 13001,
- 13026,
- 13031,
- 13044,
- 13067,
- 13074,
- 13101,
- 13112,
- 13125,
- 13134,
+ 12832,
+ 12839,
+ 12847,
+ 12850,
+ 12850,
+ 12858,
+ 12863,
+ 12876,
+ 12901,
+ 12906,
+ 12919,
+ 12942,
+ 12949,
+ 12976,
+ 12987,
+ 13000,
+ 13009,
+ 13063,
+ 13081,
+ 13095,
+ 13115,
+ 13137,
+ 13157,
+ 13164,
+ 13179,
+ 13179,
+ 13179,
+ 13179,
+ 13188,
13188,
- 13206,
- 13220,
13240,
- 13262,
- 13282,
- 13289,
- 13304,
- 13304,
- 13304,
- 13304,
- 13313,
- 13313,
- 13365,
- 13403,
- 13415,
- 13415,
- 13427,
- 13427,
- 13427,
- 13434,
- 13449,
- 13449,
- 13464,
- 13489,
- 13489,
- 13489,
- 13489,
- 13500,
- 13509,
- 13521,
- 13529,
- 13529,
- 13541,
- 13541,
- 13622,
- 13680,
- 13680,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13716,
- 13732,
- 13753,
- 13753,
- 13763,
- 13763,
- 13763,
- 13763,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13820,
- 13820,
- 13839,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13877,
- 13894,
- 13907,
- 13907,
- 13907,
- 13961,
- 13974,
- 13974,
- 13974,
- 13974,
- 13989,
- 13989,
- 13989,
- 14008,
- 14016,
- 14016,
- 14037,
- 14055,
+ 13240,
+ 13252,
+ 13252,
+ 13264,
+ 13264,
+ 13264,
+ 13271,
+ 13286,
+ 13286,
+ 13301,
+ 13326,
+ 13326,
+ 13326,
+ 13326,
+ 13337,
+ 13346,
+ 13358,
+ 13366,
+ 13366,
+ 13378,
+ 13378,
+ 13459,
+ 13517,
+ 13517,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13553,
+ 13553,
+ 13553,
+ 13563,
+ 13563,
+ 13563,
+ 13563,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13638,
+ 13655,
+ 13668,
+ 13668,
+ 13668,
+ 13722,
+ 13735,
+ 13735,
+ 13735,
+ 13735,
+ 13750,
+ 13750,
+ 13750,
+ 13769,
+ 13777,
+ 13777,
+ 13777,
+ 13795,
+ 13813,
+ 13838,
+ 13851,
+ 13851,
+ 13868,
+ 13890,
+ 13898,
+ 13898,
+ 13918,
+ 13918,
+ 13918,
+ 13995,
+ 14011,
+ 14021,
+ 14021,
+ 14021,
14073,
- 14098,
- 14111,
- 14111,
- 14128,
- 14150,
- 14158,
- 14158,
- 14178,
- 14189,
- 14189,
- 14266,
- 14282,
- 14292,
- 14325,
- 14325,
- 14377,
- 14377,
- 14395,
- 14401,
- 14406,
- 14406,
- 14431,
- 14435,
- 14435,
- 14435,
- 14466,
- 14466,
- 14466,
- 14484,
- 14501,
- 14511,
- 14529,
- 14549,
- 14549,
- 14573,
- 14587,
- 14600,
- 14626,
- 14646,
- 14662,
- 14662,
- 14670,
+ 14073,
+ 14091,
+ 14097,
+ 14102,
+ 14102,
+ 14127,
+ 14131,
+ 14131,
+ 14131,
+ 14162,
+ 14162,
+ 14162,
+ 14180,
+ 14197,
+ 14207,
+ 14225,
+ 14245,
+ 14245,
+ 14269,
+ 14283,
+ 14296,
+ 14322,
+ 14342,
+ 14358,
+ 14358,
+ 14366,
+ 14371,
+ 14400,
+ 14452,
+ 14464,
+ 14469,
+ 14482,
+ 14490,
+ 14500,
+ 14560,
+ 14586,
+ 14593,
+ 14624,
+ 14636,
+ 14653,
14675,
- 14704,
- 14756,
- 14768,
- 14773,
- 14786,
- 14794,
- 14804,
- 14864,
- 14890,
- 14897,
+ 14675,
+ 14690,
+ 14690,
+ 14690,
+ 14690,
+ 14690,
+ 14707,
+ 14719,
+ 14734,
+ 14741,
+ 14757,
+ 14765,
+ 14806,
+ 14820,
+ 14830,
+ 14863,
+ 14872,
+ 14912,
14928,
- 14940,
- 14957,
- 14979,
- 14979,
- 14994,
- 14994,
- 14994,
- 14994,
- 14994,
- 15011,
- 15023,
- 15038,
- 15045,
- 15061,
- 15069,
- 15110,
- 15124,
- 15134,
- 15167,
- 15176,
+ 14934,
+ 14945,
+ 14950,
+ 14955,
+ 14955,
+ 14968,
+ 14989,
+ 14989,
+ 15039,
+ 15052,
+ 15052,
+ 15052,
+ 15131,
+ 15177,
+ 15191,
+ 15191,
+ 15206,
+ 15210,
15216,
- 15232,
- 15238,
- 15249,
- 15254,
- 15259,
- 15259,
- 15272,
- 15293,
- 15293,
- 15343,
- 15356,
- 15386,
- 15386,
- 15465,
- 15511,
- 15525,
- 15525,
- 15540,
- 15544,
- 15550,
- 15562,
- 15562,
- 15562,
- 15614,
- 15622,
- 15655,
- 15655,
- 15655,
- 15670,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15700,
- 15742,
- 15746,
- 15746,
- 15757,
- 15782,
- 15786,
- 15790,
- 15806,
+ 15228,
+ 15228,
+ 15228,
+ 15280,
+ 15288,
+ 15321,
+ 15321,
+ 15321,
+ 15336,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15366,
+ 15408,
+ 15412,
+ 15412,
+ 15423,
+ 15448,
+ 15452,
+ 15456,
+ 15472,
+ 15486,
+ 15492,
+ 15512,
+ 15518,
+ 15538,
+ 15546,
+ 15546,
+ 15546,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15610,
+ 15620,
+ 15630,
+ 15648,
+ 15698,
+ 15698,
+ 15715,
+ 15715,
+ 15719,
+ 15719,
+ 15734,
+ 15747,
+ 15747,
+ 15758,
+ 15770,
+ 15770,
+ 15791,
+ 15791,
+ 15791,
+ 15791,
+ 15791,
+ 15804,
15820,
- 15826,
- 15846,
- 15852,
- 15872,
- 15880,
- 15880,
- 15880,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15944,
- 15954,
- 15964,
+ 15820,
+ 15820,
+ 15820,
+ 15825,
+ 15834,
+ 15840,
+ 15850,
+ 15853,
+ 15859,
+ 15859,
+ 15859,
+ 15865,
+ 15873,
+ 15884,
+ 15894,
+ 15902,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15928,
+ 15979,
15982,
- 16032,
- 16032,
- 16049,
- 16049,
- 16053,
- 16053,
- 16068,
- 16081,
- 16081,
- 16092,
- 16104,
- 16104,
- 16125,
- 16125,
- 16125,
- 16125,
- 16125,
- 16138,
- 16154,
- 16154,
- 16154,
- 16154,
- 16159,
- 16168,
- 16174,
- 16184,
- 16187,
- 16193,
- 16193,
- 16193,
- 16199,
- 16207,
- 16218,
- 16228,
- 16236,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16262,
- 16313,
- 16316,
- 16320,
- 16320,
- 16334,
- 16346,
- 16346,
- 16353,
- 16359,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16427,
- 16440,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16553,
- 16623,
- 16677,
- 16729,
- 16729,
- 16739,
- 16743,
- 16752,
- 16766,
- 16829,
- 16840,
- 16849,
- 16857,
- 16862,
- 16868,
- 16884,
- 16890,
- 17021,
- 17021,
- 17021,
- 17021,
- 17021,
- 17021,
+ 15986,
+ 15986,
+ 16000,
+ 16012,
+ 16012,
+ 16019,
+ 16025,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16093,
+ 16106,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16219,
+ 16289,
+ 16343,
+ 16395,
+ 16395,
+ 16405,
+ 16409,
+ 16418,
+ 16432,
+ 16495,
+ 16506,
+ 16515,
+ 16523,
+ 16528,
+ 16534,
+ 16550,
+ 16556,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16701,
+ 16711,
+ 16724,
+ 16735,
+ 16748,
+ 16761,
+ 16789,
+ 16824,
+ 16860,
+ 16898,
+ 16906,
+ 16919,
+ 16919,
+ 16919,
+ 16942,
+ 16950,
+ 16950,
+ 16950,
+ 16972,
+ 16978,
+ 16986,
+ 16995,
+ 17010,
17021,
17021,
- 17035,
- 17045,
- 17058,
- 17069,
- 17082,
- 17095,
- 17123,
- 17158,
- 17194,
- 17232,
- 17240,
- 17253,
- 17253,
- 17253,
- 17276,
- 17284,
- 17284,
- 17284,
- 17306,
- 17312,
- 17320,
- 17329,
- 17344,
- 17355,
- 17355,
- 17376,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17413,
- 17427,
- 17443,
- 17454,
- 17454,
- 17472,
- 17520,
- 17591,
- 17603,
+ 17042,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17079,
+ 17093,
+ 17109,
+ 17109,
+ 17109,
+ 17127,
+ 17175,
+ 17246,
+ 17258,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -14575,7 +14575,7 @@ impl TranslatedString {
"",
"",
"Share {1} of group {0} checked successfully.",
- "Share {1} of group {0}",
+ "",
"More info at",
"",
"",
@@ -14585,12 +14585,12 @@ impl TranslatedString {
"{0} people or locations will each hold one share.",
"",
"",
- "The required number of shares to form group {0}.",
+ "",
"= total number of shares used for wallet backup.",
"",
"",
"Wallet backup",
- "Recovery share {0}",
+ "",
"",
"Select the correct word for each position.",
"",
@@ -14603,7 +14603,7 @@ impl TranslatedString {
"",
"",
"Set sizes and thresholds",
- "Set size and threshold for each group",
+ "",
"Set threshold",
"Backup checklist",
"Write down and check all shares",
@@ -14882,7 +14882,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -14912,9 +14912,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -14928,8 +14928,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -14954,7 +14954,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -14965,12 +14965,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -15043,7 +15043,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -15252,7 +15252,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -15815,689 +15815,689 @@ impl TranslatedString {
8878,
8878,
8922,
- 8944,
- 8956,
- 8956,
- 8956,
- 8956,
- 8956,
- 8995,
- 9044,
- 9044,
- 9044,
- 9092,
- 9140,
- 9140,
- 9140,
- 9153,
- 9171,
- 9171,
- 9213,
- 9213,
- 9236,
- 9236,
- 9267,
- 9282,
- 9298,
- 9314,
- 9314,
- 9314,
- 9338,
- 9375,
- 9388,
- 9404,
- 9435,
- 9435,
- 9435,
- 9480,
- 9494,
- 9507,
- 9507,
- 9522,
- 9538,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9567,
- 9567,
- 9567,
- 9633,
- 9653,
- 9653,
- 9673,
- 9684,
- 9704,
- 9738,
- 9742,
- 9747,
- 9752,
- 9771,
- 9775,
- 9843,
- 9923,
- 9988,
- 10001,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10030,
- 10061,
- 10074,
+ 8922,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8973,
+ 9022,
+ 9022,
+ 9022,
+ 9022,
+ 9070,
+ 9070,
+ 9070,
+ 9083,
+ 9083,
+ 9083,
+ 9125,
+ 9125,
+ 9148,
+ 9148,
+ 9179,
+ 9194,
+ 9210,
+ 9226,
+ 9226,
+ 9226,
+ 9250,
+ 9250,
+ 9263,
+ 9279,
+ 9310,
+ 9310,
+ 9310,
+ 9355,
+ 9369,
+ 9382,
+ 9382,
+ 9397,
+ 9413,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9442,
+ 9442,
+ 9442,
+ 9508,
+ 9528,
+ 9528,
+ 9548,
+ 9559,
+ 9579,
+ 9613,
+ 9617,
+ 9622,
+ 9627,
+ 9646,
+ 9650,
+ 9718,
+ 9798,
+ 9863,
+ 9876,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9905,
+ 9936,
+ 9949,
+ 9960,
+ 9992,
+ 10007,
+ 10024,
+ 10024,
+ 10031,
+ 10045,
+ 10055,
+ 10055,
+ 10055,
+ 10069,
+ 10069,
10085,
- 10117,
- 10132,
- 10149,
- 10149,
- 10156,
- 10170,
- 10180,
- 10180,
- 10180,
- 10194,
- 10194,
- 10210,
- 10227,
- 10236,
- 10251,
- 10266,
- 10266,
- 10280,
- 10293,
- 10317,
- 10333,
- 10345,
- 10410,
- 10426,
- 10478,
- 10513,
- 10533,
- 10549,
- 10549,
- 10591,
- 10648,
- 10661,
- 10679,
- 10689,
- 10698,
- 10721,
- 10732,
- 10737,
- 10747,
+ 10102,
+ 10111,
+ 10126,
+ 10141,
+ 10141,
+ 10155,
+ 10168,
+ 10192,
+ 10208,
+ 10220,
+ 10285,
+ 10301,
+ 10353,
+ 10388,
+ 10408,
+ 10424,
+ 10424,
+ 10466,
+ 10523,
+ 10536,
+ 10554,
+ 10564,
+ 10573,
+ 10596,
+ 10607,
+ 10612,
+ 10622,
+ 10635,
+ 10641,
+ 10664,
+ 10674,
+ 10685,
+ 10699,
+ 10711,
+ 10711,
+ 10728,
+ 10728,
+ 10746,
10760,
- 10766,
- 10789,
- 10799,
- 10810,
- 10824,
- 10836,
- 10836,
- 10853,
- 10853,
- 10871,
- 10885,
- 10899,
- 10905,
- 10925,
+ 10774,
+ 10780,
+ 10800,
+ 10812,
+ 10823,
+ 10883,
+ 10896,
+ 10900,
+ 10904,
+ 10915,
+ 10924,
+ 10924,
+ 10924,
+ 10934,
10937,
- 10948,
- 11008,
- 11021,
- 11025,
- 11029,
- 11040,
- 11049,
- 11049,
- 11049,
- 11059,
- 11062,
- 11067,
- 11070,
- 11083,
- 11089,
- 11098,
+ 10942,
+ 10945,
+ 10958,
+ 10964,
+ 10973,
+ 10990,
+ 11002,
+ 11018,
+ 11018,
+ 11026,
+ 11043,
+ 11046,
+ 11057,
+ 11077,
+ 11090,
+ 11090,
+ 11103,
11115,
- 11127,
- 11143,
- 11143,
- 11151,
- 11168,
- 11171,
- 11182,
- 11202,
- 11215,
+ 11122,
+ 11130,
+ 11139,
+ 11159,
+ 11195,
11215,
- 11228,
- 11240,
- 11247,
- 11255,
- 11264,
- 11284,
- 11320,
- 11340,
- 11354,
- 11354,
- 11369,
- 11375,
- 11391,
- 11405,
- 11420,
- 11455,
- 11455,
- 11468,
- 11475,
- 11481,
- 11499,
- 11518,
- 11527,
- 11535,
- 11552,
- 11569,
- 11582,
- 11597,
- 11613,
- 11667,
- 11731,
- 11758,
- 11867,
- 11910,
- 11915,
- 11928,
- 11941,
- 11958,
- 12025,
- 12068,
- 12106,
- 12133,
- 12148,
- 12163,
- 12187,
- 12198,
- 12237,
- 12237,
- 12255,
- 12301,
- 12320,
- 12338,
- 12351,
- 12408,
- 12408,
- 12448,
- 12466,
- 12503,
- 12518,
- 12535,
- 12553,
- 12583,
- 12612,
- 12612,
- 12627,
- 12634,
- 12642,
- 12649,
- 12655,
- 12668,
- 12676,
- 12685,
+ 11229,
+ 11229,
+ 11244,
+ 11250,
+ 11266,
+ 11280,
+ 11295,
+ 11330,
+ 11330,
+ 11343,
+ 11350,
+ 11356,
+ 11374,
+ 11393,
+ 11402,
+ 11410,
+ 11427,
+ 11444,
+ 11457,
+ 11472,
+ 11488,
+ 11542,
+ 11606,
+ 11633,
+ 11742,
+ 11785,
+ 11790,
+ 11803,
+ 11816,
+ 11833,
+ 11900,
+ 11943,
+ 11981,
+ 12008,
+ 12023,
+ 12038,
+ 12062,
+ 12073,
+ 12112,
+ 12112,
+ 12130,
+ 12176,
+ 12195,
+ 12213,
+ 12226,
+ 12283,
+ 12283,
+ 12323,
+ 12341,
+ 12378,
+ 12393,
+ 12410,
+ 12428,
+ 12458,
+ 12487,
+ 12487,
+ 12502,
+ 12509,
+ 12517,
+ 12524,
+ 12530,
+ 12543,
+ 12551,
+ 12560,
+ 12566,
+ 12573,
+ 12584,
+ 12592,
+ 12608,
+ 12621,
+ 12626,
+ 12629,
+ 12633,
+ 12646,
12691,
- 12698,
+ 12700,
+ 12702,
12709,
- 12717,
- 12733,
- 12746,
- 12751,
- 12754,
- 12758,
- 12771,
+ 12727,
+ 12743,
+ 12743,
+ 12752,
+ 12756,
+ 12762,
+ 12767,
+ 12772,
+ 12783,
+ 12791,
+ 12796,
+ 12802,
+ 12809,
12816,
12825,
- 12827,
- 12834,
- 12852,
- 12868,
- 12868,
- 12877,
- 12881,
- 12887,
- 12892,
- 12897,
- 12908,
- 12916,
- 12921,
- 12927,
- 12934,
- 12941,
- 12950,
- 12957,
- 12964,
- 12972,
- 12975,
- 12975,
- 12983,
- 12988,
- 13001,
- 13026,
- 13031,
- 13044,
- 13067,
- 13074,
- 13101,
- 13112,
- 13125,
- 13134,
+ 12832,
+ 12839,
+ 12847,
+ 12850,
+ 12850,
+ 12858,
+ 12863,
+ 12876,
+ 12901,
+ 12906,
+ 12919,
+ 12942,
+ 12949,
+ 12976,
+ 12987,
+ 13000,
+ 13009,
+ 13063,
+ 13081,
+ 13095,
+ 13115,
+ 13137,
+ 13157,
+ 13164,
+ 13179,
+ 13179,
+ 13179,
+ 13179,
+ 13188,
13188,
- 13206,
- 13220,
13240,
- 13262,
- 13282,
- 13289,
- 13304,
- 13304,
- 13304,
- 13304,
- 13313,
- 13313,
- 13365,
- 13403,
- 13415,
- 13415,
- 13427,
- 13427,
- 13427,
- 13434,
- 13449,
- 13449,
- 13464,
- 13489,
- 13489,
- 13489,
- 13489,
- 13500,
- 13509,
- 13521,
- 13529,
- 13529,
- 13541,
- 13541,
- 13622,
- 13680,
- 13680,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13716,
- 13732,
- 13753,
- 13753,
- 13763,
- 13763,
- 13763,
- 13763,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13820,
- 13820,
- 13839,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13877,
- 13894,
- 13907,
- 13907,
- 13907,
- 13961,
- 13974,
- 13974,
- 13974,
- 13974,
- 13989,
- 13989,
- 13989,
- 14008,
- 14016,
- 14016,
- 14037,
- 14055,
+ 13240,
+ 13252,
+ 13252,
+ 13264,
+ 13264,
+ 13264,
+ 13271,
+ 13286,
+ 13286,
+ 13301,
+ 13326,
+ 13326,
+ 13326,
+ 13326,
+ 13337,
+ 13346,
+ 13358,
+ 13366,
+ 13366,
+ 13378,
+ 13378,
+ 13459,
+ 13517,
+ 13517,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13553,
+ 13553,
+ 13553,
+ 13563,
+ 13563,
+ 13563,
+ 13563,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13638,
+ 13655,
+ 13668,
+ 13668,
+ 13668,
+ 13722,
+ 13735,
+ 13735,
+ 13735,
+ 13735,
+ 13750,
+ 13750,
+ 13750,
+ 13769,
+ 13777,
+ 13777,
+ 13777,
+ 13795,
+ 13813,
+ 13838,
+ 13851,
+ 13851,
+ 13868,
+ 13890,
+ 13898,
+ 13898,
+ 13918,
+ 13918,
+ 13918,
+ 13995,
+ 14011,
+ 14021,
+ 14021,
+ 14021,
+ 14073,
14073,
- 14098,
- 14111,
- 14111,
- 14128,
- 14150,
- 14158,
- 14158,
- 14178,
- 14189,
- 14189,
- 14266,
- 14282,
- 14292,
- 14325,
- 14325,
- 14377,
- 14377,
- 14395,
- 14401,
- 14406,
- 14406,
- 14431,
- 14435,
- 14435,
- 14435,
- 14466,
- 14466,
- 14466,
- 14484,
- 14501,
- 14511,
- 14529,
- 14549,
- 14549,
- 14573,
- 14587,
- 14600,
- 14626,
- 14646,
- 14662,
- 14662,
- 14670,
+ 14091,
+ 14097,
+ 14102,
+ 14102,
+ 14127,
+ 14131,
+ 14131,
+ 14131,
+ 14162,
+ 14162,
+ 14162,
+ 14180,
+ 14197,
+ 14207,
+ 14225,
+ 14245,
+ 14245,
+ 14269,
+ 14283,
+ 14296,
+ 14322,
+ 14342,
+ 14358,
+ 14358,
+ 14366,
+ 14371,
+ 14400,
+ 14452,
+ 14464,
+ 14469,
+ 14482,
+ 14490,
+ 14500,
+ 14560,
+ 14586,
+ 14593,
+ 14624,
+ 14636,
+ 14653,
14675,
- 14704,
- 14756,
- 14768,
- 14773,
- 14786,
- 14794,
- 14804,
- 14864,
- 14890,
- 14897,
+ 14675,
+ 14690,
+ 14690,
+ 14690,
+ 14690,
+ 14690,
+ 14707,
+ 14719,
+ 14734,
+ 14741,
+ 14757,
+ 14765,
+ 14806,
+ 14820,
+ 14830,
+ 14863,
+ 14872,
+ 14912,
14928,
- 14940,
- 14957,
- 14979,
- 14979,
- 14994,
- 14994,
- 14994,
- 14994,
- 14994,
- 15011,
- 15023,
- 15038,
- 15045,
- 15061,
- 15069,
- 15110,
- 15124,
- 15134,
- 15167,
- 15176,
+ 14934,
+ 14945,
+ 14950,
+ 14955,
+ 14955,
+ 14968,
+ 14989,
+ 14989,
+ 15039,
+ 15052,
+ 15052,
+ 15052,
+ 15131,
+ 15177,
+ 15191,
+ 15191,
+ 15206,
+ 15210,
15216,
- 15232,
- 15238,
- 15249,
- 15254,
- 15259,
- 15259,
- 15272,
- 15293,
- 15293,
- 15343,
- 15356,
- 15386,
- 15386,
- 15465,
- 15511,
- 15525,
- 15525,
- 15540,
- 15544,
- 15550,
- 15562,
- 15562,
- 15562,
- 15614,
- 15622,
- 15655,
- 15655,
- 15655,
- 15670,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15682,
- 15700,
- 15742,
- 15746,
- 15746,
- 15757,
- 15782,
- 15786,
- 15790,
- 15806,
+ 15228,
+ 15228,
+ 15228,
+ 15280,
+ 15288,
+ 15321,
+ 15321,
+ 15321,
+ 15336,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15348,
+ 15366,
+ 15408,
+ 15412,
+ 15412,
+ 15423,
+ 15448,
+ 15452,
+ 15456,
+ 15472,
+ 15486,
+ 15492,
+ 15512,
+ 15518,
+ 15538,
+ 15546,
+ 15546,
+ 15546,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15601,
+ 15610,
+ 15620,
+ 15630,
+ 15648,
+ 15698,
+ 15698,
+ 15715,
+ 15715,
+ 15719,
+ 15719,
+ 15734,
+ 15747,
+ 15747,
+ 15758,
+ 15770,
+ 15770,
+ 15791,
+ 15791,
+ 15791,
+ 15791,
+ 15791,
+ 15804,
15820,
- 15826,
- 15846,
- 15852,
- 15872,
- 15880,
- 15880,
- 15880,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15935,
- 15944,
- 15954,
- 15964,
- 15982,
- 16032,
- 16032,
- 16049,
- 16049,
- 16053,
- 16053,
- 16068,
- 16081,
- 16081,
- 16092,
- 16104,
- 16104,
- 16125,
- 16125,
- 16125,
- 16125,
- 16125,
- 16138,
- 16154,
- 16154,
- 16154,
- 16154,
- 16159,
- 16168,
- 16174,
- 16184,
- 16187,
- 16193,
- 16193,
- 16193,
- 16199,
- 16207,
- 16218,
- 16228,
- 16236,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16253,
- 16262,
- 16313,
- 16316,
- 16320,
- 16320,
- 16334,
- 16346,
- 16346,
- 16353,
- 16359,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16364,
- 16427,
- 16440,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16482,
- 16553,
- 16623,
- 16677,
- 16729,
- 16729,
- 16739,
- 16743,
- 16752,
- 16766,
- 16829,
- 16840,
- 16849,
- 16857,
- 16862,
- 16868,
- 16884,
- 16890,
- 17021,
- 17021,
- 17021,
- 17021,
- 17021,
- 17021,
+ 15820,
+ 15820,
+ 15820,
+ 15825,
+ 15834,
+ 15840,
+ 15850,
+ 15853,
+ 15859,
+ 15859,
+ 15859,
+ 15865,
+ 15873,
+ 15884,
+ 15894,
+ 15902,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15919,
+ 15928,
+ 15979,
+ 15982,
+ 15986,
+ 15986,
+ 16000,
+ 16012,
+ 16012,
+ 16019,
+ 16025,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16030,
+ 16093,
+ 16106,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16148,
+ 16219,
+ 16289,
+ 16343,
+ 16395,
+ 16395,
+ 16405,
+ 16409,
+ 16418,
+ 16432,
+ 16495,
+ 16506,
+ 16515,
+ 16523,
+ 16528,
+ 16534,
+ 16550,
+ 16556,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16687,
+ 16701,
+ 16711,
+ 16724,
+ 16735,
+ 16748,
+ 16761,
+ 16789,
+ 16824,
+ 16860,
+ 16898,
+ 16906,
+ 16919,
+ 16919,
+ 16919,
+ 16942,
+ 16950,
+ 16950,
+ 16950,
+ 16972,
+ 16978,
+ 16986,
+ 16995,
+ 17010,
17021,
17021,
- 17035,
- 17045,
- 17058,
- 17069,
- 17082,
- 17095,
- 17123,
- 17158,
- 17194,
- 17232,
- 17240,
- 17253,
- 17253,
- 17253,
- 17276,
- 17284,
- 17284,
- 17284,
- 17306,
- 17312,
- 17320,
- 17329,
- 17344,
- 17355,
- 17355,
- 17376,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17391,
- 17413,
- 17427,
- 17443,
- 17454,
- 17454,
- 17472,
- 17520,
- 17591,
- 17603,
+ 17042,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17057,
+ 17079,
+ 17093,
+ 17109,
+ 17109,
+ 17109,
+ 17127,
+ 17175,
+ 17246,
+ 17258,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -17054,7 +17054,7 @@ impl TranslatedString {
"",
"",
"Share {1} of group {0} checked successfully.",
- "Share {1} of group {0}",
+ "",
"More info at",
"",
"",
@@ -17064,12 +17064,12 @@ impl TranslatedString {
"{0} people or locations will each hold one share.",
"",
"",
- "The required number of shares to form group {0}.",
+ "",
"= total number of shares used for wallet backup.",
"",
"",
"Wallet backup",
- "Recovery share {0}",
+ "",
"",
"Select the correct word for each position.",
"",
@@ -17082,7 +17082,7 @@ impl TranslatedString {
"",
"",
"Set sizes and thresholds",
- "Set size and threshold for each group",
+ "",
"Set threshold",
"Backup checklist",
"Write down and check all shares",
@@ -17361,7 +17361,7 @@ impl TranslatedString {
"Important",
"",
"Create a backup to avoid losing access to your funds",
- "Let's do a quick check of your backup.",
+ "",
"Instructions",
"",
"Account info",
@@ -17391,9 +17391,9 @@ impl TranslatedString {
"",
"",
"",
- "Enter next share",
+ "",
"Hold to continue",
- "Hold to exit tutorial",
+ "",
"",
"Learn more",
"",
@@ -17407,8 +17407,8 @@ impl TranslatedString {
"",
"Enter each word of your wallet backup in order.",
"",
- "Share doesn't match",
- "Cancel create wallet",
+ "",
+ "",
"",
"",
"",
@@ -17433,7 +17433,7 @@ impl TranslatedString {
"Operation cancelled",
"Settings",
"",
- "Number of groups: {0}",
+ "",
"Display brightness",
"Multi-share backup",
"Create additional backup?",
@@ -17444,12 +17444,12 @@ impl TranslatedString {
"Settings",
"",
"The word is repeated",
- "Let's begin",
+ "",
"",
"The Trezor Model One, created in 2013,\nwas the world's first hardware wallet.",
"Restart tutorial",
"Handy menu",
- "Hold to confirm important actions",
+ "",
"",
"Learn how to use and navigate this device with ease.",
"",
@@ -17522,7 +17522,7 @@ impl TranslatedString {
"",
"We don't recommend to skip wallet backup creation.",
"Pay attention",
- "Check the address with source.",
+ "",
"",
"A recovery share is a list of words you wrote down when setting up your Trezor.",
"Your wallet backup consists of 1 to 16 shares.",
@@ -17731,7 +17731,7 @@ impl TranslatedString {
"Delete Ripple account?",
"To be deleted:",
"Account deletion",
- "Tap to wake",
+ "",
"",
"Application domain",
"The following message requires multiple signers.",
@@ -18294,689 +18294,689 @@ impl TranslatedString {
8878,
8878,
8922,
- 8944,
- 8956,
- 8956,
- 8956,
- 8956,
- 8956,
- 8995,
- 9044,
- 9044,
- 9044,
- 9092,
- 9140,
- 9140,
- 9140,
- 9153,
- 9171,
- 9171,
- 9213,
- 9213,
- 9236,
- 9236,
- 9267,
- 9282,
- 9298,
- 9314,
- 9314,
- 9314,
- 9338,
- 9375,
- 9388,
- 9404,
- 9435,
- 9435,
- 9435,
- 9480,
- 9494,
- 9507,
- 9507,
- 9522,
- 9538,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9554,
- 9567,
- 9567,
- 9567,
- 9633,
- 9653,
- 9653,
- 9673,
- 9684,
- 9704,
- 9738,
- 9742,
- 9747,
- 9752,
- 9771,
- 9775,
- 9843,
- 9923,
- 9988,
- 10001,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10016,
- 10030,
- 10061,
- 10074,
+ 8922,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8934,
+ 8973,
+ 9022,
+ 9022,
+ 9022,
+ 9022,
+ 9070,
+ 9070,
+ 9070,
+ 9083,
+ 9083,
+ 9083,
+ 9125,
+ 9125,
+ 9148,
+ 9148,
+ 9179,
+ 9194,
+ 9210,
+ 9226,
+ 9226,
+ 9226,
+ 9250,
+ 9250,
+ 9263,
+ 9279,
+ 9310,
+ 9310,
+ 9310,
+ 9355,
+ 9369,
+ 9382,
+ 9382,
+ 9397,
+ 9413,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9429,
+ 9442,
+ 9442,
+ 9442,
+ 9508,
+ 9528,
+ 9528,
+ 9548,
+ 9559,
+ 9579,
+ 9613,
+ 9617,
+ 9622,
+ 9627,
+ 9646,
+ 9650,
+ 9718,
+ 9798,
+ 9863,
+ 9876,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9891,
+ 9905,
+ 9936,
+ 9949,
+ 9960,
+ 9992,
+ 10007,
+ 10024,
+ 10024,
+ 10031,
+ 10045,
+ 10055,
+ 10055,
+ 10055,
+ 10069,
+ 10069,
10085,
- 10117,
- 10132,
- 10149,
- 10149,
- 10156,
- 10170,
- 10180,
- 10180,
- 10180,
- 10194,
- 10194,
- 10210,
- 10227,
- 10236,
- 10251,
- 10266,
- 10266,
- 10280,
- 10293,
- 10317,
- 10333,
- 10345,
- 10410,
- 10426,
- 10478,
- 10513,
- 10533,
- 10549,
- 10549,
- 10591,
- 10648,
- 10661,
- 10679,
- 10689,
- 10698,
- 10721,
- 10732,
- 10737,
- 10747,
+ 10102,
+ 10111,
+ 10126,
+ 10141,
+ 10141,
+ 10155,
+ 10168,
+ 10192,
+ 10208,
+ 10220,
+ 10285,
+ 10301,
+ 10353,
+ 10388,
+ 10408,
+ 10424,
+ 10424,
+ 10466,
+ 10523,
+ 10536,
+ 10554,
+ 10564,
+ 10573,
+ 10596,
+ 10607,
+ 10612,
+ 10622,
+ 10635,
+ 10641,
+ 10664,
+ 10674,
+ 10685,
+ 10699,
+ 10711,
+ 10711,
+ 10728,
+ 10728,
+ 10746,
10760,
- 10766,
- 10789,
- 10799,
- 10810,
- 10824,
- 10836,
- 10836,
- 10853,
- 10853,
- 10871,
- 10885,
- 10899,
- 10905,
- 10925,
+ 10774,
+ 10780,
+ 10800,
+ 10812,
+ 10823,
+ 10883,
+ 10896,
+ 10900,
+ 10904,
+ 10915,
+ 10924,
+ 10924,
+ 10924,
+ 10934,
10937,
- 10948,
- 11008,
- 11021,
- 11025,
- 11029,
- 11040,
- 11049,
- 11049,
- 11049,
- 11059,
- 11062,
- 11067,
- 11070,
- 11083,
- 11089,
- 11098,
+ 10942,
+ 10945,
+ 10958,
+ 10964,
+ 10973,
+ 10990,
+ 11002,
+ 11018,
+ 11018,
+ 11026,
+ 11043,
+ 11046,
+ 11057,
+ 11077,
+ 11090,
+ 11090,
+ 11103,
11115,
- 11127,
- 11143,
- 11143,
- 11151,
- 11168,
- 11171,
- 11182,
- 11202,
- 11215,
+ 11122,
+ 11130,
+ 11139,
+ 11159,
+ 11195,
11215,
- 11228,
- 11240,
- 11247,
- 11255,
- 11264,
- 11284,
- 11320,
- 11340,
- 11354,
- 11354,
- 11369,
- 11375,
- 11391,
- 11405,
- 11420,
- 11455,
- 11455,
- 11468,
- 11475,
- 11481,
- 11499,
- 11518,
- 11527,
- 11535,
- 11552,
- 11569,
- 11582,
- 11597,
- 11613,
- 11667,
- 11731,
- 11758,
- 11867,
- 11910,
- 11915,
- 11928,
- 11941,
- 11958,
- 12025,
- 12068,
- 12106,
- 12133,
- 12148,
- 12163,
- 12187,
- 12198,
- 12237,
- 12237,
- 12255,
- 12301,
- 12320,
- 12338,
- 12351,
- 12408,
- 12408,
- 12448,
- 12466,
- 12503,
- 12518,
- 12535,
- 12553,
- 12583,
- 12612,
- 12612,
- 12627,
- 12634,
- 12642,
- 12649,
- 12655,
- 12668,
- 12676,
- 12685,
+ 11229,
+ 11229,
+ 11244,
+ 11250,
+ 11266,
+ 11280,
+ 11295,
+ 11330,
+ 11330,
+ 11343,
+ 11350,
+ 11356,
+ 11374,
+ 11393,
+ 11402,
+ 11410,
+ 11427,
+ 11444,
+ 11457,
+ 11472,
+ 11488,
+ 11542,
+ 11606,
+ 11633,
+ 11742,
+ 11785,
+ 11790,
+ 11803,
+ 11816,
+ 11833,
+ 11900,
+ 11943,
+ 11981,
+ 12008,
+ 12023,
+ 12038,
+ 12062,
+ 12073,
+ 12112,
+ 12112,
+ 12130,
+ 12176,
+ 12195,
+ 12213,
+ 12226,
+ 12283,
+ 12283,
+ 12323,
+ 12341,
+ 12378,
+ 12393,
+ 12410,
+ 12428,
+ 12458,
+ 12487,
+ 12487,
+ 12502,
+ 12509,
+ 12517,
+ 12524,
+ 12530,
+ 12543,
+ 12551,
+ 12560,
+ 12566,
+ 12573,
+ 12584,
+ 12592,
+ 12608,
+ 12621,
+ 12626,
+ 12629,
+ 12633,
+ 12646,
12691,
- 12698,
+ 12700,
+ 12702,
12709,
- 12717,
- 12733,
- 12746,
- 12751,
- 12754,
- 12758,
- 12771,
+ 12727,
+ 12743,
+ 12743,
+ 12752,
+ 12756,
+ 12762,
+ 12767,
+ 12772,
+ 12783,
+ 12791,
+ 12796,
+ 12802,
+ 12809,
12816,
12825,
- 12827,
- 12834,
- 12852,
- 12868,
- 12868,
- 12877,
- 12881,
- 12887,
- 12892,
- 12897,
- 12908,
- 12916,
- 12921,
- 12927,
- 12934,
- 12941,
- 12950,
- 12957,
- 12964,
- 12972,
- 12975,
- 12975,
- 12983,
- 12988,
- 13001,
- 13026,
- 13031,
- 13044,
- 13067,
- 13074,
- 13101,
- 13112,
- 13125,
- 13134,
+ 12832,
+ 12839,
+ 12847,
+ 12850,
+ 12850,
+ 12858,
+ 12863,
+ 12876,
+ 12901,
+ 12906,
+ 12919,
+ 12942,
+ 12949,
+ 12976,
+ 12987,
+ 13000,
+ 13009,
+ 13063,
+ 13081,
+ 13095,
+ 13115,
+ 13137,
+ 13157,
+ 13164,
+ 13179,
+ 13179,
+ 13179,
+ 13179,
+ 13188,
13188,
- 13206,
- 13220,
13240,
- 13262,
- 13282,
- 13289,
- 13304,
- 13304,
- 13304,
- 13304,
- 13313,
- 13313,
- 13365,
- 13403,
- 13415,
- 13415,
- 13427,
- 13427,
- 13427,
- 13434,
- 13449,
- 13449,
- 13464,
- 13489,
- 13489,
- 13489,
- 13489,
- 13500,
- 13509,
- 13521,
- 13529,
- 13529,
- 13541,
- 13541,
- 13622,
- 13680,
- 13680,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13700,
- 13716,
- 13732,
- 13753,
- 13753,
- 13763,
- 13763,
- 13763,
- 13763,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13773,
- 13820,
- 13820,
- 13839,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13859,
- 13877,
- 13894,
- 13907,
- 13907,
- 13907,
- 13961,
- 13974,
- 13974,
- 13974,
- 13974,
- 13989,
- 13989,
- 13989,
- 14008,
- 14016,
- 14016,
- 14037,
- 14055,
+ 13240,
+ 13252,
+ 13252,
+ 13264,
+ 13264,
+ 13264,
+ 13271,
+ 13286,
+ 13286,
+ 13301,
+ 13326,
+ 13326,
+ 13326,
+ 13326,
+ 13337,
+ 13346,
+ 13358,
+ 13366,
+ 13366,
+ 13378,
+ 13378,
+ 13459,
+ 13517,
+ 13517,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13537,
+ 13553,
+ 13553,
+ 13553,
+ 13563,
+ 13563,
+ 13563,
+ 13563,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13573,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13620,
+ 13638,
+ 13655,
+ 13668,
+ 13668,
+ 13668,
+ 13722,
+ 13735,
+ 13735,
+ 13735,
+ 13735,
+ 13750,
+ 13750,
+ 13750,
+ 13769,
+ 13777,
+ 13777,
+ 13777,
+ 13795,
+ 13813,
+ 13838,
+ 13851,
+ 13851,
+ 13868,
+ 13890,
+ 13898,
+ 13898,
+ 13918,
+ 13918,
+ 13918,
+ 13995,
+ 14011,
+ 14021,
+ 14021,
+ 14021,
14073,
- 14098,
- 14111,
- 14111,
- 14128,
- 14150,
- 14158,
- 14158,
- 14178,
- 14189,
- 14189,
- 14266,
- 14282,
- 14292,
- 14325,
- 14325,
- 14377,
- 14377,
- 14395,
- 14401,
- 14406,
- 14406,
- 14431,
- 14435,
- 14435,
- 14435,
- 14466,
- 14466,
- 14466,
- 14484,
- 14501,
- 14511,
- 14529,
- 14549,
- 14549,
- 14573,
- 14587,
- 14600,
- 14626,
- 14646,
- 14662,
- 14662,
- 14670,
+ 14073,
+ 14091,
+ 14097,
+ 14102,
+ 14102,
+ 14127,
+ 14131,
+ 14131,
+ 14131,
+ 14162,
+ 14162,
+ 14162,
+ 14180,
+ 14197,
+ 14207,
+ 14225,
+ 14245,
+ 14245,
+ 14269,
+ 14283,
+ 14296,
+ 14322,
+ 14342,
+ 14358,
+ 14358,
+ 14366,
+ 14371,
+ 14400,
+ 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.