This commit is contained in:
2025-04-12 15:51:39 +03:00
parent 5ca34a572a
commit 8070112bf2
45 changed files with 2728 additions and 1196 deletions

View File

@ -42,55 +42,63 @@ msgstr ""
msgid "Package not found"
msgstr ""
#: build.go:130
msgid "Error pulling repositories"
msgstr ""
#: build.go:138
#: build.go:127
msgid "Unable to detect a supported package manager on the system"
msgstr ""
#: build.go:144
#: build.go:133
msgid "Error parsing os release"
msgstr ""
#: build.go:166
#: build.go:159
msgid "Error building package"
msgstr ""
#: build.go:173
#: build.go:166
msgid "Error getting working directory"
msgstr ""
#: build.go:182
#: build.go:175
msgid "Error moving the package"
msgstr ""
#: fix.go:37
#: fix.go:39
msgid "Attempt to fix problems with ALR"
msgstr ""
#: fix.go:49
#: fix.go:42
msgid "Can't drop privileges"
msgstr ""
#: fix.go:56
msgid "Removing cache directory"
msgstr ""
#: fix.go:53
msgid "Unable to remove cache directory"
#: fix.go:60
msgid "Unable to open cache directory"
msgstr ""
#: fix.go:57
#: fix.go:67
msgid "Unable to read cache directory contents"
msgstr ""
#: fix.go:74
msgid "Unable to remove cache item"
msgstr ""
#: fix.go:79
msgid "Rebuilding cache"
msgstr ""
#: fix.go:61
#: fix.go:83
msgid "Unable to create new cache directory"
msgstr ""
#: fix.go:81
#: fix.go:103
msgid "Error pulling repos"
msgstr ""
#: fix.go:85
#: fix.go:107
msgid "Done"
msgstr ""
@ -162,19 +170,27 @@ msgstr ""
msgid "Command install expected at least 1 argument, got %d"
msgstr ""
#: install.go:163
#: install.go:84
msgid "Error dropping capabilities"
msgstr ""
#: install.go:96
msgid "Error pulling repositories"
msgstr ""
#: install.go:164
msgid "Remove an installed package"
msgstr ""
#: install.go:188
#: install.go:189
msgid "Error listing installed packages"
msgstr ""
#: install.go:226
#: install.go:227
msgid "Command remove expected at least 1 argument, got %d"
msgstr ""
#: install.go:241
#: install.go:242
msgid "Error removing packages"
msgstr ""
@ -258,18 +274,6 @@ msgstr ""
msgid "OPTIONS"
msgstr ""
#: internal/config/config.go:176
msgid "Unable to create config directory"
msgstr ""
#: internal/config/config.go:182
msgid "Unable to create repo cache directory"
msgstr ""
#: internal/config/config.go:188
msgid "Unable to create package cache directory"
msgstr ""
#: internal/db/db.go:133
msgid "Database version mismatch; resetting"
msgstr ""
@ -303,10 +307,14 @@ msgstr ""
msgid "%s %s downloading at %s/s\n"
msgstr ""
#: internal/logger/log.go:47
#: internal/logger/log.go:41
msgid "ERROR"
msgstr ""
#: internal/utils/cmd.go:65
msgid "You need to be root"
msgstr ""
#: list.go:41
msgid "List ALR repo packages"
msgstr ""
@ -315,94 +323,48 @@ msgstr ""
msgid "Print the current ALR version and exit"
msgstr ""
#: main.go:61
#: main.go:79
msgid "Arguments to be passed on to the package manager"
msgstr ""
#: main.go:67
#: main.go:85
msgid "Enable interactive questions and prompts"
msgstr ""
#: main.go:96
msgid ""
"Running ALR as root is forbidden as it may cause catastrophic damage to your "
"system"
msgstr ""
#: main.go:154
#: main.go:183
msgid "Show help"
msgstr ""
#: main.go:158
#: main.go:187
msgid "Error while running app"
msgstr ""
#: pkg/build/build.go:157
msgid "Failed to prompt user to view build script"
msgstr ""
#: pkg/build/build.go:161
#: pkg/build/build.go:392
msgid "Building package"
msgstr ""
#: pkg/build/build.go:209
#: pkg/build/build.go:421
msgid "The checksums array must be the same length as sources"
msgstr ""
#: pkg/build/build.go:238
#: pkg/build/build.go:448
msgid "Downloading sources"
msgstr ""
#: pkg/build/build.go:260
msgid "Building package metadata"
#: pkg/build/build.go:507
msgid "Installing dependencies"
msgstr ""
#: pkg/build/build.go:282
msgid "Compressing package"
msgstr ""
#: pkg/build/build.go:441
#: pkg/build/checker.go:43
msgid ""
"Your system's CPU architecture doesn't match this package. Do you want to "
"build anyway?"
msgstr ""
#: pkg/build/build.go:455
#: pkg/build/checker.go:67
msgid "This package is already installed"
msgstr ""
#: pkg/build/build.go:479
msgid "Installing build dependencies"
msgstr ""
#: pkg/build/build.go:524
msgid "Installing dependencies"
msgstr ""
#: pkg/build/build.go:605
msgid "Would you like to remove the build dependencies?"
msgstr ""
#: pkg/build/build.go:668
msgid "Executing prepare()"
msgstr ""
#: pkg/build/build.go:678
msgid "Executing build()"
msgstr ""
#: pkg/build/build.go:708 pkg/build/build.go:728
msgid "Executing %s()"
msgstr ""
#: pkg/build/build.go:787
msgid "Error installing native packages"
msgstr ""
#: pkg/build/build.go:811
msgid "Error installing package"
msgstr ""
#: pkg/build/find_deps/alt_linux.go:35
msgid "Command not found on the system"
msgstr ""
@ -423,6 +385,22 @@ msgstr ""
msgid "AutoReq is not implemented for this package format, so it's skipped"
msgstr ""
#: pkg/build/script_executor.go:236
msgid "Building package metadata"
msgstr ""
#: pkg/build/script_executor.go:355
msgid "Executing prepare()"
msgstr ""
#: pkg/build/script_executor.go:364
msgid "Executing build()"
msgstr ""
#: pkg/build/script_executor.go:393 pkg/build/script_executor.go:413
msgid "Executing %s()"
msgstr ""
#: pkg/repos/pull.go:79
msgid "Pulling repository"
msgstr ""
@ -441,86 +419,74 @@ msgid ""
"updating ALR if something doesn't work."
msgstr ""
#: repo.go:40
#: repo.go:41
msgid "Add a new repository"
msgstr ""
#: repo.go:47
#: repo.go:48
msgid "Name of the new repo"
msgstr ""
#: repo.go:53
#: repo.go:54
msgid "URL of the new repo"
msgstr ""
#: repo.go:86 repo.go:156
#: repo.go:89 repo.go:166
msgid "Error saving config"
msgstr ""
#: repo.go:111
#: repo.go:119
msgid "Remove an existing repository"
msgstr ""
#: repo.go:118
#: repo.go:126
msgid "Name of the repo to be deleted"
msgstr ""
#: repo.go:142
#: repo.go:152
msgid "Repo does not exist"
msgstr ""
#: repo.go:150
#: repo.go:160
msgid "Error removing repo directory"
msgstr ""
#: repo.go:167
#: repo.go:177
msgid "Error removing packages from database"
msgstr ""
#: repo.go:179
#: repo.go:189
msgid "Pull all repositories that have changed"
msgstr ""
#: search.go:36
#: search.go:37
msgid "Search packages"
msgstr ""
#: search.go:42
#: search.go:43
msgid "Search by name"
msgstr ""
#: search.go:47
#: search.go:48
msgid "Search by description"
msgstr ""
#: search.go:52
#: search.go:53
msgid "Search by repository"
msgstr ""
#: search.go:57
#: search.go:58
msgid "Search by provides"
msgstr ""
#: search.go:62
#: search.go:63
msgid "Format output using a Go template"
msgstr ""
#: search.go:88 search.go:105
#: search.go:94 search.go:111
msgid "Error parsing format template"
msgstr ""
#: search.go:113
#: search.go:119
msgid "Error executing template"
msgstr ""
#: upgrade.go:47
msgid "Upgrade all installed packages"
msgstr ""
#: upgrade.go:96
msgid "Error checking for updates"
msgstr ""
#: upgrade.go:118
msgid "There is nothing to do."
msgstr ""