From 99a9d3ff375cc5e419a34a6fda847cb62762144d Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:01:42 +0300 Subject: Updated base.pot, languages.json, global_menu.py, ru locale (#1292) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload --- archinstall/lib/menu/global_menu.py | 4 ++-- archinstall/locales/base.pot | 26 +++++++++++++++++++++++++- archinstall/locales/languages.json | 1 + archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 32928 -> 33402 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 26 +++++++++++++++++++++++++- 5 files changed, 53 insertions(+), 4 deletions(-) diff --git a/archinstall/lib/menu/global_menu.py b/archinstall/lib/menu/global_menu.py index abd652a9..b73fb48f 100644 --- a/archinstall/lib/menu/global_menu.py +++ b/archinstall/lib/menu/global_menu.py @@ -296,10 +296,10 @@ class GlobalMenu(GeneralMenu): if not check('!root-password') and not has_superuser(): missing += [str(_('Either root-password or at least 1 user with sudo privileges must be specified'))] if not check('harddrives'): - missing += ['Hard drives'] + missing += [str(_('Drive(s)'))] if check('harddrives'): if not self._menu_options['harddrives'].is_empty() and not check('disk_layouts'): - missing += ['Disk layout'] + missing += [str(_('Disk layout'))] return missing diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 6db91789..54ddbba3 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -652,7 +652,7 @@ msgid "" msgstr "" msgid "" -"Choose which servers to install, if none then a minimal installation wil be " +"Choose which servers to install, if none then a minimal installation will be " "done" msgstr "" @@ -760,3 +760,27 @@ msgstr "" msgid "Should \"{}\" be a superuser (sudo)?" msgstr "" + +msgid "Select which partitions to encrypt:" +msgstr "" + +msgid "very weak" +msgstr "" + +msgid "weak" +msgstr "" + +msgid "moderate" +msgstr "" + +msgid "strong" +msgstr "" + +msgid "Add subvolume" +msgstr "" + +msgid "Edit subvolume" +msgstr "" + +msgid "Delete subvolume" +msgstr "" diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index bf076f94..c3c9d2c2 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -128,6 +128,7 @@ {"abbr": "pi", "lang": "Pali"}, {"abbr": "pl", "lang": "Polish"}, {"abbr": "pt", "lang": "Portuguese"}, + {"abbr": "pt_BR", "lang": "Brazilian Portuguese"}, {"abbr": "ps", "lang": "Pushto"}, {"abbr": "qu", "lang": "Quechua"}, {"abbr": "rm", "lang": "Romansh"}, diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index be3405fe..8c0dc224 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 27f86e23..5a6f440a 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -771,7 +771,7 @@ msgstr "" "например, httpd, nginx, mariadb" msgid "" -"Choose which servers to install, if none then a minimal installation wil be " +"Choose which servers to install, if none then a minimal installation will be " "done" msgstr "" "Выберите серверы для установки, если их нет, то будет выполнена минимальная " @@ -897,6 +897,30 @@ msgstr "Введенное вами имя пользователя недейс msgid "Should \"{}\" be a superuser (sudo)?" msgstr "Должен ли \"{}\" быть суперпользователем (sudo)?" +msgid "Select which partitions to encrypt:" +msgstr "Выберите разделы для шифрования:" + +msgid "very weak" +msgstr "очень слабый" + +msgid "weak" +msgstr "слабый" + +msgid "moderate" +msgstr "умеренный" + +msgid "strong" +msgstr "надежный" + +msgid "Add subvolume" +msgstr "Добавить подтом" + +msgid "Edit subvolume" +msgstr "Редактировать подтом" + +msgid "Delete subvolume" +msgstr "Удалить подтом" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Редактировать {origkey}:" -- cgit v1.2.3-54-g00ecf