Translate using Weblate (Russian)
Currently translated at 100.0% (14 of 14 strings) Co-authored-by: Mikhail Chekan <chekoopa@mail.ru> Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/ru/ Translation: Home Manager/Home Manager Modules
This commit is contained in:
parent
2248ea1831
commit
1faefcded3
|
@ -8,8 +8,8 @@ msgstr ""
|
||||||
"Project-Id-Version: Home Manager Modules\n"
|
"Project-Id-Version: Home Manager Modules\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||||
"PO-Revision-Date: 2022-02-16 08:56+0000\n"
|
"PO-Revision-Date: 2022-02-24 21:43+0000\n"
|
||||||
"Last-Translator: teu5us <paulkreuzmann@gmail.com>\n"
|
"Last-Translator: Mikhail Chekan <chekoopa@mail.ru>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/home-manager/"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/home-manager/"
|
||||||
"modules/ru/>\n"
|
"modules/ru/>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
|
@ -51,6 +51,18 @@ msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Then try activating your Home Manager configuration again."
|
"Then try activating your Home Manager configuration again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Ой, nix-env не смог установить новый профиль Home Manager!\n"
|
||||||
|
"\n"
|
||||||
|
"Возможно, возник конфликт с пакетом, ранее установленным\n"
|
||||||
|
"с помощью \"nix-env -i\". Попробуйте выполнить\n"
|
||||||
|
"\n"
|
||||||
|
" nix-env -q\n"
|
||||||
|
"\n"
|
||||||
|
"и если найдётся конфликтующий пакет, удалите его командой\n"
|
||||||
|
"\n"
|
||||||
|
" nix-env -e {имя пакета}\n"
|
||||||
|
"\n"
|
||||||
|
"После попробуйте активировать конфигурацию снова."
|
||||||
|
|
||||||
#: modules/home-environment.nix:620
|
#: modules/home-environment.nix:620
|
||||||
msgid "Activating %s"
|
msgid "Activating %s"
|
||||||
|
@ -58,7 +70,7 @@ msgstr "Активирую %s"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:30
|
#: modules/lib-bash/activation-init.sh:30
|
||||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||||
msgstr ""
|
msgstr "Сравниваю oldGenNum и oldGenPath на всякий"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:33
|
#: modules/lib-bash/activation-init.sh:33
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -75,6 +87,18 @@ msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"and trying home-manager switch again. Good luck!"
|
"and trying home-manager switch again. Good luck!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Номер и путь прошлого поколения конфликтуют! Они должны быть\n"
|
||||||
|
"одинаково пустыми или заполненными, но сейчас имеют значения\n"
|
||||||
|
"\n"
|
||||||
|
" '%s' и '%s'\n"
|
||||||
|
"\n"
|
||||||
|
"Если вы не против потерять предыдущие профили, тогда,\n"
|
||||||
|
"вероятно, простейшим решением будет запустить\n"
|
||||||
|
"\n"
|
||||||
|
" rm %s/home-manager*\n"
|
||||||
|
" rm %s/current-home\n"
|
||||||
|
"\n"
|
||||||
|
"и выполнить home-manager switch ещё раз. Удачи!"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:50
|
#: modules/lib-bash/activation-init.sh:50
|
||||||
msgid "Starting Home Manager activation"
|
msgid "Starting Home Manager activation"
|
||||||
|
@ -82,15 +106,15 @@ msgstr "Начинаю активацию Home Manager"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:54
|
#: modules/lib-bash/activation-init.sh:54
|
||||||
msgid "Sanity checking Nix"
|
msgid "Sanity checking Nix"
|
||||||
msgstr ""
|
msgstr "Проверяю Nix на всякий случай"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:60
|
#: modules/lib-bash/activation-init.sh:60
|
||||||
msgid "This is a dry run"
|
msgid "This is a dry run"
|
||||||
msgstr "Это тестовый прогон"
|
msgstr "Это пробный запуск"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:63
|
#: modules/lib-bash/activation-init.sh:63
|
||||||
msgid "This is a live run"
|
msgid "This is a live run"
|
||||||
msgstr "Это рабочий прогон"
|
msgstr "Это реальный запуск"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:68
|
#: modules/lib-bash/activation-init.sh:68
|
||||||
msgid "Using Nix version: %s"
|
msgid "Using Nix version: %s"
|
||||||
|
@ -98,4 +122,4 @@ msgstr "Использую Nix версии: %s"
|
||||||
|
|
||||||
#: modules/lib-bash/activation-init.sh:71
|
#: modules/lib-bash/activation-init.sh:71
|
||||||
msgid "Activation variables:"
|
msgid "Activation variables:"
|
||||||
msgstr ""
|
msgstr "Переменные для активации:"
|
||||||
|
|
Loading…
Reference in a new issue