Skip to content

Commit

Permalink
fix(core): update i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
somebodyLi committed Sep 6, 2024
1 parent b2b2ab0 commit e881807
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/i18n/locales/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/i18n/locales/fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} ?",
Expand Down
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/i18n/locales/it.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}?",
Expand Down
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/i18n/locales/pt_br.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}?",
Expand Down
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/i18n/locales/ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Неверный код пары, попробуйте еще раз.",
"{} секунды",
"Пользовательский",
"Просмотр данных",
"Просмотр",
"Размер",
"Данные",
"Вы действительно хотите автоматически блокировать устройство после {}?",
Expand Down
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/scrs/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit e881807

Please sign in to comment.