fix(l10n): updated generated files [no changelog]
What changed, and why it matters
This commit is a routine refresh of automatically generated translation files. It updates user-facing text strings (for example, changing punctuation or wording of on-screen messages) and adds one new string used during PIN setup. There is no change to security logic, cryptography, or how the device protects funds.
No security action needed. Treat as a normal localization update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates generated localization artifacts in the Trezor firmware repository: librust_qstr.h, translated_string.rs, trezortranslate_keys.pyi, order.json, and signatures.json. The Rust enum gains one new variant pin__reenter_new_description and several existing strings are normalized across device variants (Bolt/Caesar/Delizia/Eckhart) or have punctuation adjusted. The large numeric offset tables in translated_string.rs are regenerated to match the new string set. No executable security code is modified.
Changed components
core/embed/rust/librust_qstr.hcore/embed/rust/src/translations/generated/translated_string.rscore/mocks/trezortranslate_keys.pyicore/translations/order.jsoncore/translations/signatures.jsonInspect captured patch +12201 / −12164
diff --git a/core/embed/rust/librust_qstr.h b/core/embed/rust/librust_qstr.h
index 20c84e74..f6d93699 100644
--- a/core/embed/rust/librust_qstr.h
+++ b/core/embed/rust/librust_qstr.h
@@ -572,6 +572,7 @@ static void _librust_qstrs(void) {
MP_QSTR_pin__please_check_again;
MP_QSTR_pin__reenter;
MP_QSTR_pin__reenter_new;
+ MP_QSTR_pin__reenter_new_description;
MP_QSTR_pin__reenter_to_confirm;
MP_QSTR_pin__remove;
MP_QSTR_pin__setup_completed;
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 43f2f646..f9af5ff1 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -467,7 +467,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
fido__device_not_registered = 301, // "This device is not registered with this application."
#[cfg(feature = "universal_fw")]
- fido__does_not_belong = 302, // {"Bolt": "The credential you are trying to import does\nnot belong to this authenticator.", "Caesar": "The credential you are trying to import does\nnot belong to this authenticator.", "Delizia": "The credential you are trying to import does\nnot belong to this authenticator.", "Eckhart": "The credential you are trying to import does not belong to this authenticator."}
+ fido__does_not_belong = 302, // "The credential you are trying to import does not belong to this authenticator."
#[cfg(feature = "universal_fw")]
fido__erase_credentials = 303, // {"Bolt": "erase all credentials?", "Caesar": "", "Delizia": "erase all credentials?", "Eckhart": "Delete all of the saved credentials?"}
#[cfg(feature = "universal_fw")]
@@ -752,7 +752,7 @@ pub enum TranslatedString {
recovery__dry_run_bip39_valid_mismatch = 499, // "The entered wallet backup is valid but doesn't match the one on this device."
recovery__dry_run_slip39_valid_match = 500, // "The entered wallet backup is valid and matches the one on this device."
recovery__dry_run_slip39_valid_mismatch = 501, // "The entered wallet backup is valid but doesn't match the one on this device."
- recovery__enter_any_share = 502, // "Enter any share"
+ recovery__enter_any_share = 502, // "Enter any share."
recovery__enter_backup = 503, // "Enter your backup."
recovery__enter_different_share = 504, // {"Bolt": "Enter a different share.", "Caesar": "Enter a different share.", "Delizia": "Enter a different share.", "Eckhart": ""}
recovery__enter_share_from_diff_group = 505, // "Enter share from a different group."
@@ -777,7 +777,7 @@ pub enum TranslatedString {
recovery__wanna_cancel_dry_run = 526, // "Are you sure you want to cancel the backup check?"
recovery__wanna_cancel_recovery = 527, // "Are you sure you want to cancel the recovery process?"
recovery__word_count_template = 528, // "({0} words)"
- recovery__word_x_of_y_template = 529, // {"Bolt": "Word {0} of {1}", "Caesar": "Word {0} of {1}", "Delizia": "Word {0} of {1}", "Eckhart": "Word {0}\nof {1}"}
+ recovery__word_x_of_y_template = 529, // "Word {0} of {1}"
recovery__x_more_items_starting_template_plural = 530, // {"Bolt": "{count} more {plural} starting", "Caesar": "", "Delizia": "{count} more {plural} starting", "Eckhart": "You need {count} more {plural} starting"}
recovery__x_more_shares_needed_template_plural = 531, // {"Bolt": "{count} more {plural} needed", "Caesar": "{count} more {plural} needed", "Delizia": "{count} more {plural} needed", "Eckhart": "{count} more {plural} needed."}
recovery__x_of_y_entered_template = 532, // {"Bolt": "{0} of {1} shares entered", "Caesar": "{0} of {1} shares entered", "Delizia": "{0} of {1} shares entered", "Eckhart": "{0} of {1} shares entered."}
@@ -1138,8 +1138,8 @@ pub enum TranslatedString {
words__my_trezor = 810, // "My Trezor"
words__no = 811, // "No"
words__outputs = 812, // "outputs"
- words__please_check_again = 813, // {"Bolt": "Please check again", "Caesar": "Please check again", "Delizia": "", "Eckhart": ""}
- words__please_try_again = 814, // {"Bolt": "Please try again", "Caesar": "Please try again", "Delizia": "Please try again", "Eckhart": ""}
+ words__please_check_again = 813, // {"Bolt": "Please check again.", "Caesar": "Please check again.", "Delizia": "", "Eckhart": ""}
+ words__please_try_again = 814, // {"Bolt": "Please try again.", "Caesar": "Please try again", "Delizia": "Please try again", "Eckhart": ""}
words__really_wanna = 815, // {"Bolt": "Do you really want to", "Caesar": "", "Delizia": "Do you really want to", "Eckhart": ""}
words__recipient = 816, // "Recipient"
words__sign = 817, // "Sign"
@@ -1194,7 +1194,7 @@ pub enum TranslatedString {
instructions__hold_to_confirm = 855, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to confirm", "Eckhart": ""}
words__important = 856, // "Important"
reset__words_written_down_template = 857, // {"Bolt": "", "Caesar": "", "Delizia": "I wrote down all {0} words in order.", "Eckhart": "I wrote down all {0} words in order."}
- backup__create_backup_to_prevent_loss = 858, // {"Bolt": "Create a backup to avoid losing access to your funds", "Caesar": "Create a backup to avoid losing access to your funds", "Delizia": "Create a backup to avoid losing access to your funds", "Eckhart": "Create a wallet backup to avoid losing access to your funds."}
+ backup__create_backup_to_prevent_loss = 858, // {"Bolt": "Create a backup to avoid losing access to your funds", "Caesar": "Create a backup to avoid losing access to your funds", "Delizia": "Create a wallet backup to avoid losing access to your funds.", "Eckhart": "Create a wallet backup to avoid losing access to your funds."}
reset__check_backup_instructions = 859, // {"Bolt": "", "Caesar": "", "Delizia": "Let's do a quick check of your backup.", "Eckhart": "Let's do a quick check of your backup."}
words__instructions = 860, // "Instructions"
words__not_recommended = 861, // {"Bolt": "", "Caesar": "", "Delizia": "Not recommended!", "Eckhart": ""}
@@ -1223,7 +1223,7 @@ pub enum TranslatedString {
haptic_feedback__enable = 885, // {"Bolt": "", "Caesar": "", "Delizia": "Enable haptic feedback?", "Eckhart": "Enable haptic feedback?"}
haptic_feedback__subtitle = 886, // {"Bolt": "", "Caesar": "", "Delizia": "Setting", "Eckhart": "Setting"}
haptic_feedback__title = 887, // {"Bolt": "", "Caesar": "", "Delizia": "Haptic feedback", "Eckhart": "Haptic feedback"}
- instructions__continue_holding = 888, // {"Bolt": "", "Caesar": "", "Delizia": "Continue\nholding", "Eckhart": "Keep holding"}
+ instructions__continue_holding = 888, // {"Bolt": "", "Caesar": "", "Delizia": "Keep holding", "Eckhart": "Keep holding"}
instructions__enter_next_share = 889, // {"Bolt": "", "Caesar": "", "Delizia": "Enter next share", "Eckhart": "Enter next share"}
instructions__hold_to_continue = 890, // "Hold to continue"
instructions__hold_to_exit_tutorial = 891, // {"Bolt": "", "Caesar": "", "Delizia": "Hold to exit tutorial", "Eckhart": "Hold to exit tutorial"}
@@ -1397,7 +1397,7 @@ pub enum TranslatedString {
pin__setup_completed = 1039, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "PIN setup completed."}
instructions__shares_start_with_x_template = 1041, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Start with share {0}"}
reset__check_share_backup_template = 1042, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Let's do a quick check of share {0}."}
- reset__select_word_from_share_template = 1043, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Select word {0} from\nshare {1}"}
+ reset__select_word_from_share_template = 1043, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Select word {0} from share {1}"}
recovery__share_from_group_entered_template = 1044, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Share {0} of group {1} entered."}
send__cancel_transaction = 1045, // "Cancel transaction"
send__multisig_different_paths = 1046, // "Using different paths for different XPUBs."
@@ -1606,7 +1606,7 @@ pub enum TranslatedString {
#[cfg(feature = "universal_fw")]
ripple__account_deletion_warning = 1226, // "Delete Ripple account?"
#[cfg(feature = "universal_fw")]
- ripple__account_to_be_deleted = 1227, // "To be deleted:"
+ ripple__account_to_be_deleted = 1227, // "To be deleted"
words__account_deletion = 1228, // "Account deletion"
words__tap_to_wake = 1229, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Tap to wake"}
words__made_in = 1230, // {"Bolt": "", "Caesar": "", "Delizia": "", "Eckhart": "Made in"}
@@ -1653,6 +1653,7 @@ pub enum TranslatedString {
ethereum__to = 1252, // "To"
#[cfg(feature = "universal_fw")]
ethereum__calldata_digest = 1253, // "ERC-8213 digest"
+ pin__reenter_new_description = 1254, // {"Bolt": "", "Caesar": "", "Delizia": "Re-enter new PIN.", "Eckhart": ""}
}
impl TranslatedString {
@@ -1962,7 +1963,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"erase all credentials?",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -2162,7 +2163,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -2473,8 +2474,8 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
- "Please try again",
+ "Please check again.",
+ "Please try again.",
"Do you really want to",
"Recipient",
"Sign",
@@ -2887,7 +2888,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -2914,6 +2915,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -3421,758 +3423,759 @@ impl TranslatedString {
8480,
8550,
8626,
- 8641,
- 8659,
- 8683,
- 8718,
- 8727,
- 8751,
- 8781,
- 8812,
- 8830,
- 8872,
- 8872,
- 8898,
- 8898,
- 8919,
- 8968,
- 8977,
- 8991,
- 9010,
- 9025,
- 9037,
- 9051,
- 9067,
- 9087,
- 9112,
- 9161,
- 9214,
- 9225,
- 9240,
- 9270,
- 9298,
- 9323,
- 9339,
- 9422,
- 9443,
- 9464,
- 9477,
- 9491,
- 9556,
- 9556,
- 9578,
- 9597,
- 9612,
- 9641,
- 9665,
- 9728,
- 9775,
- 9824,
- 9862,
- 9995,
- 10039,
- 10061,
- 10073,
- 10117,
- 10161,
- 10185,
- 10216,
- 10255,
- 10304,
- 10429,
- 10546,
- 10590,
- 10590,
- 10597,
- 10628,
- 10641,
- 10659,
- 10702,
- 10702,
- 10702,
- 10725,
- 10757,
- 10788,
- 10788,
- 10788,
- 10788,
- 10808,
- 10828,
- 10828,
- 10865,
- 10878,
- 10894,
- 10925,
- 10925,
- 10965,
- 10965,
- 10979,
- 10992,
- 10992,
- 10992,
- 11008,
- 11008,
- 11027,
- 11047,
- 11067,
- 11080,
- 11098,
- 11111,
- 11155,
- 11208,
- 11208,
- 11228,
- 11258,
- 11278,
- 11289,
- 11309,
- 11343,
- 11347,
- 11352,
- 11357,
- 11376,
- 11380,
- 11448,
- 11528,
- 11593,
- 11606,
- 11621,
- 11658,
- 11675,
- 11740,
- 11785,
- 11850,
- 11894,
- 11907,
- 11921,
- 11971,
- 11998,
- 12047,
- 12089,
- 12173,
- 12219,
- 12268,
- 12286,
- 12301,
- 12320,
- 12376,
- 12443,
- 12484,
- 12498,
- 12498,
- 12512,
- 12543,
- 12556,
- 12567,
- 12599,
- 12614,
- 12631,
- 12643,
- 12650,
- 12664,
- 12674,
- 12694,
- 12694,
- 12708,
- 12729,
- 12729,
- 12729,
- 12738,
- 12753,
- 12768,
- 12780,
- 12794,
- 12807,
- 12831,
- 12847,
- 12859,
- 12924,
- 12940,
- 12992,
- 13027,
- 13047,
- 13063,
- 13063,
- 13105,
- 13162,
- 13175,
- 13193,
- 13203,
- 13212,
- 13235,
- 13246,
- 13251,
- 13261,
- 13274,
- 13280,
- 13303,
- 13313,
- 13324,
- 13338,
- 13350,
- 13350,
- 13367,
- 13367,
- 13385,
- 13399,
- 13413,
- 13419,
- 13439,
- 13451,
- 13462,
- 13522,
- 13535,
- 13539,
- 13543,
- 13554,
- 13563,
- 13563,
- 13563,
- 13573,
- 13576,
- 13581,
- 13584,
- 13597,
- 13603,
- 13612,
- 13629,
- 13641,
- 13657,
- 13657,
- 13665,
- 13682,
- 13685,
- 13696,
- 13716,
- 13729,
- 13729,
- 13742,
- 13754,
- 13761,
- 13769,
- 13778,
- 13798,
- 13834,
- 13854,
- 13868,
- 13868,
- 13883,
- 13889,
- 13905,
- 13919,
- 13934,
- 13969,
- 13969,
- 13982,
- 13989,
- 13995,
- 14013,
- 14032,
- 14041,
- 14049,
- 14066,
- 14083,
- 14096,
- 14111,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14165,
- 14192,
- 14207,
- 14222,
- 14246,
- 14257,
- 14296,
- 14296,
- 14314,
- 14360,
- 14379,
- 14397,
- 14410,
- 14467,
- 14484,
- 14524,
- 14542,
- 14542,
- 14542,
- 14542,
- 14560,
- 14590,
- 14619,
- 14637,
- 14652,
- 14659,
- 14667,
- 14674,
- 14680,
- 14693,
- 14701,
- 14710,
- 14716,
- 14723,
- 14734,
- 14742,
- 14758,
- 14771,
- 14776,
- 14779,
- 14783,
- 14783,
- 14828,
- 14837,
- 14839,
- 14846,
- 14864,
- 14880,
- 14901,
- 14910,
- 14914,
- 14920,
- 14920,
- 14920,
- 14931,
- 14931,
- 14931,
- 14931,
- 14938,
- 14945,
- 14945,
- 14952,
- 14959,
- 14967,
- 14970,
- 14970,
+ 8642,
+ 8660,
+ 8684,
+ 8719,
+ 8728,
+ 8752,
+ 8782,
+ 8813,
+ 8831,
+ 8873,
+ 8873,
+ 8899,
+ 8899,
+ 8920,
+ 8969,
+ 8978,
+ 8992,
+ 9011,
+ 9026,
+ 9038,
+ 9052,
+ 9068,
+ 9088,
+ 9113,
+ 9162,
+ 9215,
+ 9226,
+ 9241,
+ 9271,
+ 9299,
+ 9324,
+ 9340,
+ 9423,
+ 9444,
+ 9465,
+ 9478,
+ 9492,
+ 9557,
+ 9557,
+ 9579,
+ 9598,
+ 9613,
+ 9642,
+ 9666,
+ 9729,
+ 9776,
+ 9825,
+ 9863,
+ 9996,
+ 10040,
+ 10062,
+ 10074,
+ 10118,
+ 10162,
+ 10186,
+ 10217,
+ 10256,
+ 10305,
+ 10430,
+ 10547,
+ 10591,
+ 10591,
+ 10598,
+ 10629,
+ 10642,
+ 10660,
+ 10703,
+ 10703,
+ 10703,
+ 10726,
+ 10758,
+ 10789,
+ 10789,
+ 10789,
+ 10789,
+ 10809,
+ 10829,
+ 10829,
+ 10866,
+ 10879,
+ 10895,
+ 10926,
+ 10926,
+ 10966,
+ 10966,
+ 10980,
+ 10993,
+ 10993,
+ 10993,
+ 11009,
+ 11009,
+ 11028,
+ 11048,
+ 11068,
+ 11081,
+ 11099,
+ 11112,
+ 11156,
+ 11209,
+ 11209,
+ 11229,
+ 11259,
+ 11279,
+ 11290,
+ 11310,
+ 11344,
+ 11348,
+ 11353,
+ 11358,
+ 11377,
+ 11381,
+ 11449,
+ 11529,
+ 11594,
+ 11607,
+ 11622,
+ 11659,
+ 11676,
+ 11741,
+ 11786,
+ 11851,
+ 11895,
+ 11908,
+ 11922,
+ 11972,
+ 11999,
+ 12048,
+ 12090,
+ 12174,
+ 12220,
+ 12269,
+ 12287,
+ 12302,
+ 12321,
+ 12377,
+ 12444,
+ 12485,
+ 12499,
+ 12499,
+ 12513,
+ 12544,
+ 12557,
+ 12568,
+ 12600,
+ 12615,
+ 12632,
+ 12644,
+ 12651,
+ 12665,
+ 12675,
+ 12695,
+ 12695,
+ 12709,
+ 12730,
+ 12730,
+ 12730,
+ 12739,
+ 12754,
+ 12769,
+ 12781,
+ 12795,
+ 12808,
+ 12832,
+ 12848,
+ 12860,
+ 12925,
+ 12941,
+ 12993,
+ 13028,
+ 13048,
+ 13064,
+ 13064,
+ 13106,
+ 13163,
+ 13176,
+ 13194,
+ 13204,
+ 13213,
+ 13236,
+ 13247,
+ 13252,
+ 13262,
+ 13275,
+ 13281,
+ 13304,
+ 13314,
+ 13325,
+ 13339,
+ 13351,
+ 13351,
+ 13368,
+ 13368,
+ 13386,
+ 13400,
+ 13414,
+ 13420,
+ 13440,
+ 13452,
+ 13463,
+ 13523,
+ 13536,
+ 13540,
+ 13544,
+ 13555,
+ 13564,
+ 13564,
+ 13564,
+ 13574,
+ 13577,
+ 13582,
+ 13585,
+ 13598,
+ 13604,
+ 13613,
+ 13630,
+ 13642,
+ 13658,
+ 13658,
+ 13666,
+ 13683,
+ 13686,
+ 13697,
+ 13717,
+ 13730,
+ 13730,
+ 13743,
+ 13755,
+ 13762,
+ 13770,
+ 13779,
+ 13799,
+ 13835,
+ 13855,
+ 13869,
+ 13869,
+ 13884,
+ 13890,
+ 13906,
+ 13920,
+ 13935,
+ 13970,
+ 13970,
+ 13983,
+ 13990,
+ 13996,
+ 14014,
+ 14033,
+ 14042,
+ 14050,
+ 14067,
+ 14084,
+ 14097,
+ 14112,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14166,
+ 14193,
+ 14208,
+ 14223,
+ 14247,
+ 14258,
+ 14297,
+ 14297,
+ 14315,
+ 14361,
+ 14380,
+ 14398,
+ 14411,
+ 14468,
+ 14485,
+ 14525,
+ 14543,
+ 14543,
+ 14543,
+ 14543,
+ 14561,
+ 14591,
+ 14620,
+ 14638,
+ 14653,
+ 14660,
+ 14668,
+ 14675,
+ 14681,
+ 14694,
+ 14702,
+ 14711,
+ 14717,
+ 14724,
+ 14735,
+ 14743,
+ 14759,
+ 14772,
+ 14777,
+ 14780,
+ 14784,
+ 14784,
+ 14829,
+ 14838,
+ 14840,
+ 14847,
+ 14866,
+ 14883,
+ 14904,
+ 14913,
+ 14917,
+ 14923,
+ 14923,
+ 14923,
+ 14934,
+ 14934,
+ 14934,
+ 14934,
+ 14941,
+ 14948,
+ 14948,
+ 14955,
+ 14962,
14970,
- 14975,
- 14988,
- 15013,
- 15018,
- 15031,
- 15054,
- 15061,
- 15088,
- 15099,
- 15112,
- 15121,
- 15175,
- 15193,
- 15207,
- 15227,
- 15249,
- 15269,
- 15276,
- 15291,
- 15291,
- 15291,
- 15291,
- 15300,
- 15300,
- 15352,
- 15352,
- 15364,
- 15364,
- 15376,
- 15376,
- 15376,
- 15383,
- 15398,
- 15398,
- 15413,
- 15438,
- 15438,
- 15438,
- 15438,
- 15449,
- 15458,
- 15470,
- 15478,
- 15478,
- 15490,
- 15490,
- 15571,
- 15629,
- 15629,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15665,
- 15665,
- 15665,
- 15675,
- 15675,
- 15675,
- 15675,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15750,
- 15767,
- 15780,
- 15780,
- 15780,
- 15834,
- 15847,
- 15847,
- 15847,
- 15847,
- 15862,
- 15862,
- 15862,
- 15881,
- 15889,
- 15889,
- 15889,
- 15907,
- 15925,
- 15950,
- 15963,
- 15963,
- 15980,
- 16002,
- 16010,
- 16010,
- 16030,
- 16030,
- 16030,
- 16107,
- 16123,
- 16133,
- 16133,
- 16133,
- 16185,
- 16185,
- 16203,
- 16209,
- 16214,
- 16214,
- 16239,
- 16243,
- 16243,
- 16243,
- 16274,
- 16274,
- 16274,
- 16292,
- 16309,
- 16319,
- 16337,
- 16357,
- 16357,
- 16381,
- 16403,
- 16416,
- 16442,
- 16462,
- 16478,
- 16478,
- 16486,
- 16491,
- 16520,
- 16572,
- 16584,
- 16589,
- 16602,
- 16610,
- 16620,
- 16680,
- 16706,
- 16713,
- 16744,
- 16756,
- 16773,
- 16795,
- 16795,
- 16810,
- 16810,
- 16810,
- 16810,
- 16810,
- 16827,
- 16839,
- 16854,
- 16861,
- 16877,
- 16885,
- 16926,
- 16940,
- 16950,
- 16983,
- 16992,
- 17032,
- 17048,
- 17054,
- 17065,
- 17070,
- 17075,
- 17075,
- 17088,
- 17109,
- 17109,
- 17159,
- 17172,
- 17172,
- 17172,
- 17251,
- 17297,
- 17311,
- 17311,
- 17326,
- 17330,
- 17336,
- 17348,
- 17348,
- 17348,
- 17400,
- 17408,
- 17441,
- 17441,
- 17441,
- 17456,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17486,
- 17528,
- 17532,
- 17532,
- 17543,
- 17568,
- 17572,
- 17576,
- 17592,
- 17606,
- 17612,
- 17632,
- 17638,
- 17658,
- 17666,
- 17666,
- 17666,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17730,
- 17740,
- 17750,
- 17768,
- 17818,
- 17818,
- 17835,
- 17835,
- 17839,
- 17839,
- 17854,
- 17867,
- 17867,
- 17878,
- 17890,
- 17890,
- 17911,
- 17911,
- 17911,
- 17911,
- 17911,
- 17924,
- 17940,
- 17940,
- 17940,
- 17940,
- 17945,
- 17954,
- 17960,
- 17970,
+ 14973,
+ 14973,
+ 14973,
+ 14978,
+ 14991,
+ 15016,
+ 15021,
+ 15034,
+ 15057,
+ 15064,
+ 15091,
+ 15102,
+ 15115,
+ 15124,
+ 15178,
+ 15196,
+ 15210,
+ 15230,
+ 15252,
+ 15272,
+ 15279,
+ 15294,
+ 15294,
+ 15294,
+ 15294,
+ 15303,
+ 15303,
+ 15355,
+ 15355,
+ 15367,
+ 15367,
+ 15379,
+ 15379,
+ 15379,
+ 15386,
+ 15401,
+ 15401,
+ 15416,
+ 15441,
+ 15441,
+ 15441,
+ 15441,
+ 15452,
+ 15461,
+ 15473,
+ 15481,
+ 15481,
+ 15493,
+ 15493,
+ 15574,
+ 15632,
+ 15632,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15668,
+ 15668,
+ 15668,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15753,
+ 15770,
+ 15783,
+ 15783,
+ 15783,
+ 15837,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15865,
+ 15865,
+ 15865,
+ 15884,
+ 15892,
+ 15892,
+ 15892,
+ 15910,
+ 15928,
+ 15953,
+ 15966,
+ 15966,
+ 15983,
+ 16005,
+ 16013,
+ 16013,
+ 16033,
+ 16033,
+ 16033,
+ 16110,
+ 16126,
+ 16136,
+ 16136,
+ 16136,
+ 16188,
+ 16188,
+ 16206,
+ 16212,
+ 16217,
+ 16217,
+ 16242,
+ 16246,
+ 16246,
+ 16246,
+ 16277,
+ 16277,
+ 16277,
+ 16295,
+ 16312,
+ 16322,
+ 16340,
+ 16360,
+ 16360,
+ 16384,
+ 16406,
+ 16419,
+ 16445,
+ 16465,
+ 16481,
+ 16481,
+ 16489,
+ 16494,
+ 16523,
+ 16575,
+ 16587,
+ 16592,
+ 16605,
+ 16613,
+ 16623,
+ 16683,
+ 16709,
+ 16716,
+ 16747,
+ 16759,
+ 16776,
+ 16798,
+ 16798,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16830,
+ 16842,
+ 16857,
+ 16864,
+ 16880,
+ 16888,
+ 16929,
+ 16943,
+ 16953,
+ 16986,
+ 16995,
+ 17035,
+ 17051,
+ 17057,
+ 17068,
+ 17073,
+ 17078,
+ 17078,
+ 17091,
+ 17112,
+ 17112,
+ 17162,
+ 17175,
+ 17175,
+ 17175,
+ 17254,
+ 17300,
+ 17314,
+ 17314,
+ 17329,
+ 17333,
+ 17339,
+ 17351,
+ 17351,
+ 17351,
+ 17403,
+ 17411,
+ 17444,
+ 17444,
+ 17444,
+ 17459,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17489,
+ 17531,
+ 17535,
+ 17535,
+ 17546,
+ 17571,
+ 17575,
+ 17579,
+ 17595,
+ 17609,
+ 17615,
+ 17635,
+ 17641,
+ 17661,
+ 17669,
+ 17669,
+ 17669,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17733,
+ 17743,
+ 17753,
+ 17771,
+ 17821,
+ 17821,
+ 17838,
+ 17838,
+ 17842,
+ 17842,
+ 17857,
+ 17870,
+ 17870,
+ 17881,
+ 17893,
+ 17893,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17927,
+ 17943,
+ 17943,
+ 17943,
+ 17943,
+ 17948,
+ 17957,
+ 17963,
17973,
- 17979,
- 17979,
- 17979,
- 17985,
- 17993,
- 18004,
- 18014,
- 18022,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18048,
- 18099,
+ 17976,
+ 17982,
+ 17982,
+ 17982,
+ 17988,
+ 17996,
+ 18007,
+ 18017,
+ 18025,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18051,
18102,
- 18106,
- 18106,
- 18120,
- 18132,
- 18132,
- 18139,
- 18145,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18213,
- 18226,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18339,
- 18409,
- 18463,
- 18515,
- 18515,
- 18525,
- 18529,
- 18538,
- 18538,
- 18538,
- 18549,
- 18558,
- 18566,
- 18571,
- 18577,
- 18593,
- 18599,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18744,
- 18754,
- 18767,
- 18778,
- 18791,
- 18804,
- 18832,
- 18867,
- 18903,
- 18941,
- 18949,
- 18962,
- 18962,
- 18962,
- 18985,
- 18993,
- 18993,
- 18993,
- 19007,
- 19013,
- 19021,
- 19030,
- 19045,
- 19056,
- 19056,
- 19077,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19114,
- 19128,
- 19144,
- 19144,
- 19144,
- 19162,
- 19210,
- 19281,
- 19293,
- 19316,
- 19337,
- 19337,
- 19350,
- 19358,
- 19358,
- 19380,
- 19444,
- 19444,
- 19463,
- 19511,
- 19521,
- 19528,
- 19528,
- 19547,
- 19588,
- 19615,
+ 18105,
+ 18109,
+ 18109,
+ 18123,
+ 18135,
+ 18135,
+ 18142,
+ 18148,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18216,
+ 18229,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18342,
+ 18412,
+ 18466,
+ 18518,
+ 18518,
+ 18528,
+ 18532,
+ 18541,
+ 18541,
+ 18541,
+ 18552,
+ 18561,
+ 18569,
+ 18574,
+ 18580,
+ 18596,
+ 18602,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18747,
+ 18757,
+ 18770,
+ 18781,
+ 18794,
+ 18807,
+ 18835,
+ 18870,
+ 18906,
+ 18944,
+ 18952,
+ 18965,
+ 18965,
+ 18965,
+ 18988,
+ 18996,
+ 18996,
+ 18996,
+ 19010,
+ 19016,
+ 19024,
+ 19033,
+ 19048,
+ 19059,
+ 19059,
+ 19080,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19117,
+ 19130,
+ 19146,
+ 19146,
+ 19146,
+ 19164,
+ 19212,
+ 19283,
+ 19295,
+ 19318,
+ 19339,
+ 19339,
+ 19352,
+ 19360,
+ 19360,
+ 19382,
+ 19446,
+ 19446,
+ 19465,
+ 19513,
+ 19523,
+ 19530,
+ 19530,
+ 19549,
+ 19590,
19617,
- 19632,
+ 19619,
+ 19634,
+ 19634,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -4479,7 +4482,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"erase all credentials?",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -4679,7 +4682,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -4990,8 +4993,8 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
- "Please try again",
+ "Please check again.",
+ "Please try again.",
"Do you really want to",
"Recipient",
"Sign",
@@ -5404,7 +5407,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -5431,6 +5434,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -5938,758 +5942,759 @@ impl TranslatedString {
8480,
8550,
8626,
- 8641,
- 8659,
- 8683,
- 8718,
- 8727,
- 8751,
- 8781,
- 8812,
- 8830,
- 8872,
- 8872,
- 8898,
- 8898,
- 8919,
- 8968,
- 8977,
- 8991,
- 9010,
- 9025,
- 9037,
- 9051,
- 9067,
- 9087,
- 9112,
- 9161,
- 9214,
- 9225,
- 9240,
- 9270,
- 9298,
- 9323,
- 9339,
- 9422,
- 9443,
- 9464,
- 9477,
- 9491,
- 9556,
- 9556,
- 9578,
- 9597,
- 9612,
- 9641,
- 9665,
- 9728,
- 9775,
- 9824,
- 9862,
- 9995,
- 10039,
- 10061,
- 10073,
- 10117,
- 10161,
- 10185,
- 10216,
- 10255,
- 10304,
- 10429,
- 10546,
- 10590,
- 10590,
- 10597,
- 10628,
- 10641,
- 10659,
- 10702,
- 10702,
- 10702,
- 10725,
- 10757,
- 10788,
- 10788,
- 10788,
- 10788,
- 10808,
- 10828,
- 10828,
- 10865,
- 10878,
- 10894,
- 10925,
- 10925,
- 10965,
- 10965,
- 10979,
- 10992,
- 10992,
- 10992,
- 11008,
- 11008,
- 11027,
- 11047,
- 11067,
- 11080,
- 11098,
- 11111,
- 11155,
- 11208,
- 11208,
- 11228,
- 11258,
- 11278,
- 11289,
- 11309,
- 11343,
- 11347,
- 11352,
- 11357,
- 11376,
- 11380,
- 11448,
- 11528,
- 11593,
- 11606,
- 11621,
- 11658,
- 11675,
- 11740,
- 11785,
- 11850,
- 11894,
- 11907,
- 11921,
- 11971,
- 11998,
- 12047,
- 12089,
- 12173,
- 12219,
- 12268,
- 12286,
- 12301,
- 12320,
- 12376,
- 12443,
- 12484,
- 12498,
- 12498,
- 12512,
- 12543,
- 12556,
- 12567,
- 12599,
- 12614,
- 12631,
- 12643,
- 12650,
- 12664,
- 12674,
- 12694,
- 12694,
- 12708,
- 12729,
- 12729,
- 12729,
- 12738,
- 12753,
- 12768,
- 12780,
- 12794,
- 12807,
- 12831,
- 12847,
- 12859,
- 12924,
- 12940,
- 12992,
- 13027,
- 13047,
- 13063,
- 13063,
- 13105,
- 13162,
- 13175,
- 13193,
- 13203,
- 13212,
- 13235,
- 13246,
- 13251,
- 13261,
- 13274,
- 13280,
- 13303,
- 13313,
- 13324,
- 13338,
- 13350,
- 13350,
- 13367,
- 13367,
- 13385,
- 13399,
- 13413,
- 13419,
- 13439,
- 13451,
- 13462,
- 13522,
- 13535,
- 13539,
- 13543,
- 13554,
- 13563,
- 13563,
- 13563,
- 13573,
- 13576,
- 13581,
- 13584,
- 13597,
- 13603,
- 13612,
- 13629,
- 13641,
- 13657,
- 13657,
- 13665,
- 13682,
- 13685,
- 13696,
- 13716,
- 13729,
- 13729,
- 13742,
- 13754,
- 13761,
- 13769,
- 13778,
- 13798,
- 13834,
- 13854,
- 13868,
- 13868,
- 13883,
- 13889,
- 13905,
- 13919,
- 13934,
- 13969,
- 13969,
- 13982,
- 13989,
- 13995,
- 14013,
- 14032,
- 14041,
- 14049,
- 14066,
- 14083,
- 14096,
- 14111,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14165,
- 14192,
- 14207,
- 14222,
- 14246,
- 14257,
- 14296,
- 14296,
- 14314,
- 14360,
- 14379,
- 14397,
- 14410,
- 14467,
- 14484,
- 14524,
- 14542,
- 14542,
- 14542,
- 14542,
- 14560,
- 14590,
- 14619,
- 14637,
- 14652,
- 14659,
- 14667,
- 14674,
- 14680,
- 14693,
- 14701,
- 14710,
- 14716,
- 14723,
- 14734,
- 14742,
- 14758,
- 14771,
- 14776,
- 14779,
- 14783,
- 14783,
- 14828,
- 14837,
- 14839,
- 14846,
- 14864,
- 14880,
- 14901,
- 14910,
- 14914,
- 14920,
- 14920,
- 14920,
- 14931,
- 14931,
- 14931,
- 14931,
- 14938,
- 14945,
- 14945,
- 14952,
- 14959,
- 14967,
- 14970,
- 14970,
+ 8642,
+ 8660,
+ 8684,
+ 8719,
+ 8728,
+ 8752,
+ 8782,
+ 8813,
+ 8831,
+ 8873,
+ 8873,
+ 8899,
+ 8899,
+ 8920,
+ 8969,
+ 8978,
+ 8992,
+ 9011,
+ 9026,
+ 9038,
+ 9052,
+ 9068,
+ 9088,
+ 9113,
+ 9162,
+ 9215,
+ 9226,
+ 9241,
+ 9271,
+ 9299,
+ 9324,
+ 9340,
+ 9423,
+ 9444,
+ 9465,
+ 9478,
+ 9492,
+ 9557,
+ 9557,
+ 9579,
+ 9598,
+ 9613,
+ 9642,
+ 9666,
+ 9729,
+ 9776,
+ 9825,
+ 9863,
+ 9996,
+ 10040,
+ 10062,
+ 10074,
+ 10118,
+ 10162,
+ 10186,
+ 10217,
+ 10256,
+ 10305,
+ 10430,
+ 10547,
+ 10591,
+ 10591,
+ 10598,
+ 10629,
+ 10642,
+ 10660,
+ 10703,
+ 10703,
+ 10703,
+ 10726,
+ 10758,
+ 10789,
+ 10789,
+ 10789,
+ 10789,
+ 10809,
+ 10829,
+ 10829,
+ 10866,
+ 10879,
+ 10895,
+ 10926,
+ 10926,
+ 10966,
+ 10966,
+ 10980,
+ 10993,
+ 10993,
+ 10993,
+ 11009,
+ 11009,
+ 11028,
+ 11048,
+ 11068,
+ 11081,
+ 11099,
+ 11112,
+ 11156,
+ 11209,
+ 11209,
+ 11229,
+ 11259,
+ 11279,
+ 11290,
+ 11310,
+ 11344,
+ 11348,
+ 11353,
+ 11358,
+ 11377,
+ 11381,
+ 11449,
+ 11529,
+ 11594,
+ 11607,
+ 11622,
+ 11659,
+ 11676,
+ 11741,
+ 11786,
+ 11851,
+ 11895,
+ 11908,
+ 11922,
+ 11972,
+ 11999,
+ 12048,
+ 12090,
+ 12174,
+ 12220,
+ 12269,
+ 12287,
+ 12302,
+ 12321,
+ 12377,
+ 12444,
+ 12485,
+ 12499,
+ 12499,
+ 12513,
+ 12544,
+ 12557,
+ 12568,
+ 12600,
+ 12615,
+ 12632,
+ 12644,
+ 12651,
+ 12665,
+ 12675,
+ 12695,
+ 12695,
+ 12709,
+ 12730,
+ 12730,
+ 12730,
+ 12739,
+ 12754,
+ 12769,
+ 12781,
+ 12795,
+ 12808,
+ 12832,
+ 12848,
+ 12860,
+ 12925,
+ 12941,
+ 12993,
+ 13028,
+ 13048,
+ 13064,
+ 13064,
+ 13106,
+ 13163,
+ 13176,
+ 13194,
+ 13204,
+ 13213,
+ 13236,
+ 13247,
+ 13252,
+ 13262,
+ 13275,
+ 13281,
+ 13304,
+ 13314,
+ 13325,
+ 13339,
+ 13351,
+ 13351,
+ 13368,
+ 13368,
+ 13386,
+ 13400,
+ 13414,
+ 13420,
+ 13440,
+ 13452,
+ 13463,
+ 13523,
+ 13536,
+ 13540,
+ 13544,
+ 13555,
+ 13564,
+ 13564,
+ 13564,
+ 13574,
+ 13577,
+ 13582,
+ 13585,
+ 13598,
+ 13604,
+ 13613,
+ 13630,
+ 13642,
+ 13658,
+ 13658,
+ 13666,
+ 13683,
+ 13686,
+ 13697,
+ 13717,
+ 13730,
+ 13730,
+ 13743,
+ 13755,
+ 13762,
+ 13770,
+ 13779,
+ 13799,
+ 13835,
+ 13855,
+ 13869,
+ 13869,
+ 13884,
+ 13890,
+ 13906,
+ 13920,
+ 13935,
+ 13970,
+ 13970,
+ 13983,
+ 13990,
+ 13996,
+ 14014,
+ 14033,
+ 14042,
+ 14050,
+ 14067,
+ 14084,
+ 14097,
+ 14112,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14166,
+ 14193,
+ 14208,
+ 14223,
+ 14247,
+ 14258,
+ 14297,
+ 14297,
+ 14315,
+ 14361,
+ 14380,
+ 14398,
+ 14411,
+ 14468,
+ 14485,
+ 14525,
+ 14543,
+ 14543,
+ 14543,
+ 14543,
+ 14561,
+ 14591,
+ 14620,
+ 14638,
+ 14653,
+ 14660,
+ 14668,
+ 14675,
+ 14681,
+ 14694,
+ 14702,
+ 14711,
+ 14717,
+ 14724,
+ 14735,
+ 14743,
+ 14759,
+ 14772,
+ 14777,
+ 14780,
+ 14784,
+ 14784,
+ 14829,
+ 14838,
+ 14840,
+ 14847,
+ 14866,
+ 14883,
+ 14904,
+ 14913,
+ 14917,
+ 14923,
+ 14923,
+ 14923,
+ 14934,
+ 14934,
+ 14934,
+ 14934,
+ 14941,
+ 14948,
+ 14948,
+ 14955,
+ 14962,
14970,
- 14975,
- 14988,
- 15013,
- 15018,
- 15031,
- 15054,
- 15061,
- 15088,
- 15099,
- 15112,
- 15121,
- 15175,
- 15193,
- 15207,
- 15227,
- 15249,
- 15269,
- 15276,
- 15291,
- 15291,
- 15291,
- 15291,
- 15300,
- 15300,
- 15352,
- 15352,
- 15364,
- 15364,
- 15376,
- 15376,
- 15376,
- 15383,
- 15398,
- 15398,
- 15413,
- 15438,
- 15438,
- 15438,
- 15438,
- 15449,
- 15458,
- 15470,
- 15478,
- 15478,
- 15490,
- 15490,
- 15571,
- 15629,
- 15629,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15665,
- 15665,
- 15665,
- 15675,
- 15675,
- 15675,
- 15675,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15750,
- 15767,
- 15780,
- 15780,
- 15780,
- 15834,
- 15847,
- 15847,
- 15847,
- 15847,
- 15862,
- 15862,
- 15862,
- 15881,
- 15889,
- 15889,
- 15889,
- 15907,
- 15925,
- 15950,
- 15963,
- 15963,
- 15980,
- 16002,
- 16010,
- 16010,
- 16030,
- 16030,
- 16030,
- 16107,
- 16123,
- 16133,
- 16133,
- 16133,
- 16185,
- 16185,
- 16203,
- 16209,
- 16214,
- 16214,
- 16239,
- 16243,
- 16243,
- 16243,
- 16274,
- 16274,
- 16274,
- 16292,
- 16309,
- 16319,
- 16337,
- 16357,
- 16357,
- 16381,
- 16403,
- 16416,
- 16442,
- 16462,
- 16478,
- 16478,
- 16486,
- 16491,
- 16520,
- 16572,
- 16584,
- 16589,
- 16602,
- 16610,
- 16620,
- 16680,
- 16706,
- 16713,
- 16744,
- 16756,
- 16773,
- 16795,
- 16795,
- 16810,
- 16810,
- 16810,
- 16810,
- 16810,
- 16827,
- 16839,
- 16854,
- 16861,
- 16877,
- 16885,
- 16926,
- 16940,
- 16950,
- 16983,
- 16992,
- 17032,
- 17048,
- 17054,
- 17065,
- 17070,
- 17075,
- 17075,
- 17088,
- 17109,
- 17109,
- 17159,
- 17172,
- 17172,
- 17172,
- 17251,
- 17297,
- 17311,
- 17311,
- 17326,
- 17330,
- 17336,
- 17348,
- 17348,
- 17348,
- 17400,
- 17408,
- 17441,
- 17441,
- 17441,
- 17456,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17486,
- 17528,
- 17532,
- 17532,
- 17543,
- 17568,
- 17572,
- 17576,
- 17592,
- 17606,
- 17612,
- 17632,
- 17638,
- 17658,
- 17666,
- 17666,
- 17666,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17730,
- 17740,
- 17750,
- 17768,
- 17818,
- 17818,
- 17835,
- 17835,
- 17839,
- 17839,
- 17854,
- 17867,
- 17867,
- 17878,
- 17890,
- 17890,
- 17911,
- 17911,
- 17911,
- 17911,
- 17911,
- 17924,
- 17940,
- 17940,
- 17940,
- 17940,
- 17945,
- 17954,
- 17960,
- 17970,
+ 14973,
+ 14973,
+ 14973,
+ 14978,
+ 14991,
+ 15016,
+ 15021,
+ 15034,
+ 15057,
+ 15064,
+ 15091,
+ 15102,
+ 15115,
+ 15124,
+ 15178,
+ 15196,
+ 15210,
+ 15230,
+ 15252,
+ 15272,
+ 15279,
+ 15294,
+ 15294,
+ 15294,
+ 15294,
+ 15303,
+ 15303,
+ 15355,
+ 15355,
+ 15367,
+ 15367,
+ 15379,
+ 15379,
+ 15379,
+ 15386,
+ 15401,
+ 15401,
+ 15416,
+ 15441,
+ 15441,
+ 15441,
+ 15441,
+ 15452,
+ 15461,
+ 15473,
+ 15481,
+ 15481,
+ 15493,
+ 15493,
+ 15574,
+ 15632,
+ 15632,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15668,
+ 15668,
+ 15668,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15753,
+ 15770,
+ 15783,
+ 15783,
+ 15783,
+ 15837,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15865,
+ 15865,
+ 15865,
+ 15884,
+ 15892,
+ 15892,
+ 15892,
+ 15910,
+ 15928,
+ 15953,
+ 15966,
+ 15966,
+ 15983,
+ 16005,
+ 16013,
+ 16013,
+ 16033,
+ 16033,
+ 16033,
+ 16110,
+ 16126,
+ 16136,
+ 16136,
+ 16136,
+ 16188,
+ 16188,
+ 16206,
+ 16212,
+ 16217,
+ 16217,
+ 16242,
+ 16246,
+ 16246,
+ 16246,
+ 16277,
+ 16277,
+ 16277,
+ 16295,
+ 16312,
+ 16322,
+ 16340,
+ 16360,
+ 16360,
+ 16384,
+ 16406,
+ 16419,
+ 16445,
+ 16465,
+ 16481,
+ 16481,
+ 16489,
+ 16494,
+ 16523,
+ 16575,
+ 16587,
+ 16592,
+ 16605,
+ 16613,
+ 16623,
+ 16683,
+ 16709,
+ 16716,
+ 16747,
+ 16759,
+ 16776,
+ 16798,
+ 16798,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16830,
+ 16842,
+ 16857,
+ 16864,
+ 16880,
+ 16888,
+ 16929,
+ 16943,
+ 16953,
+ 16986,
+ 16995,
+ 17035,
+ 17051,
+ 17057,
+ 17068,
+ 17073,
+ 17078,
+ 17078,
+ 17091,
+ 17112,
+ 17112,
+ 17162,
+ 17175,
+ 17175,
+ 17175,
+ 17254,
+ 17300,
+ 17314,
+ 17314,
+ 17329,
+ 17333,
+ 17339,
+ 17351,
+ 17351,
+ 17351,
+ 17403,
+ 17411,
+ 17444,
+ 17444,
+ 17444,
+ 17459,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17489,
+ 17531,
+ 17535,
+ 17535,
+ 17546,
+ 17571,
+ 17575,
+ 17579,
+ 17595,
+ 17609,
+ 17615,
+ 17635,
+ 17641,
+ 17661,
+ 17669,
+ 17669,
+ 17669,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17733,
+ 17743,
+ 17753,
+ 17771,
+ 17821,
+ 17821,
+ 17838,
+ 17838,
+ 17842,
+ 17842,
+ 17857,
+ 17870,
+ 17870,
+ 17881,
+ 17893,
+ 17893,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17927,
+ 17943,
+ 17943,
+ 17943,
+ 17943,
+ 17948,
+ 17957,
+ 17963,
17973,
- 17979,
- 17979,
- 17979,
- 17985,
- 17993,
- 18004,
- 18014,
- 18022,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18048,
- 18099,
+ 17976,
+ 17982,
+ 17982,
+ 17982,
+ 17988,
+ 17996,
+ 18007,
+ 18017,
+ 18025,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18051,
18102,
- 18106,
- 18106,
- 18120,
- 18132,
- 18132,
- 18139,
- 18145,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18213,
- 18226,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18339,
- 18409,
- 18463,
- 18515,
- 18515,
- 18525,
- 18529,
- 18538,
- 18538,
- 18538,
- 18549,
- 18558,
- 18566,
- 18571,
- 18577,
- 18593,
- 18599,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18744,
- 18754,
- 18767,
- 18778,
- 18791,
- 18804,
- 18832,
- 18867,
- 18903,
- 18941,
- 18949,
- 18962,
- 18962,
- 18962,
- 18985,
- 18993,
- 18993,
- 18993,
- 19007,
- 19013,
- 19021,
- 19030,
- 19045,
- 19056,
- 19056,
- 19077,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19114,
- 19128,
- 19144,
- 19144,
- 19144,
- 19162,
- 19210,
- 19281,
- 19293,
- 19316,
- 19337,
- 19337,
- 19350,
- 19358,
- 19358,
- 19380,
- 19444,
- 19444,
- 19463,
- 19511,
- 19521,
- 19528,
- 19528,
- 19547,
- 19588,
- 19615,
+ 18105,
+ 18109,
+ 18109,
+ 18123,
+ 18135,
+ 18135,
+ 18142,
+ 18148,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18216,
+ 18229,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18342,
+ 18412,
+ 18466,
+ 18518,
+ 18518,
+ 18528,
+ 18532,
+ 18541,
+ 18541,
+ 18541,
+ 18552,
+ 18561,
+ 18569,
+ 18574,
+ 18580,
+ 18596,
+ 18602,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18747,
+ 18757,
+ 18770,
+ 18781,
+ 18794,
+ 18807,
+ 18835,
+ 18870,
+ 18906,
+ 18944,
+ 18952,
+ 18965,
+ 18965,
+ 18965,
+ 18988,
+ 18996,
+ 18996,
+ 18996,
+ 19010,
+ 19016,
+ 19024,
+ 19033,
+ 19048,
+ 19059,
+ 19059,
+ 19080,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19117,
+ 19130,
+ 19146,
+ 19146,
+ 19146,
+ 19164,
+ 19212,
+ 19283,
+ 19295,
+ 19318,
+ 19339,
+ 19339,
+ 19352,
+ 19360,
+ 19360,
+ 19382,
+ 19446,
+ 19446,
+ 19465,
+ 19513,
+ 19523,
+ 19530,
+ 19530,
+ 19549,
+ 19590,
19617,
- 19632,
+ 19619,
+ 19634,
+ 19634,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -6996,7 +7001,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"erase all credentials?",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -7196,7 +7201,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -7507,8 +7512,8 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
- "Please try again",
+ "Please check again.",
+ "Please try again.",
"Do you really want to",
"Recipient",
"Sign",
@@ -7921,7 +7926,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -7948,6 +7953,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -8455,758 +8461,759 @@ impl TranslatedString {
8480,
8550,
8626,
- 8641,
- 8659,
- 8683,
- 8718,
- 8727,
- 8751,
- 8781,
- 8812,
- 8830,
- 8872,
- 8872,
- 8898,
- 8898,
- 8919,
- 8968,
- 8977,
- 8991,
- 9010,
- 9025,
- 9037,
- 9051,
- 9067,
- 9087,
- 9112,
- 9161,
- 9214,
- 9225,
- 9240,
- 9270,
- 9298,
- 9323,
- 9339,
- 9422,
- 9443,
- 9464,
- 9477,
- 9491,
- 9556,
- 9556,
- 9578,
- 9597,
- 9612,
- 9641,
- 9665,
- 9728,
- 9775,
- 9824,
- 9862,
- 9995,
- 10039,
- 10061,
- 10073,
- 10117,
- 10161,
- 10185,
- 10216,
- 10255,
- 10304,
- 10429,
- 10546,
- 10590,
- 10590,
- 10597,
- 10628,
- 10641,
- 10659,
- 10702,
- 10702,
- 10702,
- 10725,
- 10757,
- 10788,
- 10788,
- 10788,
- 10788,
- 10808,
- 10828,
- 10828,
- 10865,
- 10878,
- 10894,
- 10925,
- 10925,
- 10965,
- 10965,
- 10979,
- 10992,
- 10992,
- 10992,
- 11008,
- 11008,
- 11027,
- 11047,
- 11067,
- 11080,
- 11098,
- 11111,
- 11155,
- 11208,
- 11208,
- 11228,
- 11258,
- 11278,
- 11289,
- 11309,
- 11343,
- 11347,
- 11352,
- 11357,
- 11376,
- 11380,
- 11448,
- 11528,
- 11593,
- 11606,
- 11621,
- 11658,
- 11675,
- 11740,
- 11785,
- 11850,
- 11894,
- 11907,
- 11921,
- 11971,
- 11998,
- 12047,
- 12089,
- 12173,
- 12219,
- 12268,
- 12286,
- 12301,
- 12320,
- 12376,
- 12443,
- 12484,
- 12498,
- 12498,
- 12512,
- 12543,
- 12556,
- 12567,
- 12599,
- 12614,
- 12631,
- 12643,
- 12650,
- 12664,
- 12674,
- 12694,
- 12694,
- 12708,
- 12729,
- 12729,
- 12729,
- 12738,
- 12753,
- 12768,
- 12780,
- 12794,
- 12807,
- 12831,
- 12847,
- 12859,
- 12924,
- 12940,
- 12992,
- 13027,
- 13047,
- 13063,
- 13063,
- 13105,
- 13162,
- 13175,
- 13193,
- 13203,
- 13212,
- 13235,
- 13246,
- 13251,
- 13261,
- 13274,
- 13280,
- 13303,
- 13313,
- 13324,
- 13338,
- 13350,
- 13350,
- 13367,
- 13367,
- 13385,
- 13399,
- 13413,
- 13419,
- 13439,
- 13451,
- 13462,
- 13522,
- 13535,
- 13539,
- 13543,
- 13554,
- 13563,
- 13563,
- 13563,
- 13573,
- 13576,
- 13581,
- 13584,
- 13597,
- 13603,
- 13612,
- 13629,
- 13641,
- 13657,
- 13657,
- 13665,
- 13682,
- 13685,
- 13696,
- 13716,
- 13729,
- 13729,
- 13742,
- 13754,
- 13761,
- 13769,
- 13778,
- 13798,
- 13834,
- 13854,
- 13868,
- 13868,
- 13883,
- 13889,
- 13905,
- 13919,
- 13934,
- 13969,
- 13969,
- 13982,
- 13989,
- 13995,
- 14013,
- 14032,
- 14041,
- 14049,
- 14066,
- 14083,
- 14096,
- 14111,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14165,
- 14192,
- 14207,
- 14222,
- 14246,
- 14257,
- 14296,
- 14296,
- 14314,
- 14360,
- 14379,
- 14397,
- 14410,
- 14467,
- 14484,
- 14524,
- 14542,
- 14542,
- 14542,
- 14542,
- 14560,
- 14590,
- 14619,
- 14637,
- 14652,
- 14659,
- 14667,
- 14674,
- 14680,
- 14693,
- 14701,
- 14710,
- 14716,
- 14723,
- 14734,
- 14742,
- 14758,
- 14771,
- 14776,
- 14779,
- 14783,
- 14783,
- 14828,
- 14837,
- 14839,
- 14846,
- 14864,
- 14880,
- 14901,
- 14910,
- 14914,
- 14920,
- 14920,
- 14920,
- 14931,
- 14931,
- 14931,
- 14931,
- 14938,
- 14945,
- 14945,
- 14952,
- 14959,
- 14967,
- 14970,
- 14970,
- 14970,
- 14975,
- 14988,
- 15013,
- 15018,
- 15031,
- 15054,
- 15061,
- 15088,
- 15099,
- 15112,
- 15121,
- 15175,
- 15193,
- 15207,
- 15227,
- 15249,
- 15269,
- 15276,
- 15291,
- 15291,
- 15291,
- 15291,
- 15300,
- 15300,
- 15352,
- 15352,
- 15364,
- 15364,
- 15376,
- 15376,
- 15376,
- 15383,
- 15398,
- 15398,
- 15413,
- 15438,
- 15438,
- 15438,
- 15438,
- 15449,
- 15458,
- 15470,
- 15478,
- 15478,
- 15490,
- 15490,
- 15571,
- 15629,
- 15629,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15665,
- 15665,
- 15665,
- 15675,
- 15675,
- 15675,
- 15675,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15750,
- 15767,
- 15780,
- 15780,
- 15780,
- 15834,
- 15847,
- 15847,
- 15847,
- 15847,
- 15862,
- 15862,
- 15862,
- 15881,
- 15889,
- 15889,
- 15889,
- 15907,
- 15925,
- 15950,
- 15963,
- 15963,
- 15980,
- 16002,
- 16010,
- 16010,
- 16030,
- 16030,
- 16030,
- 16107,
- 16123,
- 16133,
- 16133,
- 16133,
- 16185,
- 16185,
- 16203,
- 16209,
- 16214,
- 16214,
- 16239,
- 16243,
- 16243,
- 16243,
- 16274,
- 16274,
- 16274,
- 16292,
- 16309,
- 16319,
- 16337,
- 16357,
- 16357,
- 16381,
- 16403,
- 16416,
- 16442,
- 16462,
- 16478,
- 16478,
- 16486,
- 16491,
- 16520,
- 16572,
- 16584,
- 16589,
- 16602,
- 16610,
- 16620,
- 16680,
- 16706,
- 16713,
- 16744,
- 16756,
- 16773,
- 16795,
- 16795,
- 16810,
- 16810,
- 16810,
- 16810,
- 16810,
- 16827,
- 16839,
- 16854,
- 16861,
- 16877,
- 16885,
- 16926,
- 16940,
- 16950,
- 16983,
- 16992,
- 17032,
- 17048,
- 17054,
- 17065,
- 17070,
- 17075,
- 17075,
- 17088,
- 17109,
- 17109,
- 17159,
- 17172,
- 17172,
- 17172,
- 17251,
- 17297,
- 17311,
- 17311,
- 17326,
- 17330,
- 17336,
- 17348,
- 17348,
- 17348,
- 17400,
- 17408,
- 17441,
- 17441,
- 17441,
- 17456,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17486,
- 17528,
- 17532,
- 17532,
- 17543,
- 17568,
- 17572,
- 17576,
- 17592,
- 17606,
- 17612,
- 17632,
- 17638,
- 17658,
- 17666,
- 17666,
- 17666,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17730,
- 17740,
- 17750,
- 17768,
- 17818,
- 17818,
- 17835,
- 17835,
- 17839,
- 17839,
- 17854,
- 17867,
- 17867,
- 17878,
- 17890,
- 17890,
- 17911,
- 17911,
- 17911,
- 17911,
- 17911,
- 17924,
- 17940,
- 17940,
- 17940,
- 17940,
- 17945,
- 17954,
- 17960,
- 17970,
- 17973,
- 17979,
- 17979,
- 17979,
- 17985,
- 17993,
- 18004,
- 18014,
- 18022,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18048,
- 18099,
- 18102,
- 18106,
- 18106,
- 18120,
- 18132,
- 18132,
- 18139,
- 18145,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18213,
- 18226,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18339,
- 18409,
- 18463,
- 18515,
- 18515,
- 18525,
- 18529,
- 18538,
- 18538,
- 18538,
- 18549,
- 18558,
- 18566,
- 18571,
- 18577,
- 18593,
- 18599,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18744,
- 18754,
- 18767,
- 18778,
- 18791,
- 18804,
- 18832,
- 18867,
- 18903,
- 18941,
- 18949,
- 18962,
- 18962,
- 18962,
- 18985,
- 18993,
- 18993,
- 18993,
- 19007,
- 19013,
- 19021,
- 19030,
- 19045,
- 19056,
- 19056,
- 19077,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19114,
- 19128,
- 19144,
- 19144,
- 19144,
- 19162,
- 19210,
- 19281,
- 19293,
- 19316,
- 19337,
- 19337,
- 19350,
- 19358,
- 19358,
- 19380,
- 19444,
- 19444,
- 19463,
- 19511,
- 19521,
- 19528,
- 19528,
- 19547,
- 19588,
- 19615,
+ 8642,
+ 8660,
+ 8684,
+ 8719,
+ 8728,
+ 8752,
+ 8782,
+ 8813,
+ 8831,
+ 8873,
+ 8873,
+ 8899,
+ 8899,
+ 8920,
+ 8969,
+ 8978,
+ 8992,
+ 9011,
+ 9026,
+ 9038,
+ 9052,
+ 9068,
+ 9088,
+ 9113,
+ 9162,
+ 9215,
+ 9226,
+ 9241,
+ 9271,
+ 9299,
+ 9324,
+ 9340,
+ 9423,
+ 9444,
+ 9465,
+ 9478,
+ 9492,
+ 9557,
+ 9557,
+ 9579,
+ 9598,
+ 9613,
+ 9642,
+ 9666,
+ 9729,
+ 9776,
+ 9825,
+ 9863,
+ 9996,
+ 10040,
+ 10062,
+ 10074,
+ 10118,
+ 10162,
+ 10186,
+ 10217,
+ 10256,
+ 10305,
+ 10430,
+ 10547,
+ 10591,
+ 10591,
+ 10598,
+ 10629,
+ 10642,
+ 10660,
+ 10703,
+ 10703,
+ 10703,
+ 10726,
+ 10758,
+ 10789,
+ 10789,
+ 10789,
+ 10789,
+ 10809,
+ 10829,
+ 10829,
+ 10866,
+ 10879,
+ 10895,
+ 10926,
+ 10926,
+ 10966,
+ 10966,
+ 10980,
+ 10993,
+ 10993,
+ 10993,
+ 11009,
+ 11009,
+ 11028,
+ 11048,
+ 11068,
+ 11081,
+ 11099,
+ 11112,
+ 11156,
+ 11209,
+ 11209,
+ 11229,
+ 11259,
+ 11279,
+ 11290,
+ 11310,
+ 11344,
+ 11348,
+ 11353,
+ 11358,
+ 11377,
+ 11381,
+ 11449,
+ 11529,
+ 11594,
+ 11607,
+ 11622,
+ 11659,
+ 11676,
+ 11741,
+ 11786,
+ 11851,
+ 11895,
+ 11908,
+ 11922,
+ 11972,
+ 11999,
+ 12048,
+ 12090,
+ 12174,
+ 12220,
+ 12269,
+ 12287,
+ 12302,
+ 12321,
+ 12377,
+ 12444,
+ 12485,
+ 12499,
+ 12499,
+ 12513,
+ 12544,
+ 12557,
+ 12568,
+ 12600,
+ 12615,
+ 12632,
+ 12644,
+ 12651,
+ 12665,
+ 12675,
+ 12695,
+ 12695,
+ 12709,
+ 12730,
+ 12730,
+ 12730,
+ 12739,
+ 12754,
+ 12769,
+ 12781,
+ 12795,
+ 12808,
+ 12832,
+ 12848,
+ 12860,
+ 12925,
+ 12941,
+ 12993,
+ 13028,
+ 13048,
+ 13064,
+ 13064,
+ 13106,
+ 13163,
+ 13176,
+ 13194,
+ 13204,
+ 13213,
+ 13236,
+ 13247,
+ 13252,
+ 13262,
+ 13275,
+ 13281,
+ 13304,
+ 13314,
+ 13325,
+ 13339,
+ 13351,
+ 13351,
+ 13368,
+ 13368,
+ 13386,
+ 13400,
+ 13414,
+ 13420,
+ 13440,
+ 13452,
+ 13463,
+ 13523,
+ 13536,
+ 13540,
+ 13544,
+ 13555,
+ 13564,
+ 13564,
+ 13564,
+ 13574,
+ 13577,
+ 13582,
+ 13585,
+ 13598,
+ 13604,
+ 13613,
+ 13630,
+ 13642,
+ 13658,
+ 13658,
+ 13666,
+ 13683,
+ 13686,
+ 13697,
+ 13717,
+ 13730,
+ 13730,
+ 13743,
+ 13755,
+ 13762,
+ 13770,
+ 13779,
+ 13799,
+ 13835,
+ 13855,
+ 13869,
+ 13869,
+ 13884,
+ 13890,
+ 13906,
+ 13920,
+ 13935,
+ 13970,
+ 13970,
+ 13983,
+ 13990,
+ 13996,
+ 14014,
+ 14033,
+ 14042,
+ 14050,
+ 14067,
+ 14084,
+ 14097,
+ 14112,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14166,
+ 14193,
+ 14208,
+ 14223,
+ 14247,
+ 14258,
+ 14297,
+ 14297,
+ 14315,
+ 14361,
+ 14380,
+ 14398,
+ 14411,
+ 14468,
+ 14485,
+ 14525,
+ 14543,
+ 14543,
+ 14543,
+ 14543,
+ 14561,
+ 14591,
+ 14620,
+ 14638,
+ 14653,
+ 14660,
+ 14668,
+ 14675,
+ 14681,
+ 14694,
+ 14702,
+ 14711,
+ 14717,
+ 14724,
+ 14735,
+ 14743,
+ 14759,
+ 14772,
+ 14777,
+ 14780,
+ 14784,
+ 14784,
+ 14829,
+ 14838,
+ 14840,
+ 14847,
+ 14866,
+ 14883,
+ 14904,
+ 14913,
+ 14917,
+ 14923,
+ 14923,
+ 14923,
+ 14934,
+ 14934,
+ 14934,
+ 14934,
+ 14941,
+ 14948,
+ 14948,
+ 14955,
+ 14962,
+ 14970,
+ 14973,
+ 14973,
+ 14973,
+ 14978,
+ 14991,
+ 15016,
+ 15021,
+ 15034,
+ 15057,
+ 15064,
+ 15091,
+ 15102,
+ 15115,
+ 15124,
+ 15178,
+ 15196,
+ 15210,
+ 15230,
+ 15252,
+ 15272,
+ 15279,
+ 15294,
+ 15294,
+ 15294,
+ 15294,
+ 15303,
+ 15303,
+ 15355,
+ 15355,
+ 15367,
+ 15367,
+ 15379,
+ 15379,
+ 15379,
+ 15386,
+ 15401,
+ 15401,
+ 15416,
+ 15441,
+ 15441,
+ 15441,
+ 15441,
+ 15452,
+ 15461,
+ 15473,
+ 15481,
+ 15481,
+ 15493,
+ 15493,
+ 15574,
+ 15632,
+ 15632,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15668,
+ 15668,
+ 15668,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15753,
+ 15770,
+ 15783,
+ 15783,
+ 15783,
+ 15837,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15865,
+ 15865,
+ 15865,
+ 15884,
+ 15892,
+ 15892,
+ 15892,
+ 15910,
+ 15928,
+ 15953,
+ 15966,
+ 15966,
+ 15983,
+ 16005,
+ 16013,
+ 16013,
+ 16033,
+ 16033,
+ 16033,
+ 16110,
+ 16126,
+ 16136,
+ 16136,
+ 16136,
+ 16188,
+ 16188,
+ 16206,
+ 16212,
+ 16217,
+ 16217,
+ 16242,
+ 16246,
+ 16246,
+ 16246,
+ 16277,
+ 16277,
+ 16277,
+ 16295,
+ 16312,
+ 16322,
+ 16340,
+ 16360,
+ 16360,
+ 16384,
+ 16406,
+ 16419,
+ 16445,
+ 16465,
+ 16481,
+ 16481,
+ 16489,
+ 16494,
+ 16523,
+ 16575,
+ 16587,
+ 16592,
+ 16605,
+ 16613,
+ 16623,
+ 16683,
+ 16709,
+ 16716,
+ 16747,
+ 16759,
+ 16776,
+ 16798,
+ 16798,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16830,
+ 16842,
+ 16857,
+ 16864,
+ 16880,
+ 16888,
+ 16929,
+ 16943,
+ 16953,
+ 16986,
+ 16995,
+ 17035,
+ 17051,
+ 17057,
+ 17068,
+ 17073,
+ 17078,
+ 17078,
+ 17091,
+ 17112,
+ 17112,
+ 17162,
+ 17175,
+ 17175,
+ 17175,
+ 17254,
+ 17300,
+ 17314,
+ 17314,
+ 17329,
+ 17333,
+ 17339,
+ 17351,
+ 17351,
+ 17351,
+ 17403,
+ 17411,
+ 17444,
+ 17444,
+ 17444,
+ 17459,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17489,
+ 17531,
+ 17535,
+ 17535,
+ 17546,
+ 17571,
+ 17575,
+ 17579,
+ 17595,
+ 17609,
+ 17615,
+ 17635,
+ 17641,
+ 17661,
+ 17669,
+ 17669,
+ 17669,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17733,
+ 17743,
+ 17753,
+ 17771,
+ 17821,
+ 17821,
+ 17838,
+ 17838,
+ 17842,
+ 17842,
+ 17857,
+ 17870,
+ 17870,
+ 17881,
+ 17893,
+ 17893,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17927,
+ 17943,
+ 17943,
+ 17943,
+ 17943,
+ 17948,
+ 17957,
+ 17963,
+ 17973,
+ 17976,
+ 17982,
+ 17982,
+ 17982,
+ 17988,
+ 17996,
+ 18007,
+ 18017,
+ 18025,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18051,
+ 18102,
+ 18105,
+ 18109,
+ 18109,
+ 18123,
+ 18135,
+ 18135,
+ 18142,
+ 18148,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18216,
+ 18229,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18342,
+ 18412,
+ 18466,
+ 18518,
+ 18518,
+ 18528,
+ 18532,
+ 18541,
+ 18541,
+ 18541,
+ 18552,
+ 18561,
+ 18569,
+ 18574,
+ 18580,
+ 18596,
+ 18602,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18747,
+ 18757,
+ 18770,
+ 18781,
+ 18794,
+ 18807,
+ 18835,
+ 18870,
+ 18906,
+ 18944,
+ 18952,
+ 18965,
+ 18965,
+ 18965,
+ 18988,
+ 18996,
+ 18996,
+ 18996,
+ 19010,
+ 19016,
+ 19024,
+ 19033,
+ 19048,
+ 19059,
+ 19059,
+ 19080,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19117,
+ 19130,
+ 19146,
+ 19146,
+ 19146,
+ 19164,
+ 19212,
+ 19283,
+ 19295,
+ 19318,
+ 19339,
+ 19339,
+ 19352,
+ 19360,
+ 19360,
+ 19382,
+ 19446,
+ 19446,
+ 19465,
+ 19513,
+ 19523,
+ 19530,
+ 19530,
+ 19549,
+ 19590,
19617,
- 19632,
+ 19619,
+ 19634,
+ 19634,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -9513,7 +9520,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"erase all credentials?",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -9713,7 +9720,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -10024,8 +10031,8 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
- "Please try again",
+ "Please check again.",
+ "Please try again.",
"Do you really want to",
"Recipient",
"Sign",
@@ -10438,7 +10445,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -10465,6 +10472,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -10972,758 +10980,759 @@ impl TranslatedString {
8480,
8550,
8626,
- 8641,
- 8659,
- 8683,
- 8718,
- 8727,
- 8751,
- 8781,
- 8812,
- 8830,
- 8872,
- 8872,
- 8898,
- 8898,
- 8919,
- 8968,
- 8977,
- 8991,
- 9010,
- 9025,
- 9037,
- 9051,
- 9067,
- 9087,
- 9112,
- 9161,
- 9214,
- 9225,
- 9240,
- 9270,
- 9298,
- 9323,
- 9339,
- 9422,
- 9443,
- 9464,
- 9477,
- 9491,
- 9556,
- 9556,
- 9578,
- 9597,
- 9612,
- 9641,
- 9665,
- 9728,
- 9775,
- 9824,
- 9862,
- 9995,
- 10039,
- 10061,
- 10073,
- 10117,
- 10161,
- 10185,
- 10216,
- 10255,
- 10304,
- 10429,
- 10546,
- 10590,
- 10590,
- 10597,
- 10628,
- 10641,
- 10659,
- 10702,
- 10702,
- 10702,
- 10725,
- 10757,
- 10788,
- 10788,
- 10788,
- 10788,
- 10808,
- 10828,
- 10828,
- 10865,
- 10878,
- 10894,
- 10925,
- 10925,
- 10965,
- 10965,
- 10979,
- 10992,
- 10992,
- 10992,
- 11008,
- 11008,
- 11027,
- 11047,
- 11067,
- 11080,
- 11098,
- 11111,
- 11155,
- 11208,
- 11208,
- 11228,
- 11258,
- 11278,
- 11289,
- 11309,
- 11343,
- 11347,
- 11352,
- 11357,
- 11376,
- 11380,
- 11448,
- 11528,
- 11593,
- 11606,
- 11621,
- 11658,
- 11675,
- 11740,
- 11785,
- 11850,
- 11894,
- 11907,
- 11921,
- 11971,
- 11998,
- 12047,
- 12089,
- 12173,
- 12219,
- 12268,
- 12286,
- 12301,
- 12320,
- 12376,
- 12443,
- 12484,
- 12498,
- 12498,
- 12512,
- 12543,
- 12556,
- 12567,
- 12599,
- 12614,
- 12631,
- 12643,
- 12650,
- 12664,
- 12674,
- 12694,
- 12694,
- 12708,
- 12729,
- 12729,
- 12729,
- 12738,
- 12753,
- 12768,
- 12780,
- 12794,
- 12807,
- 12831,
- 12847,
- 12859,
- 12924,
- 12940,
- 12992,
- 13027,
- 13047,
- 13063,
- 13063,
- 13105,
- 13162,
- 13175,
- 13193,
- 13203,
- 13212,
- 13235,
- 13246,
- 13251,
- 13261,
- 13274,
- 13280,
- 13303,
- 13313,
- 13324,
- 13338,
- 13350,
- 13350,
- 13367,
- 13367,
- 13385,
- 13399,
- 13413,
- 13419,
- 13439,
- 13451,
- 13462,
- 13522,
- 13535,
- 13539,
- 13543,
- 13554,
- 13563,
- 13563,
- 13563,
- 13573,
- 13576,
- 13581,
- 13584,
- 13597,
- 13603,
- 13612,
- 13629,
- 13641,
- 13657,
- 13657,
- 13665,
- 13682,
- 13685,
- 13696,
- 13716,
- 13729,
- 13729,
- 13742,
- 13754,
- 13761,
- 13769,
- 13778,
- 13798,
- 13834,
- 13854,
- 13868,
- 13868,
- 13883,
- 13889,
- 13905,
- 13919,
- 13934,
- 13969,
- 13969,
- 13982,
- 13989,
- 13995,
- 14013,
- 14032,
- 14041,
- 14049,
- 14066,
- 14083,
- 14096,
- 14111,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14127,
- 14165,
- 14192,
- 14207,
- 14222,
- 14246,
- 14257,
- 14296,
- 14296,
- 14314,
- 14360,
- 14379,
- 14397,
- 14410,
- 14467,
- 14484,
- 14524,
- 14542,
- 14542,
- 14542,
- 14542,
- 14560,
- 14590,
- 14619,
- 14637,
- 14652,
- 14659,
- 14667,
- 14674,
- 14680,
- 14693,
- 14701,
- 14710,
- 14716,
- 14723,
- 14734,
- 14742,
- 14758,
- 14771,
- 14776,
- 14779,
- 14783,
- 14783,
- 14828,
- 14837,
- 14839,
- 14846,
- 14864,
- 14880,
- 14901,
- 14910,
- 14914,
- 14920,
- 14920,
- 14920,
- 14931,
- 14931,
- 14931,
- 14931,
- 14938,
- 14945,
- 14945,
- 14952,
- 14959,
- 14967,
- 14970,
- 14970,
+ 8642,
+ 8660,
+ 8684,
+ 8719,
+ 8728,
+ 8752,
+ 8782,
+ 8813,
+ 8831,
+ 8873,
+ 8873,
+ 8899,
+ 8899,
+ 8920,
+ 8969,
+ 8978,
+ 8992,
+ 9011,
+ 9026,
+ 9038,
+ 9052,
+ 9068,
+ 9088,
+ 9113,
+ 9162,
+ 9215,
+ 9226,
+ 9241,
+ 9271,
+ 9299,
+ 9324,
+ 9340,
+ 9423,
+ 9444,
+ 9465,
+ 9478,
+ 9492,
+ 9557,
+ 9557,
+ 9579,
+ 9598,
+ 9613,
+ 9642,
+ 9666,
+ 9729,
+ 9776,
+ 9825,
+ 9863,
+ 9996,
+ 10040,
+ 10062,
+ 10074,
+ 10118,
+ 10162,
+ 10186,
+ 10217,
+ 10256,
+ 10305,
+ 10430,
+ 10547,
+ 10591,
+ 10591,
+ 10598,
+ 10629,
+ 10642,
+ 10660,
+ 10703,
+ 10703,
+ 10703,
+ 10726,
+ 10758,
+ 10789,
+ 10789,
+ 10789,
+ 10789,
+ 10809,
+ 10829,
+ 10829,
+ 10866,
+ 10879,
+ 10895,
+ 10926,
+ 10926,
+ 10966,
+ 10966,
+ 10980,
+ 10993,
+ 10993,
+ 10993,
+ 11009,
+ 11009,
+ 11028,
+ 11048,
+ 11068,
+ 11081,
+ 11099,
+ 11112,
+ 11156,
+ 11209,
+ 11209,
+ 11229,
+ 11259,
+ 11279,
+ 11290,
+ 11310,
+ 11344,
+ 11348,
+ 11353,
+ 11358,
+ 11377,
+ 11381,
+ 11449,
+ 11529,
+ 11594,
+ 11607,
+ 11622,
+ 11659,
+ 11676,
+ 11741,
+ 11786,
+ 11851,
+ 11895,
+ 11908,
+ 11922,
+ 11972,
+ 11999,
+ 12048,
+ 12090,
+ 12174,
+ 12220,
+ 12269,
+ 12287,
+ 12302,
+ 12321,
+ 12377,
+ 12444,
+ 12485,
+ 12499,
+ 12499,
+ 12513,
+ 12544,
+ 12557,
+ 12568,
+ 12600,
+ 12615,
+ 12632,
+ 12644,
+ 12651,
+ 12665,
+ 12675,
+ 12695,
+ 12695,
+ 12709,
+ 12730,
+ 12730,
+ 12730,
+ 12739,
+ 12754,
+ 12769,
+ 12781,
+ 12795,
+ 12808,
+ 12832,
+ 12848,
+ 12860,
+ 12925,
+ 12941,
+ 12993,
+ 13028,
+ 13048,
+ 13064,
+ 13064,
+ 13106,
+ 13163,
+ 13176,
+ 13194,
+ 13204,
+ 13213,
+ 13236,
+ 13247,
+ 13252,
+ 13262,
+ 13275,
+ 13281,
+ 13304,
+ 13314,
+ 13325,
+ 13339,
+ 13351,
+ 13351,
+ 13368,
+ 13368,
+ 13386,
+ 13400,
+ 13414,
+ 13420,
+ 13440,
+ 13452,
+ 13463,
+ 13523,
+ 13536,
+ 13540,
+ 13544,
+ 13555,
+ 13564,
+ 13564,
+ 13564,
+ 13574,
+ 13577,
+ 13582,
+ 13585,
+ 13598,
+ 13604,
+ 13613,
+ 13630,
+ 13642,
+ 13658,
+ 13658,
+ 13666,
+ 13683,
+ 13686,
+ 13697,
+ 13717,
+ 13730,
+ 13730,
+ 13743,
+ 13755,
+ 13762,
+ 13770,
+ 13779,
+ 13799,
+ 13835,
+ 13855,
+ 13869,
+ 13869,
+ 13884,
+ 13890,
+ 13906,
+ 13920,
+ 13935,
+ 13970,
+ 13970,
+ 13983,
+ 13990,
+ 13996,
+ 14014,
+ 14033,
+ 14042,
+ 14050,
+ 14067,
+ 14084,
+ 14097,
+ 14112,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14128,
+ 14166,
+ 14193,
+ 14208,
+ 14223,
+ 14247,
+ 14258,
+ 14297,
+ 14297,
+ 14315,
+ 14361,
+ 14380,
+ 14398,
+ 14411,
+ 14468,
+ 14485,
+ 14525,
+ 14543,
+ 14543,
+ 14543,
+ 14543,
+ 14561,
+ 14591,
+ 14620,
+ 14638,
+ 14653,
+ 14660,
+ 14668,
+ 14675,
+ 14681,
+ 14694,
+ 14702,
+ 14711,
+ 14717,
+ 14724,
+ 14735,
+ 14743,
+ 14759,
+ 14772,
+ 14777,
+ 14780,
+ 14784,
+ 14784,
+ 14829,
+ 14838,
+ 14840,
+ 14847,
+ 14866,
+ 14883,
+ 14904,
+ 14913,
+ 14917,
+ 14923,
+ 14923,
+ 14923,
+ 14934,
+ 14934,
+ 14934,
+ 14934,
+ 14941,
+ 14948,
+ 14948,
+ 14955,
+ 14962,
14970,
- 14975,
- 14988,
- 15013,
- 15018,
- 15031,
- 15054,
- 15061,
- 15088,
- 15099,
- 15112,
- 15121,
- 15175,
- 15193,
- 15207,
- 15227,
- 15249,
- 15269,
- 15276,
- 15291,
- 15291,
- 15291,
- 15291,
- 15300,
- 15300,
- 15352,
- 15352,
- 15364,
- 15364,
- 15376,
- 15376,
- 15376,
- 15383,
- 15398,
- 15398,
- 15413,
- 15438,
- 15438,
- 15438,
- 15438,
- 15449,
- 15458,
- 15470,
- 15478,
- 15478,
- 15490,
- 15490,
- 15571,
- 15629,
- 15629,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15649,
- 15665,
- 15665,
- 15665,
- 15675,
- 15675,
- 15675,
- 15675,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15685,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15732,
- 15750,
- 15767,
- 15780,
- 15780,
- 15780,
- 15834,
- 15847,
- 15847,
- 15847,
- 15847,
- 15862,
- 15862,
- 15862,
- 15881,
- 15889,
- 15889,
- 15889,
- 15907,
- 15925,
- 15950,
- 15963,
- 15963,
- 15980,
- 16002,
- 16010,
- 16010,
- 16030,
- 16030,
- 16030,
- 16107,
- 16123,
- 16133,
- 16133,
- 16133,
- 16185,
- 16185,
- 16203,
- 16209,
- 16214,
- 16214,
- 16239,
- 16243,
- 16243,
- 16243,
- 16274,
- 16274,
- 16274,
- 16292,
- 16309,
- 16319,
- 16337,
- 16357,
- 16357,
- 16381,
- 16403,
- 16416,
- 16442,
- 16462,
- 16478,
- 16478,
- 16486,
- 16491,
- 16520,
- 16572,
- 16584,
- 16589,
- 16602,
- 16610,
- 16620,
- 16680,
- 16706,
- 16713,
- 16744,
- 16756,
- 16773,
- 16795,
- 16795,
- 16810,
- 16810,
- 16810,
- 16810,
- 16810,
- 16827,
- 16839,
- 16854,
- 16861,
- 16877,
- 16885,
- 16926,
- 16940,
- 16950,
- 16983,
- 16992,
- 17032,
- 17048,
- 17054,
- 17065,
- 17070,
- 17075,
- 17075,
- 17088,
- 17109,
- 17109,
- 17159,
- 17172,
- 17172,
- 17172,
- 17251,
- 17297,
- 17311,
- 17311,
- 17326,
- 17330,
- 17336,
- 17348,
- 17348,
- 17348,
- 17400,
- 17408,
- 17441,
- 17441,
- 17441,
- 17456,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17468,
- 17486,
- 17528,
- 17532,
- 17532,
- 17543,
- 17568,
- 17572,
- 17576,
- 17592,
- 17606,
- 17612,
- 17632,
- 17638,
- 17658,
- 17666,
- 17666,
- 17666,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17721,
- 17730,
- 17740,
- 17750,
- 17768,
- 17818,
- 17818,
- 17835,
- 17835,
- 17839,
- 17839,
- 17854,
- 17867,
- 17867,
- 17878,
- 17890,
- 17890,
- 17911,
- 17911,
- 17911,
- 17911,
- 17911,
- 17924,
- 17940,
- 17940,
- 17940,
- 17940,
- 17945,
- 17954,
- 17960,
- 17970,
- 17973,
- 17979,
- 17979,
- 17979,
- 17985,
- 17993,
- 18004,
- 18014,
- 18022,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18039,
- 18048,
- 18099,
+ 14973,
+ 14973,
+ 14973,
+ 14978,
+ 14991,
+ 15016,
+ 15021,
+ 15034,
+ 15057,
+ 15064,
+ 15091,
+ 15102,
+ 15115,
+ 15124,
+ 15178,
+ 15196,
+ 15210,
+ 15230,
+ 15252,
+ 15272,
+ 15279,
+ 15294,
+ 15294,
+ 15294,
+ 15294,
+ 15303,
+ 15303,
+ 15355,
+ 15355,
+ 15367,
+ 15367,
+ 15379,
+ 15379,
+ 15379,
+ 15386,
+ 15401,
+ 15401,
+ 15416,
+ 15441,
+ 15441,
+ 15441,
+ 15441,
+ 15452,
+ 15461,
+ 15473,
+ 15481,
+ 15481,
+ 15493,
+ 15493,
+ 15574,
+ 15632,
+ 15632,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15652,
+ 15668,
+ 15668,
+ 15668,
+ 15678,
+ 15678,
+ 15678,
+ 15678,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15688,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15735,
+ 15753,
+ 15770,
+ 15783,
+ 15783,
+ 15783,
+ 15837,
+ 15850,
+ 15850,
+ 15850,
+ 15850,
+ 15865,
+ 15865,
+ 15865,
+ 15884,
+ 15892,
+ 15892,
+ 15892,
+ 15910,
+ 15928,
+ 15953,
+ 15966,
+ 15966,
+ 15983,
+ 16005,
+ 16013,
+ 16013,
+ 16033,
+ 16033,
+ 16033,
+ 16110,
+ 16126,
+ 16136,
+ 16136,
+ 16136,
+ 16188,
+ 16188,
+ 16206,
+ 16212,
+ 16217,
+ 16217,
+ 16242,
+ 16246,
+ 16246,
+ 16246,
+ 16277,
+ 16277,
+ 16277,
+ 16295,
+ 16312,
+ 16322,
+ 16340,
+ 16360,
+ 16360,
+ 16384,
+ 16406,
+ 16419,
+ 16445,
+ 16465,
+ 16481,
+ 16481,
+ 16489,
+ 16494,
+ 16523,
+ 16575,
+ 16587,
+ 16592,
+ 16605,
+ 16613,
+ 16623,
+ 16683,
+ 16709,
+ 16716,
+ 16747,
+ 16759,
+ 16776,
+ 16798,
+ 16798,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16813,
+ 16830,
+ 16842,
+ 16857,
+ 16864,
+ 16880,
+ 16888,
+ 16929,
+ 16943,
+ 16953,
+ 16986,
+ 16995,
+ 17035,
+ 17051,
+ 17057,
+ 17068,
+ 17073,
+ 17078,
+ 17078,
+ 17091,
+ 17112,
+ 17112,
+ 17162,
+ 17175,
+ 17175,
+ 17175,
+ 17254,
+ 17300,
+ 17314,
+ 17314,
+ 17329,
+ 17333,
+ 17339,
+ 17351,
+ 17351,
+ 17351,
+ 17403,
+ 17411,
+ 17444,
+ 17444,
+ 17444,
+ 17459,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17471,
+ 17489,
+ 17531,
+ 17535,
+ 17535,
+ 17546,
+ 17571,
+ 17575,
+ 17579,
+ 17595,
+ 17609,
+ 17615,
+ 17635,
+ 17641,
+ 17661,
+ 17669,
+ 17669,
+ 17669,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17724,
+ 17733,
+ 17743,
+ 17753,
+ 17771,
+ 17821,
+ 17821,
+ 17838,
+ 17838,
+ 17842,
+ 17842,
+ 17857,
+ 17870,
+ 17870,
+ 17881,
+ 17893,
+ 17893,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17914,
+ 17927,
+ 17943,
+ 17943,
+ 17943,
+ 17943,
+ 17948,
+ 17957,
+ 17963,
+ 17973,
+ 17976,
+ 17982,
+ 17982,
+ 17982,
+ 17988,
+ 17996,
+ 18007,
+ 18017,
+ 18025,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18042,
+ 18051,
18102,
- 18106,
- 18106,
- 18120,
- 18132,
- 18132,
- 18139,
- 18145,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18150,
- 18213,
- 18226,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18268,
- 18339,
- 18409,
- 18463,
- 18515,
- 18515,
- 18525,
- 18529,
- 18538,
- 18538,
- 18538,
- 18549,
- 18558,
- 18566,
- 18571,
- 18577,
- 18593,
- 18599,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18730,
- 18744,
- 18754,
- 18767,
- 18778,
- 18791,
- 18804,
- 18832,
- 18867,
- 18903,
- 18941,
- 18949,
- 18962,
- 18962,
- 18962,
- 18985,
- 18993,
- 18993,
- 18993,
- 19007,
- 19013,
- 19021,
- 19030,
- 19045,
- 19056,
- 19056,
- 19077,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19092,
- 19114,
- 19128,
- 19144,
- 19144,
- 19144,
- 19162,
- 19210,
- 19281,
- 19293,
- 19316,
- 19337,
- 19337,
- 19350,
- 19358,
- 19358,
- 19380,
- 19444,
- 19444,
- 19463,
- 19511,
- 19521,
- 19528,
- 19528,
- 19547,
- 19588,
- 19615,
+ 18105,
+ 18109,
+ 18109,
+ 18123,
+ 18135,
+ 18135,
+ 18142,
+ 18148,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18153,
+ 18216,
+ 18229,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18271,
+ 18342,
+ 18412,
+ 18466,
+ 18518,
+ 18518,
+ 18528,
+ 18532,
+ 18541,
+ 18541,
+ 18541,
+ 18552,
+ 18561,
+ 18569,
+ 18574,
+ 18580,
+ 18596,
+ 18602,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18733,
+ 18747,
+ 18757,
+ 18770,
+ 18781,
+ 18794,
+ 18807,
+ 18835,
+ 18870,
+ 18906,
+ 18944,
+ 18952,
+ 18965,
+ 18965,
+ 18965,
+ 18988,
+ 18996,
+ 18996,
+ 18996,
+ 19010,
+ 19016,
+ 19024,
+ 19033,
+ 19048,
+ 19059,
+ 19059,
+ 19080,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19095,
+ 19117,
+ 19130,
+ 19146,
+ 19146,
+ 19146,
+ 19164,
+ 19212,
+ 19283,
+ 19295,
+ 19318,
+ 19339,
+ 19339,
+ 19352,
+ 19360,
+ 19360,
+ 19382,
+ 19446,
+ 19446,
+ 19465,
+ 19513,
+ 19523,
+ 19530,
+ 19530,
+ 19549,
+ 19590,
19617,
- 19632,
+ 19619,
+ 19634,
+ 19634,
];
} else if #[cfg(feature = "layout_caesar")] {
@@ -12031,7 +12040,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -12231,7 +12240,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -12542,7 +12551,7 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
+ "Please check again.",
"Please try again",
"",
"Recipient",
@@ -12956,7 +12965,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -12983,6 +12992,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -13490,758 +13500,759 @@ impl TranslatedString {
7714,
7784,
7860,
- 7875,
- 7893,
- 7917,
- 7952,
- 7961,
- 7985,
- 8015,
- 8046,
- 8064,
- 8106,
- 8106,
- 8132,
- 8132,
- 8153,
- 8202,
- 8211,
- 8225,
- 8244,
- 8259,
- 8271,
- 8285,
- 8301,
- 8321,
- 8346,
- 8395,
- 8448,
- 8459,
- 8474,
- 8474,
- 8502,
- 8527,
- 8543,
- 8543,
- 8543,
- 8543,
- 8556,
- 8570,
- 8635,
- 8647,
- 8647,
- 8666,
- 8666,
- 8695,
- 8719,
- 8782,
- 8829,
- 8878,
- 8878,
- 8878,
- 8922,
- 8922,
- 8934,
- 8934,
- 8934,
- 8934,
- 8934,
- 8973,
- 9022,
- 9022,
- 9022,
- 9022,
- 9070,
- 9070,
- 9070,
- 9083,
- 9083,
- 9083,
- 9125,
- 9125,
- 9148,
- 9148,
- 9179,
- 9194,
- 9210,
- 9226,
- 9226,
- 9226,
- 9250,
- 9250,
- 9263,
- 9279,
- 9310,
- 9310,
- 9310,
- 9355,
- 9369,
- 9382,
- 9382,
- 9397,
- 9413,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9442,
- 9442,
- 9442,
- 9508,
- 9528,
- 9528,
- 9548,
- 9559,
- 9579,
- 9613,
- 9617,
- 9622,
- 9627,
- 9646,
- 9650,
- 9718,
- 9798,
- 9863,
- 9876,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9905,
- 9936,
- 9949,
- 9960,
- 9992,
- 10007,
- 10024,
- 10024,
- 10031,
- 10045,
- 10055,
- 10055,
- 10055,
- 10069,
- 10069,
- 10085,
- 10102,
- 10111,
- 10126,
- 10141,
- 10141,
- 10155,
- 10168,
- 10192,
- 10208,
- 10220,
- 10285,
- 10301,
- 10353,
- 10388,
- 10408,
- 10424,
- 10424,
- 10466,
- 10523,
- 10536,
- 10554,
- 10564,
- 10573,
- 10596,
- 10607,
- 10612,
- 10622,
- 10635,
- 10641,
- 10664,
- 10674,
- 10685,
- 10699,
- 10711,
- 10711,
- 10728,
- 10728,
- 10746,
- 10760,
- 10774,
- 10780,
- 10800,
- 10812,
- 10823,
- 10883,
- 10896,
- 10900,
- 10904,
- 10915,
- 10924,
- 10924,
- 10924,
- 10934,
- 10937,
- 10942,
- 10945,
- 10958,
- 10964,
- 10973,
- 10990,
- 11002,
- 11018,
- 11018,
- 11026,
- 11043,
- 11046,
- 11057,
- 11077,
- 11090,
- 11090,
- 11103,
- 11115,
- 11122,
- 11130,
- 11139,
- 11159,
- 11195,
- 11215,
- 11229,
- 11229,
- 11244,
- 11250,
- 11266,
- 11280,
- 11295,
- 11330,
- 11330,
- 11343,
- 11350,
- 11356,
- 11374,
- 11393,
- 11402,
- 11410,
- 11427,
- 11444,
- 11457,
- 11472,
- 11488,
- 11542,
- 11606,
- 11633,
- 11742,
- 11785,
- 11790,
- 11803,
- 11816,
- 11833,
- 11900,
- 11943,
- 11981,
- 12008,
- 12023,
- 12038,
- 12062,
- 12073,
- 12112,
- 12112,
- 12130,
- 12176,
- 12195,
- 12213,
- 12226,
- 12283,
- 12283,
- 12323,
- 12341,
- 12378,
- 12393,
- 12410,
- 12428,
- 12458,
- 12487,
- 12487,
- 12502,
- 12509,
- 12517,
- 12524,
- 12530,
- 12543,
- 12551,
- 12560,
- 12566,
- 12573,
- 12584,
- 12592,
- 12608,
- 12621,
- 12626,
- 12629,
- 12633,
- 12646,
- 12691,
- 12700,
- 12702,
- 12709,
- 12727,
- 12743,
- 12743,
- 12752,
- 12756,
- 12762,
- 12767,
- 12772,
- 12783,
- 12791,
- 12796,
- 12802,
- 12809,
- 12816,
- 12825,
- 12832,
- 12839,
- 12847,
- 12850,
- 12850,
- 12858,
- 12863,
- 12876,
- 12901,
- 12906,
- 12919,
- 12942,
- 12949,
- 12976,
- 12987,
- 13000,
- 13009,
- 13063,
- 13081,
- 13095,
- 13115,
- 13137,
- 13157,
- 13164,
- 13179,
- 13179,
- 13179,
- 13179,
- 13188,
- 13188,
- 13240,
- 13240,
- 13252,
- 13252,
- 13264,
- 13264,
- 13264,
- 13271,
- 13286,
- 13286,
- 13301,
- 13326,
- 13326,
- 13326,
- 13326,
- 13337,
- 13346,
- 13358,
- 13366,
- 13366,
- 13378,
- 13378,
- 13459,
- 13517,
- 13517,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13553,
- 13553,
- 13553,
- 13563,
- 13563,
- 13563,
- 13563,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13638,
- 13655,
- 13668,
- 13668,
- 13668,
- 13722,
- 13735,
- 13735,
- 13735,
- 13735,
- 13750,
- 13750,
- 13750,
- 13769,
- 13777,
- 13777,
- 13777,
- 13795,
- 13813,
- 13838,
- 13851,
- 13851,
- 13868,
- 13890,
- 13898,
- 13898,
- 13918,
- 13918,
- 13918,
- 13995,
- 14011,
- 14021,
- 14021,
- 14021,
- 14073,
- 14073,
- 14091,
- 14097,
- 14102,
- 14102,
- 14127,
- 14131,
- 14131,
- 14131,
- 14162,
- 14162,
- 14162,
- 14180,
- 14197,
- 14207,
- 14225,
- 14245,
- 14245,
- 14269,
- 14283,
- 14296,
- 14322,
- 14342,
- 14358,
- 14358,
- 14366,
- 14371,
- 14400,
- 14452,
- 14464,
- 14469,
- 14482,
- 14490,
- 14500,
- 14560,
- 14586,
- 14593,
- 14624,
- 14636,
- 14653,
- 14675,
- 14675,
- 14690,
- 14690,
- 14690,
- 14690,
- 14690,
- 14707,
- 14719,
- 14734,
- 14741,
- 14757,
- 14765,
- 14806,
- 14820,
- 14830,
- 14863,
- 14872,
- 14912,
- 14928,
- 14934,
- 14945,
- 14950,
- 14955,
- 14955,
- 14968,
- 14989,
- 14989,
- 15039,
- 15052,
- 15052,
- 15052,
- 15131,
- 15177,
- 15191,
- 15191,
- 15206,
- 15210,
- 15216,
- 15228,
- 15228,
- 15228,
- 15280,
- 15288,
- 15321,
- 15321,
- 15321,
- 15336,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15366,
- 15408,
- 15412,
- 15412,
- 15423,
- 15448,
- 15452,
- 15456,
- 15472,
- 15486,
- 15492,
- 15512,
- 15518,
- 15538,
- 15546,
- 15546,
- 15546,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15610,
- 15620,
- 15630,
- 15648,
- 15698,
- 15698,
- 15715,
- 15715,
- 15719,
- 15719,
- 15734,
- 15747,
- 15747,
- 15758,
- 15770,
- 15770,
- 15791,
- 15791,
- 15791,
- 15791,
- 15791,
- 15804,
- 15820,
- 15820,
- 15820,
- 15820,
- 15825,
- 15834,
- 15840,
- 15850,
- 15853,
- 15859,
- 15859,
- 15859,
- 15865,
- 15873,
- 15884,
- 15894,
- 15902,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15928,
- 15979,
- 15982,
- 15986,
- 15986,
- 16000,
- 16012,
- 16012,
- 16019,
- 16025,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16093,
- 16106,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16219,
- 16289,
- 16343,
- 16395,
- 16395,
- 16405,
- 16409,
- 16418,
- 16418,
- 16418,
- 16429,
- 16438,
- 16446,
- 16451,
- 16457,
- 16473,
- 16479,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16624,
- 16634,
- 16647,
- 16658,
- 16671,
- 16684,
- 16712,
- 16747,
- 16783,
- 16821,
- 16829,
- 16842,
- 16842,
- 16842,
- 16865,
- 16873,
- 16873,
- 16873,
- 16895,
- 16901,
- 16909,
- 16918,
- 16933,
- 16944,
- 16944,
- 16965,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 17002,
- 17016,
- 17032,
- 17032,
- 17032,
- 17050,
- 17098,
- 17169,
- 17181,
- 17204,
- 17225,
- 17225,
- 17238,
- 17246,
- 17246,
- 17268,
- 17332,
- 17332,
- 17351,
- 17399,
- 17409,
- 17416,
- 17416,
- 17435,
- 17476,
- 17503,
- 17505,
- 17520,
+ 7876,
+ 7894,
+ 7918,
+ 7953,
+ 7962,
+ 7986,
+ 8016,
+ 8047,
+ 8065,
+ 8107,
+ 8107,
+ 8133,
+ 8133,
+ 8154,
+ 8203,
+ 8212,
+ 8226,
+ 8245,
+ 8260,
+ 8272,
+ 8286,
+ 8302,
+ 8322,
+ 8347,
+ 8396,
+ 8449,
+ 8460,
+ 8475,
+ 8475,
+ 8503,
+ 8528,
+ 8544,
+ 8544,
+ 8544,
+ 8544,
+ 8557,
+ 8571,
+ 8636,
+ 8648,
+ 8648,
+ 8667,
+ 8667,
+ 8696,
+ 8720,
+ 8783,
+ 8830,
+ 8879,
+ 8879,
+ 8879,
+ 8923,
+ 8923,
+ 8935,
+ 8935,
+ 8935,
+ 8935,
+ 8935,
+ 8974,
+ 9023,
+ 9023,
+ 9023,
+ 9023,
+ 9071,
+ 9071,
+ 9071,
+ 9084,
+ 9084,
+ 9084,
+ 9126,
+ 9126,
+ 9149,
+ 9149,
+ 9180,
+ 9195,
+ 9211,
+ 9227,
+ 9227,
+ 9227,
+ 9251,
+ 9251,
+ 9264,
+ 9280,
+ 9311,
+ 9311,
+ 9311,
+ 9356,
+ 9370,
+ 9383,
+ 9383,
+ 9398,
+ 9414,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9443,
+ 9443,
+ 9443,
+ 9509,
+ 9529,
+ 9529,
+ 9549,
+ 9560,
+ 9580,
+ 9614,
+ 9618,
+ 9623,
+ 9628,
+ 9647,
+ 9651,
+ 9719,
+ 9799,
+ 9864,
+ 9877,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9906,
+ 9937,
+ 9950,
+ 9961,
+ 9993,
+ 10008,
+ 10025,
+ 10025,
+ 10032,
+ 10046,
+ 10056,
+ 10056,
+ 10056,
+ 10070,
+ 10070,
+ 10086,
+ 10103,
+ 10112,
+ 10127,
+ 10142,
+ 10142,
+ 10156,
+ 10169,
+ 10193,
+ 10209,
+ 10221,
+ 10286,
+ 10302,
+ 10354,
+ 10389,
+ 10409,
+ 10425,
+ 10425,
+ 10467,
+ 10524,
+ 10537,
+ 10555,
+ 10565,
+ 10574,
+ 10597,
+ 10608,
+ 10613,
+ 10623,
+ 10636,
+ 10642,
+ 10665,
+ 10675,
+ 10686,
+ 10700,
+ 10712,
+ 10712,
+ 10729,
+ 10729,
+ 10747,
+ 10761,
+ 10775,
+ 10781,
+ 10801,
+ 10813,
+ 10824,
+ 10884,
+ 10897,
+ 10901,
+ 10905,
+ 10916,
+ 10925,
+ 10925,
+ 10925,
+ 10935,
+ 10938,
+ 10943,
+ 10946,
+ 10959,
+ 10965,
+ 10974,
+ 10991,
+ 11003,
+ 11019,
+ 11019,
+ 11027,
+ 11044,
+ 11047,
+ 11058,
+ 11078,
+ 11091,
+ 11091,
+ 11104,
+ 11116,
+ 11123,
+ 11131,
+ 11140,
+ 11160,
+ 11196,
+ 11216,
+ 11230,
+ 11230,
+ 11245,
+ 11251,
+ 11267,
+ 11281,
+ 11296,
+ 11331,
+ 11331,
+ 11344,
+ 11351,
+ 11357,
+ 11375,
+ 11394,
+ 11403,
+ 11411,
+ 11428,
+ 11445,
+ 11458,
+ 11473,
+ 11489,
+ 11543,
+ 11607,
+ 11634,
+ 11743,
+ 11786,
+ 11791,
+ 11804,
+ 11817,
+ 11834,
+ 11901,
+ 11944,
+ 11982,
+ 12009,
+ 12024,
+ 12039,
+ 12063,
+ 12074,
+ 12113,
+ 12113,
+ 12131,
+ 12177,
+ 12196,
+ 12214,
+ 12227,
+ 12284,
+ 12284,
+ 12324,
+ 12342,
+ 12379,
+ 12394,
+ 12411,
+ 12429,
+ 12459,
+ 12488,
+ 12488,
+ 12503,
+ 12510,
+ 12518,
+ 12525,
+ 12531,
+ 12544,
+ 12552,
+ 12561,
+ 12567,
+ 12574,
+ 12585,
+ 12593,
+ 12609,
+ 12622,
+ 12627,
+ 12630,
+ 12634,
+ 12647,
+ 12692,
+ 12701,
+ 12703,
+ 12710,
+ 12729,
+ 12745,
+ 12745,
+ 12754,
+ 12758,
+ 12764,
+ 12769,
+ 12774,
+ 12785,
+ 12793,
+ 12798,
+ 12804,
+ 12811,
+ 12818,
+ 12827,
+ 12834,
+ 12841,
+ 12849,
+ 12852,
+ 12852,
+ 12860,
+ 12865,
+ 12878,
+ 12903,
+ 12908,
+ 12921,
+ 12944,
+ 12951,
+ 12978,
+ 12989,
+ 13002,
+ 13011,
+ 13065,
+ 13083,
+ 13097,
+ 13117,
+ 13139,
+ 13159,
+ 13166,
+ 13181,
+ 13181,
+ 13181,
+ 13181,
+ 13190,
+ 13190,
+ 13242,
+ 13242,
+ 13254,
+ 13254,
+ 13266,
+ 13266,
+ 13266,
+ 13273,
+ 13288,
+ 13288,
+ 13303,
+ 13328,
+ 13328,
+ 13328,
+ 13328,
+ 13339,
+ 13348,
+ 13360,
+ 13368,
+ 13368,
+ 13380,
+ 13380,
+ 13461,
+ 13519,
+ 13519,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13555,
+ 13555,
+ 13555,
+ 13565,
+ 13565,
+ 13565,
+ 13565,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13640,
+ 13657,
+ 13670,
+ 13670,
+ 13670,
+ 13724,
+ 13737,
+ 13737,
+ 13737,
+ 13737,
+ 13752,
+ 13752,
+ 13752,
+ 13771,
+ 13779,
+ 13779,
+ 13779,
+ 13797,
+ 13815,
+ 13840,
+ 13853,
+ 13853,
+ 13870,
+ 13892,
+ 13900,
+ 13900,
+ 13920,
+ 13920,
+ 13920,
+ 13997,
+ 14013,
+ 14023,
+ 14023,
+ 14023,
+ 14075,
+ 14075,
+ 14093,
+ 14099,
+ 14104,
+ 14104,
+ 14129,
+ 14133,
+ 14133,
+ 14133,
+ 14164,
+ 14164,
+ 14164,
+ 14182,
+ 14199,
+ 14209,
+ 14227,
+ 14247,
+ 14247,
+ 14271,
+ 14285,
+ 14298,
+ 14324,
+ 14344,
+ 14360,
+ 14360,
+ 14368,
+ 14373,
+ 14402,
+ 14454,
+ 14466,
+ 14471,
+ 14484,
+ 14492,
+ 14502,
+ 14562,
+ 14588,
+ 14595,
+ 14626,
+ 14638,
+ 14655,
+ 14677,
+ 14677,
+ 14692,
+ 14692,
+ 14692,
+ 14692,
+ 14692,
+ 14709,
+ 14721,
+ 14736,
+ 14743,
+ 14759,
+ 14767,
+ 14808,
+ 14822,
+ 14832,
+ 14865,
+ 14874,
+ 14914,
+ 14930,
+ 14936,
+ 14947,
+ 14952,
+ 14957,
+ 14957,
+ 14970,
+ 14991,
+ 14991,
+ 15041,
+ 15054,
+ 15054,
+ 15054,
+ 15133,
+ 15179,
+ 15193,
+ 15193,
+ 15208,
+ 15212,
+ 15218,
+ 15230,
+ 15230,
+ 15230,
+ 15282,
+ 15290,
+ 15323,
+ 15323,
+ 15323,
+ 15338,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15368,
+ 15410,
+ 15414,
+ 15414,
+ 15425,
+ 15450,
+ 15454,
+ 15458,
+ 15474,
+ 15488,
+ 15494,
+ 15514,
+ 15520,
+ 15540,
+ 15548,
+ 15548,
+ 15548,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15612,
+ 15622,
+ 15632,
+ 15650,
+ 15700,
+ 15700,
+ 15717,
+ 15717,
+ 15721,
+ 15721,
+ 15736,
+ 15749,
+ 15749,
+ 15760,
+ 15772,
+ 15772,
+ 15793,
+ 15793,
+ 15793,
+ 15793,
+ 15793,
+ 15806,
+ 15822,
+ 15822,
+ 15822,
+ 15822,
+ 15827,
+ 15836,
+ 15842,
+ 15852,
+ 15855,
+ 15861,
+ 15861,
+ 15861,
+ 15867,
+ 15875,
+ 15886,
+ 15896,
+ 15904,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15930,
+ 15981,
+ 15984,
+ 15988,
+ 15988,
+ 16002,
+ 16014,
+ 16014,
+ 16021,
+ 16027,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16095,
+ 16108,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16221,
+ 16291,
+ 16345,
+ 16397,
+ 16397,
+ 16407,
+ 16411,
+ 16420,
+ 16420,
+ 16420,
+ 16431,
+ 16440,
+ 16448,
+ 16453,
+ 16459,
+ 16475,
+ 16481,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16626,
+ 16636,
+ 16649,
+ 16660,
+ 16673,
+ 16686,
+ 16714,
+ 16749,
+ 16785,
+ 16823,
+ 16831,
+ 16844,
+ 16844,
+ 16844,
+ 16867,
+ 16875,
+ 16875,
+ 16875,
+ 16897,
+ 16903,
+ 16911,
+ 16920,
+ 16935,
+ 16946,
+ 16946,
+ 16967,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 17004,
+ 17017,
+ 17033,
+ 17033,
+ 17033,
+ 17051,
+ 17099,
+ 17170,
+ 17182,
+ 17205,
+ 17226,
+ 17226,
+ 17239,
+ 17247,
+ 17247,
+ 17269,
+ 17333,
+ 17333,
+ 17352,
+ 17400,
+ 17410,
+ 17417,
+ 17417,
+ 17436,
+ 17477,
+ 17504,
+ 17506,
+ 17521,
+ 17521,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -14548,7 +14559,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -14748,7 +14759,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -15059,7 +15070,7 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
+ "Please check again.",
"Please try again",
"",
"Recipient",
@@ -15473,7 +15484,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -15500,6 +15511,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -16007,758 +16019,759 @@ impl TranslatedString {
7714,
7784,
7860,
- 7875,
- 7893,
- 7917,
- 7952,
- 7961,
- 7985,
- 8015,
- 8046,
- 8064,
- 8106,
- 8106,
- 8132,
- 8132,
- 8153,
- 8202,
- 8211,
- 8225,
- 8244,
- 8259,
- 8271,
- 8285,
- 8301,
- 8321,
- 8346,
- 8395,
- 8448,
- 8459,
- 8474,
- 8474,
- 8502,
- 8527,
- 8543,
- 8543,
- 8543,
- 8543,
- 8556,
- 8570,
- 8635,
- 8647,
- 8647,
- 8666,
- 8666,
- 8695,
- 8719,
- 8782,
- 8829,
- 8878,
- 8878,
- 8878,
- 8922,
- 8922,
- 8934,
- 8934,
- 8934,
- 8934,
- 8934,
- 8973,
- 9022,
- 9022,
- 9022,
- 9022,
- 9070,
- 9070,
- 9070,
- 9083,
- 9083,
- 9083,
- 9125,
- 9125,
- 9148,
- 9148,
- 9179,
- 9194,
- 9210,
- 9226,
- 9226,
- 9226,
- 9250,
- 9250,
- 9263,
- 9279,
- 9310,
- 9310,
- 9310,
- 9355,
- 9369,
- 9382,
- 9382,
- 9397,
- 9413,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9442,
- 9442,
- 9442,
- 9508,
- 9528,
- 9528,
- 9548,
- 9559,
- 9579,
- 9613,
- 9617,
- 9622,
- 9627,
- 9646,
- 9650,
- 9718,
- 9798,
- 9863,
- 9876,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9905,
- 9936,
- 9949,
- 9960,
- 9992,
- 10007,
- 10024,
- 10024,
- 10031,
- 10045,
- 10055,
- 10055,
- 10055,
- 10069,
- 10069,
- 10085,
- 10102,
- 10111,
- 10126,
- 10141,
- 10141,
- 10155,
- 10168,
- 10192,
- 10208,
- 10220,
- 10285,
- 10301,
- 10353,
- 10388,
- 10408,
- 10424,
- 10424,
- 10466,
- 10523,
- 10536,
- 10554,
- 10564,
- 10573,
- 10596,
- 10607,
- 10612,
- 10622,
- 10635,
- 10641,
- 10664,
- 10674,
- 10685,
- 10699,
- 10711,
- 10711,
- 10728,
- 10728,
- 10746,
- 10760,
- 10774,
- 10780,
- 10800,
- 10812,
- 10823,
- 10883,
- 10896,
- 10900,
- 10904,
- 10915,
- 10924,
- 10924,
- 10924,
- 10934,
- 10937,
- 10942,
- 10945,
- 10958,
- 10964,
- 10973,
- 10990,
- 11002,
- 11018,
- 11018,
- 11026,
- 11043,
- 11046,
- 11057,
- 11077,
- 11090,
- 11090,
- 11103,
- 11115,
- 11122,
- 11130,
- 11139,
- 11159,
- 11195,
- 11215,
- 11229,
- 11229,
- 11244,
- 11250,
- 11266,
- 11280,
- 11295,
- 11330,
- 11330,
- 11343,
- 11350,
- 11356,
- 11374,
- 11393,
- 11402,
- 11410,
- 11427,
- 11444,
- 11457,
- 11472,
- 11488,
- 11542,
- 11606,
- 11633,
- 11742,
- 11785,
- 11790,
- 11803,
- 11816,
- 11833,
- 11900,
- 11943,
- 11981,
- 12008,
- 12023,
- 12038,
- 12062,
- 12073,
- 12112,
- 12112,
- 12130,
- 12176,
- 12195,
- 12213,
- 12226,
- 12283,
- 12283,
- 12323,
- 12341,
- 12378,
- 12393,
- 12410,
- 12428,
- 12458,
- 12487,
- 12487,
- 12502,
- 12509,
- 12517,
- 12524,
- 12530,
- 12543,
- 12551,
- 12560,
- 12566,
- 12573,
- 12584,
- 12592,
- 12608,
- 12621,
- 12626,
- 12629,
- 12633,
- 12646,
- 12691,
- 12700,
- 12702,
- 12709,
- 12727,
- 12743,
- 12743,
- 12752,
- 12756,
- 12762,
- 12767,
- 12772,
- 12783,
- 12791,
- 12796,
- 12802,
- 12809,
- 12816,
- 12825,
- 12832,
- 12839,
- 12847,
- 12850,
- 12850,
- 12858,
- 12863,
- 12876,
- 12901,
- 12906,
- 12919,
- 12942,
- 12949,
- 12976,
- 12987,
- 13000,
- 13009,
- 13063,
- 13081,
- 13095,
- 13115,
- 13137,
- 13157,
- 13164,
- 13179,
- 13179,
- 13179,
- 13179,
- 13188,
- 13188,
- 13240,
- 13240,
- 13252,
- 13252,
- 13264,
- 13264,
- 13264,
- 13271,
- 13286,
- 13286,
- 13301,
- 13326,
- 13326,
- 13326,
- 13326,
- 13337,
- 13346,
- 13358,
- 13366,
- 13366,
- 13378,
- 13378,
- 13459,
- 13517,
- 13517,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13553,
- 13553,
- 13553,
- 13563,
- 13563,
- 13563,
- 13563,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13620,
- 13638,
- 13655,
- 13668,
- 13668,
- 13668,
- 13722,
- 13735,
- 13735,
- 13735,
- 13735,
- 13750,
- 13750,
- 13750,
- 13769,
- 13777,
- 13777,
- 13777,
- 13795,
- 13813,
- 13838,
- 13851,
- 13851,
- 13868,
- 13890,
- 13898,
- 13898,
- 13918,
- 13918,
- 13918,
- 13995,
- 14011,
- 14021,
- 14021,
- 14021,
- 14073,
- 14073,
- 14091,
- 14097,
- 14102,
- 14102,
- 14127,
- 14131,
- 14131,
- 14131,
- 14162,
- 14162,
- 14162,
- 14180,
- 14197,
- 14207,
- 14225,
- 14245,
- 14245,
- 14269,
- 14283,
- 14296,
- 14322,
- 14342,
- 14358,
- 14358,
- 14366,
- 14371,
- 14400,
- 14452,
- 14464,
- 14469,
- 14482,
- 14490,
- 14500,
- 14560,
- 14586,
- 14593,
- 14624,
- 14636,
- 14653,
- 14675,
- 14675,
- 14690,
- 14690,
- 14690,
- 14690,
- 14690,
- 14707,
- 14719,
- 14734,
- 14741,
- 14757,
- 14765,
- 14806,
- 14820,
- 14830,
- 14863,
- 14872,
- 14912,
- 14928,
- 14934,
- 14945,
- 14950,
- 14955,
- 14955,
- 14968,
- 14989,
- 14989,
- 15039,
- 15052,
- 15052,
- 15052,
- 15131,
- 15177,
- 15191,
- 15191,
- 15206,
- 15210,
- 15216,
- 15228,
- 15228,
- 15228,
- 15280,
- 15288,
- 15321,
- 15321,
- 15321,
- 15336,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15348,
- 15366,
- 15408,
- 15412,
- 15412,
- 15423,
- 15448,
- 15452,
- 15456,
- 15472,
- 15486,
- 15492,
- 15512,
- 15518,
- 15538,
- 15546,
- 15546,
- 15546,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15601,
- 15610,
- 15620,
- 15630,
- 15648,
- 15698,
- 15698,
- 15715,
- 15715,
- 15719,
- 15719,
- 15734,
- 15747,
- 15747,
- 15758,
- 15770,
- 15770,
- 15791,
- 15791,
- 15791,
- 15791,
- 15791,
- 15804,
- 15820,
- 15820,
- 15820,
- 15820,
- 15825,
- 15834,
- 15840,
- 15850,
- 15853,
- 15859,
- 15859,
- 15859,
- 15865,
- 15873,
- 15884,
- 15894,
- 15902,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15919,
- 15928,
- 15979,
- 15982,
- 15986,
- 15986,
- 16000,
- 16012,
- 16012,
- 16019,
- 16025,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16030,
- 16093,
- 16106,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16148,
- 16219,
- 16289,
- 16343,
- 16395,
- 16395,
- 16405,
- 16409,
- 16418,
- 16418,
- 16418,
- 16429,
- 16438,
- 16446,
- 16451,
- 16457,
- 16473,
- 16479,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16610,
- 16624,
- 16634,
- 16647,
- 16658,
- 16671,
- 16684,
- 16712,
- 16747,
- 16783,
- 16821,
- 16829,
- 16842,
- 16842,
- 16842,
- 16865,
- 16873,
- 16873,
- 16873,
- 16895,
- 16901,
- 16909,
- 16918,
- 16933,
- 16944,
- 16944,
- 16965,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 16980,
- 17002,
- 17016,
- 17032,
- 17032,
- 17032,
- 17050,
- 17098,
- 17169,
- 17181,
- 17204,
- 17225,
- 17225,
- 17238,
- 17246,
- 17246,
- 17268,
- 17332,
- 17332,
- 17351,
- 17399,
- 17409,
- 17416,
- 17416,
- 17435,
- 17476,
- 17503,
- 17505,
- 17520,
+ 7876,
+ 7894,
+ 7918,
+ 7953,
+ 7962,
+ 7986,
+ 8016,
+ 8047,
+ 8065,
+ 8107,
+ 8107,
+ 8133,
+ 8133,
+ 8154,
+ 8203,
+ 8212,
+ 8226,
+ 8245,
+ 8260,
+ 8272,
+ 8286,
+ 8302,
+ 8322,
+ 8347,
+ 8396,
+ 8449,
+ 8460,
+ 8475,
+ 8475,
+ 8503,
+ 8528,
+ 8544,
+ 8544,
+ 8544,
+ 8544,
+ 8557,
+ 8571,
+ 8636,
+ 8648,
+ 8648,
+ 8667,
+ 8667,
+ 8696,
+ 8720,
+ 8783,
+ 8830,
+ 8879,
+ 8879,
+ 8879,
+ 8923,
+ 8923,
+ 8935,
+ 8935,
+ 8935,
+ 8935,
+ 8935,
+ 8974,
+ 9023,
+ 9023,
+ 9023,
+ 9023,
+ 9071,
+ 9071,
+ 9071,
+ 9084,
+ 9084,
+ 9084,
+ 9126,
+ 9126,
+ 9149,
+ 9149,
+ 9180,
+ 9195,
+ 9211,
+ 9227,
+ 9227,
+ 9227,
+ 9251,
+ 9251,
+ 9264,
+ 9280,
+ 9311,
+ 9311,
+ 9311,
+ 9356,
+ 9370,
+ 9383,
+ 9383,
+ 9398,
+ 9414,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9430,
+ 9443,
+ 9443,
+ 9443,
+ 9509,
+ 9529,
+ 9529,
+ 9549,
+ 9560,
+ 9580,
+ 9614,
+ 9618,
+ 9623,
+ 9628,
+ 9647,
+ 9651,
+ 9719,
+ 9799,
+ 9864,
+ 9877,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9892,
+ 9906,
+ 9937,
+ 9950,
+ 9961,
+ 9993,
+ 10008,
+ 10025,
+ 10025,
+ 10032,
+ 10046,
+ 10056,
+ 10056,
+ 10056,
+ 10070,
+ 10070,
+ 10086,
+ 10103,
+ 10112,
+ 10127,
+ 10142,
+ 10142,
+ 10156,
+ 10169,
+ 10193,
+ 10209,
+ 10221,
+ 10286,
+ 10302,
+ 10354,
+ 10389,
+ 10409,
+ 10425,
+ 10425,
+ 10467,
+ 10524,
+ 10537,
+ 10555,
+ 10565,
+ 10574,
+ 10597,
+ 10608,
+ 10613,
+ 10623,
+ 10636,
+ 10642,
+ 10665,
+ 10675,
+ 10686,
+ 10700,
+ 10712,
+ 10712,
+ 10729,
+ 10729,
+ 10747,
+ 10761,
+ 10775,
+ 10781,
+ 10801,
+ 10813,
+ 10824,
+ 10884,
+ 10897,
+ 10901,
+ 10905,
+ 10916,
+ 10925,
+ 10925,
+ 10925,
+ 10935,
+ 10938,
+ 10943,
+ 10946,
+ 10959,
+ 10965,
+ 10974,
+ 10991,
+ 11003,
+ 11019,
+ 11019,
+ 11027,
+ 11044,
+ 11047,
+ 11058,
+ 11078,
+ 11091,
+ 11091,
+ 11104,
+ 11116,
+ 11123,
+ 11131,
+ 11140,
+ 11160,
+ 11196,
+ 11216,
+ 11230,
+ 11230,
+ 11245,
+ 11251,
+ 11267,
+ 11281,
+ 11296,
+ 11331,
+ 11331,
+ 11344,
+ 11351,
+ 11357,
+ 11375,
+ 11394,
+ 11403,
+ 11411,
+ 11428,
+ 11445,
+ 11458,
+ 11473,
+ 11489,
+ 11543,
+ 11607,
+ 11634,
+ 11743,
+ 11786,
+ 11791,
+ 11804,
+ 11817,
+ 11834,
+ 11901,
+ 11944,
+ 11982,
+ 12009,
+ 12024,
+ 12039,
+ 12063,
+ 12074,
+ 12113,
+ 12113,
+ 12131,
+ 12177,
+ 12196,
+ 12214,
+ 12227,
+ 12284,
+ 12284,
+ 12324,
+ 12342,
+ 12379,
+ 12394,
+ 12411,
+ 12429,
+ 12459,
+ 12488,
+ 12488,
+ 12503,
+ 12510,
+ 12518,
+ 12525,
+ 12531,
+ 12544,
+ 12552,
+ 12561,
+ 12567,
+ 12574,
+ 12585,
+ 12593,
+ 12609,
+ 12622,
+ 12627,
+ 12630,
+ 12634,
+ 12647,
+ 12692,
+ 12701,
+ 12703,
+ 12710,
+ 12729,
+ 12745,
+ 12745,
+ 12754,
+ 12758,
+ 12764,
+ 12769,
+ 12774,
+ 12785,
+ 12793,
+ 12798,
+ 12804,
+ 12811,
+ 12818,
+ 12827,
+ 12834,
+ 12841,
+ 12849,
+ 12852,
+ 12852,
+ 12860,
+ 12865,
+ 12878,
+ 12903,
+ 12908,
+ 12921,
+ 12944,
+ 12951,
+ 12978,
+ 12989,
+ 13002,
+ 13011,
+ 13065,
+ 13083,
+ 13097,
+ 13117,
+ 13139,
+ 13159,
+ 13166,
+ 13181,
+ 13181,
+ 13181,
+ 13181,
+ 13190,
+ 13190,
+ 13242,
+ 13242,
+ 13254,
+ 13254,
+ 13266,
+ 13266,
+ 13266,
+ 13273,
+ 13288,
+ 13288,
+ 13303,
+ 13328,
+ 13328,
+ 13328,
+ 13328,
+ 13339,
+ 13348,
+ 13360,
+ 13368,
+ 13368,
+ 13380,
+ 13380,
+ 13461,
+ 13519,
+ 13519,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13539,
+ 13555,
+ 13555,
+ 13555,
+ 13565,
+ 13565,
+ 13565,
+ 13565,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13575,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13622,
+ 13640,
+ 13657,
+ 13670,
+ 13670,
+ 13670,
+ 13724,
+ 13737,
+ 13737,
+ 13737,
+ 13737,
+ 13752,
+ 13752,
+ 13752,
+ 13771,
+ 13779,
+ 13779,
+ 13779,
+ 13797,
+ 13815,
+ 13840,
+ 13853,
+ 13853,
+ 13870,
+ 13892,
+ 13900,
+ 13900,
+ 13920,
+ 13920,
+ 13920,
+ 13997,
+ 14013,
+ 14023,
+ 14023,
+ 14023,
+ 14075,
+ 14075,
+ 14093,
+ 14099,
+ 14104,
+ 14104,
+ 14129,
+ 14133,
+ 14133,
+ 14133,
+ 14164,
+ 14164,
+ 14164,
+ 14182,
+ 14199,
+ 14209,
+ 14227,
+ 14247,
+ 14247,
+ 14271,
+ 14285,
+ 14298,
+ 14324,
+ 14344,
+ 14360,
+ 14360,
+ 14368,
+ 14373,
+ 14402,
+ 14454,
+ 14466,
+ 14471,
+ 14484,
+ 14492,
+ 14502,
+ 14562,
+ 14588,
+ 14595,
+ 14626,
+ 14638,
+ 14655,
+ 14677,
+ 14677,
+ 14692,
+ 14692,
+ 14692,
+ 14692,
+ 14692,
+ 14709,
+ 14721,
+ 14736,
+ 14743,
+ 14759,
+ 14767,
+ 14808,
+ 14822,
+ 14832,
+ 14865,
+ 14874,
+ 14914,
+ 14930,
+ 14936,
+ 14947,
+ 14952,
+ 14957,
+ 14957,
+ 14970,
+ 14991,
+ 14991,
+ 15041,
+ 15054,
+ 15054,
+ 15054,
+ 15133,
+ 15179,
+ 15193,
+ 15193,
+ 15208,
+ 15212,
+ 15218,
+ 15230,
+ 15230,
+ 15230,
+ 15282,
+ 15290,
+ 15323,
+ 15323,
+ 15323,
+ 15338,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15350,
+ 15368,
+ 15410,
+ 15414,
+ 15414,
+ 15425,
+ 15450,
+ 15454,
+ 15458,
+ 15474,
+ 15488,
+ 15494,
+ 15514,
+ 15520,
+ 15540,
+ 15548,
+ 15548,
+ 15548,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15603,
+ 15612,
+ 15622,
+ 15632,
+ 15650,
+ 15700,
+ 15700,
+ 15717,
+ 15717,
+ 15721,
+ 15721,
+ 15736,
+ 15749,
+ 15749,
+ 15760,
+ 15772,
+ 15772,
+ 15793,
+ 15793,
+ 15793,
+ 15793,
+ 15793,
+ 15806,
+ 15822,
+ 15822,
+ 15822,
+ 15822,
+ 15827,
+ 15836,
+ 15842,
+ 15852,
+ 15855,
+ 15861,
+ 15861,
+ 15861,
+ 15867,
+ 15875,
+ 15886,
+ 15896,
+ 15904,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15921,
+ 15930,
+ 15981,
+ 15984,
+ 15988,
+ 15988,
+ 16002,
+ 16014,
+ 16014,
+ 16021,
+ 16027,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16032,
+ 16095,
+ 16108,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16150,
+ 16221,
+ 16291,
+ 16345,
+ 16397,
+ 16397,
+ 16407,
+ 16411,
+ 16420,
+ 16420,
+ 16420,
+ 16431,
+ 16440,
+ 16448,
+ 16453,
+ 16459,
+ 16475,
+ 16481,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16612,
+ 16626,
+ 16636,
+ 16649,
+ 16660,
+ 16673,
+ 16686,
+ 16714,
+ 16749,
+ 16785,
+ 16823,
+ 16831,
+ 16844,
+ 16844,
+ 16844,
+ 16867,
+ 16875,
+ 16875,
+ 16875,
+ 16897,
+ 16903,
+ 16911,
+ 16920,
+ 16935,
+ 16946,
+ 16946,
+ 16967,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 16982,
+ 17004,
+ 17017,
+ 17033,
+ 17033,
+ 17033,
+ 17051,
+ 17099,
+ 17170,
+ 17182,
+ 17205,
+ 17226,
+ 17226,
+ 17239,
+ 17247,
+ 17247,
+ 17269,
+ 17333,
+ 17333,
+ 17352,
+ 17400,
+ 17410,
+ 17417,
+ 17417,
+ 17436,
+ 17477,
+ 17504,
+ 17506,
+ 17521,
+ 17521,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -17065,7 +17078,7 @@ impl TranslatedString {
"This device is already registered with this application.",
"This device is already registered with {0}.",
"This device is not registered with this application.",
- "The credential you are trying to import does\nnot belong to this authenticator.",
+ "The credential you are trying to import does not belong to this authenticator.",
"",
"Export information about the credentials stored on this device?",
"Not registered",
@@ -17265,7 +17278,7 @@ impl TranslatedString {
"The entered wallet backup is valid but doesn't match the one on this device.",
"The entered wallet backup is valid and matches the one on this device.",
"The entered wallet backup is valid but doesn't match the one on this device.",
- "Enter any share",
+ "Enter any share.",
"Enter your backup.",
"Enter a different share.",
"Enter share from a different group.",
@@ -17576,7 +17589,7 @@ impl TranslatedString {
"My Trezor",
"No",
"outputs",
- "Please check again",
+ "Please check again.",
"Please try again",
"",
"Recipient",
@@ -17990,7 +18003,7 @@ impl TranslatedString {
"",
"",
"Delete Ripple account?",
- "To be deleted:",
+ "To be deleted",
"Account deletion",
"",
"",
@@ -18017,6 +18030,7 @@ impl TranslatedString {
"Smart account contract info",
"To",
"ERC-8213 digest",
+ "",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -18524,767 +18538,768 @@ impl TranslatedString {
7714,
7784,
7860,
- 7875,
- 7893,
- 7917,
- 7952,
- 7961,
- 7985,
- 8015,
- 8046,
- 8064,
- 8106,
- 8106,
- 8132,
- 8132,
- 8153,
- 8202,
- 8211,
- 8225,
- 8244,
- 8259,
- 8271,
- 8285,
- 8301,
- 8321,
- 8346,
- 8395,
- 8448,
- 8459,
- 8474,
- 8474,
- 8502,
- 8527,
- 8543,
- 8543,
- 8543,
- 8543,
- 8556,
- 8570,
- 8635,
- 8647,
- 8647,
- 8666,
- 8666,
- 8695,
- 8719,
- 8782,
- 8829,
- 8878,
- 8878,
- 8878,
- 8922,
- 8922,
- 8934,
- 8934,
- 8934,
- 8934,
- 8934,
- 8973,
- 9022,
- 9022,
- 9022,
- 9022,
- 9070,
- 9070,
- 9070,
- 9083,
- 9083,
- 9083,
- 9125,
- 9125,
- 9148,
- 9148,
- 9179,
- 9194,
- 9210,
- 9226,
- 9226,
- 9226,
- 9250,
- 9250,
- 9263,
- 9279,
- 9310,
- 9310,
- 9310,
- 9355,
- 9369,
- 9382,
- 9382,
- 9397,
- 9413,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9429,
- 9442,
- 9442,
- 9442,
- 9508,
- 9528,
- 9528,
- 9548,
- 9559,
- 9579,
- 9613,
- 9617,
- 9622,
- 9627,
- 9646,
- 9650,
- 9718,
- 9798,
- 9863,
- 9876,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9891,
- 9905,
- 9936,
- 9949,
- 9960,
- 9992,
- 10007,
- 10024,
- 10024,
- 10031,
- 10045,
- 10055,
- 10055,
- 10055,
- 10069,
- 10069,
- 10085,
- 10102,
- 10111,
- 10126,
- 10141,
- 10141,
- 10155,
- 10168,
- 10192,
- 10208,
- 10220,
- 10285,
- 10301,
- 10353,
- 10388,
- 10408,
- 10424,
- 10424,
- 10466,
- 10523,
- 10536,
- 10554,
- 10564,
- 10573,
- 10596,
- 10607,
- 10612,
- 10622,
- 10635,
- 10641,
- 10664,
- 10674,
- 10685,
- 10699,
- 10711,
- 10711,
- 10728,
- 10728,
- 10746,
- 10760,
- 10774,
- 10780,
- 10800,
- 10812,
- 10823,
- 10883,
- 10896,
- 10900,
- 10904,
- 10915,
- 10924,
- 10924,
- 10924,
- 10934,
- 10937,
- 10942,
- 10945,
- 10958,
- 10964,
- 10973,
- 10990,
- 11002,
- 11018,
- 11018,
- 11026,
- 11043,
- 11046,
- 11057,
- 11077,
- 11090,
- 11090,
- 11103,
- 11115,
- 11122,
- 11130,
- 11139,
- 11159,
- 11195,
- 11215,
- 11229,
- 11229,
- 11244,
- 11250,
- 11266,
- 11280,
- 11295,
- 11330,
- 11330,
- 11343,
- 11350,
- 11356,
- 11374,
- 11393,
- 11402,
- 11410,
- 11427,
- 11444,
- 11457,
- 11472,
- 11488,
- 11542,
- 11606,
- 11633,
- 11742,
- 11785,
- 11790,
- 11803,
- 11816,
- 11833,
- 11900,
- 11943,
- 11981,
- 12008,
- 12023,
- 12038,
- 12062,
- 12073,
- 12112,
- 12112,
- 12130,
- 12176,
- 12195,
- 12213,
- 12226,
- 12283,
- 12283,
- 12323,
- 12341,
- 12378,
- 12393,
- 12410,
- 12428,
- 12458,
- 12487,
- 12487,
- 12502,
- 12509,
- 12517,
- 12524,
- 12530,
- 12543,
- 12551,
- 12560,
- 12566,
- 12573,
- 12584,
- 12592,
- 12608,
- 12621,
- 12626,
- 12629,
- 12633,
- 12646,
- 12691,
- 12700,
- 12702,
- 12709,
- 12727,
- 12743,
- 12743,
- 12752,
- 12756,
- 12762,
- 12767,
- 12772,
- 12783,
- 12791,
- 12796,
- 12802,
- 12809,
- 12816,
- 12825,
- 12832,
- 12839,
- 12847,
- 12850,
- 12850,
- 12858,
- 12863,
- 12876,
- 12901,
- 12906,
- 12919,
- 12942,
- 12949,
- 12976,
- 12987,
- 13000,
- 13009,
- 13063,
- 13081,
- 13095,
- 13115,
- 13137,
- 13157,
- 13164,
- 13179,
- 13179,
- 13179,
- 13179,
- 13188,
- 13188,
- 13240,
- 13240,
- 13252,
- 13252,
- 13264,
- 13264,
- 13264,
- 13271,
- 13286,
- 13286,
- 13301,
- 13326,
- 13326,
- 13326,
- 13326,
- 13337,
- 13346,
- 13358,
- 13366,
- 13366,
- 13378,
- 13378,
- 13459,
- 13517,
- 13517,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13537,
- 13553,
- 13553,
- 13553,
- 13563,
- 13563,
- 13563,
- 13563,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13573,
- 13620,
- 13620,
- 13620,
- 13620,
- 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.