msgid "" msgstr "" "Project-Id-Version: \n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: build.go:41 msgid "Build a local package" msgstr "" #: build.go:47 msgid "Path to the build script" msgstr "" #: build.go:52 msgid "Specify subpackage in script (for multi package script only)" msgstr "" #: build.go:57 msgid "Name of the package to build and its repo (example: default/go-bin)" msgstr "" #: build.go:62 msgid "" "Build package from scratch even if there's an already built package available" msgstr "" #: build.go:72 msgid "Error getting working directory" msgstr "" #: build.go:111 msgid "Cannot get absolute script path" msgstr "" #: build.go:137 msgid "Package not found" msgstr "" #: build.go:150 msgid "Nothing to build" msgstr "" #: build.go:195 msgid "Error building package" msgstr "" #: build.go:203 msgid "Package file already moved or removed, skipping" msgstr "" #: build.go:209 msgid "Error moving the package" msgstr "" #: build.go:213 msgid "Done" msgstr "" #: config.go:36 msgid "Manage config" msgstr "" #: config.go:50 msgid "Shows a list of commands or help for one command" msgstr "" #: config.go:66 msgid "Show config" msgstr "" #: config.go:103 msgid "Set config value" msgstr "" #: config.go:104 msgid " " msgstr "" #: config.go:137 config.go:145 config.go:162 msgid "invalid boolean value for %s: %s" msgstr "" #: config.go:166 msgid "use 'repo add/remove' commands to manage repositories" msgstr "" #: config.go:168 config.go:248 msgid "unknown config key: %s" msgstr "" #: config.go:172 msgid "failed to save config" msgstr "" #: config.go:175 msgid "Successfully set %s = %s" msgstr "" #: config.go:184 msgid "Get config value" msgstr "" #: config.go:185 msgid "" msgstr "" #: fix.go:55 msgid "Attempt to fix problems with ALR" msgstr "" #: fix.go:75 msgid "Clearing cache and temporary directories" msgstr "" #: fix.go:82 msgid "Cache directory does not exist, will create it" msgstr "" #: fix.go:84 msgid "Unable to open cache directory" msgstr "" #: fix.go:91 msgid "Unable to read cache directory contents" msgstr "" #: fix.go:106 msgid "Unable to remove cache item (%s) as current user, trying with sudo" msgstr "" #: fix.go:111 msgid "Unable to remove cache item (%s)" msgstr "" #: fix.go:119 msgid "Clearing temporary directory" msgstr "" #: fix.go:126 msgid "Unable to remove temporary directory as current user, trying with sudo" msgstr "" #: fix.go:129 msgid "Unable to remove temporary directory" msgstr "" #: fix.go:137 msgid "Unable to create temporary directory" msgstr "" #: fix.go:144 msgid "Unable to create download directory" msgstr "" #: fix.go:151 msgid "Unable to create packages directory" msgstr "" #: fix.go:156 msgid "Fixing permissions on temporary files" msgstr "" #: fix.go:164 msgid "Unable to fix file ownership" msgstr "" #: fix.go:169 msgid "Unable to fix file permissions" msgstr "" #: fix.go:174 msgid "Rebuilding cache" msgstr "" #: fix.go:177 msgid "Creating cache directory" msgstr "" #: fix.go:180 msgid "Unable to create new cache directory" msgstr "" #: gen.go:34 msgid "Generate a ALR script from a template" msgstr "" #: gen.go:39 msgid "Generate a ALR script for a pip module" msgstr "" #: gen.go:66 msgid "Generate a ALR script for an AUR package" msgstr "" #: gen.go:72 msgid "Name of the AUR package" msgstr "" #: gen.go:77 msgid "Version of the package (optional, uses latest if not specified)" msgstr "" #: helper.go:42 msgid "List all the available helper commands" msgstr "" #: helper.go:69 msgid "Run a ALR helper command" msgstr "" #: helper.go:76 msgid "The directory that the install commands will install to" msgstr "" #: helper.go:89 helper.go:90 msgid "No such helper command" msgstr "" #: helper.go:100 msgid "Error parsing os-release file" msgstr "" #: info.go:41 msgid "Print information about a package" msgstr "" #: info.go:46 msgid "Show all information, not just for the current distro" msgstr "" #: info.go:64 msgid "Error getting packages" msgstr "" #: info.go:77 msgid "Command info expected at least 1 argument, got %d" msgstr "" #: info.go:98 msgid "Error finding packages" msgstr "" #: info.go:112 msgid "Can't detect system language" msgstr "" #: info.go:128 msgid "Error resolving overrides" msgstr "" #: info.go:137 msgid "Error encoding script variables" msgstr "" #: install.go:39 msgid "Install a new package" msgstr "" #: install.go:51 msgid "Command install expected at least 1 argument, got %d" msgstr "" #: install.go:107 msgid "Error when installing the package" msgstr "" #: install.go:142 msgid "Remove an installed package" msgstr "" #: install.go:161 msgid "Error listing installed packages" msgstr "" #: install.go:190 msgid "Command remove expected at least 1 argument, got %d" msgstr "" #: install.go:205 msgid "Error removing packages" msgstr "" #: internal/build/build.go:342 internal/build/build.go:653 msgid "Using cached package" msgstr "" #: internal/build/build.go:357 msgid "Building package" msgstr "" #: internal/build/build.go:386 msgid "The checksums array must be the same length as sources" msgstr "" #: internal/build/build.go:438 msgid "Downloading sources" msgstr "" #: internal/build/build.go:484 msgid "Would you like to remove the build dependencies?" msgstr "" #: internal/build/build.go:569 msgid "Installing dependencies" msgstr "" #: internal/build/checker.go:43 msgid "" "Your system's CPU architecture doesn't match this package. Do you want to " "build anyway?" msgstr "" #: internal/build/checker.go:67 msgid "This package is already installed" msgstr "" #: internal/build/find_deps/alt_linux.go:35 msgid "Command not found on the system" msgstr "" #: internal/build/find_deps/alt_linux.go:86 msgid "Provided dependency found" msgstr "" #: internal/build/find_deps/alt_linux.go:93 msgid "Required dependency found" msgstr "" #: internal/build/find_deps/empty.go:32 msgid "AutoProv is not implemented for this package format, so it's skipped" msgstr "" #: internal/build/find_deps/empty.go:37 msgid "AutoReq is not implemented for this package format, so it's skipped" msgstr "" #: internal/build/firejail.go:144 msgid "Applying FireJail integration" msgstr "" #: internal/build/installer.go:99 msgid "" "Package %s is installed with older version %s, will rebuild with version %s" msgstr "" #: internal/build/installer.go:102 msgid "Package %s is already installed with version %s, skipping build" msgstr "" #: internal/build/installer.go:104 msgid "" "Package %s is installed with newer version %s (repo has %s), skipping build" msgstr "" #: internal/build/script_executor.go:167 msgid "Building package metadata" msgstr "" #: internal/build/script_executor.go:192 msgid "Creating package file" msgstr "" #: internal/build/script_executor.go:196 msgid "Failed to create package file" msgstr "" #: internal/build/script_executor.go:201 msgid "Packaging with nfpm" msgstr "" #: internal/build/script_executor.go:204 msgid "Failed to create package" msgstr "" #: internal/build/script_executor.go:208 msgid "Package created successfully" msgstr "" #: internal/build/script_executor.go:212 msgid "Package file not found after creation" msgstr "" #: internal/build/script_executor.go:215 msgid "Package file verified to exist" msgstr "" #: internal/build/script_executor.go:322 msgid "Executing prepare()" msgstr "" #: internal/build/script_executor.go:331 msgid "Executing build()" msgstr "" #: internal/build/script_executor.go:360 internal/build/script_executor.go:380 msgid "Executing %s()" msgstr "" #: internal/cliutils/app_builder/builder.go:45 msgid "failed to close db" msgstr "" #: internal/cliutils/app_builder/builder.go:75 msgid "Error loading config" msgstr "" #: internal/cliutils/app_builder/builder.go:96 msgid "Error initialization database" msgstr "" #: internal/cliutils/app_builder/builder.go:142 msgid "Error pulling repositories" msgstr "" #: internal/cliutils/app_builder/builder.go:159 msgid "Error parsing os release" msgstr "" #: internal/cliutils/app_builder/builder.go:172 msgid "Unable to detect a supported package manager on the system" msgstr "" #: internal/cliutils/prompt.go:60 msgid "Would you like to view the build script for %s" msgstr "" #: 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:123 msgid "Error prompting for choice of package" msgstr "" #: internal/cliutils/prompt.go:175 msgid "Choose which package to %s" msgstr "" #: internal/cliutils/prompt.go:196 msgid "Choose which optional package(s) to install" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:93 #: internal/cliutils/template.go:126 msgid "NAME" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:94 #: internal/cliutils/template.go:126 msgid "USAGE" msgstr "" #: internal/cliutils/template.go:74 msgid "global options" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:126 msgid "command" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:95 #: internal/cliutils/template.go:126 msgid "command options" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:96 #: internal/cliutils/template.go:126 msgid "arguments" msgstr "" #: internal/cliutils/template.go:74 msgid "VERSION" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:98 #: internal/cliutils/template.go:126 msgid "DESCRIPTION" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:126 msgid "AUTHOR" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:126 msgid "COMMANDS" msgstr "" #: internal/cliutils/template.go:74 msgid "GLOBAL OPTIONS" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:126 msgid "COPYRIGHT" msgstr "" #: internal/cliutils/template.go:97 msgid "CATEGORY" msgstr "" #: internal/cliutils/template.go:99 internal/cliutils/template.go:100 #: internal/cliutils/template.go:126 msgid "OPTIONS" msgstr "" #: internal/cliutils/utils.go:69 msgid "" "This command is deprecated and would be removed in the future, use \"%s\" " "instead!" msgstr "" #: internal/db/db.go:67 msgid "Cache directory does not exist, creating it" msgstr "" #: internal/db/db.go:95 msgid "Database version mismatch; resetting" msgstr "" #: internal/db/db.go:101 msgid "" "Database version does not exist. Run alr fix if something isn't working." msgstr "" #: internal/logger/log.go:41 msgid "ERROR" msgstr "" #: internal/repos/pull.go:97 msgid "Trying mirror" msgstr "" #: internal/repos/pull.go:103 msgid "Failed to pull from URL" msgstr "" #: internal/repos/pull.go:167 msgid "Pulling repository" msgstr "" #: internal/repos/pull.go:204 msgid "Repository up to date" msgstr "" #: internal/repos/pull.go:239 msgid "Git repository does not appear to be a valid ALR repo" msgstr "" #: internal/repos/pull.go:255 msgid "" "ALR repo's minimum ALR version is greater than the current version. Try " "updating ALR if something doesn't work." msgstr "" #: internal/repos/pull.go:423 msgid "Failed to get deleted file from old commit" msgstr "" #: internal/repos/pull.go:429 msgid "Failed to read deleted file" msgstr "" #: internal/repos/pull.go:448 msgid "Failed to get updated file from new commit" msgstr "" #: internal/repos/pull.go:454 msgid "Failed to read updated file" msgstr "" #: internal/repos/pull.go:508 msgid "No alr.sh files found in repository" msgstr "" #: internal/utils/cmd.go:54 msgid "You need to be root to perform this action" msgstr "" #: list.go:44 msgid "List ALR repo packages" msgstr "" #: list.go:58 msgid "Format output using a Go template" msgstr "" #: list.go:87 msgid "Error getting packages for upgrade" msgstr "" #: list.go:90 msgid "No packages for upgrade" msgstr "" #: list.go:100 list.go:197 msgid "Error parsing format template" msgstr "" #: list.go:106 list.go:201 msgid "Error executing template" msgstr "" #: list.go:160 msgid "Failed to parse release" msgstr "" #: main.go:45 msgid "Print the current ALR version and exit" msgstr "" #: main.go:77 msgid "Arguments to be passed on to the package manager" msgstr "" #: main.go:83 msgid "Enable interactive questions and prompts" msgstr "" #: main.go:165 msgid "Show help" msgstr "" #: main.go:169 msgid "Error while running app" msgstr "" #: pkg/dl/dl.go:170 msgid "Source can be updated, updating if required" msgstr "" #: pkg/dl/dl.go:196 msgid "Source found in cache and linked to destination" msgstr "" #: pkg/dl/dl.go:203 msgid "Source updated and linked to destination" msgstr "" #: pkg/dl/dl.go:217 msgid "Downloading source" msgstr "" #: pkg/dl/progress_tui.go:100 msgid "%s: done!\n" msgstr "" #: pkg/dl/progress_tui.go:104 msgid "%s %s downloading at %s/s\n" msgstr "" #: refresh.go:30 msgid "Pull all repositories that have changed" msgstr "" #: repo.go:42 msgid "Manage repos" msgstr "" #: repo.go:74 repo.go:658 msgid "Remove an existing repository" msgstr "" #: repo.go:76 repo.go:554 msgid "" msgstr "" #: repo.go:121 repo.go:498 repo.go:601 msgid "Repo \"%s\" does not exist" msgstr "" #: repo.go:128 msgid "Error removing repo directory" msgstr "" #: repo.go:132 repo.go:210 repo.go:268 repo.go:331 repo.go:422 repo.go:537 #: repo.go:609 msgid "Error saving config" msgstr "" #: repo.go:148 msgid "Error removing packages from database" msgstr "" #: repo.go:159 repo.go:628 msgid "Add a new repository" msgstr "" #: repo.go:160 repo.go:285 repo.go:378 repo.go:435 msgid " " msgstr "" #: repo.go:185 msgid "Repo \"%s\" already exists" msgstr "" #: repo.go:221 msgid "Set the reference of the repository" msgstr "" #: repo.go:222 msgid " " msgstr "" #: repo.go:284 msgid "Set the main url of the repository" msgstr "" #: repo.go:347 msgid "Manage mirrors of repos" msgstr "" #: repo.go:377 msgid "Add a mirror URL to repository" msgstr "" #: repo.go:434 msgid "Remove mirror from the repository" msgstr "" #: repo.go:453 msgid "Ignore if mirror does not exist" msgstr "" #: repo.go:458 msgid "Match partial URL (e.g., github.com instead of full URL)" msgstr "" #: repo.go:523 msgid "No mirrors containing \"%s\" found in repo \"%s\"" msgstr "" #: repo.go:525 msgid "URL \"%s\" does not exist in repo \"%s\"" msgstr "" #: repo.go:541 repo.go:613 msgid "Removed %d mirrors from repo \"%s\"\n" msgstr "" #: repo.go:553 msgid "Remove all mirrors from the repository" msgstr "" #: repo.go:635 msgid "Name of the new repo" msgstr "" #: repo.go:641 msgid "URL of the new repo" msgstr "" #: repo.go:665 msgid "Name of the repo to be deleted" msgstr "" #: search.go:39 msgid "Search packages" msgstr "" #: search.go:50 msgid "Search by name" msgstr "" #: search.go:55 msgid "Search by description" msgstr "" #: search.go:60 msgid "Search by repository" msgstr "" #: search.go:65 msgid "Search by provides" msgstr "" #: search.go:126 msgid "Error while executing search" msgstr "" #: upgrade.go:48 msgid "Upgrade all installed packages" msgstr "" #: upgrade.go:89 msgid "Updating system packages..." msgstr "" #: upgrade.go:95 msgid "Error updating system packages" msgstr "" #: upgrade.go:97 msgid "System packages updated successfully" msgstr "" #: upgrade.go:113 upgrade.go:130 msgid "Error checking for updates" msgstr "" #: upgrade.go:133 msgid "There is nothing to do." msgstr ""