From 661b817c8222a23cd97be21fa8f10e5c4a8dda2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Thu, 17 Apr 2025 10:09:20 +0200 Subject: [PATCH] chore(translations): shorten wipe code copy [no changelog] --- .../rust/src/translations/generated/translated_string.rs | 4 ++-- core/mocks/trezortranslate_keys.pyi | 2 +- core/translations/cs.json | 4 ++-- core/translations/en.json | 2 +- core/translations/es.json | 4 ++-- core/translations/fr.json | 2 +- core/translations/pt.json | 2 +- core/translations/signatures.json | 6 +++--- core/translations/tr.json | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs index dbf3ebdfce..88a84883d1 100644 --- a/core/embed/rust/src/translations/generated/translated_string.rs +++ b/core/embed/rust/src/translations/generated/translated_string.rs @@ -1133,7 +1133,7 @@ pub enum TranslatedString { wipe_code__diff_from_pin = 776, // "The wipe code must be different from your PIN." wipe_code__disabled = 777, // "Wipe code disabled." wipe_code__enabled = 778, // "Wipe code enabled." - wipe_code__enter_new = 779, // "Enter new wipe code" + wipe_code__enter_new = 779, // "New wipe code" wipe_code__info = 780, // "Wipe code can be used to erase all data from this device." wipe_code__invalid = 781, // "Invalid wipe code" wipe_code__mismatch = 782, // "The wipe codes you entered do not match." @@ -2544,7 +2544,7 @@ impl TranslatedString { (Self::wipe_code__diff_from_pin, "The wipe code must be different from your PIN."), (Self::wipe_code__disabled, "Wipe code disabled."), (Self::wipe_code__enabled, "Wipe code enabled."), - (Self::wipe_code__enter_new, "Enter new wipe code"), + (Self::wipe_code__enter_new, "New wipe code"), (Self::wipe_code__info, "Wipe code can be used to erase all data from this device."), (Self::wipe_code__invalid, "Invalid wipe code"), (Self::wipe_code__mismatch, "The wipe codes you entered do not match."), diff --git a/core/mocks/trezortranslate_keys.pyi b/core/mocks/trezortranslate_keys.pyi index 62ac281ed1..247b9f7e10 100644 --- a/core/mocks/trezortranslate_keys.pyi +++ b/core/mocks/trezortranslate_keys.pyi @@ -927,7 +927,7 @@ class TR: wipe_code__diff_from_pin: str = "The wipe code must be different from your PIN." wipe_code__disabled: str = "Wipe code disabled." wipe_code__enabled: str = "Wipe code enabled." - wipe_code__enter_new: str = "Enter new wipe code" + wipe_code__enter_new: str = "New wipe code" wipe_code__info: str = "Wipe code can be used to erase all data from this device." wipe_code__invalid: str = "Invalid wipe code" wipe_code__mismatch: str = "The wipe codes you entered do not match." diff --git a/core/translations/cs.json b/core/translations/cs.json index 670c6dd6ee..31dd333101 100644 --- a/core/translations/cs.json +++ b/core/translations/cs.json @@ -953,11 +953,11 @@ "wipe_code__diff_from_pin": "Kód pro vymazání se musí lišit od PIN kódu.", "wipe_code__disabled": "Kód pro vymazání zakázán.", "wipe_code__enabled": "Kód pro vymazání povolen.", - "wipe_code__enter_new": "Vložte nový kód vymaz.", + "wipe_code__enter_new": "Nový kód vymaz.", "wipe_code__info": "Kód pro vymazání lze použít k vymazání všech dat ze zařízení.", "wipe_code__invalid": "Chybný kód vymazání", "wipe_code__mismatch": "Zadané kódy pro vymazání se neshodují.", - "wipe_code__reenter": "Zopakujte kód vymazání", + "wipe_code__reenter": "Zopakujte kód vymaz.", "wipe_code__reenter_to_confirm": "Potvrďte dalším zadáním kódu vymazání.", "wipe_code__title_check": "Zkont. kód vymazání", "wipe_code__title_invalid": "Nesprávný kód pro vymazání", diff --git a/core/translations/en.json b/core/translations/en.json index 9fa845f024..69b2a79e11 100644 --- a/core/translations/en.json +++ b/core/translations/en.json @@ -929,7 +929,7 @@ "wipe_code__diff_from_pin": "The wipe code must be different from your PIN.", "wipe_code__disabled": "Wipe code disabled.", "wipe_code__enabled": "Wipe code enabled.", - "wipe_code__enter_new": "Enter new wipe code", + "wipe_code__enter_new": "New wipe code", "wipe_code__info": "Wipe code can be used to erase all data from this device.", "wipe_code__invalid": "Invalid wipe code", "wipe_code__mismatch": "The wipe codes you entered do not match.", diff --git a/core/translations/es.json b/core/translations/es.json index c4effbe6ba..d3ebbd6497 100644 --- a/core/translations/es.json +++ b/core/translations/es.json @@ -958,11 +958,11 @@ "wipe_code__diff_from_pin": "El código de borrar debe ser diferente del PIN.", "wipe_code__disabled": "El código de borrar se ha desactivado.", "wipe_code__enabled": "El código de borrar se ha activado.", - "wipe_code__enter_new": "Meter nuevo cód.borrar", + "wipe_code__enter_new": "Nuevo cód. borrar", "wipe_code__info": "Con el código de borrar eliminarás todos los datos del dispositivo.", "wipe_code__invalid": "Cód. borrar no válido", "wipe_code__mismatch": "Los códigos de borrar no coinciden.", - "wipe_code__reenter": "Reingresar cód.borrar.", + "wipe_code__reenter": "Reingresar cód. bor.", "wipe_code__reenter_to_confirm": "Reingresar cód.borrar para confirmar.", "wipe_code__title_check": "Revisar cód. borrar", "wipe_code__title_invalid": "Cód. borrar no válido", diff --git a/core/translations/fr.json b/core/translations/fr.json index 48385fe960..ccf5b2fe27 100644 --- a/core/translations/fr.json +++ b/core/translations/fr.json @@ -953,7 +953,7 @@ "wipe_code__diff_from_pin": "Le code d'eff. doit être différent de votre PIN.", "wipe_code__disabled": "Code d'eff. désactivé.", "wipe_code__enabled": "Code d'eff. activé.", - "wipe_code__enter_new": "Entrez nouv. code eff.", + "wipe_code__enter_new": "Nouv. code d'eff.", "wipe_code__info": "Le code d'eff. peut être utilisé pour eff. les données de ce disp.", "wipe_code__invalid": "Code d'eff. non valide", "wipe_code__mismatch": "Les codes d'eff. ne correspondent pas.", diff --git a/core/translations/pt.json b/core/translations/pt.json index 35027f69f7..ad65136183 100644 --- a/core/translations/pt.json +++ b/core/translations/pt.json @@ -952,7 +952,7 @@ "wipe_code__diff_from_pin": "O código de limpeza deve ser diferente do seu PIN.", "wipe_code__disabled": "Código de limpeza desativado.", "wipe_code__enabled": "Código de limpeza ativado.", - "wipe_code__enter_new": "Inserir novo cód. limp.", + "wipe_code__enter_new": "Novo cód. limpeza", "wipe_code__info": "O cód. limpeza pode apagar todos os dados deste dispositivo.", "wipe_code__invalid": "Cód. limpeza inválido", "wipe_code__mismatch": "Cód. limpeza não coincidem.", diff --git a/core/translations/signatures.json b/core/translations/signatures.json index 4c3dcdf013..300049415f 100644 --- a/core/translations/signatures.json +++ b/core/translations/signatures.json @@ -1,8 +1,8 @@ { "current": { - "merkle_root": "06c684a5913a1ba5ebbaa933b90f31111cde422ff72c07bfa1ea76edfd7b5c45", - "datetime": "2025-05-27T11:23:39.601630", - "commit": "a6eb3bc47c08b734fb872a5b8990cd59576bafab" + "merkle_root": "3743d69d3b87f02cdb8d60009f0380e96769f054e1d1bcefb6fbf020795e4b22", + "datetime": "2025-05-28T08:29:03.671929", + "commit": "4c7766b09eacf4bd5e851c8dfc72961af9b73338" }, "history": [ { diff --git a/core/translations/tr.json b/core/translations/tr.json index a2da3b5429..0cf20bbace 100644 --- a/core/translations/tr.json +++ b/core/translations/tr.json @@ -848,11 +848,11 @@ "wipe_code__diff_from_pin": "Silme kodu, PIN kodunuzdan farklı olmalıdır.", "wipe_code__disabled": "Silme kodu devre dışı.", "wipe_code__enabled": "Silme kodu etkin.", - "wipe_code__enter_new": "Yeni silme kodu girin", + "wipe_code__enter_new": "Yeni silme kodu", "wipe_code__info": "Silme kodu, cihazdaki tüm verileri silmek için kullanılabilir.", "wipe_code__invalid": "Geçersiz silme kodu", "wipe_code__mismatch": "Girdiğiniz silme kodları uyumlu değil.", - "wipe_code__reenter": "Silme kod. yeniden girin", + "wipe_code__reenter": "Silme kod. yeniden", "wipe_code__reenter_to_confirm": "Onaylamak için silme kodunu yeniden girin.", "wipe_code__title_check": "Si̇lme kod. kntrl et", "wipe_code__title_invalid": "Geçersi̇z si̇lme kodu",