chore: remove legacy translation system
This commit is contained in:
@ -3,16 +3,16 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"PO-Revision-Date: 2025-01-22 14:23+0300\n"
|
||||
"Project-Id-Version: unnamed project\n"
|
||||
"PO-Revision-Date: 2025-01-22 16:50+0300\n"
|
||||
"Last-Translator: Maxim Slipenko <maks1ms@alt-gnome.ru>\n"
|
||||
"Language-Team: Russian\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Gtranslator 47.1\n"
|
||||
|
||||
#: build.go:69
|
||||
@ -25,7 +25,7 @@ msgstr ""
|
||||
|
||||
#: build.go:86
|
||||
msgid "Error building package"
|
||||
msgstr ""
|
||||
msgstr "Ошибка при сборке пакета"
|
||||
|
||||
#: build.go:92
|
||||
msgid "Error getting working directory"
|
||||
@ -111,12 +111,28 @@ msgstr ""
|
||||
msgid "Error removing packages"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/prompt.go:80
|
||||
#: internal/cliutils/prompt.go:60
|
||||
msgid "Would you like to view the build script for %s"
|
||||
msgstr "Показать скрипт для пакета %s"
|
||||
|
||||
#: internal/cliutils/prompt.go:71
|
||||
msgid "Would you still like to continue?"
|
||||
msgstr "Продолжить?"
|
||||
|
||||
#: internal/cliutils/prompt.go:77
|
||||
msgid "User chose not to continue after reading script"
|
||||
msgstr "Пользователь решил не продолжать после просмотра скрипта"
|
||||
|
||||
#: internal/cliutils/prompt.go:111
|
||||
msgid "Error prompting for choice of package"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/prompt.go:114
|
||||
msgid "Error prompting for choice of package"
|
||||
#: internal/cliutils/prompt.go:135
|
||||
msgid "Choose which package to %s"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/prompt.go:156
|
||||
msgid "Choose which optional package(s) to install"
|
||||
msgstr ""
|
||||
|
||||
#: internal/config/config.go:63
|
||||
@ -184,14 +200,14 @@ msgstr ""
|
||||
msgid "Source updated and linked to destination"
|
||||
msgstr ""
|
||||
|
||||
#: internal/dl/dl.go:222
|
||||
msgid "Downloading source"
|
||||
msgstr "Скачивание источника"
|
||||
|
||||
#: internal/logger/log.go:44
|
||||
msgid "ERROR"
|
||||
msgstr "ОШИБКА"
|
||||
|
||||
#: internal/translations/translations.go:52
|
||||
msgid "Error creating new translator"
|
||||
msgstr ""
|
||||
|
||||
#: list.go:53
|
||||
msgid "Error initialization database"
|
||||
msgstr ""
|
||||
@ -212,15 +228,15 @@ msgstr ""
|
||||
|
||||
#: pkg/build/build.go:104
|
||||
msgid "Failed to prompt user to view build script"
|
||||
msgstr ""
|
||||
msgstr "Не удалось предложить просмотреть скрипт"
|
||||
|
||||
#: pkg/build/build.go:108
|
||||
msgid "Building package"
|
||||
msgstr ""
|
||||
msgstr "Сборка пакета"
|
||||
|
||||
#: pkg/build/build.go:152
|
||||
msgid "Downloading sources"
|
||||
msgstr ""
|
||||
msgstr "Скачивание файлов"
|
||||
|
||||
#: pkg/build/build.go:164
|
||||
msgid "Building package metadata"
|
||||
@ -230,6 +246,12 @@ msgstr ""
|
||||
msgid "Compressing package"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:312
|
||||
msgid ""
|
||||
"Your system's CPU architecture doesn't match this package. Do you want to "
|
||||
"build anyway?"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:323
|
||||
msgid "This package is already installed"
|
||||
msgstr ""
|
||||
@ -266,6 +288,10 @@ msgstr ""
|
||||
msgid "AutoReq is not implemented for this package format, so it's skiped"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:653
|
||||
msgid "Would you like to remove the build dependencies?"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:759
|
||||
msgid "The checksums array must be the same length as sources"
|
||||
msgstr ""
|
||||
@ -292,11 +318,11 @@ msgstr ""
|
||||
|
||||
#: pkg/repos/pull.go:75
|
||||
msgid "Pulling repository"
|
||||
msgstr ""
|
||||
msgstr "Скачивание репозитория"
|
||||
|
||||
#: pkg/repos/pull.go:99
|
||||
msgid "Repository up to date"
|
||||
msgstr ""
|
||||
msgstr "Репозиторий уже обновлен"
|
||||
|
||||
#: pkg/repos/pull.go:156
|
||||
msgid "Git repository does not appear to be a valid ALR repo"
|
||||
|
Reference in New Issue
Block a user