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
This commit is contained in:
parent
bdf11913d4
commit
6bf5949842
|
|
@ -256,7 +256,7 @@ class ListManager:
|
||||||
# TODO guarantee unicity
|
# TODO guarantee unicity
|
||||||
if isinstance(self._data,list):
|
if isinstance(self._data,list):
|
||||||
if self.action == str(_('Add')):
|
if self.action == str(_('Add')):
|
||||||
self.target = TextInput(_('Add :'),None).run()
|
self.target = TextInput(_('Add: '),None).run()
|
||||||
self._data.append(self.target)
|
self._data.append(self.target)
|
||||||
if self.action == str(_('Copy')):
|
if self.action == str(_('Copy')):
|
||||||
while True:
|
while True:
|
||||||
|
|
@ -280,7 +280,7 @@ class ListManager:
|
||||||
origval = None
|
origval = None
|
||||||
if self.action == str(_('Add')):
|
if self.action == str(_('Add')):
|
||||||
key = TextInput(_('Key: '),None).run()
|
key = TextInput(_('Key: '),None).run()
|
||||||
value = TextInput(_('Value :'),None).run()
|
value = TextInput(_('Value: '),None).run()
|
||||||
self._data[key] = value
|
self._data[key] = value
|
||||||
if self.action == str(_('Copy')):
|
if self.action == str(_('Copy')):
|
||||||
while True:
|
while True:
|
||||||
|
|
|
||||||
|
|
@ -721,8 +721,8 @@ msgstr ""
|
||||||
msgid "Value: "
|
msgid "Value: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Add :"
|
msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Value :"
|
msgid "Select one of the disks or skip and use /mnt as default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -728,12 +728,11 @@ msgstr "Добавить: "
|
||||||
msgid "Value: "
|
msgid "Value: "
|
||||||
msgstr "Значение: "
|
msgstr "Значение: "
|
||||||
|
|
||||||
msgid "Add :"
|
msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)"
|
||||||
msgstr ""
|
msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)"
|
||||||
|
|
||||||
#, fuzzy
|
msgid "Select one of the disks or skip and use /mnt as default"
|
||||||
msgid "Value :"
|
msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию"
|
||||||
msgstr "Значение: "
|
|
||||||
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
#~ msgid "Edit {origkey} :"
|
#~ msgid "Edit {origkey} :"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue