fix(l10n): various en strings improvements [no changelog]
What changed, and why it matters
This commit is a routine language and translation update for the Trezor hardware wallet firmware. It changes English wording (for example, 'Input data' becomes 'Data', 'Access passphrase wallet' becomes 'Access Passphrase wallet'), removes some trailing colons from prompts, and updates the generated translation tables and test fixtures accordingly. There is no code behavior change, no security fix, and no vulnerability.
No security action needed. Treat as a normal localization/user-experience maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to string resources and their generated Rust/Python lookup tables. It updates English source strings in core/translations/en.json, regenerates translated_string.rs and trezortranslate_keys.pyi, propagates the same wording to other locale JSON files, refreshes signatures.json, and updates UI test fixtures. No executable logic, parsing, cryptography, or trust-boundary code is modified. The large line count is due to regenerated offset tables for the translation string blob, not functional changes.
Changed components
core/translations/en.jsoncore/translations/cs.jsoncore/translations/de.jsoncore/translations/es.jsoncore/translations/fr.jsoncore/translations/pt.jsoncore/translations/signatures.jsoncore/embed/rust/src/translations/generated/translated_string.rscore/mocks/trezortranslate_keys.pyicore/src/trezor/ui/layouts/delizia/reset.pycore/src/trezor/ui/layouts/eckhart/reset.pytests/ui_tests/fixtures.jsonInspect captured patch +15411 / −15396
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 97fbc727..ce76e0da 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -441,7 +441,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
ethereum__sign_eip712 = 285, // "Really sign EIP-712 typed data?"
#[cfg(feature = "universal_fw")]
- ethereum__title_input_data = 286, // "Input data"
+ ethereum__title_input_data = 286, // "Data"
#[cfg(feature = "universal_fw")]
ethereum__title_confirm_domain = 287, // "Confirm domain"
#[cfg(feature = "universal_fw")]
@@ -536,17 +536,17 @@ pub enum TranslatedString {
misc__decrypt_value = 349, // "Decrypt value"
misc__encrypt_value = 350, // "Encrypt value"
misc__title_suite_labeling = 351, // "Suite labeling"
- modify_amount__decrease_amount = 352, // {"Bolt": "Decrease amount by:", "Caesar": "Decrease amount by:", "Delizia": "Decrease amount by:", "Eckhart": "Decrease amount by"}
- modify_amount__increase_amount = 353, // {"Bolt": "Increase amount by:", "Caesar": "Increase amount by:", "Delizia": "Increase amount by:", "Eckhart": "Increase amount by"}
- modify_amount__new_amount = 354, // {"Bolt": "New amount:", "Caesar": "New amount:", "Delizia": "New amount:", "Eckhart": "New amount"}
+ modify_amount__decrease_amount = 352, // {"Bolt": "Decrease amount by:", "Caesar": "Decrease amount by:", "Delizia": "Decrease amount by", "Eckhart": "Decrease amount by"}
+ modify_amount__increase_amount = 353, // {"Bolt": "Increase amount by:", "Caesar": "Increase amount by:", "Delizia": "Increase amount by", "Eckhart": "Increase amount by"}
+ modify_amount__new_amount = 354, // {"Bolt": "New amount:", "Caesar": "New amount:", "Delizia": "New amount", "Eckhart": "New amount"}
modify_amount__title = 355, // "Modify amount"
- modify_fee__decrease_fee = 356, // {"Bolt": "Decrease fee by:", "Caesar": "Decrease fee by:", "Delizia": "Decrease fee by:", "Eckhart": "Decrease fee by"}
+ modify_fee__decrease_fee = 356, // {"Bolt": "Decrease fee by:", "Caesar": "Decrease fee by:", "Delizia": "Decrease fee by", "Eckhart": "Decrease fee by"}
modify_fee__fee_rate = 357, // "Fee rate:"
- modify_fee__increase_fee = 358, // {"Bolt": "Increase fee by:", "Caesar": "Increase fee by:", "Delizia": "Increase fee by:", "Eckhart": "Increase fee by"}
- modify_fee__new_transaction_fee = 359, // {"Bolt": "New transaction fee:", "Caesar": "", "Delizia": "New transaction fee:", "Eckhart": "New transaction fee"}
+ modify_fee__increase_fee = 358, // {"Bolt": "Increase fee by:", "Caesar": "Increase fee by:", "Delizia": "Increase fee by", "Eckhart": "Increase fee by"}
+ modify_fee__new_transaction_fee = 359, // {"Bolt": "New transaction fee:", "Caesar": "", "Delizia": "New transaction fee", "Eckhart": "New transaction fee"}
modify_fee__no_change = 360, // {"Bolt": "Fee did not change.\n", "Caesar": "Fee did not change.\n", "Delizia": "Fee did not change.\n", "Eckhart": "Fee did not change"}
modify_fee__title = 361, // "Modify fee"
- modify_fee__transaction_fee = 362, // {"Bolt": "Transaction fee:", "Caesar": "Transaction fee:", "Delizia": "Transaction fee:", "Eckhart": "Transaction fee"}
+ modify_fee__transaction_fee = 362, // {"Bolt": "Transaction fee:", "Caesar": "Transaction fee:", "Delizia": "Transaction fee", "Eckhart": "Transaction fee"}
#[cfg(feature = "universal_fw")]
monero__confirm_export = 363, // "Confirm export"
#[cfg(feature = "universal_fw")]
@@ -685,7 +685,7 @@ pub enum TranslatedString {
nem__unencrypted = 430, // {"Bolt": "Unencrypted", "Caesar": "", "Delizia": "", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
nem__unknown_mosaic = 431, // {"Bolt": "Unknown mosaic!", "Caesar": "", "Delizia": "", "Eckhart": ""}
- passphrase__access_wallet = 432, // "Access passphrase wallet?"
+ passphrase__access_wallet = 432, // "Access Passphrase wallet?"
passphrase__always_on_device = 433, // "Always enter your passphrase on Trezor?"
passphrase__from_host_not_shown = 434, // "Passphrase provided by connected app will be used but will not be displayed due to the device settings."
passphrase__wallet = 435, // "Passphrase wallet"
@@ -798,12 +798,12 @@ pub enum TranslatedString {
reset__check_share_title_template = 543, // {"Bolt": "Check share #{0}", "Caesar": "", "Delizia": "Check share #{0}", "Eckhart": ""}
reset__continue_with_next_share = 544, // {"Bolt": "Continue with the next share.", "Caesar": "Continue with the next share.", "Delizia": "Continue with the next share.", "Eckhart": "Continue with the next share"}
reset__continue_with_share_template = 545, // {"Bolt": "Continue with share #{0}.", "Caesar": "Continue with share #{0}.", "Delizia": "", "Eckhart": ""}
- reset__finished_verifying_group_template = 546, // "You have finished verifying your recovery shares for group {0}."
+ reset__finished_verifying_group_template = 546, // {"Bolt": "You have finished verifying your recovery shares for group {0}.", "Caesar": "You have finished verifying your recovery shares for group {0}.", "Delizia": "Group {0} verified", "Eckhart": "You have finished verifying your recovery shares for group {0}."}
reset__finished_verifying_wallet_backup = 547, // {"Bolt": "You have finished verifying your wallet backup.", "Caesar": "You have finished verifying your wallet backup.", "Delizia": "", "Eckhart": ""}
reset__finished_verifying_shares = 548, // {"Bolt": "You have finished verifying your recovery shares.", "Caesar": "You have finished verifying your recovery shares.", "Delizia": "", "Eckhart": ""}
reset__group_description = 549, // {"Bolt": "A group is made up of recovery shares.", "Caesar": "", "Delizia": "A group is made up of recovery shares.", "Eckhart": "A group is made up of recovery shares."}
reset__group_info = 550, // {"Bolt": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds.", "Caesar": "", "Delizia": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds.", "Eckhart": "Each group has a set number of shares and its own threshold. In the next steps you will set the numbers of shares and the thresholds."}
- reset__group_share_checked_successfully_template = 551, // "Group {0} - Share {1} checked successfully."
+ reset__group_share_checked_successfully_template = 551, // {"Bolt": "Group {0} - Share {1} checked successfully.", "Caesar": "Group {0} - Share {1} checked successfully.", "Delizia": "Group {0} - Share {1} verified", "Eckhart": "Group {0} - Share {1} checked successfully."}
reset__group_share_title_template = 552, // {"Bolt": "Group {0} - Share {1}", "Caesar": "Group {0} - Share {1}", "Delizia": "Group {0} - Share {1}", "Eckhart": "Group #{0} - Share #{1}"}
reset__more_info_at = 553, // "More info at"
reset__need_all_share_template = 554, // {"Bolt": "For recovery you need all {0} of the shares.", "Caesar": "", "Delizia": "", "Eckhart": ""}
@@ -823,7 +823,7 @@ pub enum TranslatedString {
reset__required_number_of_groups = 568, // {"Bolt": "The required number of groups for recovery.", "Caesar": "", "Delizia": "The required number of groups for recovery.", "Eckhart": "The required number of groups for recovery."}
reset__select_correct_word = 569, // {"Bolt": "", "Caesar": "Select the correct word for each position.", "Delizia": "", "Eckhart": ""}
reset__select_word_template = 570, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Select word #{0} from your wallet backup"}
- reset__select_word_x_of_y_template = 571, // {"Bolt": "Select word {0} of {1}:", "Caesar": "Select word {0} of {1}:", "Delizia": "Select word {0} of {1}:", "Eckhart": ""}
+ reset__select_word_x_of_y_template = 571, // {"Bolt": "Select word {0} of {1}:", "Caesar": "Select word {0} of {1}:", "Delizia": "Select word {0} of {1}", "Eckhart": ""}
reset__set_it_to_count_template = 572, // {"Bolt": "Set it to {0} and you will need ", "Caesar": "", "Delizia": "", "Eckhart": ""}
reset__share_checked_successfully_template = 573, // {"Bolt": "Share #{0} checked successfully.", "Caesar": "Share #{0} checked successfully.", "Delizia": "", "Eckhart": ""}
reset__share_words_title = 574, // "Standard backup"
@@ -1210,7 +1210,7 @@ pub enum TranslatedString {
address_details__derivation_path = 866, // "Derivation path"
instructions__continue_in_app = 867, // "Continue in the app"
words__cancel_and_exit = 868, // "Cancel and exit"
- address__confirmed = 869, // "Receive address confirmed"
+ address__confirmed = 869, // {"Bolt": "Receive address confirmed", "Caesar": "Receive address confirmed", "Delizia": "Receive address confirmed.", "Eckhart": "Receive address confirmed."}
pin__cancel_description = 870, // {"Bolt": "", "Caesar": "", "Delizia": "Continue without PIN", "Eckhart": ""}
pin__cancel_info = 871, // {"Bolt": "", "Caesar": "", "Delizia": "Without a PIN, anyone can access this device.", "Eckhart": "Without a PIN, anyone can access this device."}
pin__cancel_setup = 872, // {"Bolt": "", "Caesar": "", "Delizia": "Cancel PIN setup", "Eckhart": "Cancel PIN setup?"}
@@ -1289,8 +1289,8 @@ pub enum TranslatedString {
brightness__changed_title = 954, // {"Bolt": "", "Caesar": "", "Delizia": "Display brightness changed", "Eckhart": ""}
brightness__change_title = 955, // "Change display brightness"
words__title_done = 956, // "Done"
- reset__slip39_checklist_more_info_threshold = 957, // {"Bolt": "", "Caesar": "", "Delizia": "The threshold sets the minimum number of shares needed to recover your wallet.", "Eckhart": "The threshold sets the minimum number of shares needed to recover your wallet."}
- reset__slip39_checklist_more_info_threshold_example_template = 958, // {"Bolt": "", "Caesar": "", "Delizia": "If you set {0} out of {1} shares, you'll need {2} backup shares to recover your wallet.", "Eckhart": "If you set {0} out of {1} shares, you'll need {2} backup shares to recover your wallet."}
+ reset__slip39_checklist_more_info_threshold = 957, // {"Bolt": "", "Caesar": "", "Delizia": "Threshold sets minimum number of shares needed to recover your wallet.", "Eckhart": "Threshold sets minimum number of shares needed to recover your wallet."}
+ reset__slip39_checklist_more_info_threshold_example_template = 958, // {"Bolt": "", "Caesar": "", "Delizia": "If you set it to {0} out of {1} shares, the number of shares needed to recover your wallet will be {0}.", "Eckhart": "If you set it to {0} out of {1} shares, the number of shares needed to recover your wallet will be {0}."}
passphrase__continue_with_empty_passphrase = 959, // "Continue with empty passphrase?"
#[cfg(feature = "universal_fw")]
fido__more_credentials = 960, // {"Bolt": "", "Caesar": "", "Delizia": "More credentials", "Eckhart": ""}
@@ -1404,7 +1404,7 @@ pub enum TranslatedString {
auto_lock__description = 1032, // "Set the time before your Trezor locks automatically."
plurals__lock_after_x_days = 1033, // "day|days"
firmware_update__restart = 1034, // "Trezor will restart after update."
- passphrase__access_hidden_wallet = 1035, // "Access passphrase wallet"
+ passphrase__access_hidden_wallet = 1035, // "Access Passphrase wallet"
passphrase__hidden_wallet = 1036, // "Passphrase wallet"
passphrase__show = 1037, // "Show passphrase"
pin__reenter = 1038, // "Re-enter PIN"
@@ -1503,10 +1503,10 @@ pub enum TranslatedString {
ble__limit_reached = 1128, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Limit of paired devices reached"}
ble__forget_all_description = 1129, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "They'll be removed, and you'll need to pair them again before use."}
ble__forget_all_devices = 1130, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Forget all devices?"}
- ble__forget_all_success = 1131, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "All connections removed."}
+ ble__forget_all_success = 1131, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "All devices removed."}
ble__forget_this_description = 1132, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "It will be removed, and you'll need to pair it again before use."}
ble__forget_this_device = 1133, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Forget this device?"}
- ble__forget_this_success = 1134, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Connection removed."}
+ ble__forget_this_success = 1134, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Device removed."}
thp__autoconnect = 1135, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Allow {0} to connect automatically to this Trezor?"}
thp__autoconnect_app = 1136, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Allow {0} on {1} to connect automatically to this Trezor?"}
thp__connect = 1137, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Allow {0} to connect with this Trezor?"}
@@ -1612,7 +1612,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
ethereum__subtitle_input_data_bytes = 1217, // {"Bolt": "", "Caesar": "", "Delizia": "{0} / {1} bytes", "Eckhart": ""}
#[cfg(feature = "universal_fw")]
- ethereum__title_input_data_bytes = 1218, // {"Bolt": "Input data:\n{0} / {1} bytes", "Caesar": "Input data: {0} / {1} bytes", "Delizia": "Input data", "Eckhart": "Input data:\n{0} / {1} bytes"}
+ ethereum__title_input_data_bytes = 1218, // {"Bolt": "Data:\n{0} / {1} bytes", "Caesar": "Data: {0} / {1} bytes", "Delizia": "Data", "Eckhart": "Data:\n{0} / {1} bytes"}
}
impl TranslatedString {
@@ -1906,7 +1906,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -2052,7 +2052,7 @@ impl TranslatedString {
"under namespace",
"Unencrypted",
"Unknown mosaic!",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -2655,7 +2655,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -2838,7 +2838,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data:\n{0} / {1} bytes",
+ "Data:\n{0} / {1} bytes",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -3130,939 +3130,939 @@ impl TranslatedString {
4442,
4458,
4489,
- 4499,
- 4513,
- 4528,
- 4542,
- 4560,
- 4575,
- 4584,
- 4597,
- 4620,
- 4649,
- 4687,
- 4704,
- 4722,
- 4778,
- 4821,
- 4873,
- 4951,
- 4973,
- 5036,
- 5050,
- 5089,
- 5118,
- 5136,
- 5153,
- 5169,
- 5183,
- 5200,
- 5211,
- 5227,
- 5239,
- 5256,
- 5278,
- 5278,
- 5293,
- 5307,
- 5307,
- 5322,
- 5335,
- 5348,
- 5367,
- 5384,
- 5401,
- 5412,
- 5420,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5453,
- 5472,
- 5492,
- 5515,
- 5544,
- 5561,
- 5578,
- 5592,
+ 4493,
+ 4507,
+ 4522,
+ 4536,
+ 4554,
+ 4569,
+ 4578,
+ 4591,
+ 4614,
+ 4643,
+ 4681,
+ 4698,
+ 4716,
+ 4772,
+ 4815,
+ 4867,
+ 4945,
+ 4967,
+ 5030,
+ 5044,
+ 5083,
+ 5112,
+ 5130,
+ 5147,
+ 5163,
+ 5177,
+ 5194,
+ 5205,
+ 5221,
+ 5233,
+ 5250,
+ 5272,
+ 5272,
+ 5287,
+ 5301,
+ 5301,
+ 5316,
+ 5329,
+ 5342,
+ 5361,
+ 5378,
+ 5395,
+ 5406,
+ 5414,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5447,
+ 5466,
+ 5486,
+ 5509,
+ 5538,
+ 5555,
+ 5572,
+ 5586,
+ 5599,
5605,
- 5611,
- 5624,
- 5637,
- 5650,
- 5664,
- 5683,
- 5702,
- 5713,
- 5726,
- 5742,
- 5751,
- 5767,
- 5787,
- 5807,
- 5817,
- 5833,
- 5847,
- 5862,
- 5877,
- 5896,
- 5910,
- 5920,
- 5937,
- 5950,
- 5967,
- 5985,
- 5995,
- 6009,
- 6055,
- 6104,
- 6140,
- 6192,
- 6228,
- 6266,
- 6274,
- 6282,
- 6285,
- 6299,
- 6314,
- 6334,
- 6348,
- 6368,
- 6385,
- 6400,
- 6418,
- 6436,
- 6455,
- 6491,
- 6513,
- 6525,
- 6538,
- 6554,
- 6564,
- 6572,
- 6583,
- 6640,
- 6649,
- 6662,
- 6671,
- 6679,
- 6693,
- 6717,
- 6734,
- 6742,
- 6768,
- 6779,
- 6793,
- 6807,
- 6816,
- 6833,
- 6871,
- 6878,
- 6880,
- 6890,
- 6903,
+ 5618,
+ 5631,
+ 5644,
+ 5658,
+ 5677,
+ 5696,
+ 5707,
+ 5720,
+ 5736,
+ 5745,
+ 5761,
+ 5781,
+ 5801,
+ 5811,
+ 5827,
+ 5841,
+ 5856,
+ 5871,
+ 5890,
+ 5904,
+ 5914,
+ 5931,
+ 5944,
+ 5961,
+ 5979,
+ 5989,
+ 6003,
+ 6049,
+ 6098,
+ 6134,
+ 6186,
+ 6222,
+ 6260,
+ 6268,
+ 6276,
+ 6279,
+ 6293,
+ 6308,
+ 6328,
+ 6342,
+ 6362,
+ 6379,
+ 6394,
+ 6412,
+ 6430,
+ 6449,
+ 6485,
+ 6507,
+ 6519,
+ 6532,
+ 6548,
+ 6558,
+ 6566,
+ 6577,
+ 6634,
+ 6643,
+ 6656,
+ 6665,
+ 6673,
+ 6687,
+ 6711,
+ 6728,
+ 6736,
+ 6762,
+ 6773,
+ 6787,
+ 6801,
+ 6810,
+ 6827,
+ 6865,
+ 6872,
+ 6874,
+ 6884,
+ 6897,
+ 6916,
6922,
- 6928,
- 6957,
- 7007,
- 7020,
- 7050,
- 7062,
- 7077,
- 7088,
- 7103,
- 7128,
- 7167,
- 7270,
- 7287,
- 7319,
- 7357,
- 7386,
- 7441,
- 7459,
- 7475,
- 7490,
- 7509,
- 7526,
- 7557,
- 7587,
- 7597,
- 7609,
- 7609,
- 7659,
- 7685,
- 7710,
- 7719,
- 7732,
- 7770,
- 7813,
- 7824,
- 7836,
- 7862,
- 7874,
- 7874,
- 7890,
- 7890,
- 7890,
- 7890,
- 7902,
- 7911,
- 7921,
- 7970,
- 7993,
- 8002,
- 8010,
- 8020,
- 8044,
- 8058,
- 8072,
- 8086,
- 8106,
- 8118,
- 8130,
- 8154,
- 8158,
- 8180,
- 8201,
- 8214,
- 8225,
- 8235,
- 8248,
- 8270,
- 8280,
- 8296,
- 8335,
- 8351,
- 8378,
- 8378,
- 8396,
- 8396,
- 8466,
- 8542,
- 8622,
- 8709,
- 8724,
- 8742,
- 8766,
- 8801,
- 8810,
- 8834,
- 8864,
- 8895,
- 8913,
- 8955,
- 9017,
- 9043,
- 9043,
- 9064,
- 9113,
- 9122,
- 9136,
- 9155,
- 9170,
- 9182,
- 9196,
- 9212,
- 9232,
- 9257,
- 9306,
- 9359,
- 9370,
- 9385,
- 9415,
- 9443,
- 9468,
- 9484,
- 9567,
- 9588,
- 9609,
- 9622,
- 9636,
- 9701,
- 9701,
- 9726,
- 9745,
- 9761,
- 9790,
- 9815,
- 9878,
- 9925,
- 9974,
- 10012,
- 10145,
- 10188,
- 10209,
- 10221,
- 10265,
- 10309,
- 10333,
- 10364,
- 10403,
- 10452,
- 10577,
- 10694,
- 10742,
- 10742,
- 10749,
- 10780,
- 10793,
- 10812,
- 10855,
- 10855,
- 10855,
- 10878,
- 10910,
- 10942,
- 10957,
- 10973,
- 10989,
- 11009,
- 11029,
- 11053,
- 11090,
- 11103,
- 11119,
- 11150,
- 11150,
- 11190,
- 11190,
- 11204,
- 11217,
- 11217,
- 11217,
- 11233,
- 11233,
- 11252,
- 11272,
- 11292,
- 11305,
- 11323,
- 11336,
- 11380,
- 11433,
- 11433,
- 11453,
- 11483,
- 11503,
- 11514,
- 11534,
- 11568,
- 11572,
- 11577,
- 11582,
- 11601,
- 11605,
- 11673,
- 11753,
- 11818,
- 11831,
- 11846,
- 11883,
- 11900,
- 11965,
- 12010,
- 12075,
- 12119,
- 12132,
- 12146,
- 12196,
- 12223,
- 12272,
- 12314,
- 12398,
- 12444,
- 12493,
- 12511,
- 12526,
- 12545,
- 12601,
- 12668,
- 12709,
- 12723,
- 12723,
- 12737,
- 12768,
- 12781,
- 12792,
- 12824,
- 12839,
- 12856,
- 12868,
- 12875,
- 12889,
- 12899,
- 12919,
- 12919,
- 12933,
- 12954,
- 12954,
- 12954,
- 12963,
- 12978,
- 12993,
- 13005,
- 13019,
- 13032,
- 13056,
- 13072,
- 13084,
- 13149,
- 13165,
- 13217,
- 13252,
- 13272,
- 13288,
- 13288,
- 13330,
- 13387,
- 13400,
- 13418,
- 13428,
- 13437,
- 13460,
- 13471,
- 13476,
- 13486,
+ 6951,
+ 7001,
+ 7014,
+ 7044,
+ 7056,
+ 7071,
+ 7082,
+ 7097,
+ 7122,
+ 7161,
+ 7264,
+ 7281,
+ 7313,
+ 7351,
+ 7380,
+ 7435,
+ 7453,
+ 7469,
+ 7484,
+ 7503,
+ 7520,
+ 7551,
+ 7581,
+ 7591,
+ 7603,
+ 7603,
+ 7653,
+ 7679,
+ 7704,
+ 7713,
+ 7726,
+ 7764,
+ 7807,
+ 7818,
+ 7830,
+ 7856,
+ 7868,
+ 7868,
+ 7884,
+ 7884,
+ 7884,
+ 7884,
+ 7896,
+ 7905,
+ 7915,
+ 7964,
+ 7987,
+ 7996,
+ 8004,
+ 8014,
+ 8038,
+ 8052,
+ 8066,
+ 8080,
+ 8100,
+ 8112,
+ 8124,
+ 8148,
+ 8152,
+ 8174,
+ 8195,
+ 8208,
+ 8219,
+ 8229,
+ 8242,
+ 8264,
+ 8274,
+ 8290,
+ 8329,
+ 8345,
+ 8372,
+ 8372,
+ 8390,
+ 8390,
+ 8460,
+ 8536,
+ 8616,
+ 8703,
+ 8718,
+ 8736,
+ 8760,
+ 8795,
+ 8804,
+ 8828,
+ 8858,
+ 8889,
+ 8907,
+ 8949,
+ 9011,
+ 9037,
+ 9037,
+ 9058,
+ 9107,
+ 9116,
+ 9130,
+ 9149,
+ 9164,
+ 9176,
+ 9190,
+ 9206,
+ 9226,
+ 9251,
+ 9300,
+ 9353,
+ 9364,
+ 9379,
+ 9409,
+ 9437,
+ 9462,
+ 9478,
+ 9561,
+ 9582,
+ 9603,
+ 9616,
+ 9630,
+ 9695,
+ 9695,
+ 9720,
+ 9739,
+ 9755,
+ 9784,
+ 9809,
+ 9872,
+ 9919,
+ 9968,
+ 10006,
+ 10139,
+ 10182,
+ 10203,
+ 10215,
+ 10259,
+ 10303,
+ 10327,
+ 10358,
+ 10397,
+ 10446,
+ 10571,
+ 10688,
+ 10736,
+ 10736,
+ 10743,
+ 10774,
+ 10787,
+ 10806,
+ 10849,
+ 10849,
+ 10849,
+ 10872,
+ 10904,
+ 10936,
+ 10951,
+ 10967,
+ 10983,
+ 11003,
+ 11023,
+ 11047,
+ 11084,
+ 11097,
+ 11113,
+ 11144,
+ 11144,
+ 11184,
+ 11184,
+ 11198,
+ 11211,
+ 11211,
+ 11211,
+ 11227,
+ 11227,
+ 11246,
+ 11266,
+ 11286,
+ 11299,
+ 11317,
+ 11330,
+ 11374,
+ 11427,
+ 11427,
+ 11447,
+ 11477,
+ 11497,
+ 11508,
+ 11528,
+ 11562,
+ 11566,
+ 11571,
+ 11576,
+ 11595,
+ 11599,
+ 11667,
+ 11747,
+ 11812,
+ 11825,
+ 11840,
+ 11877,
+ 11894,
+ 11959,
+ 12004,
+ 12069,
+ 12113,
+ 12126,
+ 12140,
+ 12190,
+ 12217,
+ 12266,
+ 12308,
+ 12392,
+ 12438,
+ 12487,
+ 12505,
+ 12520,
+ 12539,
+ 12595,
+ 12662,
+ 12703,
+ 12717,
+ 12717,
+ 12731,
+ 12762,
+ 12775,
+ 12786,
+ 12818,
+ 12833,
+ 12850,
+ 12862,
+ 12869,
+ 12883,
+ 12893,
+ 12913,
+ 12913,
+ 12927,
+ 12948,
+ 12948,
+ 12948,
+ 12957,
+ 12972,
+ 12987,
+ 12999,
+ 13013,
+ 13026,
+ 13050,
+ 13066,
+ 13078,
+ 13143,
+ 13159,
+ 13211,
+ 13246,
+ 13266,
+ 13282,
+ 13282,
+ 13324,
+ 13381,
+ 13394,
+ 13412,
+ 13422,
+ 13431,
+ 13454,
+ 13465,
+ 13470,
+ 13480,
+ 13493,
13499,
- 13505,
- 13528,
- 13538,
- 13549,
- 13563,
- 13575,
- 13575,
- 13592,
- 13592,
- 13610,
- 13624,
+ 13522,
+ 13532,
+ 13543,
+ 13557,
+ 13569,
+ 13569,
+ 13586,
+ 13586,
+ 13604,
+ 13618,
+ 13632,
13638,
- 13644,
- 13664,
- 13676,
- 13687,
- 13747,
- 13760,
- 13764,
- 13768,
- 13779,
- 13788,
- 13788,
- 13788,
- 13798,
- 13801,
- 13806,
- 13809,
+ 13658,
+ 13670,
+ 13681,
+ 13741,
+ 13754,
+ 13758,
+ 13762,
+ 13773,
+ 13782,
+ 13782,
+ 13782,
+ 13792,
+ 13795,
+ 13800,
+ 13803,
+ 13816,
13822,
- 13828,
- 13837,
- 13854,
- 13866,
- 13882,
- 13882,
- 13890,
- 13907,
- 13910,
- 13921,
- 13941,
- 13954,
- 13954,
- 13967,
- 13979,
- 13986,
- 13994,
- 14003,
- 14023,
- 14059,
- 14079,
- 14093,
- 14093,
+ 13831,
+ 13848,
+ 13860,
+ 13876,
+ 13876,
+ 13884,
+ 13901,
+ 13904,
+ 13915,
+ 13935,
+ 13948,
+ 13948,
+ 13961,
+ 13973,
+ 13980,
+ 13988,
+ 13997,
+ 14017,
+ 14053,
+ 14073,
+ 14087,
+ 14087,
+ 14102,
14108,
- 14114,
- 14130,
- 14144,
- 14159,
- 14194,
- 14194,
- 14207,
+ 14124,
+ 14138,
+ 14153,
+ 14188,
+ 14188,
+ 14201,
+ 14208,
14214,
- 14220,
- 14238,
- 14257,
- 14266,
- 14274,
- 14291,
- 14308,
- 14321,
- 14336,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14390,
- 14417,
- 14432,
- 14447,
- 14471,
- 14482,
- 14521,
- 14537,
- 14555,
- 14601,
- 14620,
- 14638,
- 14651,
- 14708,
- 14725,
- 14765,
- 14783,
- 14783,
- 14783,
- 14800,
- 14818,
- 14848,
- 14877,
- 14895,
- 14910,
- 14917,
- 14925,
+ 14232,
+ 14251,
+ 14260,
+ 14268,
+ 14285,
+ 14302,
+ 14315,
+ 14330,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14384,
+ 14411,
+ 14426,
+ 14441,
+ 14465,
+ 14476,
+ 14515,
+ 14531,
+ 14549,
+ 14595,
+ 14614,
+ 14632,
+ 14645,
+ 14702,
+ 14719,
+ 14759,
+ 14777,
+ 14777,
+ 14777,
+ 14794,
+ 14812,
+ 14842,
+ 14871,
+ 14889,
+ 14904,
+ 14911,
+ 14919,
+ 14926,
14932,
- 14938,
- 14951,
- 14959,
+ 14945,
+ 14953,
+ 14962,
14968,
- 14974,
- 14981,
- 14992,
- 15000,
- 15016,
- 15029,
- 15034,
- 15037,
- 15041,
- 15041,
- 15086,
- 15095,
- 15097,
- 15104,
- 15122,
- 15138,
- 15159,
- 15168,
+ 14975,
+ 14986,
+ 14994,
+ 15010,
+ 15023,
+ 15028,
+ 15031,
+ 15035,
+ 15035,
+ 15080,
+ 15089,
+ 15091,
+ 15098,
+ 15116,
+ 15132,
+ 15153,
+ 15162,
+ 15166,
15172,
- 15178,
- 15178,
- 15178,
- 15189,
- 15189,
- 15189,
- 15189,
- 15196,
- 15203,
- 15203,
- 15210,
- 15217,
- 15225,
- 15228,
- 15244,
- 15244,
- 15249,
- 15262,
- 15287,
- 15292,
- 15305,
- 15328,
- 15335,
- 15362,
- 15373,
- 15386,
- 15395,
- 15449,
- 15467,
- 15481,
- 15501,
- 15523,
- 15543,
- 15550,
- 15565,
- 15565,
- 15579,
- 15579,
- 15588,
- 15588,
- 15640,
- 15678,
- 15690,
- 15690,
- 15702,
- 15780,
- 15780,
- 15787,
- 15802,
- 15821,
- 15836,
- 15861,
- 15861,
- 15861,
- 15861,
- 15872,
- 15881,
- 15893,
- 15901,
- 15922,
- 15934,
- 15953,
- 16034,
- 16092,
- 16092,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16128,
- 16144,
- 16165,
- 16165,
- 16175,
- 16175,
- 16175,
- 16175,
- 16185,
- 16217,
- 16246,
- 16306,
- 16368,
- 16368,
- 16415,
- 16415,
- 16434,
- 16454,
- 16477,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16502,
- 16519,
- 16532,
- 16532,
- 16532,
- 16586,
- 16599,
- 16599,
- 16599,
- 16599,
- 16614,
- 16614,
- 16614,
- 16633,
- 16641,
- 16651,
- 16672,
- 16690,
- 16708,
- 16733,
- 16746,
- 16746,
- 16763,
- 16785,
- 16793,
- 16793,
- 16813,
- 16824,
- 16824,
- 16901,
- 16917,
- 16927,
- 16960,
- 16960,
- 17012,
- 17012,
+ 15172,
+ 15172,
+ 15183,
+ 15183,
+ 15183,
+ 15183,
+ 15190,
+ 15197,
+ 15197,
+ 15204,
+ 15211,
+ 15219,
+ 15222,
+ 15238,
+ 15238,
+ 15243,
+ 15256,
+ 15281,
+ 15286,
+ 15299,
+ 15322,
+ 15329,
+ 15356,
+ 15367,
+ 15380,
+ 15389,
+ 15443,
+ 15461,
+ 15475,
+ 15495,
+ 15517,
+ 15537,
+ 15544,
+ 15559,
+ 15559,
+ 15573,
+ 15573,
+ 15582,
+ 15582,
+ 15634,
+ 15672,
+ 15684,
+ 15684,
+ 15696,
+ 15774,
+ 15774,
+ 15781,
+ 15796,
+ 15815,
+ 15830,
+ 15855,
+ 15855,
+ 15855,
+ 15855,
+ 15866,
+ 15875,
+ 15887,
+ 15895,
+ 15916,
+ 15928,
+ 15947,
+ 16028,
+ 16086,
+ 16086,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16122,
+ 16138,
+ 16159,
+ 16159,
+ 16169,
+ 16169,
+ 16169,
+ 16169,
+ 16179,
+ 16211,
+ 16240,
+ 16300,
+ 16362,
+ 16362,
+ 16409,
+ 16409,
+ 16428,
+ 16448,
+ 16471,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16496,
+ 16513,
+ 16526,
+ 16526,
+ 16526,
+ 16580,
+ 16593,
+ 16593,
+ 16593,
+ 16593,
+ 16608,
+ 16608,
+ 16608,
+ 16627,
+ 16635,
+ 16645,
+ 16666,
+ 16684,
+ 16702,
+ 16727,
+ 16740,
+ 16740,
+ 16757,
+ 16779,
+ 16787,
+ 16787,
+ 16807,
+ 16818,
+ 16818,
+ 16895,
+ 16911,
+ 16921,
+ 16954,
+ 16954,
+ 17006,
+ 17006,
+ 17024,
17030,
- 17036,
- 17041,
- 17041,
- 17066,
- 17070,
- 17070,
- 17070,
- 17101,
- 17101,
- 17101,
- 17119,
- 17136,
- 17146,
- 17164,
- 17184,
- 17199,
- 17223,
- 17245,
- 17258,
- 17284,
- 17304,
- 17320,
- 17320,
- 17328,
- 17333,
- 17362,
- 17414,
- 17426,
- 17431,
- 17444,
- 17452,
- 17462,
- 17522,
- 17548,
- 17555,
- 17586,
- 17598,
- 17615,
- 17637,
- 17652,
- 17667,
- 17667,
- 17667,
- 17667,
- 17667,
- 17684,
- 17696,
- 17711,
- 17718,
- 17734,
- 17742,
- 17783,
- 17797,
- 17807,
- 17840,
- 17849,
- 17889,
+ 17035,
+ 17035,
+ 17060,
+ 17064,
+ 17064,
+ 17064,
+ 17095,
+ 17095,
+ 17095,
+ 17113,
+ 17130,
+ 17140,
+ 17158,
+ 17178,
+ 17193,
+ 17217,
+ 17239,
+ 17252,
+ 17278,
+ 17298,
+ 17314,
+ 17314,
+ 17322,
+ 17327,
+ 17356,
+ 17408,
+ 17420,
+ 17425,
+ 17438,
+ 17446,
+ 17456,
+ 17516,
+ 17542,
+ 17549,
+ 17580,
+ 17592,
+ 17609,
+ 17631,
+ 17646,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17678,
+ 17690,
+ 17705,
+ 17712,
+ 17728,
+ 17736,
+ 17777,
+ 17791,
+ 17801,
+ 17834,
+ 17843,
+ 17883,
+ 17899,
17905,
- 17911,
- 17922,
- 17927,
- 17932,
- 17935,
- 17948,
- 17969,
- 18011,
- 18061,
- 18074,
- 18104,
- 18104,
- 18183,
- 18229,
- 18243,
- 18290,
- 18305,
+ 17916,
+ 17921,
+ 17926,
+ 17929,
+ 17942,
+ 17963,
+ 18005,
+ 18055,
+ 18068,
+ 18098,
+ 18098,
+ 18177,
+ 18223,
+ 18237,
+ 18284,
+ 18299,
+ 18303,
18309,
- 18315,
- 18327,
- 18327,
- 18353,
- 18405,
- 18413,
- 18446,
- 18470,
- 18487,
- 18502,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18532,
- 18574,
- 18578,
- 18578,
- 18589,
- 18614,
- 18618,
- 18622,
- 18638,
+ 18321,
+ 18321,
+ 18347,
+ 18399,
+ 18407,
+ 18440,
+ 18464,
+ 18481,
+ 18496,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18526,
+ 18568,
+ 18572,
+ 18572,
+ 18583,
+ 18608,
+ 18612,
+ 18616,
+ 18632,
+ 18646,
18652,
- 18658,
+ 18672,
18678,
- 18684,
- 18704,
- 18712,
- 18712,
- 18712,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18788,
- 18788,
- 18797,
- 18807,
- 18817,
- 18835,
- 18885,
- 18885,
- 18902,
- 18902,
- 18906,
- 18906,
- 18921,
- 18934,
- 18934,
- 18945,
- 18957,
- 18957,
- 18978,
- 18978,
- 18978,
- 18978,
- 18978,
- 18991,
- 19007,
- 19007,
- 19007,
- 19007,
- 19012,
+ 18698,
+ 18706,
+ 18706,
+ 18706,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18782,
+ 18782,
+ 18791,
+ 18801,
+ 18811,
+ 18829,
+ 18879,
+ 18879,
+ 18896,
+ 18896,
+ 18900,
+ 18900,
+ 18915,
+ 18928,
+ 18928,
+ 18939,
+ 18951,
+ 18951,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18985,
+ 19001,
+ 19001,
+ 19001,
+ 19001,
+ 19006,
+ 19015,
19021,
- 19027,
- 19037,
+ 19031,
+ 19034,
+ 19040,
+ 19040,
19040,
19046,
- 19046,
- 19046,
- 19052,
- 19060,
- 19071,
- 19081,
- 19089,
- 19106,
- 19122,
- 19131,
- 19131,
- 19131,
- 19131,
- 19131,
- 19140,
- 19191,
- 19194,
- 19198,
- 19198,
- 19212,
- 19224,
- 19224,
+ 19054,
+ 19065,
+ 19075,
+ 19083,
+ 19100,
+ 19116,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19134,
+ 19185,
+ 19188,
+ 19192,
+ 19192,
+ 19206,
+ 19218,
+ 19218,
+ 19225,
19231,
- 19237,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19305,
- 19318,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19431,
- 19502,
- 19556,
- 19608,
- 19608,
- 19618,
- 19622,
- 19631,
- 19645,
- 19708,
- 19719,
- 19728,
- 19736,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19299,
+ 19312,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19425,
+ 19496,
+ 19550,
+ 19602,
+ 19602,
+ 19612,
+ 19616,
+ 19625,
+ 19639,
+ 19702,
+ 19713,
+ 19722,
+ 19730,
+ 19735,
19741,
- 19747,
+ 19757,
19763,
- 19769,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19914,
- 19924,
- 19937,
- 19948,
- 19961,
- 19974,
- 20006,
- 20041,
- 20077,
- 20115,
- 20123,
- 20136,
- 20136,
- 20136,
- 20159,
- 20167,
- 20167,
- 20167,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19908,
+ 19918,
+ 19931,
+ 19942,
+ 19955,
+ 19968,
+ 20000,
+ 20035,
+ 20071,
+ 20109,
+ 20117,
+ 20130,
+ 20130,
+ 20130,
+ 20153,
+ 20161,
+ 20161,
+ 20161,
+ 20175,
20181,
- 20187,
- 20195,
- 20204,
- 20219,
- 20230,
- 20230,
- 20257,
+ 20189,
+ 20198,
+ 20213,
+ 20224,
+ 20224,
+ 20245,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4353,7 +4353,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -4499,7 +4499,7 @@ impl TranslatedString {
"under namespace",
"Unencrypted",
"Unknown mosaic!",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -5102,7 +5102,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -5285,7 +5285,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data:\n{0} / {1} bytes",
+ "Data:\n{0} / {1} bytes",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -5577,939 +5577,939 @@ impl TranslatedString {
4442,
4458,
4489,
- 4499,
- 4513,
- 4528,
- 4542,
- 4560,
- 4575,
- 4584,
- 4597,
- 4620,
- 4649,
- 4687,
- 4704,
- 4722,
- 4778,
- 4821,
- 4873,
- 4951,
- 4973,
- 5036,
- 5050,
- 5089,
- 5118,
- 5136,
- 5153,
- 5169,
- 5183,
- 5200,
- 5211,
- 5227,
- 5239,
- 5256,
- 5278,
- 5278,
- 5293,
- 5307,
- 5307,
- 5322,
- 5335,
- 5348,
- 5367,
- 5384,
- 5401,
- 5412,
- 5420,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5453,
- 5472,
- 5492,
- 5515,
- 5544,
- 5561,
- 5578,
- 5592,
+ 4493,
+ 4507,
+ 4522,
+ 4536,
+ 4554,
+ 4569,
+ 4578,
+ 4591,
+ 4614,
+ 4643,
+ 4681,
+ 4698,
+ 4716,
+ 4772,
+ 4815,
+ 4867,
+ 4945,
+ 4967,
+ 5030,
+ 5044,
+ 5083,
+ 5112,
+ 5130,
+ 5147,
+ 5163,
+ 5177,
+ 5194,
+ 5205,
+ 5221,
+ 5233,
+ 5250,
+ 5272,
+ 5272,
+ 5287,
+ 5301,
+ 5301,
+ 5316,
+ 5329,
+ 5342,
+ 5361,
+ 5378,
+ 5395,
+ 5406,
+ 5414,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5447,
+ 5466,
+ 5486,
+ 5509,
+ 5538,
+ 5555,
+ 5572,
+ 5586,
+ 5599,
5605,
- 5611,
- 5624,
- 5637,
- 5650,
- 5664,
- 5683,
- 5702,
- 5713,
- 5726,
- 5742,
- 5751,
- 5767,
- 5787,
- 5807,
- 5817,
- 5833,
- 5847,
- 5862,
- 5877,
- 5896,
- 5910,
- 5920,
- 5937,
- 5950,
- 5967,
- 5985,
- 5995,
- 6009,
- 6055,
- 6104,
- 6140,
- 6192,
- 6228,
- 6266,
- 6274,
- 6282,
- 6285,
- 6299,
- 6314,
- 6334,
- 6348,
- 6368,
- 6385,
- 6400,
- 6418,
- 6436,
- 6455,
- 6491,
- 6513,
- 6525,
- 6538,
- 6554,
- 6564,
- 6572,
- 6583,
- 6640,
- 6649,
- 6662,
- 6671,
- 6679,
- 6693,
- 6717,
- 6734,
- 6742,
- 6768,
- 6779,
- 6793,
- 6807,
- 6816,
- 6833,
- 6871,
- 6878,
- 6880,
- 6890,
- 6903,
+ 5618,
+ 5631,
+ 5644,
+ 5658,
+ 5677,
+ 5696,
+ 5707,
+ 5720,
+ 5736,
+ 5745,
+ 5761,
+ 5781,
+ 5801,
+ 5811,
+ 5827,
+ 5841,
+ 5856,
+ 5871,
+ 5890,
+ 5904,
+ 5914,
+ 5931,
+ 5944,
+ 5961,
+ 5979,
+ 5989,
+ 6003,
+ 6049,
+ 6098,
+ 6134,
+ 6186,
+ 6222,
+ 6260,
+ 6268,
+ 6276,
+ 6279,
+ 6293,
+ 6308,
+ 6328,
+ 6342,
+ 6362,
+ 6379,
+ 6394,
+ 6412,
+ 6430,
+ 6449,
+ 6485,
+ 6507,
+ 6519,
+ 6532,
+ 6548,
+ 6558,
+ 6566,
+ 6577,
+ 6634,
+ 6643,
+ 6656,
+ 6665,
+ 6673,
+ 6687,
+ 6711,
+ 6728,
+ 6736,
+ 6762,
+ 6773,
+ 6787,
+ 6801,
+ 6810,
+ 6827,
+ 6865,
+ 6872,
+ 6874,
+ 6884,
+ 6897,
+ 6916,
6922,
- 6928,
- 6957,
- 7007,
- 7020,
- 7050,
- 7062,
- 7077,
- 7088,
- 7103,
- 7128,
- 7167,
- 7270,
- 7287,
- 7319,
- 7357,
- 7386,
- 7441,
- 7459,
- 7475,
- 7490,
- 7509,
- 7526,
- 7557,
- 7587,
- 7597,
- 7609,
- 7609,
- 7659,
- 7685,
- 7710,
- 7719,
- 7732,
- 7770,
- 7813,
- 7824,
- 7836,
- 7862,
- 7874,
- 7874,
- 7890,
- 7890,
- 7890,
- 7890,
- 7902,
- 7911,
- 7921,
- 7970,
- 7993,
- 8002,
- 8010,
- 8020,
- 8044,
- 8058,
- 8072,
- 8086,
- 8106,
- 8118,
- 8130,
- 8154,
- 8158,
- 8180,
- 8201,
- 8214,
- 8225,
- 8235,
- 8248,
- 8270,
- 8280,
- 8296,
- 8335,
- 8351,
- 8378,
- 8378,
- 8396,
- 8396,
- 8466,
- 8542,
- 8622,
- 8709,
- 8724,
- 8742,
- 8766,
- 8801,
- 8810,
- 8834,
- 8864,
- 8895,
- 8913,
- 8955,
- 9017,
- 9043,
- 9043,
- 9064,
- 9113,
- 9122,
- 9136,
- 9155,
- 9170,
- 9182,
- 9196,
- 9212,
- 9232,
- 9257,
- 9306,
- 9359,
- 9370,
- 9385,
- 9415,
- 9443,
- 9468,
- 9484,
- 9567,
- 9588,
- 9609,
- 9622,
- 9636,
- 9701,
- 9701,
- 9726,
- 9745,
- 9761,
- 9790,
- 9815,
- 9878,
- 9925,
- 9974,
- 10012,
- 10145,
- 10188,
- 10209,
- 10221,
- 10265,
- 10309,
- 10333,
- 10364,
- 10403,
- 10452,
- 10577,
- 10694,
- 10742,
- 10742,
- 10749,
- 10780,
- 10793,
- 10812,
- 10855,
- 10855,
- 10855,
- 10878,
- 10910,
- 10942,
- 10957,
- 10973,
- 10989,
- 11009,
- 11029,
- 11053,
- 11090,
- 11103,
- 11119,
- 11150,
- 11150,
- 11190,
- 11190,
- 11204,
- 11217,
- 11217,
- 11217,
- 11233,
- 11233,
- 11252,
- 11272,
- 11292,
- 11305,
- 11323,
- 11336,
- 11380,
- 11433,
- 11433,
- 11453,
- 11483,
- 11503,
- 11514,
- 11534,
- 11568,
- 11572,
- 11577,
- 11582,
- 11601,
- 11605,
- 11673,
- 11753,
- 11818,
- 11831,
- 11846,
- 11883,
- 11900,
- 11965,
- 12010,
- 12075,
- 12119,
- 12132,
- 12146,
- 12196,
- 12223,
- 12272,
- 12314,
- 12398,
- 12444,
- 12493,
- 12511,
- 12526,
- 12545,
- 12601,
- 12668,
- 12709,
- 12723,
- 12723,
- 12737,
- 12768,
- 12781,
- 12792,
- 12824,
- 12839,
- 12856,
- 12868,
- 12875,
- 12889,
- 12899,
- 12919,
- 12919,
- 12933,
- 12954,
- 12954,
- 12954,
- 12963,
- 12978,
- 12993,
- 13005,
- 13019,
- 13032,
- 13056,
- 13072,
- 13084,
- 13149,
- 13165,
- 13217,
- 13252,
- 13272,
- 13288,
- 13288,
- 13330,
- 13387,
- 13400,
- 13418,
- 13428,
- 13437,
- 13460,
- 13471,
- 13476,
- 13486,
+ 6951,
+ 7001,
+ 7014,
+ 7044,
+ 7056,
+ 7071,
+ 7082,
+ 7097,
+ 7122,
+ 7161,
+ 7264,
+ 7281,
+ 7313,
+ 7351,
+ 7380,
+ 7435,
+ 7453,
+ 7469,
+ 7484,
+ 7503,
+ 7520,
+ 7551,
+ 7581,
+ 7591,
+ 7603,
+ 7603,
+ 7653,
+ 7679,
+ 7704,
+ 7713,
+ 7726,
+ 7764,
+ 7807,
+ 7818,
+ 7830,
+ 7856,
+ 7868,
+ 7868,
+ 7884,
+ 7884,
+ 7884,
+ 7884,
+ 7896,
+ 7905,
+ 7915,
+ 7964,
+ 7987,
+ 7996,
+ 8004,
+ 8014,
+ 8038,
+ 8052,
+ 8066,
+ 8080,
+ 8100,
+ 8112,
+ 8124,
+ 8148,
+ 8152,
+ 8174,
+ 8195,
+ 8208,
+ 8219,
+ 8229,
+ 8242,
+ 8264,
+ 8274,
+ 8290,
+ 8329,
+ 8345,
+ 8372,
+ 8372,
+ 8390,
+ 8390,
+ 8460,
+ 8536,
+ 8616,
+ 8703,
+ 8718,
+ 8736,
+ 8760,
+ 8795,
+ 8804,
+ 8828,
+ 8858,
+ 8889,
+ 8907,
+ 8949,
+ 9011,
+ 9037,
+ 9037,
+ 9058,
+ 9107,
+ 9116,
+ 9130,
+ 9149,
+ 9164,
+ 9176,
+ 9190,
+ 9206,
+ 9226,
+ 9251,
+ 9300,
+ 9353,
+ 9364,
+ 9379,
+ 9409,
+ 9437,
+ 9462,
+ 9478,
+ 9561,
+ 9582,
+ 9603,
+ 9616,
+ 9630,
+ 9695,
+ 9695,
+ 9720,
+ 9739,
+ 9755,
+ 9784,
+ 9809,
+ 9872,
+ 9919,
+ 9968,
+ 10006,
+ 10139,
+ 10182,
+ 10203,
+ 10215,
+ 10259,
+ 10303,
+ 10327,
+ 10358,
+ 10397,
+ 10446,
+ 10571,
+ 10688,
+ 10736,
+ 10736,
+ 10743,
+ 10774,
+ 10787,
+ 10806,
+ 10849,
+ 10849,
+ 10849,
+ 10872,
+ 10904,
+ 10936,
+ 10951,
+ 10967,
+ 10983,
+ 11003,
+ 11023,
+ 11047,
+ 11084,
+ 11097,
+ 11113,
+ 11144,
+ 11144,
+ 11184,
+ 11184,
+ 11198,
+ 11211,
+ 11211,
+ 11211,
+ 11227,
+ 11227,
+ 11246,
+ 11266,
+ 11286,
+ 11299,
+ 11317,
+ 11330,
+ 11374,
+ 11427,
+ 11427,
+ 11447,
+ 11477,
+ 11497,
+ 11508,
+ 11528,
+ 11562,
+ 11566,
+ 11571,
+ 11576,
+ 11595,
+ 11599,
+ 11667,
+ 11747,
+ 11812,
+ 11825,
+ 11840,
+ 11877,
+ 11894,
+ 11959,
+ 12004,
+ 12069,
+ 12113,
+ 12126,
+ 12140,
+ 12190,
+ 12217,
+ 12266,
+ 12308,
+ 12392,
+ 12438,
+ 12487,
+ 12505,
+ 12520,
+ 12539,
+ 12595,
+ 12662,
+ 12703,
+ 12717,
+ 12717,
+ 12731,
+ 12762,
+ 12775,
+ 12786,
+ 12818,
+ 12833,
+ 12850,
+ 12862,
+ 12869,
+ 12883,
+ 12893,
+ 12913,
+ 12913,
+ 12927,
+ 12948,
+ 12948,
+ 12948,
+ 12957,
+ 12972,
+ 12987,
+ 12999,
+ 13013,
+ 13026,
+ 13050,
+ 13066,
+ 13078,
+ 13143,
+ 13159,
+ 13211,
+ 13246,
+ 13266,
+ 13282,
+ 13282,
+ 13324,
+ 13381,
+ 13394,
+ 13412,
+ 13422,
+ 13431,
+ 13454,
+ 13465,
+ 13470,
+ 13480,
+ 13493,
13499,
- 13505,
- 13528,
- 13538,
- 13549,
- 13563,
- 13575,
- 13575,
- 13592,
- 13592,
- 13610,
- 13624,
+ 13522,
+ 13532,
+ 13543,
+ 13557,
+ 13569,
+ 13569,
+ 13586,
+ 13586,
+ 13604,
+ 13618,
+ 13632,
13638,
- 13644,
- 13664,
- 13676,
- 13687,
- 13747,
- 13760,
- 13764,
- 13768,
- 13779,
- 13788,
- 13788,
- 13788,
- 13798,
- 13801,
- 13806,
- 13809,
+ 13658,
+ 13670,
+ 13681,
+ 13741,
+ 13754,
+ 13758,
+ 13762,
+ 13773,
+ 13782,
+ 13782,
+ 13782,
+ 13792,
+ 13795,
+ 13800,
+ 13803,
+ 13816,
13822,
- 13828,
- 13837,
- 13854,
- 13866,
- 13882,
- 13882,
- 13890,
- 13907,
- 13910,
- 13921,
- 13941,
- 13954,
- 13954,
- 13967,
- 13979,
- 13986,
- 13994,
- 14003,
- 14023,
- 14059,
- 14079,
- 14093,
- 14093,
+ 13831,
+ 13848,
+ 13860,
+ 13876,
+ 13876,
+ 13884,
+ 13901,
+ 13904,
+ 13915,
+ 13935,
+ 13948,
+ 13948,
+ 13961,
+ 13973,
+ 13980,
+ 13988,
+ 13997,
+ 14017,
+ 14053,
+ 14073,
+ 14087,
+ 14087,
+ 14102,
14108,
- 14114,
- 14130,
- 14144,
- 14159,
- 14194,
- 14194,
- 14207,
+ 14124,
+ 14138,
+ 14153,
+ 14188,
+ 14188,
+ 14201,
+ 14208,
14214,
- 14220,
- 14238,
- 14257,
- 14266,
- 14274,
- 14291,
- 14308,
- 14321,
- 14336,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14390,
- 14417,
- 14432,
- 14447,
- 14471,
- 14482,
- 14521,
- 14537,
- 14555,
- 14601,
- 14620,
- 14638,
- 14651,
- 14708,
- 14725,
- 14765,
- 14783,
- 14783,
- 14783,
- 14800,
- 14818,
- 14848,
- 14877,
- 14895,
- 14910,
- 14917,
- 14925,
+ 14232,
+ 14251,
+ 14260,
+ 14268,
+ 14285,
+ 14302,
+ 14315,
+ 14330,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14384,
+ 14411,
+ 14426,
+ 14441,
+ 14465,
+ 14476,
+ 14515,
+ 14531,
+ 14549,
+ 14595,
+ 14614,
+ 14632,
+ 14645,
+ 14702,
+ 14719,
+ 14759,
+ 14777,
+ 14777,
+ 14777,
+ 14794,
+ 14812,
+ 14842,
+ 14871,
+ 14889,
+ 14904,
+ 14911,
+ 14919,
+ 14926,
14932,
- 14938,
- 14951,
- 14959,
+ 14945,
+ 14953,
+ 14962,
14968,
- 14974,
- 14981,
- 14992,
- 15000,
- 15016,
- 15029,
- 15034,
- 15037,
- 15041,
- 15041,
- 15086,
- 15095,
- 15097,
- 15104,
- 15122,
- 15138,
- 15159,
- 15168,
+ 14975,
+ 14986,
+ 14994,
+ 15010,
+ 15023,
+ 15028,
+ 15031,
+ 15035,
+ 15035,
+ 15080,
+ 15089,
+ 15091,
+ 15098,
+ 15116,
+ 15132,
+ 15153,
+ 15162,
+ 15166,
15172,
- 15178,
- 15178,
- 15178,
- 15189,
- 15189,
- 15189,
- 15189,
- 15196,
- 15203,
- 15203,
- 15210,
- 15217,
- 15225,
- 15228,
- 15244,
- 15244,
- 15249,
- 15262,
- 15287,
- 15292,
- 15305,
- 15328,
- 15335,
- 15362,
- 15373,
- 15386,
- 15395,
- 15449,
- 15467,
- 15481,
- 15501,
- 15523,
- 15543,
- 15550,
- 15565,
- 15565,
- 15579,
- 15579,
- 15588,
- 15588,
- 15640,
- 15678,
- 15690,
- 15690,
- 15702,
- 15780,
- 15780,
- 15787,
- 15802,
- 15821,
- 15836,
- 15861,
- 15861,
- 15861,
- 15861,
- 15872,
- 15881,
- 15893,
- 15901,
- 15922,
- 15934,
- 15953,
- 16034,
- 16092,
- 16092,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16128,
- 16144,
- 16165,
- 16165,
- 16175,
- 16175,
- 16175,
- 16175,
- 16185,
- 16217,
- 16246,
- 16306,
- 16368,
- 16368,
- 16415,
- 16415,
- 16434,
- 16454,
- 16477,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16502,
- 16519,
- 16532,
- 16532,
- 16532,
- 16586,
- 16599,
- 16599,
- 16599,
- 16599,
- 16614,
- 16614,
- 16614,
- 16633,
- 16641,
- 16651,
- 16672,
- 16690,
- 16708,
- 16733,
- 16746,
- 16746,
- 16763,
- 16785,
- 16793,
- 16793,
- 16813,
- 16824,
- 16824,
- 16901,
- 16917,
- 16927,
- 16960,
- 16960,
- 17012,
- 17012,
+ 15172,
+ 15172,
+ 15183,
+ 15183,
+ 15183,
+ 15183,
+ 15190,
+ 15197,
+ 15197,
+ 15204,
+ 15211,
+ 15219,
+ 15222,
+ 15238,
+ 15238,
+ 15243,
+ 15256,
+ 15281,
+ 15286,
+ 15299,
+ 15322,
+ 15329,
+ 15356,
+ 15367,
+ 15380,
+ 15389,
+ 15443,
+ 15461,
+ 15475,
+ 15495,
+ 15517,
+ 15537,
+ 15544,
+ 15559,
+ 15559,
+ 15573,
+ 15573,
+ 15582,
+ 15582,
+ 15634,
+ 15672,
+ 15684,
+ 15684,
+ 15696,
+ 15774,
+ 15774,
+ 15781,
+ 15796,
+ 15815,
+ 15830,
+ 15855,
+ 15855,
+ 15855,
+ 15855,
+ 15866,
+ 15875,
+ 15887,
+ 15895,
+ 15916,
+ 15928,
+ 15947,
+ 16028,
+ 16086,
+ 16086,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16122,
+ 16138,
+ 16159,
+ 16159,
+ 16169,
+ 16169,
+ 16169,
+ 16169,
+ 16179,
+ 16211,
+ 16240,
+ 16300,
+ 16362,
+ 16362,
+ 16409,
+ 16409,
+ 16428,
+ 16448,
+ 16471,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16496,
+ 16513,
+ 16526,
+ 16526,
+ 16526,
+ 16580,
+ 16593,
+ 16593,
+ 16593,
+ 16593,
+ 16608,
+ 16608,
+ 16608,
+ 16627,
+ 16635,
+ 16645,
+ 16666,
+ 16684,
+ 16702,
+ 16727,
+ 16740,
+ 16740,
+ 16757,
+ 16779,
+ 16787,
+ 16787,
+ 16807,
+ 16818,
+ 16818,
+ 16895,
+ 16911,
+ 16921,
+ 16954,
+ 16954,
+ 17006,
+ 17006,
+ 17024,
17030,
- 17036,
- 17041,
- 17041,
- 17066,
- 17070,
- 17070,
- 17070,
- 17101,
- 17101,
- 17101,
- 17119,
- 17136,
- 17146,
- 17164,
- 17184,
- 17199,
- 17223,
- 17245,
- 17258,
- 17284,
- 17304,
- 17320,
- 17320,
- 17328,
- 17333,
- 17362,
- 17414,
- 17426,
- 17431,
- 17444,
- 17452,
- 17462,
- 17522,
- 17548,
- 17555,
- 17586,
- 17598,
- 17615,
- 17637,
- 17652,
- 17667,
- 17667,
- 17667,
- 17667,
- 17667,
- 17684,
- 17696,
- 17711,
- 17718,
- 17734,
- 17742,
- 17783,
- 17797,
- 17807,
- 17840,
- 17849,
- 17889,
+ 17035,
+ 17035,
+ 17060,
+ 17064,
+ 17064,
+ 17064,
+ 17095,
+ 17095,
+ 17095,
+ 17113,
+ 17130,
+ 17140,
+ 17158,
+ 17178,
+ 17193,
+ 17217,
+ 17239,
+ 17252,
+ 17278,
+ 17298,
+ 17314,
+ 17314,
+ 17322,
+ 17327,
+ 17356,
+ 17408,
+ 17420,
+ 17425,
+ 17438,
+ 17446,
+ 17456,
+ 17516,
+ 17542,
+ 17549,
+ 17580,
+ 17592,
+ 17609,
+ 17631,
+ 17646,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17678,
+ 17690,
+ 17705,
+ 17712,
+ 17728,
+ 17736,
+ 17777,
+ 17791,
+ 17801,
+ 17834,
+ 17843,
+ 17883,
+ 17899,
17905,
- 17911,
- 17922,
- 17927,
- 17932,
- 17935,
- 17948,
- 17969,
- 18011,
- 18061,
- 18074,
- 18104,
- 18104,
- 18183,
- 18229,
- 18243,
- 18290,
- 18305,
+ 17916,
+ 17921,
+ 17926,
+ 17929,
+ 17942,
+ 17963,
+ 18005,
+ 18055,
+ 18068,
+ 18098,
+ 18098,
+ 18177,
+ 18223,
+ 18237,
+ 18284,
+ 18299,
+ 18303,
18309,
- 18315,
- 18327,
- 18327,
- 18353,
- 18405,
- 18413,
- 18446,
- 18470,
- 18487,
- 18502,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18532,
- 18574,
- 18578,
- 18578,
- 18589,
- 18614,
- 18618,
- 18622,
- 18638,
+ 18321,
+ 18321,
+ 18347,
+ 18399,
+ 18407,
+ 18440,
+ 18464,
+ 18481,
+ 18496,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18526,
+ 18568,
+ 18572,
+ 18572,
+ 18583,
+ 18608,
+ 18612,
+ 18616,
+ 18632,
+ 18646,
18652,
- 18658,
+ 18672,
18678,
- 18684,
- 18704,
- 18712,
- 18712,
- 18712,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18788,
- 18788,
- 18797,
- 18807,
- 18817,
- 18835,
- 18885,
- 18885,
- 18902,
- 18902,
- 18906,
- 18906,
- 18921,
- 18934,
- 18934,
- 18945,
- 18957,
- 18957,
- 18978,
- 18978,
- 18978,
- 18978,
- 18978,
- 18991,
- 19007,
- 19007,
- 19007,
- 19007,
- 19012,
+ 18698,
+ 18706,
+ 18706,
+ 18706,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18782,
+ 18782,
+ 18791,
+ 18801,
+ 18811,
+ 18829,
+ 18879,
+ 18879,
+ 18896,
+ 18896,
+ 18900,
+ 18900,
+ 18915,
+ 18928,
+ 18928,
+ 18939,
+ 18951,
+ 18951,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18985,
+ 19001,
+ 19001,
+ 19001,
+ 19001,
+ 19006,
+ 19015,
19021,
- 19027,
- 19037,
+ 19031,
+ 19034,
+ 19040,
+ 19040,
19040,
19046,
- 19046,
- 19046,
- 19052,
- 19060,
- 19071,
- 19081,
- 19089,
- 19106,
- 19122,
- 19131,
- 19131,
- 19131,
- 19131,
- 19131,
- 19140,
- 19191,
- 19194,
- 19198,
- 19198,
- 19212,
- 19224,
- 19224,
+ 19054,
+ 19065,
+ 19075,
+ 19083,
+ 19100,
+ 19116,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19134,
+ 19185,
+ 19188,
+ 19192,
+ 19192,
+ 19206,
+ 19218,
+ 19218,
+ 19225,
19231,
- 19237,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19305,
- 19318,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19431,
- 19502,
- 19556,
- 19608,
- 19608,
- 19618,
- 19622,
- 19631,
- 19645,
- 19708,
- 19719,
- 19728,
- 19736,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19299,
+ 19312,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19425,
+ 19496,
+ 19550,
+ 19602,
+ 19602,
+ 19612,
+ 19616,
+ 19625,
+ 19639,
+ 19702,
+ 19713,
+ 19722,
+ 19730,
+ 19735,
19741,
- 19747,
+ 19757,
19763,
- 19769,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19914,
- 19924,
- 19937,
- 19948,
- 19961,
- 19974,
- 20006,
- 20041,
- 20077,
- 20115,
- 20123,
- 20136,
- 20136,
- 20136,
- 20159,
- 20167,
- 20167,
- 20167,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19908,
+ 19918,
+ 19931,
+ 19942,
+ 19955,
+ 19968,
+ 20000,
+ 20035,
+ 20071,
+ 20109,
+ 20117,
+ 20130,
+ 20130,
+ 20130,
+ 20153,
+ 20161,
+ 20161,
+ 20161,
+ 20175,
20181,
- 20187,
- 20195,
- 20204,
- 20219,
- 20230,
- 20230,
- 20257,
+ 20189,
+ 20198,
+ 20213,
+ 20224,
+ 20224,
+ 20245,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -6800,7 +6800,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -6946,7 +6946,7 @@ impl TranslatedString {
"under namespace",
"Unencrypted",
"Unknown mosaic!",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -7549,7 +7549,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -7732,7 +7732,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data:\n{0} / {1} bytes",
+ "Data:\n{0} / {1} bytes",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -8024,939 +8024,939 @@ impl TranslatedString {
4442,
4458,
4489,
- 4499,
- 4513,
- 4528,
- 4542,
- 4560,
- 4575,
- 4584,
- 4597,
- 4620,
- 4649,
- 4687,
- 4704,
- 4722,
- 4778,
- 4821,
- 4873,
- 4951,
- 4973,
- 5036,
- 5050,
- 5089,
- 5118,
- 5136,
- 5153,
- 5169,
- 5183,
- 5200,
- 5211,
- 5227,
- 5239,
- 5256,
- 5278,
- 5278,
- 5293,
- 5307,
- 5307,
- 5322,
- 5335,
- 5348,
- 5367,
- 5384,
- 5401,
- 5412,
- 5420,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5453,
- 5472,
- 5492,
- 5515,
- 5544,
- 5561,
- 5578,
- 5592,
+ 4493,
+ 4507,
+ 4522,
+ 4536,
+ 4554,
+ 4569,
+ 4578,
+ 4591,
+ 4614,
+ 4643,
+ 4681,
+ 4698,
+ 4716,
+ 4772,
+ 4815,
+ 4867,
+ 4945,
+ 4967,
+ 5030,
+ 5044,
+ 5083,
+ 5112,
+ 5130,
+ 5147,
+ 5163,
+ 5177,
+ 5194,
+ 5205,
+ 5221,
+ 5233,
+ 5250,
+ 5272,
+ 5272,
+ 5287,
+ 5301,
+ 5301,
+ 5316,
+ 5329,
+ 5342,
+ 5361,
+ 5378,
+ 5395,
+ 5406,
+ 5414,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5447,
+ 5466,
+ 5486,
+ 5509,
+ 5538,
+ 5555,
+ 5572,
+ 5586,
+ 5599,
5605,
- 5611,
- 5624,
- 5637,
- 5650,
- 5664,
- 5683,
- 5702,
- 5713,
- 5726,
- 5742,
- 5751,
- 5767,
- 5787,
- 5807,
- 5817,
- 5833,
- 5847,
- 5862,
- 5877,
- 5896,
- 5910,
- 5920,
- 5937,
- 5950,
- 5967,
- 5985,
- 5995,
- 6009,
- 6055,
- 6104,
- 6140,
- 6192,
- 6228,
- 6266,
- 6274,
- 6282,
- 6285,
- 6299,
- 6314,
- 6334,
- 6348,
- 6368,
- 6385,
- 6400,
- 6418,
- 6436,
- 6455,
- 6491,
- 6513,
- 6525,
- 6538,
- 6554,
- 6564,
- 6572,
- 6583,
- 6640,
- 6649,
- 6662,
- 6671,
- 6679,
- 6693,
- 6717,
- 6734,
- 6742,
- 6768,
- 6779,
- 6793,
- 6807,
- 6816,
- 6833,
- 6871,
- 6878,
- 6880,
- 6890,
- 6903,
+ 5618,
+ 5631,
+ 5644,
+ 5658,
+ 5677,
+ 5696,
+ 5707,
+ 5720,
+ 5736,
+ 5745,
+ 5761,
+ 5781,
+ 5801,
+ 5811,
+ 5827,
+ 5841,
+ 5856,
+ 5871,
+ 5890,
+ 5904,
+ 5914,
+ 5931,
+ 5944,
+ 5961,
+ 5979,
+ 5989,
+ 6003,
+ 6049,
+ 6098,
+ 6134,
+ 6186,
+ 6222,
+ 6260,
+ 6268,
+ 6276,
+ 6279,
+ 6293,
+ 6308,
+ 6328,
+ 6342,
+ 6362,
+ 6379,
+ 6394,
+ 6412,
+ 6430,
+ 6449,
+ 6485,
+ 6507,
+ 6519,
+ 6532,
+ 6548,
+ 6558,
+ 6566,
+ 6577,
+ 6634,
+ 6643,
+ 6656,
+ 6665,
+ 6673,
+ 6687,
+ 6711,
+ 6728,
+ 6736,
+ 6762,
+ 6773,
+ 6787,
+ 6801,
+ 6810,
+ 6827,
+ 6865,
+ 6872,
+ 6874,
+ 6884,
+ 6897,
+ 6916,
6922,
- 6928,
- 6957,
- 7007,
- 7020,
- 7050,
- 7062,
- 7077,
- 7088,
- 7103,
- 7128,
- 7167,
- 7270,
- 7287,
- 7319,
- 7357,
- 7386,
- 7441,
- 7459,
- 7475,
- 7490,
- 7509,
- 7526,
- 7557,
- 7587,
- 7597,
- 7609,
- 7609,
- 7659,
- 7685,
- 7710,
- 7719,
- 7732,
- 7770,
- 7813,
- 7824,
- 7836,
- 7862,
- 7874,
- 7874,
- 7890,
- 7890,
- 7890,
- 7890,
- 7902,
- 7911,
- 7921,
- 7970,
- 7993,
- 8002,
- 8010,
- 8020,
- 8044,
- 8058,
- 8072,
- 8086,
- 8106,
- 8118,
- 8130,
- 8154,
- 8158,
- 8180,
- 8201,
- 8214,
- 8225,
- 8235,
- 8248,
- 8270,
- 8280,
- 8296,
- 8335,
- 8351,
- 8378,
- 8378,
- 8396,
- 8396,
- 8466,
- 8542,
- 8622,
- 8709,
- 8724,
- 8742,
- 8766,
- 8801,
- 8810,
- 8834,
- 8864,
- 8895,
- 8913,
- 8955,
- 9017,
- 9043,
- 9043,
- 9064,
- 9113,
- 9122,
- 9136,
- 9155,
- 9170,
- 9182,
- 9196,
- 9212,
- 9232,
- 9257,
- 9306,
- 9359,
- 9370,
- 9385,
- 9415,
- 9443,
- 9468,
- 9484,
- 9567,
- 9588,
- 9609,
- 9622,
- 9636,
- 9701,
- 9701,
- 9726,
- 9745,
- 9761,
- 9790,
- 9815,
- 9878,
- 9925,
- 9974,
- 10012,
- 10145,
- 10188,
- 10209,
- 10221,
- 10265,
- 10309,
- 10333,
- 10364,
- 10403,
- 10452,
- 10577,
- 10694,
- 10742,
- 10742,
- 10749,
- 10780,
- 10793,
- 10812,
- 10855,
- 10855,
- 10855,
- 10878,
- 10910,
- 10942,
- 10957,
- 10973,
- 10989,
- 11009,
- 11029,
- 11053,
- 11090,
- 11103,
- 11119,
- 11150,
- 11150,
- 11190,
- 11190,
- 11204,
- 11217,
- 11217,
- 11217,
- 11233,
- 11233,
- 11252,
- 11272,
- 11292,
- 11305,
- 11323,
- 11336,
- 11380,
- 11433,
- 11433,
- 11453,
- 11483,
- 11503,
- 11514,
- 11534,
- 11568,
- 11572,
- 11577,
- 11582,
- 11601,
- 11605,
- 11673,
- 11753,
- 11818,
- 11831,
- 11846,
- 11883,
- 11900,
- 11965,
- 12010,
- 12075,
- 12119,
- 12132,
- 12146,
- 12196,
- 12223,
- 12272,
- 12314,
- 12398,
- 12444,
- 12493,
- 12511,
- 12526,
- 12545,
- 12601,
- 12668,
- 12709,
- 12723,
- 12723,
- 12737,
- 12768,
- 12781,
- 12792,
- 12824,
- 12839,
- 12856,
- 12868,
- 12875,
- 12889,
- 12899,
- 12919,
- 12919,
- 12933,
- 12954,
- 12954,
- 12954,
- 12963,
- 12978,
- 12993,
- 13005,
- 13019,
- 13032,
- 13056,
- 13072,
- 13084,
- 13149,
- 13165,
- 13217,
- 13252,
- 13272,
- 13288,
- 13288,
- 13330,
- 13387,
- 13400,
- 13418,
- 13428,
- 13437,
- 13460,
- 13471,
- 13476,
- 13486,
- 13499,
- 13505,
- 13528,
- 13538,
- 13549,
- 13563,
- 13575,
- 13575,
- 13592,
- 13592,
- 13610,
- 13624,
- 13638,
- 13644,
- 13664,
- 13676,
- 13687,
- 13747,
- 13760,
- 13764,
- 13768,
- 13779,
- 13788,
- 13788,
- 13788,
- 13798,
- 13801,
- 13806,
- 13809,
- 13822,
- 13828,
- 13837,
- 13854,
- 13866,
- 13882,
- 13882,
- 13890,
- 13907,
- 13910,
- 13921,
- 13941,
- 13954,
- 13954,
- 13967,
- 13979,
- 13986,
- 13994,
- 14003,
- 14023,
- 14059,
- 14079,
- 14093,
- 14093,
- 14108,
- 14114,
- 14130,
- 14144,
- 14159,
- 14194,
- 14194,
- 14207,
- 14214,
- 14220,
- 14238,
- 14257,
- 14266,
- 14274,
- 14291,
- 14308,
- 14321,
- 14336,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14390,
- 14417,
- 14432,
- 14447,
- 14471,
- 14482,
- 14521,
- 14537,
- 14555,
- 14601,
- 14620,
- 14638,
- 14651,
- 14708,
- 14725,
- 14765,
- 14783,
- 14783,
- 14783,
- 14800,
- 14818,
- 14848,
- 14877,
- 14895,
- 14910,
- 14917,
- 14925,
- 14932,
- 14938,
- 14951,
- 14959,
- 14968,
- 14974,
- 14981,
- 14992,
- 15000,
- 15016,
- 15029,
- 15034,
- 15037,
- 15041,
- 15041,
- 15086,
- 15095,
- 15097,
- 15104,
- 15122,
- 15138,
- 15159,
- 15168,
- 15172,
- 15178,
- 15178,
- 15178,
- 15189,
- 15189,
- 15189,
- 15189,
- 15196,
- 15203,
- 15203,
- 15210,
- 15217,
- 15225,
- 15228,
- 15244,
- 15244,
- 15249,
- 15262,
- 15287,
- 15292,
- 15305,
- 15328,
- 15335,
- 15362,
- 15373,
- 15386,
- 15395,
- 15449,
- 15467,
- 15481,
- 15501,
- 15523,
- 15543,
- 15550,
- 15565,
- 15565,
- 15579,
- 15579,
- 15588,
- 15588,
- 15640,
- 15678,
- 15690,
- 15690,
- 15702,
- 15780,
- 15780,
- 15787,
- 15802,
- 15821,
- 15836,
- 15861,
- 15861,
- 15861,
- 15861,
- 15872,
- 15881,
- 15893,
- 15901,
- 15922,
- 15934,
- 15953,
- 16034,
- 16092,
- 16092,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16128,
- 16144,
- 16165,
- 16165,
- 16175,
- 16175,
- 16175,
- 16175,
- 16185,
- 16217,
- 16246,
- 16306,
- 16368,
- 16368,
- 16415,
- 16415,
- 16434,
- 16454,
- 16477,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16502,
- 16519,
- 16532,
- 16532,
- 16532,
- 16586,
- 16599,
- 16599,
- 16599,
- 16599,
- 16614,
- 16614,
- 16614,
- 16633,
- 16641,
- 16651,
- 16672,
- 16690,
- 16708,
- 16733,
- 16746,
- 16746,
- 16763,
- 16785,
- 16793,
- 16793,
- 16813,
- 16824,
- 16824,
- 16901,
- 16917,
- 16927,
- 16960,
- 16960,
- 17012,
- 17012,
+ 6951,
+ 7001,
+ 7014,
+ 7044,
+ 7056,
+ 7071,
+ 7082,
+ 7097,
+ 7122,
+ 7161,
+ 7264,
+ 7281,
+ 7313,
+ 7351,
+ 7380,
+ 7435,
+ 7453,
+ 7469,
+ 7484,
+ 7503,
+ 7520,
+ 7551,
+ 7581,
+ 7591,
+ 7603,
+ 7603,
+ 7653,
+ 7679,
+ 7704,
+ 7713,
+ 7726,
+ 7764,
+ 7807,
+ 7818,
+ 7830,
+ 7856,
+ 7868,
+ 7868,
+ 7884,
+ 7884,
+ 7884,
+ 7884,
+ 7896,
+ 7905,
+ 7915,
+ 7964,
+ 7987,
+ 7996,
+ 8004,
+ 8014,
+ 8038,
+ 8052,
+ 8066,
+ 8080,
+ 8100,
+ 8112,
+ 8124,
+ 8148,
+ 8152,
+ 8174,
+ 8195,
+ 8208,
+ 8219,
+ 8229,
+ 8242,
+ 8264,
+ 8274,
+ 8290,
+ 8329,
+ 8345,
+ 8372,
+ 8372,
+ 8390,
+ 8390,
+ 8460,
+ 8536,
+ 8616,
+ 8703,
+ 8718,
+ 8736,
+ 8760,
+ 8795,
+ 8804,
+ 8828,
+ 8858,
+ 8889,
+ 8907,
+ 8949,
+ 9011,
+ 9037,
+ 9037,
+ 9058,
+ 9107,
+ 9116,
+ 9130,
+ 9149,
+ 9164,
+ 9176,
+ 9190,
+ 9206,
+ 9226,
+ 9251,
+ 9300,
+ 9353,
+ 9364,
+ 9379,
+ 9409,
+ 9437,
+ 9462,
+ 9478,
+ 9561,
+ 9582,
+ 9603,
+ 9616,
+ 9630,
+ 9695,
+ 9695,
+ 9720,
+ 9739,
+ 9755,
+ 9784,
+ 9809,
+ 9872,
+ 9919,
+ 9968,
+ 10006,
+ 10139,
+ 10182,
+ 10203,
+ 10215,
+ 10259,
+ 10303,
+ 10327,
+ 10358,
+ 10397,
+ 10446,
+ 10571,
+ 10688,
+ 10736,
+ 10736,
+ 10743,
+ 10774,
+ 10787,
+ 10806,
+ 10849,
+ 10849,
+ 10849,
+ 10872,
+ 10904,
+ 10936,
+ 10951,
+ 10967,
+ 10983,
+ 11003,
+ 11023,
+ 11047,
+ 11084,
+ 11097,
+ 11113,
+ 11144,
+ 11144,
+ 11184,
+ 11184,
+ 11198,
+ 11211,
+ 11211,
+ 11211,
+ 11227,
+ 11227,
+ 11246,
+ 11266,
+ 11286,
+ 11299,
+ 11317,
+ 11330,
+ 11374,
+ 11427,
+ 11427,
+ 11447,
+ 11477,
+ 11497,
+ 11508,
+ 11528,
+ 11562,
+ 11566,
+ 11571,
+ 11576,
+ 11595,
+ 11599,
+ 11667,
+ 11747,
+ 11812,
+ 11825,
+ 11840,
+ 11877,
+ 11894,
+ 11959,
+ 12004,
+ 12069,
+ 12113,
+ 12126,
+ 12140,
+ 12190,
+ 12217,
+ 12266,
+ 12308,
+ 12392,
+ 12438,
+ 12487,
+ 12505,
+ 12520,
+ 12539,
+ 12595,
+ 12662,
+ 12703,
+ 12717,
+ 12717,
+ 12731,
+ 12762,
+ 12775,
+ 12786,
+ 12818,
+ 12833,
+ 12850,
+ 12862,
+ 12869,
+ 12883,
+ 12893,
+ 12913,
+ 12913,
+ 12927,
+ 12948,
+ 12948,
+ 12948,
+ 12957,
+ 12972,
+ 12987,
+ 12999,
+ 13013,
+ 13026,
+ 13050,
+ 13066,
+ 13078,
+ 13143,
+ 13159,
+ 13211,
+ 13246,
+ 13266,
+ 13282,
+ 13282,
+ 13324,
+ 13381,
+ 13394,
+ 13412,
+ 13422,
+ 13431,
+ 13454,
+ 13465,
+ 13470,
+ 13480,
+ 13493,
+ 13499,
+ 13522,
+ 13532,
+ 13543,
+ 13557,
+ 13569,
+ 13569,
+ 13586,
+ 13586,
+ 13604,
+ 13618,
+ 13632,
+ 13638,
+ 13658,
+ 13670,
+ 13681,
+ 13741,
+ 13754,
+ 13758,
+ 13762,
+ 13773,
+ 13782,
+ 13782,
+ 13782,
+ 13792,
+ 13795,
+ 13800,
+ 13803,
+ 13816,
+ 13822,
+ 13831,
+ 13848,
+ 13860,
+ 13876,
+ 13876,
+ 13884,
+ 13901,
+ 13904,
+ 13915,
+ 13935,
+ 13948,
+ 13948,
+ 13961,
+ 13973,
+ 13980,
+ 13988,
+ 13997,
+ 14017,
+ 14053,
+ 14073,
+ 14087,
+ 14087,
+ 14102,
+ 14108,
+ 14124,
+ 14138,
+ 14153,
+ 14188,
+ 14188,
+ 14201,
+ 14208,
+ 14214,
+ 14232,
+ 14251,
+ 14260,
+ 14268,
+ 14285,
+ 14302,
+ 14315,
+ 14330,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14384,
+ 14411,
+ 14426,
+ 14441,
+ 14465,
+ 14476,
+ 14515,
+ 14531,
+ 14549,
+ 14595,
+ 14614,
+ 14632,
+ 14645,
+ 14702,
+ 14719,
+ 14759,
+ 14777,
+ 14777,
+ 14777,
+ 14794,
+ 14812,
+ 14842,
+ 14871,
+ 14889,
+ 14904,
+ 14911,
+ 14919,
+ 14926,
+ 14932,
+ 14945,
+ 14953,
+ 14962,
+ 14968,
+ 14975,
+ 14986,
+ 14994,
+ 15010,
+ 15023,
+ 15028,
+ 15031,
+ 15035,
+ 15035,
+ 15080,
+ 15089,
+ 15091,
+ 15098,
+ 15116,
+ 15132,
+ 15153,
+ 15162,
+ 15166,
+ 15172,
+ 15172,
+ 15172,
+ 15183,
+ 15183,
+ 15183,
+ 15183,
+ 15190,
+ 15197,
+ 15197,
+ 15204,
+ 15211,
+ 15219,
+ 15222,
+ 15238,
+ 15238,
+ 15243,
+ 15256,
+ 15281,
+ 15286,
+ 15299,
+ 15322,
+ 15329,
+ 15356,
+ 15367,
+ 15380,
+ 15389,
+ 15443,
+ 15461,
+ 15475,
+ 15495,
+ 15517,
+ 15537,
+ 15544,
+ 15559,
+ 15559,
+ 15573,
+ 15573,
+ 15582,
+ 15582,
+ 15634,
+ 15672,
+ 15684,
+ 15684,
+ 15696,
+ 15774,
+ 15774,
+ 15781,
+ 15796,
+ 15815,
+ 15830,
+ 15855,
+ 15855,
+ 15855,
+ 15855,
+ 15866,
+ 15875,
+ 15887,
+ 15895,
+ 15916,
+ 15928,
+ 15947,
+ 16028,
+ 16086,
+ 16086,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16122,
+ 16138,
+ 16159,
+ 16159,
+ 16169,
+ 16169,
+ 16169,
+ 16169,
+ 16179,
+ 16211,
+ 16240,
+ 16300,
+ 16362,
+ 16362,
+ 16409,
+ 16409,
+ 16428,
+ 16448,
+ 16471,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16496,
+ 16513,
+ 16526,
+ 16526,
+ 16526,
+ 16580,
+ 16593,
+ 16593,
+ 16593,
+ 16593,
+ 16608,
+ 16608,
+ 16608,
+ 16627,
+ 16635,
+ 16645,
+ 16666,
+ 16684,
+ 16702,
+ 16727,
+ 16740,
+ 16740,
+ 16757,
+ 16779,
+ 16787,
+ 16787,
+ 16807,
+ 16818,
+ 16818,
+ 16895,
+ 16911,
+ 16921,
+ 16954,
+ 16954,
+ 17006,
+ 17006,
+ 17024,
17030,
- 17036,
- 17041,
- 17041,
- 17066,
- 17070,
- 17070,
- 17070,
- 17101,
- 17101,
- 17101,
- 17119,
- 17136,
- 17146,
- 17164,
- 17184,
- 17199,
- 17223,
- 17245,
- 17258,
- 17284,
- 17304,
- 17320,
- 17320,
- 17328,
- 17333,
- 17362,
- 17414,
- 17426,
- 17431,
- 17444,
- 17452,
- 17462,
- 17522,
- 17548,
- 17555,
- 17586,
- 17598,
- 17615,
- 17637,
- 17652,
- 17667,
- 17667,
- 17667,
- 17667,
- 17667,
- 17684,
- 17696,
- 17711,
- 17718,
- 17734,
- 17742,
- 17783,
- 17797,
- 17807,
- 17840,
- 17849,
- 17889,
+ 17035,
+ 17035,
+ 17060,
+ 17064,
+ 17064,
+ 17064,
+ 17095,
+ 17095,
+ 17095,
+ 17113,
+ 17130,
+ 17140,
+ 17158,
+ 17178,
+ 17193,
+ 17217,
+ 17239,
+ 17252,
+ 17278,
+ 17298,
+ 17314,
+ 17314,
+ 17322,
+ 17327,
+ 17356,
+ 17408,
+ 17420,
+ 17425,
+ 17438,
+ 17446,
+ 17456,
+ 17516,
+ 17542,
+ 17549,
+ 17580,
+ 17592,
+ 17609,
+ 17631,
+ 17646,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17678,
+ 17690,
+ 17705,
+ 17712,
+ 17728,
+ 17736,
+ 17777,
+ 17791,
+ 17801,
+ 17834,
+ 17843,
+ 17883,
+ 17899,
17905,
- 17911,
- 17922,
- 17927,
- 17932,
- 17935,
- 17948,
- 17969,
- 18011,
- 18061,
- 18074,
- 18104,
- 18104,
- 18183,
- 18229,
- 18243,
- 18290,
- 18305,
+ 17916,
+ 17921,
+ 17926,
+ 17929,
+ 17942,
+ 17963,
+ 18005,
+ 18055,
+ 18068,
+ 18098,
+ 18098,
+ 18177,
+ 18223,
+ 18237,
+ 18284,
+ 18299,
+ 18303,
18309,
- 18315,
- 18327,
- 18327,
- 18353,
- 18405,
- 18413,
- 18446,
- 18470,
- 18487,
- 18502,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18532,
- 18574,
- 18578,
- 18578,
- 18589,
- 18614,
- 18618,
- 18622,
- 18638,
+ 18321,
+ 18321,
+ 18347,
+ 18399,
+ 18407,
+ 18440,
+ 18464,
+ 18481,
+ 18496,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18526,
+ 18568,
+ 18572,
+ 18572,
+ 18583,
+ 18608,
+ 18612,
+ 18616,
+ 18632,
+ 18646,
18652,
- 18658,
+ 18672,
18678,
- 18684,
- 18704,
- 18712,
- 18712,
- 18712,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18788,
- 18788,
- 18797,
- 18807,
- 18817,
- 18835,
- 18885,
- 18885,
- 18902,
- 18902,
- 18906,
- 18906,
- 18921,
- 18934,
- 18934,
- 18945,
- 18957,
- 18957,
- 18978,
- 18978,
- 18978,
- 18978,
- 18978,
- 18991,
- 19007,
- 19007,
- 19007,
- 19007,
- 19012,
+ 18698,
+ 18706,
+ 18706,
+ 18706,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18782,
+ 18782,
+ 18791,
+ 18801,
+ 18811,
+ 18829,
+ 18879,
+ 18879,
+ 18896,
+ 18896,
+ 18900,
+ 18900,
+ 18915,
+ 18928,
+ 18928,
+ 18939,
+ 18951,
+ 18951,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18985,
+ 19001,
+ 19001,
+ 19001,
+ 19001,
+ 19006,
+ 19015,
19021,
- 19027,
- 19037,
+ 19031,
+ 19034,
+ 19040,
+ 19040,
19040,
19046,
- 19046,
- 19046,
- 19052,
- 19060,
- 19071,
- 19081,
- 19089,
- 19106,
- 19122,
- 19131,
- 19131,
- 19131,
- 19131,
- 19131,
- 19140,
- 19191,
- 19194,
- 19198,
- 19198,
- 19212,
- 19224,
- 19224,
+ 19054,
+ 19065,
+ 19075,
+ 19083,
+ 19100,
+ 19116,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19134,
+ 19185,
+ 19188,
+ 19192,
+ 19192,
+ 19206,
+ 19218,
+ 19218,
+ 19225,
19231,
- 19237,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19305,
- 19318,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19431,
- 19502,
- 19556,
- 19608,
- 19608,
- 19618,
- 19622,
- 19631,
- 19645,
- 19708,
- 19719,
- 19728,
- 19736,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19299,
+ 19312,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19425,
+ 19496,
+ 19550,
+ 19602,
+ 19602,
+ 19612,
+ 19616,
+ 19625,
+ 19639,
+ 19702,
+ 19713,
+ 19722,
+ 19730,
+ 19735,
19741,
- 19747,
+ 19757,
19763,
- 19769,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19914,
- 19924,
- 19937,
- 19948,
- 19961,
- 19974,
- 20006,
- 20041,
- 20077,
- 20115,
- 20123,
- 20136,
- 20136,
- 20136,
- 20159,
- 20167,
- 20167,
- 20167,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19908,
+ 19918,
+ 19931,
+ 19942,
+ 19955,
+ 19968,
+ 20000,
+ 20035,
+ 20071,
+ 20109,
+ 20117,
+ 20130,
+ 20130,
+ 20130,
+ 20153,
+ 20161,
+ 20161,
+ 20161,
+ 20175,
20181,
- 20187,
- 20195,
- 20204,
- 20219,
- 20230,
- 20230,
- 20257,
+ 20189,
+ 20198,
+ 20213,
+ 20224,
+ 20224,
+ 20245,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -9247,7 +9247,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -9393,7 +9393,7 @@ impl TranslatedString {
"under namespace",
"Unencrypted",
"Unknown mosaic!",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -9996,7 +9996,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -10179,7 +10179,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data:\n{0} / {1} bytes",
+ "Data:\n{0} / {1} bytes",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -10471,939 +10471,939 @@ impl TranslatedString {
4442,
4458,
4489,
- 4499,
- 4513,
- 4528,
- 4542,
- 4560,
- 4575,
- 4584,
- 4597,
- 4620,
- 4649,
- 4687,
- 4704,
- 4722,
- 4778,
- 4821,
- 4873,
- 4951,
- 4973,
- 5036,
- 5050,
- 5089,
- 5118,
- 5136,
- 5153,
- 5169,
- 5183,
- 5200,
- 5211,
- 5227,
- 5239,
- 5256,
- 5278,
- 5278,
- 5293,
- 5307,
- 5307,
- 5322,
- 5335,
- 5348,
- 5367,
- 5384,
- 5401,
- 5412,
- 5420,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5436,
- 5453,
- 5472,
- 5492,
- 5515,
- 5544,
- 5561,
- 5578,
- 5592,
+ 4493,
+ 4507,
+ 4522,
+ 4536,
+ 4554,
+ 4569,
+ 4578,
+ 4591,
+ 4614,
+ 4643,
+ 4681,
+ 4698,
+ 4716,
+ 4772,
+ 4815,
+ 4867,
+ 4945,
+ 4967,
+ 5030,
+ 5044,
+ 5083,
+ 5112,
+ 5130,
+ 5147,
+ 5163,
+ 5177,
+ 5194,
+ 5205,
+ 5221,
+ 5233,
+ 5250,
+ 5272,
+ 5272,
+ 5287,
+ 5301,
+ 5301,
+ 5316,
+ 5329,
+ 5342,
+ 5361,
+ 5378,
+ 5395,
+ 5406,
+ 5414,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5430,
+ 5447,
+ 5466,
+ 5486,
+ 5509,
+ 5538,
+ 5555,
+ 5572,
+ 5586,
+ 5599,
5605,
- 5611,
- 5624,
- 5637,
- 5650,
- 5664,
- 5683,
- 5702,
- 5713,
- 5726,
- 5742,
- 5751,
- 5767,
- 5787,
- 5807,
- 5817,
- 5833,
- 5847,
- 5862,
- 5877,
- 5896,
- 5910,
- 5920,
- 5937,
- 5950,
- 5967,
- 5985,
- 5995,
- 6009,
- 6055,
- 6104,
- 6140,
- 6192,
- 6228,
- 6266,
- 6274,
- 6282,
- 6285,
- 6299,
- 6314,
- 6334,
- 6348,
- 6368,
- 6385,
- 6400,
- 6418,
- 6436,
- 6455,
- 6491,
- 6513,
- 6525,
- 6538,
- 6554,
- 6564,
- 6572,
- 6583,
- 6640,
- 6649,
- 6662,
- 6671,
- 6679,
- 6693,
- 6717,
- 6734,
- 6742,
- 6768,
- 6779,
- 6793,
- 6807,
- 6816,
- 6833,
- 6871,
- 6878,
- 6880,
- 6890,
- 6903,
+ 5618,
+ 5631,
+ 5644,
+ 5658,
+ 5677,
+ 5696,
+ 5707,
+ 5720,
+ 5736,
+ 5745,
+ 5761,
+ 5781,
+ 5801,
+ 5811,
+ 5827,
+ 5841,
+ 5856,
+ 5871,
+ 5890,
+ 5904,
+ 5914,
+ 5931,
+ 5944,
+ 5961,
+ 5979,
+ 5989,
+ 6003,
+ 6049,
+ 6098,
+ 6134,
+ 6186,
+ 6222,
+ 6260,
+ 6268,
+ 6276,
+ 6279,
+ 6293,
+ 6308,
+ 6328,
+ 6342,
+ 6362,
+ 6379,
+ 6394,
+ 6412,
+ 6430,
+ 6449,
+ 6485,
+ 6507,
+ 6519,
+ 6532,
+ 6548,
+ 6558,
+ 6566,
+ 6577,
+ 6634,
+ 6643,
+ 6656,
+ 6665,
+ 6673,
+ 6687,
+ 6711,
+ 6728,
+ 6736,
+ 6762,
+ 6773,
+ 6787,
+ 6801,
+ 6810,
+ 6827,
+ 6865,
+ 6872,
+ 6874,
+ 6884,
+ 6897,
+ 6916,
6922,
- 6928,
- 6957,
- 7007,
- 7020,
- 7050,
- 7062,
- 7077,
- 7088,
- 7103,
- 7128,
- 7167,
- 7270,
- 7287,
- 7319,
- 7357,
- 7386,
- 7441,
- 7459,
- 7475,
- 7490,
- 7509,
- 7526,
- 7557,
- 7587,
- 7597,
- 7609,
- 7609,
- 7659,
- 7685,
- 7710,
- 7719,
- 7732,
- 7770,
- 7813,
- 7824,
- 7836,
- 7862,
- 7874,
- 7874,
- 7890,
- 7890,
- 7890,
- 7890,
- 7902,
- 7911,
- 7921,
- 7970,
- 7993,
- 8002,
- 8010,
- 8020,
- 8044,
- 8058,
- 8072,
- 8086,
- 8106,
- 8118,
- 8130,
- 8154,
- 8158,
- 8180,
- 8201,
- 8214,
- 8225,
- 8235,
- 8248,
- 8270,
- 8280,
- 8296,
- 8335,
- 8351,
- 8378,
- 8378,
- 8396,
- 8396,
- 8466,
- 8542,
- 8622,
- 8709,
- 8724,
- 8742,
- 8766,
- 8801,
- 8810,
- 8834,
- 8864,
- 8895,
- 8913,
- 8955,
- 9017,
- 9043,
- 9043,
- 9064,
- 9113,
- 9122,
- 9136,
- 9155,
- 9170,
- 9182,
- 9196,
- 9212,
- 9232,
- 9257,
- 9306,
- 9359,
- 9370,
- 9385,
- 9415,
- 9443,
- 9468,
- 9484,
- 9567,
- 9588,
- 9609,
- 9622,
- 9636,
- 9701,
- 9701,
- 9726,
- 9745,
- 9761,
- 9790,
- 9815,
- 9878,
- 9925,
- 9974,
- 10012,
- 10145,
- 10188,
- 10209,
- 10221,
- 10265,
- 10309,
- 10333,
- 10364,
- 10403,
- 10452,
- 10577,
- 10694,
- 10742,
- 10742,
- 10749,
- 10780,
- 10793,
- 10812,
- 10855,
- 10855,
- 10855,
- 10878,
- 10910,
- 10942,
- 10957,
- 10973,
- 10989,
- 11009,
- 11029,
- 11053,
- 11090,
- 11103,
- 11119,
- 11150,
- 11150,
- 11190,
- 11190,
- 11204,
- 11217,
- 11217,
- 11217,
- 11233,
- 11233,
- 11252,
- 11272,
- 11292,
- 11305,
- 11323,
- 11336,
- 11380,
- 11433,
- 11433,
- 11453,
- 11483,
- 11503,
- 11514,
- 11534,
- 11568,
- 11572,
- 11577,
- 11582,
- 11601,
- 11605,
- 11673,
- 11753,
- 11818,
- 11831,
- 11846,
- 11883,
- 11900,
- 11965,
- 12010,
- 12075,
- 12119,
- 12132,
- 12146,
- 12196,
- 12223,
- 12272,
- 12314,
- 12398,
- 12444,
- 12493,
- 12511,
- 12526,
- 12545,
- 12601,
- 12668,
- 12709,
- 12723,
- 12723,
- 12737,
- 12768,
- 12781,
- 12792,
- 12824,
- 12839,
- 12856,
- 12868,
- 12875,
- 12889,
- 12899,
- 12919,
- 12919,
- 12933,
- 12954,
- 12954,
- 12954,
- 12963,
- 12978,
- 12993,
- 13005,
- 13019,
- 13032,
- 13056,
- 13072,
- 13084,
- 13149,
- 13165,
- 13217,
- 13252,
- 13272,
- 13288,
- 13288,
- 13330,
- 13387,
- 13400,
- 13418,
- 13428,
- 13437,
- 13460,
- 13471,
- 13476,
- 13486,
+ 6951,
+ 7001,
+ 7014,
+ 7044,
+ 7056,
+ 7071,
+ 7082,
+ 7097,
+ 7122,
+ 7161,
+ 7264,
+ 7281,
+ 7313,
+ 7351,
+ 7380,
+ 7435,
+ 7453,
+ 7469,
+ 7484,
+ 7503,
+ 7520,
+ 7551,
+ 7581,
+ 7591,
+ 7603,
+ 7603,
+ 7653,
+ 7679,
+ 7704,
+ 7713,
+ 7726,
+ 7764,
+ 7807,
+ 7818,
+ 7830,
+ 7856,
+ 7868,
+ 7868,
+ 7884,
+ 7884,
+ 7884,
+ 7884,
+ 7896,
+ 7905,
+ 7915,
+ 7964,
+ 7987,
+ 7996,
+ 8004,
+ 8014,
+ 8038,
+ 8052,
+ 8066,
+ 8080,
+ 8100,
+ 8112,
+ 8124,
+ 8148,
+ 8152,
+ 8174,
+ 8195,
+ 8208,
+ 8219,
+ 8229,
+ 8242,
+ 8264,
+ 8274,
+ 8290,
+ 8329,
+ 8345,
+ 8372,
+ 8372,
+ 8390,
+ 8390,
+ 8460,
+ 8536,
+ 8616,
+ 8703,
+ 8718,
+ 8736,
+ 8760,
+ 8795,
+ 8804,
+ 8828,
+ 8858,
+ 8889,
+ 8907,
+ 8949,
+ 9011,
+ 9037,
+ 9037,
+ 9058,
+ 9107,
+ 9116,
+ 9130,
+ 9149,
+ 9164,
+ 9176,
+ 9190,
+ 9206,
+ 9226,
+ 9251,
+ 9300,
+ 9353,
+ 9364,
+ 9379,
+ 9409,
+ 9437,
+ 9462,
+ 9478,
+ 9561,
+ 9582,
+ 9603,
+ 9616,
+ 9630,
+ 9695,
+ 9695,
+ 9720,
+ 9739,
+ 9755,
+ 9784,
+ 9809,
+ 9872,
+ 9919,
+ 9968,
+ 10006,
+ 10139,
+ 10182,
+ 10203,
+ 10215,
+ 10259,
+ 10303,
+ 10327,
+ 10358,
+ 10397,
+ 10446,
+ 10571,
+ 10688,
+ 10736,
+ 10736,
+ 10743,
+ 10774,
+ 10787,
+ 10806,
+ 10849,
+ 10849,
+ 10849,
+ 10872,
+ 10904,
+ 10936,
+ 10951,
+ 10967,
+ 10983,
+ 11003,
+ 11023,
+ 11047,
+ 11084,
+ 11097,
+ 11113,
+ 11144,
+ 11144,
+ 11184,
+ 11184,
+ 11198,
+ 11211,
+ 11211,
+ 11211,
+ 11227,
+ 11227,
+ 11246,
+ 11266,
+ 11286,
+ 11299,
+ 11317,
+ 11330,
+ 11374,
+ 11427,
+ 11427,
+ 11447,
+ 11477,
+ 11497,
+ 11508,
+ 11528,
+ 11562,
+ 11566,
+ 11571,
+ 11576,
+ 11595,
+ 11599,
+ 11667,
+ 11747,
+ 11812,
+ 11825,
+ 11840,
+ 11877,
+ 11894,
+ 11959,
+ 12004,
+ 12069,
+ 12113,
+ 12126,
+ 12140,
+ 12190,
+ 12217,
+ 12266,
+ 12308,
+ 12392,
+ 12438,
+ 12487,
+ 12505,
+ 12520,
+ 12539,
+ 12595,
+ 12662,
+ 12703,
+ 12717,
+ 12717,
+ 12731,
+ 12762,
+ 12775,
+ 12786,
+ 12818,
+ 12833,
+ 12850,
+ 12862,
+ 12869,
+ 12883,
+ 12893,
+ 12913,
+ 12913,
+ 12927,
+ 12948,
+ 12948,
+ 12948,
+ 12957,
+ 12972,
+ 12987,
+ 12999,
+ 13013,
+ 13026,
+ 13050,
+ 13066,
+ 13078,
+ 13143,
+ 13159,
+ 13211,
+ 13246,
+ 13266,
+ 13282,
+ 13282,
+ 13324,
+ 13381,
+ 13394,
+ 13412,
+ 13422,
+ 13431,
+ 13454,
+ 13465,
+ 13470,
+ 13480,
+ 13493,
13499,
- 13505,
- 13528,
- 13538,
- 13549,
- 13563,
- 13575,
- 13575,
- 13592,
- 13592,
- 13610,
- 13624,
+ 13522,
+ 13532,
+ 13543,
+ 13557,
+ 13569,
+ 13569,
+ 13586,
+ 13586,
+ 13604,
+ 13618,
+ 13632,
13638,
- 13644,
- 13664,
- 13676,
- 13687,
- 13747,
- 13760,
- 13764,
- 13768,
- 13779,
- 13788,
- 13788,
- 13788,
- 13798,
- 13801,
- 13806,
- 13809,
+ 13658,
+ 13670,
+ 13681,
+ 13741,
+ 13754,
+ 13758,
+ 13762,
+ 13773,
+ 13782,
+ 13782,
+ 13782,
+ 13792,
+ 13795,
+ 13800,
+ 13803,
+ 13816,
13822,
- 13828,
- 13837,
- 13854,
- 13866,
- 13882,
- 13882,
- 13890,
- 13907,
- 13910,
- 13921,
- 13941,
- 13954,
- 13954,
- 13967,
- 13979,
- 13986,
- 13994,
- 14003,
- 14023,
- 14059,
- 14079,
- 14093,
- 14093,
+ 13831,
+ 13848,
+ 13860,
+ 13876,
+ 13876,
+ 13884,
+ 13901,
+ 13904,
+ 13915,
+ 13935,
+ 13948,
+ 13948,
+ 13961,
+ 13973,
+ 13980,
+ 13988,
+ 13997,
+ 14017,
+ 14053,
+ 14073,
+ 14087,
+ 14087,
+ 14102,
14108,
- 14114,
- 14130,
- 14144,
- 14159,
- 14194,
- 14194,
- 14207,
+ 14124,
+ 14138,
+ 14153,
+ 14188,
+ 14188,
+ 14201,
+ 14208,
14214,
- 14220,
- 14238,
- 14257,
- 14266,
- 14274,
- 14291,
- 14308,
- 14321,
- 14336,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14352,
- 14390,
- 14417,
- 14432,
- 14447,
- 14471,
- 14482,
- 14521,
- 14537,
- 14555,
- 14601,
- 14620,
- 14638,
- 14651,
- 14708,
- 14725,
- 14765,
- 14783,
- 14783,
- 14783,
- 14800,
- 14818,
- 14848,
- 14877,
- 14895,
- 14910,
- 14917,
- 14925,
+ 14232,
+ 14251,
+ 14260,
+ 14268,
+ 14285,
+ 14302,
+ 14315,
+ 14330,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14346,
+ 14384,
+ 14411,
+ 14426,
+ 14441,
+ 14465,
+ 14476,
+ 14515,
+ 14531,
+ 14549,
+ 14595,
+ 14614,
+ 14632,
+ 14645,
+ 14702,
+ 14719,
+ 14759,
+ 14777,
+ 14777,
+ 14777,
+ 14794,
+ 14812,
+ 14842,
+ 14871,
+ 14889,
+ 14904,
+ 14911,
+ 14919,
+ 14926,
14932,
- 14938,
- 14951,
- 14959,
+ 14945,
+ 14953,
+ 14962,
14968,
- 14974,
- 14981,
- 14992,
- 15000,
- 15016,
- 15029,
- 15034,
- 15037,
- 15041,
- 15041,
- 15086,
- 15095,
- 15097,
- 15104,
- 15122,
- 15138,
- 15159,
- 15168,
+ 14975,
+ 14986,
+ 14994,
+ 15010,
+ 15023,
+ 15028,
+ 15031,
+ 15035,
+ 15035,
+ 15080,
+ 15089,
+ 15091,
+ 15098,
+ 15116,
+ 15132,
+ 15153,
+ 15162,
+ 15166,
15172,
- 15178,
- 15178,
- 15178,
- 15189,
- 15189,
- 15189,
- 15189,
- 15196,
- 15203,
- 15203,
- 15210,
- 15217,
- 15225,
- 15228,
- 15244,
- 15244,
- 15249,
- 15262,
- 15287,
- 15292,
- 15305,
- 15328,
- 15335,
- 15362,
- 15373,
- 15386,
- 15395,
- 15449,
- 15467,
- 15481,
- 15501,
- 15523,
- 15543,
- 15550,
- 15565,
- 15565,
- 15579,
- 15579,
- 15588,
- 15588,
- 15640,
- 15678,
- 15690,
- 15690,
- 15702,
- 15780,
- 15780,
- 15787,
- 15802,
- 15821,
- 15836,
- 15861,
- 15861,
- 15861,
- 15861,
- 15872,
- 15881,
- 15893,
- 15901,
- 15922,
- 15934,
- 15953,
- 16034,
- 16092,
- 16092,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16112,
- 16128,
- 16144,
- 16165,
- 16165,
- 16175,
- 16175,
- 16175,
- 16175,
- 16185,
- 16217,
- 16246,
- 16306,
- 16368,
- 16368,
- 16415,
- 16415,
- 16434,
- 16454,
- 16477,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16484,
- 16502,
- 16519,
- 16532,
- 16532,
- 16532,
- 16586,
- 16599,
- 16599,
- 16599,
- 16599,
- 16614,
- 16614,
- 16614,
- 16633,
- 16641,
- 16651,
- 16672,
- 16690,
- 16708,
- 16733,
- 16746,
- 16746,
- 16763,
- 16785,
- 16793,
- 16793,
- 16813,
- 16824,
- 16824,
- 16901,
- 16917,
- 16927,
- 16960,
- 16960,
- 17012,
- 17012,
+ 15172,
+ 15172,
+ 15183,
+ 15183,
+ 15183,
+ 15183,
+ 15190,
+ 15197,
+ 15197,
+ 15204,
+ 15211,
+ 15219,
+ 15222,
+ 15238,
+ 15238,
+ 15243,
+ 15256,
+ 15281,
+ 15286,
+ 15299,
+ 15322,
+ 15329,
+ 15356,
+ 15367,
+ 15380,
+ 15389,
+ 15443,
+ 15461,
+ 15475,
+ 15495,
+ 15517,
+ 15537,
+ 15544,
+ 15559,
+ 15559,
+ 15573,
+ 15573,
+ 15582,
+ 15582,
+ 15634,
+ 15672,
+ 15684,
+ 15684,
+ 15696,
+ 15774,
+ 15774,
+ 15781,
+ 15796,
+ 15815,
+ 15830,
+ 15855,
+ 15855,
+ 15855,
+ 15855,
+ 15866,
+ 15875,
+ 15887,
+ 15895,
+ 15916,
+ 15928,
+ 15947,
+ 16028,
+ 16086,
+ 16086,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16106,
+ 16122,
+ 16138,
+ 16159,
+ 16159,
+ 16169,
+ 16169,
+ 16169,
+ 16169,
+ 16179,
+ 16211,
+ 16240,
+ 16300,
+ 16362,
+ 16362,
+ 16409,
+ 16409,
+ 16428,
+ 16448,
+ 16471,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16478,
+ 16496,
+ 16513,
+ 16526,
+ 16526,
+ 16526,
+ 16580,
+ 16593,
+ 16593,
+ 16593,
+ 16593,
+ 16608,
+ 16608,
+ 16608,
+ 16627,
+ 16635,
+ 16645,
+ 16666,
+ 16684,
+ 16702,
+ 16727,
+ 16740,
+ 16740,
+ 16757,
+ 16779,
+ 16787,
+ 16787,
+ 16807,
+ 16818,
+ 16818,
+ 16895,
+ 16911,
+ 16921,
+ 16954,
+ 16954,
+ 17006,
+ 17006,
+ 17024,
17030,
- 17036,
- 17041,
- 17041,
- 17066,
- 17070,
- 17070,
- 17070,
- 17101,
- 17101,
- 17101,
- 17119,
- 17136,
- 17146,
- 17164,
- 17184,
- 17199,
- 17223,
- 17245,
- 17258,
- 17284,
- 17304,
- 17320,
- 17320,
- 17328,
- 17333,
- 17362,
- 17414,
- 17426,
- 17431,
- 17444,
- 17452,
- 17462,
- 17522,
- 17548,
- 17555,
- 17586,
- 17598,
- 17615,
- 17637,
- 17652,
- 17667,
- 17667,
- 17667,
- 17667,
- 17667,
- 17684,
- 17696,
- 17711,
- 17718,
- 17734,
- 17742,
- 17783,
- 17797,
- 17807,
- 17840,
- 17849,
- 17889,
+ 17035,
+ 17035,
+ 17060,
+ 17064,
+ 17064,
+ 17064,
+ 17095,
+ 17095,
+ 17095,
+ 17113,
+ 17130,
+ 17140,
+ 17158,
+ 17178,
+ 17193,
+ 17217,
+ 17239,
+ 17252,
+ 17278,
+ 17298,
+ 17314,
+ 17314,
+ 17322,
+ 17327,
+ 17356,
+ 17408,
+ 17420,
+ 17425,
+ 17438,
+ 17446,
+ 17456,
+ 17516,
+ 17542,
+ 17549,
+ 17580,
+ 17592,
+ 17609,
+ 17631,
+ 17646,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17661,
+ 17678,
+ 17690,
+ 17705,
+ 17712,
+ 17728,
+ 17736,
+ 17777,
+ 17791,
+ 17801,
+ 17834,
+ 17843,
+ 17883,
+ 17899,
17905,
- 17911,
- 17922,
- 17927,
- 17932,
- 17935,
- 17948,
- 17969,
- 18011,
- 18061,
- 18074,
- 18104,
- 18104,
- 18183,
- 18229,
- 18243,
- 18290,
- 18305,
+ 17916,
+ 17921,
+ 17926,
+ 17929,
+ 17942,
+ 17963,
+ 18005,
+ 18055,
+ 18068,
+ 18098,
+ 18098,
+ 18177,
+ 18223,
+ 18237,
+ 18284,
+ 18299,
+ 18303,
18309,
- 18315,
- 18327,
- 18327,
- 18353,
- 18405,
- 18413,
- 18446,
- 18470,
- 18487,
- 18502,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18514,
- 18532,
- 18574,
- 18578,
- 18578,
- 18589,
- 18614,
- 18618,
- 18622,
- 18638,
+ 18321,
+ 18321,
+ 18347,
+ 18399,
+ 18407,
+ 18440,
+ 18464,
+ 18481,
+ 18496,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18508,
+ 18526,
+ 18568,
+ 18572,
+ 18572,
+ 18583,
+ 18608,
+ 18612,
+ 18616,
+ 18632,
+ 18646,
18652,
- 18658,
+ 18672,
18678,
- 18684,
- 18704,
- 18712,
- 18712,
- 18712,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18767,
- 18788,
- 18788,
- 18797,
- 18807,
- 18817,
- 18835,
- 18885,
- 18885,
- 18902,
- 18902,
- 18906,
- 18906,
- 18921,
- 18934,
- 18934,
- 18945,
- 18957,
- 18957,
- 18978,
- 18978,
- 18978,
- 18978,
- 18978,
- 18991,
- 19007,
- 19007,
- 19007,
- 19007,
- 19012,
+ 18698,
+ 18706,
+ 18706,
+ 18706,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18761,
+ 18782,
+ 18782,
+ 18791,
+ 18801,
+ 18811,
+ 18829,
+ 18879,
+ 18879,
+ 18896,
+ 18896,
+ 18900,
+ 18900,
+ 18915,
+ 18928,
+ 18928,
+ 18939,
+ 18951,
+ 18951,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18972,
+ 18985,
+ 19001,
+ 19001,
+ 19001,
+ 19001,
+ 19006,
+ 19015,
19021,
- 19027,
- 19037,
+ 19031,
+ 19034,
+ 19040,
+ 19040,
19040,
19046,
- 19046,
- 19046,
- 19052,
- 19060,
- 19071,
- 19081,
- 19089,
- 19106,
- 19122,
- 19131,
- 19131,
- 19131,
- 19131,
- 19131,
- 19140,
- 19191,
- 19194,
- 19198,
- 19198,
- 19212,
- 19224,
- 19224,
+ 19054,
+ 19065,
+ 19075,
+ 19083,
+ 19100,
+ 19116,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19125,
+ 19134,
+ 19185,
+ 19188,
+ 19192,
+ 19192,
+ 19206,
+ 19218,
+ 19218,
+ 19225,
19231,
- 19237,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19242,
- 19305,
- 19318,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19360,
- 19431,
- 19502,
- 19556,
- 19608,
- 19608,
- 19618,
- 19622,
- 19631,
- 19645,
- 19708,
- 19719,
- 19728,
- 19736,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19236,
+ 19299,
+ 19312,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19354,
+ 19425,
+ 19496,
+ 19550,
+ 19602,
+ 19602,
+ 19612,
+ 19616,
+ 19625,
+ 19639,
+ 19702,
+ 19713,
+ 19722,
+ 19730,
+ 19735,
19741,
- 19747,
+ 19757,
19763,
- 19769,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19900,
- 19914,
- 19924,
- 19937,
- 19948,
- 19961,
- 19974,
- 20006,
- 20041,
- 20077,
- 20115,
- 20123,
- 20136,
- 20136,
- 20136,
- 20159,
- 20167,
- 20167,
- 20167,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19894,
+ 19908,
+ 19918,
+ 19931,
+ 19942,
+ 19955,
+ 19968,
+ 20000,
+ 20035,
+ 20071,
+ 20109,
+ 20117,
+ 20130,
+ 20130,
+ 20130,
+ 20153,
+ 20161,
+ 20161,
+ 20161,
+ 20175,
20181,
- 20187,
- 20195,
- 20204,
- 20219,
- 20230,
- 20230,
- 20257,
+ 20189,
+ 20198,
+ 20213,
+ 20224,
+ 20224,
+ 20245,
];
} else if #[cfg(feature = "layout_caesar")] {
@@ -11695,7 +11695,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -11841,7 +11841,7 @@ impl TranslatedString {
"",
"",
"",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -12444,7 +12444,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -12627,7 +12627,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data: {0} / {1} bytes",
+ "Data: {0} / {1} bytes",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -12919,939 +12919,939 @@ impl TranslatedString {
4234,
4250,
4281,
- 4291,
- 4305,
- 4320,
- 4334,
- 4352,
- 4367,
- 4376,
- 4389,
- 4412,
- 4441,
- 4479,
- 4496,
- 4514,
- 4570,
- 4613,
- 4665,
- 4743,
- 4743,
- 4806,
- 4820,
- 4859,
- 4888,
- 4906,
- 4923,
- 4939,
- 4953,
- 4970,
- 4981,
- 4997,
- 5009,
- 5026,
- 5048,
- 5092,
- 5107,
- 5121,
- 5137,
- 5152,
- 5165,
- 5178,
- 5197,
- 5214,
- 5231,
- 5242,
- 5250,
- 5266,
+ 4285,
+ 4299,
+ 4314,
+ 4328,
+ 4346,
+ 4361,
+ 4370,
+ 4383,
+ 4406,
+ 4435,
+ 4473,
+ 4490,
+ 4508,
+ 4564,
+ 4607,
+ 4659,
+ 4737,
+ 4737,
+ 4800,
+ 4814,
+ 4853,
+ 4882,
+ 4900,
+ 4917,
+ 4933,
+ 4947,
+ 4964,
+ 4975,
+ 4991,
+ 5003,
+ 5020,
+ 5042,
+ 5086,
+ 5101,
+ 5115,
+ 5131,
+ 5146,
+ 5159,
+ 5172,
+ 5191,
+ 5208,
+ 5225,
+ 5236,
+ 5244,
+ 5260,
+ 5264,
5270,
5276,
- 5282,
+ 5281,
5287,
- 5293,
- 5297,
- 5302,
- 5319,
- 5338,
- 5358,
- 5381,
- 5410,
- 5427,
- 5444,
- 5458,
+ 5291,
+ 5296,
+ 5313,
+ 5332,
+ 5352,
+ 5375,
+ 5404,
+ 5421,
+ 5438,
+ 5452,
+ 5465,
5471,
- 5477,
- 5490,
- 5503,
- 5516,
- 5530,
- 5549,
- 5568,
- 5579,
- 5592,
- 5608,
- 5617,
- 5633,
- 5633,
- 5653,
- 5663,
- 5679,
- 5693,
- 5708,
- 5723,
- 5742,
- 5756,
- 5766,
- 5783,
- 5796,
- 5813,
- 5831,
- 5841,
- 5855,
- 5901,
- 5950,
- 5986,
- 6038,
- 6074,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6137,
- 6176,
- 6279,
- 6296,
- 6328,
- 6366,
- 6395,
- 6450,
- 6468,
- 6484,
- 6499,
- 6518,
- 6535,
- 6566,
- 6596,
- 6606,
- 6618,
- 6691,
- 6741,
- 6767,
- 6792,
- 6801,
- 6814,
- 6852,
- 6895,
- 6906,
- 6918,
- 6944,
- 6956,
- 6975,
- 6991,
- 7022,
- 7053,
- 7062,
- 7074,
- 7083,
- 7093,
- 7142,
- 7165,
- 7174,
- 7182,
- 7192,
- 7216,
- 7230,
- 7244,
- 7258,
- 7278,
- 7290,
- 7302,
- 7326,
- 7330,
- 7352,
- 7373,
- 7386,
- 7397,
- 7407,
- 7420,
- 7442,
- 7452,
- 7468,
- 7507,
- 7523,
- 7550,
- 7550,
- 7568,
- 7641,
- 7711,
- 7787,
- 7867,
- 7954,
- 7969,
- 7987,
- 8011,
- 8046,
- 8055,
- 8079,
- 8109,
- 8140,
- 8158,
- 8200,
- 8262,
- 8288,
- 8288,
- 8309,
- 8358,
- 8367,
- 8381,
- 8400,
- 8415,
- 8427,
- 8441,
- 8457,
- 8477,
- 8502,
- 8551,
- 8604,
- 8615,
- 8630,
- 8630,
- 8658,
- 8683,
- 8699,
- 8699,
- 8699,
- 8699,
- 8712,
- 8726,
- 8791,
- 8803,
- 8803,
- 8822,
- 8822,
- 8851,
- 8876,
- 8939,
- 8986,
- 9035,
- 9035,
- 9035,
- 9078,
- 9099,
- 9111,
- 9111,
- 9111,
- 9111,
- 9111,
- 9150,
- 9199,
- 9199,
- 9199,
- 9247,
- 9295,
- 9295,
- 9295,
- 9308,
- 9327,
- 9327,
- 9369,
- 9369,
- 9392,
- 9392,
- 9424,
- 9439,
- 9455,
- 9471,
- 9471,
- 9471,
- 9495,
- 9532,
- 9545,
- 9561,
- 9592,
- 9592,
- 9592,
- 9637,
- 9651,
- 9664,
- 9664,
- 9679,
- 9695,
- 9711,
- 9711,
- 9711,
- 9711,
- 9711,
- 9711,
- 9724,
- 9724,
- 9724,
- 9790,
- 9810,
- 9810,
- 9830,
- 9841,
- 9861,
- 9895,
- 9899,
- 9904,
- 9909,
- 9928,
- 9932,
- 10000,
- 10080,
- 10145,
- 10158,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10173,
- 10187,
- 10218,
- 10231,
- 10242,
- 10274,
- 10289,
- 10306,
- 10306,
- 10313,
- 10327,
- 10337,
- 10357,
- 10357,
- 10371,
- 10392,
- 10408,
- 10425,
- 10434,
- 10449,
- 10464,
- 10464,
- 10478,
- 10491,
- 10515,
- 10531,
- 10543,
- 10608,
- 10624,
- 10676,
- 10711,
- 10731,
- 10747,
- 10747,
- 10789,
- 10846,
- 10859,
- 10877,
- 10887,
- 10896,
- 10919,
- 10930,
- 10935,
- 10945,
+ 5484,
+ 5497,
+ 5510,
+ 5524,
+ 5543,
+ 5562,
+ 5573,
+ 5586,
+ 5602,
+ 5611,
+ 5627,
+ 5627,
+ 5647,
+ 5657,
+ 5673,
+ 5687,
+ 5702,
+ 5717,
+ 5736,
+ 5750,
+ 5760,
+ 5777,
+ 5790,
+ 5807,
+ 5825,
+ 5835,
+ 5849,
+ 5895,
+ 5944,
+ 5980,
+ 6032,
+ 6068,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6106,
+ 6131,
+ 6170,
+ 6273,
+ 6290,
+ 6322,
+ 6360,
+ 6389,
+ 6444,
+ 6462,
+ 6478,
+ 6493,
+ 6512,
+ 6529,
+ 6560,
+ 6590,
+ 6600,
+ 6612,
+ 6685,
+ 6735,
+ 6761,
+ 6786,
+ 6795,
+ 6808,
+ 6846,
+ 6889,
+ 6900,
+ 6912,
+ 6938,
+ 6950,
+ 6969,
+ 6985,
+ 7016,
+ 7047,
+ 7056,
+ 7068,
+ 7077,
+ 7087,
+ 7136,
+ 7159,
+ 7168,
+ 7176,
+ 7186,
+ 7210,
+ 7224,
+ 7238,
+ 7252,
+ 7272,
+ 7284,
+ 7296,
+ 7320,
+ 7324,
+ 7346,
+ 7367,
+ 7380,
+ 7391,
+ 7401,
+ 7414,
+ 7436,
+ 7446,
+ 7462,
+ 7501,
+ 7517,
+ 7544,
+ 7544,
+ 7562,
+ 7635,
+ 7705,
+ 7781,
+ 7861,
+ 7948,
+ 7963,
+ 7981,
+ 8005,
+ 8040,
+ 8049,
+ 8073,
+ 8103,
+ 8134,
+ 8152,
+ 8194,
+ 8256,
+ 8282,
+ 8282,
+ 8303,
+ 8352,
+ 8361,
+ 8375,
+ 8394,
+ 8409,
+ 8421,
+ 8435,
+ 8451,
+ 8471,
+ 8496,
+ 8545,
+ 8598,
+ 8609,
+ 8624,
+ 8624,
+ 8652,
+ 8677,
+ 8693,
+ 8693,
+ 8693,
+ 8693,
+ 8706,
+ 8720,
+ 8785,
+ 8797,
+ 8797,
+ 8816,
+ 8816,
+ 8845,
+ 8870,
+ 8933,
+ 8980,
+ 9029,
+ 9029,
+ 9029,
+ 9072,
+ 9093,
+ 9105,
+ 9105,
+ 9105,
+ 9105,
+ 9105,
+ 9144,
+ 9193,
+ 9193,
+ 9193,
+ 9241,
+ 9289,
+ 9289,
+ 9289,
+ 9302,
+ 9321,
+ 9321,
+ 9363,
+ 9363,
+ 9386,
+ 9386,
+ 9418,
+ 9433,
+ 9449,
+ 9465,
+ 9465,
+ 9465,
+ 9489,
+ 9526,
+ 9539,
+ 9555,
+ 9586,
+ 9586,
+ 9586,
+ 9631,
+ 9645,
+ 9658,
+ 9658,
+ 9673,
+ 9689,
+ 9705,
+ 9705,
+ 9705,
+ 9705,
+ 9705,
+ 9705,
+ 9718,
+ 9718,
+ 9718,
+ 9784,
+ 9804,
+ 9804,
+ 9824,
+ 9835,
+ 9855,
+ 9889,
+ 9893,
+ 9898,
+ 9903,
+ 9922,
+ 9926,
+ 9994,
+ 10074,
+ 10139,
+ 10152,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10167,
+ 10181,
+ 10212,
+ 10225,
+ 10236,
+ 10268,
+ 10283,
+ 10300,
+ 10300,
+ 10307,
+ 10321,
+ 10331,
+ 10351,
+ 10351,
+ 10365,
+ 10386,
+ 10402,
+ 10419,
+ 10428,
+ 10443,
+ 10458,
+ 10458,
+ 10472,
+ 10485,
+ 10509,
+ 10525,
+ 10537,
+ 10602,
+ 10618,
+ 10670,
+ 10705,
+ 10725,
+ 10741,
+ 10741,
+ 10783,
+ 10840,
+ 10853,
+ 10871,
+ 10881,
+ 10890,
+ 10913,
+ 10924,
+ 10929,
+ 10939,
+ 10952,
10958,
- 10964,
- 10987,
- 10997,
- 11008,
- 11022,
- 11034,
- 11034,
- 11051,
- 11051,
- 11069,
- 11083,
+ 10981,
+ 10991,
+ 11002,
+ 11016,
+ 11028,
+ 11028,
+ 11045,
+ 11045,
+ 11063,
+ 11077,
+ 11091,
11097,
- 11103,
- 11123,
- 11135,
- 11146,
- 11206,
- 11219,
- 11223,
- 11227,
- 11238,
- 11247,
- 11247,
- 11247,
- 11257,
- 11260,
- 11265,
- 11268,
+ 11117,
+ 11129,
+ 11140,
+ 11200,
+ 11213,
+ 11217,
+ 11221,
+ 11232,
+ 11241,
+ 11241,
+ 11241,
+ 11251,
+ 11254,
+ 11259,
+ 11262,
+ 11275,
11281,
- 11287,
- 11296,
- 11313,
- 11325,
- 11341,
- 11341,
- 11349,
- 11366,
- 11369,
- 11380,
- 11400,
- 11413,
- 11413,
- 11426,
- 11438,
- 11445,
- 11453,
- 11462,
- 11482,
- 11518,
- 11538,
- 11552,
- 11552,
+ 11290,
+ 11307,
+ 11319,
+ 11335,
+ 11335,
+ 11343,
+ 11360,
+ 11363,
+ 11374,
+ 11394,
+ 11407,
+ 11407,
+ 11420,
+ 11432,
+ 11439,
+ 11447,
+ 11456,
+ 11476,
+ 11512,
+ 11532,
+ 11546,
+ 11546,
+ 11561,
11567,
- 11573,
- 11589,
- 11603,
- 11618,
- 11653,
- 11653,
- 11666,
+ 11583,
+ 11597,
+ 11612,
+ 11647,
+ 11647,
+ 11660,
+ 11667,
11673,
- 11679,
- 11697,
- 11716,
- 11725,
- 11733,
- 11750,
- 11767,
- 11780,
- 11795,
- 11811,
- 11865,
- 11929,
- 11956,
- 12065,
- 12108,
- 12113,
- 12126,
- 12139,
- 12156,
- 12223,
- 12266,
- 12304,
- 12331,
- 12346,
- 12361,
- 12385,
- 12396,
- 12435,
- 12451,
- 12469,
- 12515,
- 12534,
- 12552,
- 12565,
- 12622,
- 12639,
- 12679,
- 12697,
- 12734,
- 12749,
- 12766,
- 12784,
- 12814,
- 12843,
- 12861,
- 12876,
- 12883,
- 12891,
+ 11691,
+ 11710,
+ 11719,
+ 11727,
+ 11744,
+ 11761,
+ 11774,
+ 11789,
+ 11805,
+ 11859,
+ 11923,
+ 11950,
+ 12059,
+ 12102,
+ 12107,
+ 12120,
+ 12133,
+ 12150,
+ 12217,
+ 12260,
+ 12298,
+ 12325,
+ 12340,
+ 12355,
+ 12379,
+ 12390,
+ 12429,
+ 12445,
+ 12463,
+ 12509,
+ 12528,
+ 12546,
+ 12559,
+ 12616,
+ 12633,
+ 12673,
+ 12691,
+ 12728,
+ 12743,
+ 12760,
+ 12778,
+ 12808,
+ 12837,
+ 12855,
+ 12870,
+ 12877,
+ 12885,
+ 12892,
12898,
- 12904,
- 12917,
- 12925,
+ 12911,
+ 12919,
+ 12928,
12934,
- 12940,
- 12947,
- 12958,
- 12966,
- 12982,
- 12995,
- 13000,
- 13003,
- 13007,
- 13020,
- 13065,
- 13074,
- 13076,
- 13083,
- 13101,
- 13117,
- 13138,
- 13147,
+ 12941,
+ 12952,
+ 12960,
+ 12976,
+ 12989,
+ 12994,
+ 12997,
+ 13001,
+ 13014,
+ 13059,
+ 13068,
+ 13070,
+ 13077,
+ 13095,
+ 13111,
+ 13132,
+ 13141,
+ 13145,
13151,
- 13157,
- 13162,
- 13167,
- 13178,
- 13186,
+ 13156,
+ 13161,
+ 13172,
+ 13180,
+ 13185,
13191,
- 13197,
- 13204,
- 13211,
- 13220,
- 13227,
- 13234,
- 13242,
- 13245,
- 13261,
- 13269,
- 13274,
- 13287,
- 13312,
- 13317,
- 13330,
- 13353,
- 13360,
- 13387,
- 13398,
- 13411,
- 13420,
- 13474,
- 13492,
- 13506,
- 13526,
- 13548,
- 13568,
- 13575,
- 13590,
- 13590,
- 13604,
- 13604,
- 13613,
- 13613,
- 13665,
- 13703,
- 13715,
- 13715,
- 13727,
- 13805,
- 13805,
- 13812,
- 13827,
- 13846,
- 13861,
- 13886,
- 13886,
- 13886,
- 13886,
- 13897,
- 13906,
- 13918,
- 13926,
- 13947,
- 13959,
- 13978,
- 14059,
- 14117,
- 14117,
- 14137,
- 14137,
- 14137,
- 14137,
- 14137,
- 14137,
- 14153,
- 14169,
- 14190,
- 14190,
- 14200,
- 14200,
- 14200,
- 14200,
- 14210,
- 14242,
- 14271,
- 14331,
- 14393,
- 14393,
- 14440,
- 14440,
- 14459,
- 14479,
- 14502,
- 14509,
- 14509,
- 14509,
- 14509,
- 14509,
- 14509,
- 14509,
- 14527,
- 14544,
- 14557,
- 14557,
- 14557,
- 14611,
- 14624,
- 14624,
- 14624,
- 14624,
- 14639,
- 14639,
- 14639,
- 14658,
- 14666,
- 14676,
- 14697,
- 14715,
- 14733,
- 14758,
- 14771,
- 14771,
- 14788,
- 14810,
- 14818,
- 14818,
- 14838,
- 14849,
- 14849,
- 14926,
- 14942,
- 14952,
- 14985,
- 14985,
- 15037,
- 15037,
+ 13198,
+ 13205,
+ 13214,
+ 13221,
+ 13228,
+ 13236,
+ 13239,
+ 13255,
+ 13263,
+ 13268,
+ 13281,
+ 13306,
+ 13311,
+ 13324,
+ 13347,
+ 13354,
+ 13381,
+ 13392,
+ 13405,
+ 13414,
+ 13468,
+ 13486,
+ 13500,
+ 13520,
+ 13542,
+ 13562,
+ 13569,
+ 13584,
+ 13584,
+ 13598,
+ 13598,
+ 13607,
+ 13607,
+ 13659,
+ 13697,
+ 13709,
+ 13709,
+ 13721,
+ 13799,
+ 13799,
+ 13806,
+ 13821,
+ 13840,
+ 13855,
+ 13880,
+ 13880,
+ 13880,
+ 13880,
+ 13891,
+ 13900,
+ 13912,
+ 13920,
+ 13941,
+ 13953,
+ 13972,
+ 14053,
+ 14111,
+ 14111,
+ 14131,
+ 14131,
+ 14131,
+ 14131,
+ 14131,
+ 14131,
+ 14147,
+ 14163,
+ 14184,
+ 14184,
+ 14194,
+ 14194,
+ 14194,
+ 14194,
+ 14204,
+ 14236,
+ 14265,
+ 14325,
+ 14387,
+ 14387,
+ 14434,
+ 14434,
+ 14453,
+ 14473,
+ 14496,
+ 14503,
+ 14503,
+ 14503,
+ 14503,
+ 14503,
+ 14503,
+ 14503,
+ 14521,
+ 14538,
+ 14551,
+ 14551,
+ 14551,
+ 14605,
+ 14618,
+ 14618,
+ 14618,
+ 14618,
+ 14633,
+ 14633,
+ 14633,
+ 14652,
+ 14660,
+ 14670,
+ 14691,
+ 14709,
+ 14727,
+ 14752,
+ 14765,
+ 14765,
+ 14782,
+ 14804,
+ 14812,
+ 14812,
+ 14832,
+ 14843,
+ 14843,
+ 14920,
+ 14936,
+ 14946,
+ 14979,
+ 14979,
+ 15031,
+ 15031,
+ 15049,
15055,
- 15061,
- 15066,
- 15066,
- 15091,
- 15095,
- 15095,
- 15095,
- 15126,
- 15126,
- 15126,
- 15144,
- 15161,
- 15171,
- 15189,
- 15209,
- 15224,
- 15248,
- 15262,
- 15275,
- 15301,
- 15321,
- 15337,
- 15337,
- 15345,
- 15350,
- 15379,
- 15431,
- 15443,
- 15448,
- 15461,
- 15469,
- 15479,
- 15539,
- 15565,
- 15572,
- 15603,
- 15615,
- 15632,
- 15654,
- 15669,
- 15684,
- 15684,
- 15684,
- 15684,
- 15684,
- 15701,
- 15713,
- 15728,
- 15735,
- 15751,
- 15759,
- 15800,
- 15814,
- 15824,
- 15857,
- 15866,
- 15906,
- 15922,
- 15928,
- 15939,
- 15944,
- 15949,
- 15952,
- 15965,
- 15986,
- 16028,
- 16078,
- 16091,
- 16121,
- 16121,
- 16200,
- 16246,
- 16260,
- 16307,
- 16322,
- 16326,
- 16332,
- 16344,
- 16344,
- 16370,
- 16422,
- 16430,
- 16463,
- 16487,
- 16504,
- 16519,
- 16531,
- 16531,
- 16531,
- 16531,
- 16531,
- 16531,
- 16531,
- 16549,
- 16591,
- 16595,
- 16595,
- 16606,
- 16631,
- 16635,
- 16639,
- 16655,
- 16669,
- 16675,
- 16695,
- 16701,
- 16721,
- 16729,
- 16729,
- 16729,
- 16784,
- 16784,
- 16784,
- 16784,
- 16784,
- 16784,
- 16784,
- 16805,
- 16805,
- 16814,
- 16824,
- 16834,
- 16852,
- 16902,
- 16902,
- 16919,
- 16919,
- 16923,
- 16923,
- 16938,
- 16951,
- 16951,
- 16962,
- 16974,
- 16974,
- 16995,
- 16995,
- 16995,
- 16995,
- 16995,
- 17008,
- 17024,
- 17024,
- 17024,
- 17024,
- 17029,
+ 15060,
+ 15060,
+ 15085,
+ 15089,
+ 15089,
+ 15089,
+ 15120,
+ 15120,
+ 15120,
+ 15138,
+ 15155,
+ 15165,
+ 15183,
+ 15203,
+ 15218,
+ 15242,
+ 15256,
+ 15269,
+ 15295,
+ 15315,
+ 15331,
+ 15331,
+ 15339,
+ 15344,
+ 15373,
+ 15425,
+ 15437,
+ 15442,
+ 15455,
+ 15463,
+ 15473,
+ 15533,
+ 15559,
+ 15566,
+ 15597,
+ 15609,
+ 15626,
+ 15648,
+ 15663,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15695,
+ 15707,
+ 15722,
+ 15729,
+ 15745,
+ 15753,
+ 15794,
+ 15808,
+ 15818,
+ 15851,
+ 15860,
+ 15900,
+ 15916,
+ 15922,
+ 15933,
+ 15938,
+ 15943,
+ 15946,
+ 15959,
+ 15980,
+ 16022,
+ 16072,
+ 16085,
+ 16115,
+ 16115,
+ 16194,
+ 16240,
+ 16254,
+ 16301,
+ 16316,
+ 16320,
+ 16326,
+ 16338,
+ 16338,
+ 16364,
+ 16416,
+ 16424,
+ 16457,
+ 16481,
+ 16498,
+ 16513,
+ 16525,
+ 16525,
+ 16525,
+ 16525,
+ 16525,
+ 16525,
+ 16525,
+ 16543,
+ 16585,
+ 16589,
+ 16589,
+ 16600,
+ 16625,
+ 16629,
+ 16633,
+ 16649,
+ 16663,
+ 16669,
+ 16689,
+ 16695,
+ 16715,
+ 16723,
+ 16723,
+ 16723,
+ 16778,
+ 16778,
+ 16778,
+ 16778,
+ 16778,
+ 16778,
+ 16778,
+ 16799,
+ 16799,
+ 16808,
+ 16818,
+ 16828,
+ 16846,
+ 16896,
+ 16896,
+ 16913,
+ 16913,
+ 16917,
+ 16917,
+ 16932,
+ 16945,
+ 16945,
+ 16956,
+ 16968,
+ 16968,
+ 16989,
+ 16989,
+ 16989,
+ 16989,
+ 16989,
+ 17002,
+ 17018,
+ 17018,
+ 17018,
+ 17018,
+ 17023,
+ 17032,
17038,
- 17044,
- 17054,
+ 17048,
+ 17051,
+ 17057,
+ 17057,
17057,
17063,
- 17063,
- 17063,
- 17069,
- 17077,
- 17088,
- 17098,
- 17106,
- 17123,
- 17139,
- 17148,
- 17148,
- 17148,
- 17148,
- 17148,
- 17157,
- 17208,
- 17211,
- 17215,
- 17215,
- 17229,
- 17241,
- 17241,
+ 17071,
+ 17082,
+ 17092,
+ 17100,
+ 17117,
+ 17133,
+ 17142,
+ 17142,
+ 17142,
+ 17142,
+ 17142,
+ 17151,
+ 17202,
+ 17205,
+ 17209,
+ 17209,
+ 17223,
+ 17235,
+ 17235,
+ 17242,
17248,
- 17254,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17259,
- 17322,
- 17335,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17377,
- 17448,
- 17519,
- 17573,
- 17625,
- 17625,
- 17635,
- 17639,
- 17648,
- 17662,
- 17725,
- 17736,
- 17745,
- 17753,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17253,
+ 17316,
+ 17329,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17371,
+ 17442,
+ 17513,
+ 17567,
+ 17619,
+ 17619,
+ 17629,
+ 17633,
+ 17642,
+ 17656,
+ 17719,
+ 17730,
+ 17739,
+ 17747,
+ 17752,
17758,
- 17764,
+ 17774,
17780,
- 17786,
- 17917,
- 17917,
- 17917,
- 17917,
- 17917,
- 17917,
- 17917,
- 17917,
- 17931,
- 17941,
- 17954,
- 17965,
- 17978,
- 17991,
- 18023,
- 18058,
- 18094,
- 18132,
- 18140,
- 18153,
- 18153,
- 18153,
- 18176,
- 18184,
- 18184,
- 18184,
+ 17911,
+ 17911,
+ 17911,
+ 17911,
+ 17911,
+ 17911,
+ 17911,
+ 17911,
+ 17925,
+ 17935,
+ 17948,
+ 17959,
+ 17972,
+ 17985,
+ 18017,
+ 18052,
+ 18088,
+ 18126,
+ 18134,
+ 18147,
+ 18147,
+ 18147,
+ 18170,
+ 18178,
+ 18178,
+ 18178,
+ 18200,
18206,
- 18212,
- 18220,
- 18229,
- 18244,
- 18255,
- 18255,
- 18282,
+ 18214,
+ 18223,
+ 18238,
+ 18249,
+ 18249,
+ 18270,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -14142,7 +14142,7 @@ impl TranslatedString {
"Show full message",
"Show full struct",
"Really sign EIP-712 typed data?",
- "Input data",
+ "Data",
"Confirm domain",
"Confirm message",
"Confirm struct",
@@ -14288,7 +14288,7 @@ impl TranslatedString {
"",
"",
"",
- "Access passphrase wallet?",
+ "Access Passphrase wallet?",
"Always enter your passphrase on Trezor?",
"Passphrase provided by connected app will be used but will not be displayed due to the device settings.",
"Passphrase wallet",
@@ -14891,7 +14891,7 @@ impl TranslatedString {
"Set the time before your Trezor locks automatically.",
"day|days",
"Trezor will restart after update.",
- "Access passphrase wallet",
+ "Access Passphrase wallet",
"Passphrase wallet",
"Show passphrase",
"Re-enter PIN",
@@ -15074,7 +15074,7 @@ impl TranslatedString {
"Withdraw amount",
"Withdraw to",
"",
- "Input data: {0} / {1} bytes",
+ "Data: {0} / {1} bytes",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -15366,939 +15366,939 @@ impl TranslatedString {
4234,
4250,
4281,
- 4291,
- 4305,
- 4320,
- 4334,
- 4352,
- 4367,
- 4376,
- 4389,
- 4412,
- 4441,
- 4479,
- 4496,
- 4514,
- 4570,
- 4613,
- 4665,
- 4743,
- 4743,
- 4806,
- 4820,
- 4859,
- 4888,
- 4906,
- 4923,
- 4939,
- 4953,
- 4970,
- 4981,
- 4997,
- 5009,
- 5026,
- 5048,
- 5092,
- 5107,
- 5121,
- 5137,
- 5152,
- 5165,
- 5178,
- 5197,
- 5214,
- 5231,
- 5242,
- 5250,
- 5266,
+ 4285,
+ 4299,
+ 4314,
+ 4328,
+ 4346,
+ 4361,
+ 4370,
+ 4383,
+ 4406,
+ 4435,
+ 4473,
+ 4490,
+ 4508,
+ 4564,
+ 4607,
+ 4659,
+ 4737,
+ 4737,
+ 4800,
+ 4814,
+ 4853,
+ 4882,
+ 4900,
+ 4917,
+ 4933,
+ 4947,
+ 4964,
+ 4975,
+ 4991,
+ 5003,
+ 5020,
+ 5042,
+ 5086,
+ 5101,
+ 5115,
+ 5131,
+ 5146,
+ 5159,
+ 5172,
+ 5191,
+ 5208,
+ 5225,
+ 5236,
+ 5244,
+ 5260,
+ 5264,
5270,
5276,
- 5282,
+ 5281,
5287,
- 5293,
- 5297,
- 5302,
- 5319,
- 5338,
- 5358,
- 5381,
- 5410,
- 5427,
- 5444,
- 5458,
+ 5291,
+ 5296,
+ 5313,
+ 5332,
+ 5352,
+ 5375,
+ 5404,
+ 5421,
+ 5438,
+ 5452,
+ 5465,
5471,
- 5477,
- 5490,
- 5503,
- 5516,
- 5530,
- 5549,
- 5568,
- 5579,
- 5592,
- 5608,
- 5617,
- 5633,
- 5633,
- 5653,
- 5663,
- 5679,
- 5693,
- 5708,
- 5723,
- 5742,
- 5756,
- 5766,
- 5783,
- 5796,
- 5813,
- 5831,
- 5841,
- 5855,
- 5901,
- 5950,
- 5986,
- 6038,
- 6074,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6112,
- 6137,
- 6176,
- 6279,
- 6296,
- 6328,
- 6366,
- 6395,
- 6450,
- 6468,
- 6484,
- 6499,
- 6518,
- 6535,
- 6566,
- 6596,
- 6606,
- 6618,
- 6691,
- 6741,
- 6767,
- 6792,
- 6801,
- 6814,
- 6852,
- 6895,
- 6906,
- 6918,
- 6944,
- 6956,
- 6975,
- 6991,
- 7022,
- 7053,
- 7062,
- 7074,
- 7083,
- 7093,
- 7142,
- 7165,
- 7174,
- 7182,
- 7192,
- 7216,
- 7230,
- 7244,
- 7258,
- 7278,
- 7290,
- 7302,
- 7326,
- 7330,
- 7352,
- 7373,
- 7386,
- 7397,
- 7407,
- 7420,
- 7442,
- 7452,
- 7468,
- 7507,
- 7523,
- 7550,
- 7550,
- 7568,
- 7641,
- 7711,
- 7787,
- 7867,
- 7954,
- 7969,
- 7987,
- 8011,
- 8046,
- 8055,
- 8079,
- 8109,
- 8140,
- 8158,
- 8200,
- 8262,
- 8288,
- 8288,
- 8309,
- 8358,
- 8367,
- 8381,
- 8400,
- 8415,
- 8427,
- 8441,
- 8457,
- 8477,
- 8502,
- 8551,
- 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.