From 6bf594984230abb4b9c9a8584cfd2cf0f1525e95 Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Tue, 17 May 2022 00:13:28 +0300 Subject: Fixed base.pot (#1191) * Update list_manager.py * Update base.pot * Update base.po * Update base.pot * Update base.pot * Update base.po * Add files via upload --- archinstall/lib/menu/list_manager.py | 4 ++-- archinstall/locales/base.pot | 4 ++-- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 31612 -> 32128 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 9 ++++----- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/archinstall/lib/menu/list_manager.py b/archinstall/lib/menu/list_manager.py index 4c7e9907..9faa1c77 100644 --- a/archinstall/lib/menu/list_manager.py +++ b/archinstall/lib/menu/list_manager.py @@ -256,7 +256,7 @@ class ListManager: # TODO guarantee unicity if isinstance(self._data,list): if self.action == str(_('Add')): - self.target = TextInput(_('Add :'),None).run() + self.target = TextInput(_('Add: '),None).run() self._data.append(self.target) if self.action == str(_('Copy')): while True: @@ -280,7 +280,7 @@ class ListManager: origval = None if self.action == str(_('Add')): key = TextInput(_('Key: '),None).run() - value = TextInput(_('Value :'),None).run() + value = TextInput(_('Value: '),None).run() self._data[key] = value if self.action == str(_('Copy')): while True: diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 61cbac4d..4d701c49 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -721,8 +721,8 @@ msgstr "" msgid "Value: " msgstr "" -msgid "Add :" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" msgstr "" -msgid "Value :" +msgid "Select one of the disks or skip and use /mnt as default" msgstr "" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index df260e2a..e660edd9 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 d39817a3..017aa7f7 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -728,12 +728,11 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "Add :" -msgstr "" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" -#, fuzzy -msgid "Value :" -msgstr "Значение: " +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" #, python-brace-format #~ msgid "Edit {origkey} :" -- cgit v1.2.3-54-g00ecf