diff --git a/core/src/trezor/lvglui/i18n/locales/de.py b/core/src/trezor/lvglui/i18n/locales/de.py index e8a685120..0cacfec60 100644 --- a/core/src/trezor/lvglui/i18n/locales/de.py +++ b/core/src/trezor/lvglui/i18n/locales/de.py @@ -200,7 +200,7 @@ "Falscher Paarungscode, versuchen Sie es erneut.", "{} Sekunden", "Benutzerdefiniert", - "Daten anzeigen", + "Datenansicht", "Größe", "Daten", "Möchten Sie Ihr Gerät wirklich nach {} automatisch sperren lassen?", diff --git a/core/src/trezor/lvglui/i18n/locales/fr.py b/core/src/trezor/lvglui/i18n/locales/fr.py index be6855b3b..1bff2b67c 100644 --- a/core/src/trezor/lvglui/i18n/locales/fr.py +++ b/core/src/trezor/lvglui/i18n/locales/fr.py @@ -200,7 +200,7 @@ "Code de paire incorrect, réessayez.", "{} secondes", "Personnalisé", - "Voir les données", + "Voir données", "Taille", "Données", "Voulez-vous vraiment verrouiller automatiquement votre appareil après {} ?", diff --git a/core/src/trezor/lvglui/i18n/locales/it.py b/core/src/trezor/lvglui/i18n/locales/it.py index da31c6d14..6458903e7 100644 --- a/core/src/trezor/lvglui/i18n/locales/it.py +++ b/core/src/trezor/lvglui/i18n/locales/it.py @@ -200,7 +200,7 @@ "Codice di accoppiamento errato, riprovare.", "{} secondi", "Costume", - "Visualizza i dati", + "Visualizza dati", "Dimensione", "Dati", "Si vuole davvero bloccare automaticamente il dispositivo dopo {}?", diff --git a/core/src/trezor/lvglui/i18n/locales/pt_br.py b/core/src/trezor/lvglui/i18n/locales/pt_br.py index d26c0591d..497698330 100644 --- a/core/src/trezor/lvglui/i18n/locales/pt_br.py +++ b/core/src/trezor/lvglui/i18n/locales/pt_br.py @@ -200,7 +200,7 @@ "Código de par incorreto, tente novamente.", "{} segundos", "Personalizado", - "Visualizar Dados", + "Ver Dados", "Tamanho", "Data", "Você realmente quer bloquear automaticamente seu dispositivo após {}?", diff --git a/core/src/trezor/lvglui/i18n/locales/ru.py b/core/src/trezor/lvglui/i18n/locales/ru.py index 3882f9c59..3423cd7fa 100644 --- a/core/src/trezor/lvglui/i18n/locales/ru.py +++ b/core/src/trezor/lvglui/i18n/locales/ru.py @@ -200,7 +200,7 @@ "Неверный код пары, попробуйте еще раз.", "{} секунды", "Пользовательский", - "Просмотр данных", + "Просмотр", "Размер", "Данные", "Вы действительно хотите автоматически блокировать устройство после {}?", diff --git a/core/src/trezor/lvglui/scrs/template.py b/core/src/trezor/lvglui/scrs/template.py index 732dcce77..17e684121 100644 --- a/core/src/trezor/lvglui/scrs/template.py +++ b/core/src/trezor/lvglui/scrs/template.py @@ -259,7 +259,7 @@ def __init__( self.show_full_message = NormalButton( self.item_message.content, _(i18n_keys.BUTTON__VIEW_DATA) ) - self.show_full_message.set_size(185, 77) + self.show_full_message.set_size(lv.SIZE.CONTENT, 77) self.show_full_message.add_style( StyleWrapper().text_font(font_GeistSemiBold26), 0 )