Rename to Additional fonts and add package descriptions
This commit is contained in:
parent
5d34dce491
commit
e8c66c8b86
|
|
@ -80,7 +80,7 @@ class ApplicationMenu(AbstractSubMenu[ApplicationConfiguration]):
|
|||
key='firewall_config',
|
||||
),
|
||||
MenuItem(
|
||||
text=tr('Fonts'),
|
||||
text=tr('Additional fonts'),
|
||||
action=select_fonts,
|
||||
value=self._app_config.fonts_config,
|
||||
preview_action=self._prev_fonts,
|
||||
|
|
@ -128,7 +128,7 @@ class ApplicationMenu(AbstractSubMenu[ApplicationConfiguration]):
|
|||
if item.value is not None:
|
||||
config: FontsConfiguration = item.value
|
||||
packages = ', '.join(f.value for f in config.fonts)
|
||||
return f'{tr("Fonts")}: {packages}'
|
||||
return f'{tr("Additional fonts")}: {packages}'
|
||||
return None
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1940,7 +1940,7 @@ msgstr ""
|
|||
msgid "Firewall"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fonts"
|
||||
msgid "Additional fonts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select font packages to install"
|
||||
|
|
|
|||
|
|
@ -1881,8 +1881,8 @@ msgstr "Використовувати NetworkManager (з iwd)"
|
|||
msgid "Firewall"
|
||||
msgstr "Брандмауер"
|
||||
|
||||
msgid "Fonts"
|
||||
msgstr "Шрифти"
|
||||
msgid "Additional fonts"
|
||||
msgstr "Додаткові шрифти"
|
||||
|
||||
msgid "Select font packages to install"
|
||||
msgstr "Оберіть пакети шрифтів для встановлення"
|
||||
|
|
|
|||
Loading…
Reference in New Issue