This commit is contained in:
2025-04-13 16:58:15 +03:00
parent 8070112bf2
commit a51a8ab963
12 changed files with 442 additions and 173 deletions

View File

@ -9,56 +9,64 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: build.go:44
#: build.go:47
msgid "Build a local package"
msgstr ""
#: build.go:50
#: build.go:53
msgid "Path to the build script"
msgstr ""
#: build.go:55
#: build.go:58
msgid "Specify subpackage in script (for multi package script only)"
msgstr ""
#: build.go:60
#: build.go:63
msgid "Name of the package to build and its repo (example: default/go-bin)"
msgstr ""
#: build.go:65
#: build.go:68
msgid ""
"Build package from scratch even if there's an already built package available"
msgstr ""
#: build.go:73
msgid "Error loading config"
msgstr ""
#: build.go:81
msgid "Error initialization database"
msgstr ""
#: build.go:110
msgid "Package not found"
msgstr ""
#: build.go:127
msgid "Unable to detect a supported package manager on the system"
msgstr ""
#: build.go:133
msgid "Error parsing os release"
msgstr ""
#: build.go:159
msgid "Error building package"
msgstr ""
#: build.go:166
#: build.go:74 build.go:79 build.go:89 build.go:103
msgid "Error getting working directory"
msgstr ""
#: build.go:175
#: build.go:110 build.go:115
msgid "Error dropping capabilities"
msgstr ""
#: build.go:123
msgid "Error loading config"
msgstr ""
#: build.go:131
msgid "Error initialization database"
msgstr ""
#: build.go:141
msgid "Unable to detect a supported package manager on the system"
msgstr ""
#: build.go:147
msgid "Error parsing os release"
msgstr ""
#: build.go:179 build.go:221
msgid "Error building package"
msgstr ""
#: build.go:197
msgid "Package not found"
msgstr ""
#: build.go:225
msgid "Nothing to build"
msgstr ""
#: build.go:234
msgid "Error moving the package"
msgstr ""
@ -170,10 +178,6 @@ msgstr ""
msgid "Command install expected at least 1 argument, got %d"
msgstr ""
#: install.go:84
msgid "Error dropping capabilities"
msgstr ""
#: install.go:96
msgid "Error pulling repositories"
msgstr ""
@ -311,7 +315,7 @@ msgstr ""
msgid "ERROR"
msgstr ""
#: internal/utils/cmd.go:65
#: internal/utils/cmd.go:74
msgid "You need to be root"
msgstr ""
@ -331,11 +335,11 @@ msgstr ""
msgid "Enable interactive questions and prompts"
msgstr ""
#: main.go:183
#: main.go:185
msgid "Show help"
msgstr ""
#: main.go:187
#: main.go:189
msgid "Error while running app"
msgstr ""
@ -351,7 +355,7 @@ msgstr ""
msgid "Downloading sources"
msgstr ""
#: pkg/build/build.go:507
#: pkg/build/build.go:535
msgid "Installing dependencies"
msgstr ""
@ -385,19 +389,19 @@ msgstr ""
msgid "AutoReq is not implemented for this package format, so it's skipped"
msgstr ""
#: pkg/build/script_executor.go:236
#: pkg/build/script_executor.go:237
msgid "Building package metadata"
msgstr ""
#: pkg/build/script_executor.go:355
#: pkg/build/script_executor.go:356
msgid "Executing prepare()"
msgstr ""
#: pkg/build/script_executor.go:364
#: pkg/build/script_executor.go:365
msgid "Executing build()"
msgstr ""
#: pkg/build/script_executor.go:393 pkg/build/script_executor.go:413
#: pkg/build/script_executor.go:394 pkg/build/script_executor.go:414
msgid "Executing %s()"
msgstr ""
@ -490,3 +494,15 @@ msgstr ""
#: search.go:119
msgid "Error executing template"
msgstr ""
#: upgrade.go:48
msgid "Upgrade all installed packages"
msgstr ""
#: upgrade.go:111 upgrade.go:129
msgid "Error checking for updates"
msgstr ""
#: upgrade.go:133
msgid "There is nothing to do."
msgstr ""