From 270d7916c2838a99cc561a57ae673f8dab717683 Mon Sep 17 00:00:00 2001 From: Vladimir Vaskov Date: Sat, 14 Dec 2024 07:23:48 +0300 Subject: [PATCH] po: update pot --- po/POTFILES.in | 23 +- po/apa.pot | 699 +++++++++++++++++++++++++++++-------- po/ru.po | 912 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 1306 insertions(+), 328 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 13a2b48..a33a891 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,19 +1,26 @@ -src/apa/autoremove.vala +src/apa/config/get.vala +src/apa/config/reset.vala +src/apa/config/set.vala src/apa/do.vala src/apa/info.vala src/apa/install.vala -src/apa/kernel.vala src/apa/moo.vala src/apa/remove.vala +src/apa/repo/add.vala +src/apa/repo/remove.vala +src/apa/search-file.vala +src/apa/search.vala src/apa/source.vala +src/apa/task/add.vala +src/apa/task/install.vala +src/apa/task/list.vala +src/apa/task/search.vala +src/apa/task/show.vala src/apa/update.vala src/apa/upgrade.vala src/apa.vala -src/apt/cache.vala -src/apt/get.vala -src/apt/repo.vala +src/args-handler.vala +src/config-manager.vala +src/data/descriptions.vala src/help.vala -src/origin.vala -src/utils-commands/rpm.vala -src/utils-commands/update-kernel.vala src/utils.vala diff --git a/po/apa.pot b/po/apa.pot index b8e5e68..d13d954 100644 --- a/po/apa.pot +++ b/po/apa.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-07 11:19+0300\n" +"POT-Creation-Date: 2024-12-14 07:23+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,59 +17,113 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/apa/autoremove.vala:37 src/apa/do.vala:215 src/apa/info.vala:35 -#: src/apa/install.vala:178 src/apa/kernel.vala:44 src/apa/remove.vala:88 -#: src/apa/source.vala:38 src/apa/update.vala:45 src/apa/upgrade.vala:70 -#, c-format -msgid "Unknown error message: '%s'" +#: src/apa/config/get.vala:26 +msgid "Nothing to get" +msgstr "" + +#: src/apa/config/get.vala:36 src/apa/config/reset.vala:47 +#: src/apa/config/set.vala:44 +msgid "Unknown key, run to `apa config list' to list all posible keys" +msgstr "" + +#: src/apa/config/reset.vala:41 +msgid "Nothing to reset" +msgstr "" + +#: src/apa/config/set.vala:26 +msgid "Nothing to set, need key and value" +msgstr "" + +#: src/apa/config/set.vala:32 +msgid "Invalid key-value pair, need key and value" +msgstr "" + +#: src/apa/config/set.vala:35 +msgid "Invalid value, value cannot be empty" +msgstr "" + +#: src/apa/config/set.vala:48 +msgid "Invalid value. Try `apa config list' to see possible values" +msgstr "" + +#: src/apa/do.vala:26 +msgid "Nothing to do" msgstr "" -#: src/apa/do.vala:27 +#: src/apa/do.vala:31 #, c-format -msgid "Unknown operation '%c' in '%s'" +msgid "Unknown operation `%c' in `%s'" msgstr "" -#: src/apa/do.vala:82 src/apa/install.vala:63 +#: src/apa/do.vala:40 #, c-format -msgid "Package '%s' not found, but packages with a similar name were found" +msgid "Don't known what to do with %s" msgstr "" -#: src/apa/do.vala:84 src/apa/remove.vala:58 -msgid "remove" +#: src/apa/do.vala:110 src/apa/install.vala:103 +#, c-format +msgid "Package `%s' not found, but packages with a similar name were found" msgstr "" -#: src/apa/do.vala:90 -msgid "There are no packages left to do" +#: src/apa/do.vala:112 src/apa/remove.vala:64 +msgid "to remove" msgstr "" -#: src/apa/do.vala:131 src/apa/do.vala:181 src/apa/install.vala:65 -#: src/apa/install.vala:105 src/apa/install.vala:152 -msgid "install" +#: src/apa/do.vala:118 src/apa/do.vala:164 src/apa/do.vala:213 +msgid "There are no packages left to do" msgstr "" -#: src/apa/do.vala:137 src/apa/do.vala:187 src/apa/install.vala:71 -#: src/apa/install.vala:111 src/apa/install.vala:158 -msgid "There are no packages left to install" +#: src/apa/do.vala:158 src/apa/do.vala:207 src/apa/install.vala:105 +#: src/apa/install.vala:144 src/apa/install.vala:196 +msgid "to install" msgstr "" -#: src/apa/do.vala:206 src/apa/install.vala:126 src/apa/remove.vala:83 -#: src/apa/update.vala:36 src/apa/upgrade.vala:61 +#: src/apa/do.vala:231 src/apa/install.vala:164 src/apa/remove.vala:88 +#: src/apa/task/install.vala:41 src/apa/update.vala:35 src/apa/upgrade.vala:55 msgid "APT is currently busy" msgstr "" -#: src/apa/do.vala:210 src/apa/install.vala:173 src/apa/upgrade.vala:65 +#: src/apa/do.vala:235 src/apa/install.vala:216 src/apa/upgrade.vala:59 msgid "" "Unable to fetch some archives. Check your connection to repository. Maybe " -"run 'apa update' or try with '--fix-missing' option" +"run `apa update' or try with `--fix-missing' option" +msgstr "" + +#: src/apa/do.vala:239 src/apa/install.vala:220 src/apa/remove.vala:92 +#: src/apa/search.vala:41 +msgid "" +"Option `-o/--option' value is incorrect. It should look like OptionName=val" +msgstr "" + +#: src/apa/do.vala:243 src/apa/install.vala:227 src/apa/remove.vala:96 +#: src/apa/search.vala:45 +msgid "Option `-c/--config' value is incorrect" +msgstr "" + +#: src/apa/info.vala:27 src/apa/task/show.vala:25 +msgid "Nothing to show" +msgstr "" + +#: src/apa/install.vala:26 src/apa/source.vala:26 src/apa/task/install.vala:28 +msgid "Nothing to install" +msgstr "" + +#: src/apa/install.vala:31 src/apa/remove.vala:31 +msgid "For operation like `+/-' use `do' command instead" msgstr "" -#: src/apa/install.vala:28 src/apa/remove.vala:26 -msgid "For operation like '+/-' use 'do' command instead" +#: src/apa/install.vala:38 +#, c-format +msgid "Found task `%s' in packages. Skipping other" msgstr "" -#: src/apa/install.vala:59 src/apa/remove.vala:52 +#: src/apa/install.vala:99 src/apa/remove.vala:45 src/apa/remove.vala:58 #, c-format -msgid "Package '%s' not found" +msgid "Package `%s' not found" +msgstr "" + +#: src/apa/install.vala:111 src/apa/install.vala:150 src/apa/install.vala:202 +msgid "There are no packages left to install" msgstr "" #: src/apa/moo.vala:67 @@ -88,223 +142,602 @@ msgstr "" msgid "Have you mooed today?" msgstr "" -#: src/apa/remove.vala:56 +#: src/apa/remove.vala:26 src/apa/repo/remove.vala:28 +msgid "Nothing to remove" +msgstr "" + +#: src/apa/remove.vala:62 #, c-format -msgid "Package '%s' not found, but packages with a similar name were found:" +msgid "Package `%s' not found, but packages with a similar name were found:" msgstr "" -#: src/apa/remove.vala:64 +#: src/apa/remove.vala:70 msgid "There are no packages left to remove" msgstr "" -#: src/apa.vala:117 src/utils-commands/update-kernel.vala:64 +#: src/apa/repo/add.vala:28 src/apa/task/add.vala:26 +msgid "Nothing to add" +msgstr "" + +#: src/apa/repo/add.vala:53 +msgid "Unknown source" +msgstr "" + +#: src/apa/search-file.vala:70 src/apa/search.vala:28 +#: src/apa/task/search.vala:27 +msgid "Nothing to search" +msgstr "" + +#: src/apa/search-file.vala:76 #, c-format -msgid "Unknown command '%s'" +msgid "No such file or directory: `%s'" msgstr "" -#: src/apa.vala:133 +#: src/apa/search-file.vala:110 #, c-format -msgid "Need root previlegies for '%s' command" +msgid "The query must be at least %s symbols" msgstr "" -#: src/apa.vala:146 -msgid "PackageKit is running" +#: src/apa/search-file.vala:113 +#, c-format +msgid "The query cannot contain a `%s'" msgstr "" -#: src/apt/cache.vala:96 -msgid "No packages to search" +#: src/apa/task/list.vala:28 +msgid "Nothing to list" msgstr "" -#: src/apt/get.vala:171 -msgid "No packages to do" +#: src/apa/task/search.vala:32 +#, c-format +msgid "" +"The `%s' query is not suitable. The search query must be more than two " +"characters long" +msgstr "" + +#: src/apa/task/search.vala:87 +msgid "Too many tasks, showing only the first 10" msgstr "" -#: src/apt/get.vala:176 +#: src/apa/task/search.vala:93 src/apa/task/show.vala:35 #, c-format -msgid "It's not known what to do with %s" +msgid "Task %s:" msgstr "" -#: src/apt/get.vala:243 src/apt/repo.vala:70 -msgid "No packages to install" +#: src/apa/task/search.vala:94 src/apa/task/show.vala:36 +#, c-format +msgid " Repo: %s" msgstr "" -#: src/apt/get.vala:306 -msgid "No packages to remove" +#: src/apa/task/search.vala:95 src/apa/task/show.vala:37 +#, c-format +msgid " Owner: %s" msgstr "" -#: src/apt/get.vala:359 -msgid "No packages to download" +#: src/apa/task/search.vala:96 src/apa/task/show.vala:38 +#, c-format +msgid " State: %s" msgstr "" -#: src/help.vala:70 +#: src/apa/task/search.vala:97 #, c-format -msgid "No help for '%s'" +msgid " Has %d subtasks" msgstr "" -#: src/help.vala:78 -msgid "Usage:" +#: src/apa/task/search.vala:98 +msgid " Subtasks: " msgstr "" -#: src/help.vala:90 src/help.vala:132 -msgid "Common options:" +#: src/apa/task/show.vala:41 +#, c-format +msgid " Subtask: %s" msgstr "" -#: src/help.vala:94 src/help.vala:136 -msgid "Hide progress bar for logging" +#: src/apa/task/show.vala:42 +#, c-format +msgid " Package name: %s" msgstr "" -#: src/help.vala:98 -msgid "Hide any command output" +#: src/apa/task/show.vala:46 +#, c-format +msgid "Invalid task id `%s'" msgstr "" -#: src/help.vala:102 -msgid "Simulate command execution" +#. print (command); +#: src/apa.vala:34 +#, c-format +msgid "Unknown command `%s'" +msgstr "" + +#: src/apa.vala:45 +#, c-format +msgid "Unknown subcommand `%s' of `%s' command" msgstr "" -#: src/help.vala:106 -msgid "Always 'yes'" +#: src/apa.vala:50 +#, c-format +msgid "No subcommand. Try `apa %s --help'" msgstr "" -#: src/help.vala:110 -msgid "Try to fix" +#: src/apa.vala:70 +msgid "No command. Try `apa help'" msgstr "" -#: src/help.vala:114 -msgid "Ignore missing packages" +#: src/apa.vala:216 +#, c-format +msgid "Unknown error message: `%s'" msgstr "" -#: src/help.vala:118 -msgid "Display detailed packages version" +#: src/apa.vala:221 +#, c-format +msgid "Unknown subcommand `%s'" msgstr "" -#: src/help.vala:122 src/help.vala:152 -msgid "Read configuration file" +#: src/apa.vala:225 +msgid "Too many arguments" msgstr "" -#: src/help.vala:126 src/help.vala:156 -msgid "Set an arbitary configuration option, eg -o=dir::cache=/tmp" +#: src/apa.vala:229 +#, c-format +msgid "Task `%s' is unknown or still building" msgstr "" -#: src/help.vala:140 -msgid "Show only important dependencies for the unmet command" +#: src/apa.vala:259 +msgid "Nothing found" msgstr "" -#: src/help.vala:144 -msgid "The source cache" +#: src/apa.vala:263 +#, c-format +msgid "Bad status code: `%d: %s'" msgstr "" -#: src/help.vala:148 -msgid "The package cache" +#: src/apa.vala:272 src/args-handler.vala:106 +#, c-format +msgid "Option `%s' need value" msgstr "" -#: src/help.vala:163 -msgctxt "update command" -msgid "Command for update" +#: src/apa.vala:276 +#, c-format +msgid "Unknown option: `%s'" msgstr "" -#: src/help.vala:170 -msgctxt "upgrade command" -msgid "Command for upgrade" +#: src/apa.vala:280 +#, c-format +msgid "Unknown option with value: `%s'" msgstr "" -#: src/help.vala:177 -msgctxt "instal command" -msgid "Command for install" +#: src/apa.vala:297 +#, c-format +msgid "Need root previlegies for `%s' command" msgstr "" -#: src/help.vala:184 -msgctxt "remove command" -msgid "Command for remove" +#: src/apa.vala:310 +msgid "PackageKit is running" msgstr "" -#: src/help.vala:191 -msgctxt "source command" -msgid "Command for source" +#: src/config-manager.vala:117 +#, c-format +msgid "Couldn't open configuration file: %s" msgstr "" -#: src/help.vala:198 -msgctxt "search command" -msgid "Command for search" +#: src/config-manager.vala:122 +#, c-format +msgid "" +"Error in config: `%s'.\n" +"Recreating…" msgstr "" -#: src/help.vala:205 -msgctxt "version command" -msgid "Display APA version" +#: src/config-manager.vala:159 src/config-manager.vala:173 +#, c-format +msgid "Key `%s' doesn't exists" msgstr "" -#: src/help.vala:212 -msgctxt "kernel command" -msgid "Command for kernel" +#: src/config-manager.vala:245 +#, c-format +msgid "Wrong config type. Expected %s" msgstr "" -#: src/help.vala:218 +#: src/data/descriptions.vala:25 msgid "" "APA — ALT Packages Assistant. Your best friend in this cruel world of many " "package tools." msgstr "" -#: src/help.vala:221 -msgid "Commands:" +#: src/data/descriptions.vala:32 +msgid "" +"Command to install packages. The following arguments can be passed: a regex " +"pattern of the package name; a file belonging to the package; a task number. " +"Attention: only one task number can be passed, and when it is detected, all " +"other arguments will be ignored. The `apa task' command is recommended for " +"working with tasks." msgstr "" -#: src/help.vala:239 src/help.vala:257 src/help.vala:271 src/help.vala:285 -msgid "Command options:" +#: src/data/descriptions.vala:36 +msgid "Command to reinstall packages. Same as 'apa install --reinstall <..>'." msgstr "" -#: src/help.vala:243 src/help.vala:261 -msgid "Only download packages, without installing" +#: src/data/descriptions.vala:40 +msgid "Command to remove packages using a regex expression." msgstr "" -#: src/help.vala:247 -msgid "Display upgraded packages" +#: src/data/descriptions.vala:44 +msgid "" +"Command that combines the installation and removal of packages. The postfix `" +"+' is used for installation, and for deletion `-'." msgstr "" -#: src/help.vala:275 -msgid "Remove with dependencies" +#: src/data/descriptions.vala:48 +msgid "" +"Need for resynchronize the package index files from their sources. The " +"indexes of available packages are fetched from the location(s) specified in /" +"etc/apt/sources.list." msgstr "" -#: src/help.vala:289 -msgid "Build packages" +#: src/data/descriptions.vala:52 +msgid "" +"Upgrade is used to install the newest versions of all packages currently " +"installed on the system from the sources enumerated in /etc/apt/sources." +"list. Packages currently installed with new versions available are retrieved " +"and upgraded; under no circumstances are currently installed packages " +"removed, or packages not already installed retrieved and installed. New " +"versions of currently installed packages that cannot be upgraded without " +"changing the install status of another package will be left at their current " +"version. An update must be performed first so that apa knows that new " +"versions of packages are available. Performs automatic updates based on " +"`auto-update' of the apa config." +msgstr "" + +#: src/data/descriptions.vala:56 +msgid "" +"Search performs a full text search on all available package lists for the " +"regex pattern given. It searches the package names and the descriptions for " +"an occurrence of the regular expression and prints out the package name and " +"the short description. If --full is given then output identical to show is " +"produced for each matched package, and if --names-only is given then the " +"long description is not searched, only the package name is." msgstr "" -#: src/help.vala:310 -msgctxt "cow" -msgid "Mooage:" +#: src/data/descriptions.vala:60 +msgid "A subcommand for working with the kernel." msgstr "" -#: src/origin.vala:38 -#, c-format -msgid "Unknown option '%s'" +#: src/data/descriptions.vala:64 +msgid "Upgrade kernel." +msgstr "" + +#: src/data/descriptions.vala:68 +msgid "Print list of available kernels." +msgstr "" + +#: src/data/descriptions.vala:72 +msgid "A subcommand for working with the apa config." +msgstr "" + +#: src/data/descriptions.vala:76 +msgid "" +"Reset config value by it key. You can reset entire config with --all option." +msgstr "" + +#: src/data/descriptions.vala:80 +msgid "List all possible key values." +msgstr "" + +#: src/data/descriptions.vala:84 +msgid "Get config value by it key." +msgstr "" + +#: src/data/descriptions.vala:88 +msgid "Set config value." +msgstr "" + +#: src/data/descriptions.vala:92 +msgid "A subcommand for working with tasks." +msgstr "" + +#: src/data/descriptions.vala:96 +msgid "Add task as repository." +msgstr "" + +#: src/data/descriptions.vala:100 +msgid "Search task by owner, branch, package name, etc." +msgstr "" + +#: src/data/descriptions.vala:104 +msgid "Show task information with state and all subtasks." +msgstr "" + +#: src/data/descriptions.vala:108 +msgid "" +"Install task by task number. You can pass tasks packages names next to task " +"number." +msgstr "" + +#: src/data/descriptions.vala:112 +msgid "List task packages." +msgstr "" + +#: src/data/descriptions.vala:116 +msgid "A subcommand for working with repositories." +msgstr "" + +#: src/data/descriptions.vala:120 +msgid "Show enabled sources in system." +msgstr "" + +#: src/data/descriptions.vala:124 +msgid "Add source to sources list. Sources format described at apt-repo(8)." +msgstr "" + +#: src/data/descriptions.vala:128 +msgid "Add Aides Repo to sources list." +msgstr "" + +#: src/data/descriptions.vala:132 +msgid "Remove Aides Repo from sources list." +msgstr "" + +#: src/data/descriptions.vala:136 +msgid "Remove source from sources list." +msgstr "" + +#: src/data/descriptions.vala:140 +msgid "" +"Remove packages that were automatically installed to satisfy dependencies " +"for other packages and are now no longer needed. Warning: Use this command " +"carefully." +msgstr "" + +#: src/data/descriptions.vala:148 +msgid "Display a list of installed packages." +msgstr "" + +#: src/data/descriptions.vala:152 +msgid "Show information about package." +msgstr "" + +#: src/data/descriptions.vala:156 +msgid "" +"Perform a file search among the packages in the repository. It supports " +"searching among installed packages using the --local option." +msgstr "" + +#: src/data/descriptions.vala:160 +msgid "Show this help text. Same as `apa --help'." +msgstr "" + +#: src/data/descriptions.vala:164 +msgid "Print apa version. Same as `apa --version'." +msgstr "" + +#: src/data/descriptions.vala:171 +msgid "" +"The file to store the package cache. The package cache is the primary cache " +"used by all operations." +msgstr "" + +#: src/data/descriptions.vala:175 +msgid "" +"The file to store the source cache. The source is used only by gencaches and " +"it stores a parsed version of the package information from remote sources. " +"When building the package cache the source cache is used to advoid reparsing " +"all of the package files." +msgstr "" + +#: src/data/descriptions.vala:179 +msgid "Do not show the progress bar. Suitable for logs." +msgstr "" + +#: src/data/descriptions.vala:183 +msgid "" +"Print only important dependencies; for use with unmet. Causes only Depends " +"and Pre-Depends relations to be printed." +msgstr "" + +#: src/data/descriptions.vala:187 +msgid "Only search on the package names, not the long descriptions." +msgstr "" + +#: src/data/descriptions.vala:191 +msgid "" +"Set a APT Configuration Option; This will set an arbitrary configuration " +"option. The syntax is `-o Foo::Bar=bar' or `--option=Foo::Bar=bar'." +msgstr "" + +#: src/data/descriptions.vala:195 +msgid "" +"Path to APT Configuration File; Specify a configuration file to use. The " +"program will read the default configuration file and then this configuration " +"file. If configuration settings need to be set before the default " +"configuration files are parsed specify a file with the APT_CONFIG " +"environment variable. See apt.conf(5) for syntax information." +msgstr "" + +#: src/data/descriptions.vala:202 +msgid "Reset entire config to defaults values." +msgstr "" + +#: src/data/descriptions.vala:206 +msgid "Run `apa update' automatically before some commands. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:210 +msgid "" +"Use fuzzy search in case of unsuccessful search via `apa search'. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:214 +msgid "" +"Automatically upgrade the kernel when executing an `apa upgrade'. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:225 +msgid "Don't print any to stdout." +msgstr "" + +#: src/data/descriptions.vala:229 +msgid "No-act. Perform ordering simulation." +msgstr "" + +#: src/data/descriptions.vala:233 +msgid "Assume Yes to all queries and do not prompt." +msgstr "" + +#: src/data/descriptions.vala:237 +msgid "Attempt to continue if the integrity check fails." +msgstr "" + +#: src/data/descriptions.vala:241 +msgid "Show verbose version numbers." +msgstr "" + +#: src/data/descriptions.vala:253 +msgid "Download only - do NOT install or unpack archives." +msgstr "" + +#: src/data/descriptions.vala:257 +msgid "Show a list of upgraded packages as well." msgstr "" -#: src/origin.vala:42 +#: src/data/descriptions.vala:261 +msgid "Also upgrade kernel." +msgstr "" + +#: src/data/descriptions.vala:265 +msgid "When removing packages, remove dependencies as possible." +msgstr "" + +#: src/data/descriptions.vala:269 +msgid "Reinstall packages." +msgstr "" + +#: src/data/descriptions.vala:273 +msgid "Build the source package after fetching it." +msgstr "" + +#: src/data/descriptions.vala:280 +msgid "No-act. Changes only shown, is not performed." +msgstr "" + +#: src/data/descriptions.vala:284 +msgid "" +"Need for the special case when you want to use hasher(7) together with a " +"local APT configuration." +msgstr "" + +#: src/data/descriptions.vala:288 +msgid "List all repositories." +msgstr "" + +#: src/data/descriptions.vala:295 +msgid "Print only packages names." +msgstr "" + +#: src/data/descriptions.vala:299 +msgid "Print package files." +msgstr "" + +#: src/data/descriptions.vala:306 +msgid "Search among the installed packages." +msgstr "" + +#: src/data/descriptions.vala:310 +msgid "To make the print more classic. Also removes the color selection." +msgstr "" + +#: src/data/descriptions.vala:314 +msgid "" +"Which branch of the repository to use for the search. It is ignored if the --" +"local option is set. By default: 'sisyphus'." +msgstr "" + +#: src/data/descriptions.vala:318 +msgid "" +"In packages for which architecture to look for. It is ignored if the --local " +"option is set. Used current arch by default." +msgstr "" + +#: src/data/descriptions.vala:325 +msgid "Find tasks by source package name." +msgstr "" + +#: src/data/descriptions.vala:329 +msgid "Task owner." +msgstr "" + +#: src/data/descriptions.vala:333 +msgid "Branch name." +msgstr "" + +#: src/data/descriptions.vala:337 +msgid "Task state." +msgstr "" + +#: src/data/descriptions.vala:356 +msgid "Add kernel headers to install." +msgstr "" + +#: src/data/descriptions.vala:360 +msgid "Select all available kernel modules to install." +msgstr "" + +#: src/data/descriptions.vala:364 +msgid "Interactive modules selection." +msgstr "" + +#: src/data/descriptions.vala:368 +msgid "Add debuginfo package to install." +msgstr "" + +#: src/data/descriptions.vala:372 +msgid "Include (add) external module (by a short name)." +msgstr "" + +#: src/data/descriptions.vala:376 +msgid "Exclude (del) external module from install." +msgstr "" + +#: src/data/descriptions.vala:380 +msgid "" +"Select desired kernel flavour (def, rt, etc) by default it's the same as the " +"booted kernel, special name 'latest' selects the newest flavour." +msgstr "" + +#: src/data/descriptions.vala:384 +msgid "" +"Desired kernel release for the current or specified flavour (allowed formats " +"by example: old format: alt1, 5.7.19-alt1; classic kernel release: 5.7.19-" +"std-def-alt1; package name: [kernel-image-]std-def-5.7.19-alt1)." +msgstr "" + +#: src/help.vala:34 #, c-format -msgid "Unknown option with value '%s'" +msgid "No help for `%s'" msgstr "" -#: src/utils-commands/rpm.vala:99 -msgid "No packages to show" +#: src/help.vala:44 +#, c-format +msgid "No help for `%s %s'" msgstr "" -#: src/utils.vala:47 -msgid "" +#: src/help.vala:79 +msgid "Available commands:" msgstr "" -#: src/utils.vala:199 +#. Translators: %s is 'to install', 'to remove' etc +#: src/utils.vala:198 #, c-format -msgid "Choose package to %s:" +msgid "Choose package %s:" msgstr "" #. Translators: IMPORTANT! space symbol in the end -#: src/utils.vala:216 +#: src/utils.vala:215 msgid "[0 - exit; -1 - skip] " msgstr "" -#: src/utils.vala:267 +#: src/utils.vala:275 #, c-format msgid "You should %s" msgstr "" -#: src/utils.vala:275 +#: src/utils.vala:283 msgid "create issue↗️" msgstr "" diff --git a/po/ru.po b/po/ru.po index 4e9a9c4..abee34c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-06 14:02+0300\n" +"POT-Creation-Date: 2024-12-14 07:23+0300\n" "PO-Revision-Date: 2024-11-06 14:42+0300\n" "Last-Translator: David Sultaniiazov \n" "Language-Team: Russian\n" @@ -22,59 +22,121 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Gtranslator 47.0\n" -#: src/apa/autoremove.vala:37 src/apa/do.vala:211 src/apa/info.vala:35 -#: src/apa/install.vala:174 src/apa/kernel.vala:41 src/apa/remove.vala:88 -#: src/apa/source.vala:38 src/apa/update.vala:41 src/apa/upgrade.vala:61 -#, c-format -msgid "Unknown error message: '%s'" -msgstr "Сообщение о неизвестной ошибке: '%s'" +#: src/apa/config/get.vala:26 +msgid "Nothing to get" +msgstr "" -#: src/apa/do.vala:27 -#, c-format -msgid "Unknown operation '%c' in '%s'" +#: src/apa/config/get.vala:36 src/apa/config/reset.vala:47 +#: src/apa/config/set.vala:44 +msgid "Unknown key, run to `apa config list' to list all posible keys" +msgstr "" + +#: src/apa/config/reset.vala:41 +msgid "Nothing to reset" +msgstr "" + +#: src/apa/config/set.vala:26 +msgid "Nothing to set, need key and value" +msgstr "" + +#: src/apa/config/set.vala:32 +msgid "Invalid key-value pair, need key and value" +msgstr "" + +#: src/apa/config/set.vala:35 +msgid "Invalid value, value cannot be empty" +msgstr "" + +#: src/apa/config/set.vala:48 +msgid "Invalid value. Try `apa config list' to see possible values" +msgstr "" + +#: src/apa/do.vala:26 +#, fuzzy +msgid "Nothing to do" +msgstr "Нет пакетов для оперирования" + +#: src/apa/do.vala:31 +#, fuzzy, c-format +msgid "Unknown operation `%c' in `%s'" msgstr "Неизвестная операция '%c' в '%s'" -#: src/apa/do.vala:82 src/apa/install.vala:63 -#, c-format -msgid "Package '%s' not found, but packages with a similar name were found" +#: src/apa/do.vala:40 +#, fuzzy, c-format +msgid "Don't known what to do with %s" +msgstr "Неизвестно, что делать с %s" + +#: src/apa/do.vala:110 src/apa/install.vala:103 +#, fuzzy, c-format +msgid "Package `%s' not found, but packages with a similar name were found" msgstr "Пакет '%s' не найден, но были найдены пакеты с похожим названием" -#: src/apa/do.vala:84 src/apa/remove.vala:58 -msgid "remove" +#: src/apa/do.vala:112 src/apa/remove.vala:64 +#, fuzzy +msgid "to remove" msgstr "удалить" -#: src/apa/do.vala:90 +#: src/apa/do.vala:118 src/apa/do.vala:164 src/apa/do.vala:213 msgid "There are no packages left to do" msgstr "" -#: src/apa/do.vala:131 src/apa/do.vala:181 src/apa/install.vala:65 -#: src/apa/install.vala:105 src/apa/install.vala:152 -msgid "install" +#: src/apa/do.vala:158 src/apa/do.vala:207 src/apa/install.vala:105 +#: src/apa/install.vala:144 src/apa/install.vala:196 +#, fuzzy +msgid "to install" msgstr "установить" -#: src/apa/do.vala:137 src/apa/do.vala:187 src/apa/install.vala:71 -#: src/apa/install.vala:111 src/apa/install.vala:158 -msgid "There are no packages left to install" -msgstr "Не осталось пакетов для установки" - -#: src/apa/do.vala:206 src/apa/install.vala:126 src/apa/remove.vala:83 -#: src/apa/update.vala:36 src/apa/upgrade.vala:56 +#: src/apa/do.vala:231 src/apa/install.vala:164 src/apa/remove.vala:88 +#: src/apa/task/install.vala:41 src/apa/update.vala:35 src/apa/upgrade.vala:55 msgid "APT is currently busy" msgstr "APT в данный момент занят" -#: src/apa/install.vala:28 src/apa/remove.vala:26 -msgid "For operation like '+/-' use 'do' command instead" +#: src/apa/do.vala:235 src/apa/install.vala:216 src/apa/upgrade.vala:59 +msgid "" +"Unable to fetch some archives. Check your connection to repository. Maybe " +"run `apa update' or try with `--fix-missing' option" +msgstr "" + +#: src/apa/do.vala:239 src/apa/install.vala:220 src/apa/remove.vala:92 +#: src/apa/search.vala:41 +msgid "" +"Option `-o/--option' value is incorrect. It should look like OptionName=val" +msgstr "" + +#: src/apa/do.vala:243 src/apa/install.vala:227 src/apa/remove.vala:96 +#: src/apa/search.vala:45 +msgid "Option `-c/--config' value is incorrect" +msgstr "" + +#: src/apa/info.vala:27 src/apa/task/show.vala:25 +#, fuzzy +msgid "Nothing to show" +msgstr "Никаких пакетов для отображения" + +#: src/apa/install.vala:26 src/apa/source.vala:26 src/apa/task/install.vala:28 +#, fuzzy +msgid "Nothing to install" +msgstr "Нет пакетов для установки" + +#: src/apa/install.vala:31 src/apa/remove.vala:31 +#, fuzzy +msgid "For operation like `+/-' use `do' command instead" msgstr "" "Для такой операции, как '<пакет>+/-' используйте вместо этого команду 'do'" -#: src/apa/install.vala:59 src/apa/remove.vala:52 +#: src/apa/install.vala:38 #, c-format -msgid "Package '%s' not found" +msgid "Found task `%s' in packages. Skipping other" +msgstr "" + +#: src/apa/install.vala:99 src/apa/remove.vala:45 src/apa/remove.vala:58 +#, fuzzy, c-format +msgid "Package `%s' not found" msgstr "Пакет '%s' не найден" -#: src/apa/kernel.vala:28 src/apa/upgrade.vala:41 -msgid "Can't update" -msgstr "Не удается обновить" +#: src/apa/install.vala:111 src/apa/install.vala:150 src/apa/install.vala:202 +msgid "There are no packages left to install" +msgstr "Не осталось пакетов для установки" #: src/apa/moo.vala:67 msgid "With great moower comes great resmoonsibility" @@ -92,162 +154,203 @@ msgstr "" msgid "Have you mooed today?" msgstr "" -#: src/apa/remove.vala:56 -#, c-format -msgid "Package '%s' not found, but packages with a similar name were found:" +#: src/apa/remove.vala:26 src/apa/repo/remove.vala:28 +#, fuzzy +msgid "Nothing to remove" +msgstr "Нет пакетов для удаления" + +#: src/apa/remove.vala:62 +#, fuzzy, c-format +msgid "Package `%s' not found, but packages with a similar name were found:" msgstr "Пакет '%s' не найден, но были найдены пакеты с похожим названием:" -#: src/apa/remove.vala:64 +#: src/apa/remove.vala:70 msgid "There are no packages left to remove" msgstr "Больше не осталось пакетов, которые нужно было бы удалить" -#: src/apa/upgrade.vala:33 -msgid "Can't update kernel" -msgstr "Не удается обновить ядро" +#: src/apa/repo/add.vala:28 src/apa/task/add.vala:26 +msgid "Nothing to add" +msgstr "" -#: src/apa.vala:117 src/utils-commands/update-kernel.vala:64 +#: src/apa/repo/add.vala:53 +msgid "Unknown source" +msgstr "" + +#: src/apa/search-file.vala:70 src/apa/search.vala:28 +#: src/apa/task/search.vala:27 +#, fuzzy +msgid "Nothing to search" +msgstr "Нет пакетов для поиска" + +#: src/apa/search-file.vala:76 #, c-format -msgid "Unknown command '%s'" -msgstr "Неизвестная команда '%s'" +msgid "No such file or directory: `%s'" +msgstr "" -#: src/apa.vala:133 +#: src/apa/search-file.vala:110 #, c-format -msgid "Need root previlegies for '%s' command" -msgstr "Нужны привелегии суперпользователя для команды '%s'" +msgid "The query must be at least %s symbols" +msgstr "" -#: src/apa.vala:146 -msgid "PackageKit is running" -msgstr "Запущен PackageKit" +#: src/apa/search-file.vala:113 +#, c-format +msgid "The query cannot contain a `%s'" +msgstr "" -#: src/apt/cache.vala:96 -msgid "No packages to search" -msgstr "Нет пакетов для поиска" +#: src/apa/task/list.vala:28 +msgid "Nothing to list" +msgstr "" -#: src/apt/get.vala:171 -#, fuzzy -msgid "No packages to do" -msgstr "Нет пакетов для оперирования" +#: src/apa/task/search.vala:32 +#, c-format +msgid "" +"The `%s' query is not suitable. The search query must be more than two " +"characters long" +msgstr "" + +#: src/apa/task/search.vala:87 +msgid "Too many tasks, showing only the first 10" +msgstr "" -#: src/apt/get.vala:176 +#: src/apa/task/search.vala:93 src/apa/task/show.vala:35 #, c-format -msgid "It's not known what to do with %s" -msgstr "Неизвестно, что делать с %s" +msgid "Task %s:" +msgstr "" -#: src/apt/get.vala:243 src/apt/repo.vala:70 -msgid "No packages to install" -msgstr "Нет пакетов для установки" +#: src/apa/task/search.vala:94 src/apa/task/show.vala:36 +#, c-format +msgid " Repo: %s" +msgstr "" -#: src/apt/get.vala:306 -msgid "No packages to remove" -msgstr "Нет пакетов для удаления" +#: src/apa/task/search.vala:95 src/apa/task/show.vala:37 +#, c-format +msgid " Owner: %s" +msgstr "" + +#: src/apa/task/search.vala:96 src/apa/task/show.vala:38 +#, c-format +msgid " State: %s" +msgstr "" + +#: src/apa/task/search.vala:97 +#, c-format +msgid " Has %d subtasks" +msgstr "" -#: src/apt/get.vala:359 -msgid "No packages to download" -msgstr "Нет пакетов для загрузки" +#: src/apa/task/search.vala:98 +msgid " Subtasks: " +msgstr "" -#: src/help.vala:70 +#: src/apa/task/show.vala:41 #, c-format -msgid "No help for '%s'" -msgstr "Нет справки для '%s'" +msgid " Subtask: %s" +msgstr "" -#: src/help.vala:78 -msgid "Usage:" -msgstr "Использование:" +#: src/apa/task/show.vala:42 +#, c-format +msgid " Package name: %s" +msgstr "" -#: src/help.vala:90 src/help.vala:132 -msgid "Common options:" -msgstr "Общие параметры:" +#: src/apa/task/show.vala:46 +#, c-format +msgid "Invalid task id `%s'" +msgstr "" -#: src/help.vala:94 src/help.vala:136 -msgid "Hide progress bar for logging" -msgstr "Скрыть индикатор выполнения для ведения журнала" +#. print (command); +#: src/apa.vala:34 +#, fuzzy, c-format +msgid "Unknown command `%s'" +msgstr "Неизвестная команда '%s'" -#: src/help.vala:98 -msgid "Hide any command output" -msgstr "Скрыть любой вывод команды" +#: src/apa.vala:45 +#, fuzzy, c-format +msgid "Unknown subcommand `%s' of `%s' command" +msgstr "Неизвестная команда '%s'" -#: src/help.vala:102 -msgid "Simulate command execution" -msgstr "Имитировать выполнение команды" +#: src/apa.vala:50 +#, c-format +msgid "No subcommand. Try `apa %s --help'" +msgstr "" -#: src/help.vala:106 -msgid "Always 'yes'" -msgstr "Всегда 'да'" +#: src/apa.vala:70 +msgid "No command. Try `apa help'" +msgstr "" -#: src/help.vala:110 -msgid "Try to fix" -msgstr "Попытаться починить" +#: src/apa.vala:216 +#, fuzzy, c-format +msgid "Unknown error message: `%s'" +msgstr "Сообщение о неизвестной ошибке: '%s'" -#: src/help.vala:114 -msgid "Ignore missing packages" -msgstr "Игнорировать отсутствующие пакеты" +#: src/apa.vala:221 +#, fuzzy, c-format +msgid "Unknown subcommand `%s'" +msgstr "Неизвестная команда '%s'" -#: src/help.vala:118 -msgid "Display detailed packages version" -msgstr "Отображение подробной версии пакетов" +#: src/apa.vala:225 +msgid "Too many arguments" +msgstr "" -#: src/help.vala:122 src/help.vala:152 -msgid "Read configuration file" -msgstr "Чтение конфигурационного файла" +#: src/apa.vala:229 +#, c-format +msgid "Task `%s' is unknown or still building" +msgstr "" -#: src/help.vala:126 src/help.vala:156 -msgid "Set an arbitary configuration option, eg -o=dir::cache=/tmp" +#: src/apa.vala:259 +msgid "Nothing found" msgstr "" -"Установка произвольного параметра конфигурации, например -o=dir::cache=/tmp" -#: src/help.vala:140 -msgid "Show only important dependencies for the unmet command" -msgstr "Показывать только важные зависимости для невыполненной команды" +#: src/apa.vala:263 +#, c-format +msgid "Bad status code: `%d: %s'" +msgstr "" -#: src/help.vala:144 -msgid "The source cache" -msgstr "Исходный кэш" +#: src/apa.vala:272 src/args-handler.vala:106 +#, c-format +msgid "Option `%s' need value" +msgstr "" -#: src/help.vala:148 -msgid "The package cache" -msgstr "Кэш пакета" +#: src/apa.vala:276 +#, fuzzy, c-format +msgid "Unknown option: `%s'" +msgstr "Неизвестная опция '%s'" -#: src/help.vala:163 -msgctxt "update command" -msgid "Command for update" -msgstr "Команда для обновления баз пакетов" +#: src/apa.vala:280 +#, fuzzy, c-format +msgid "Unknown option with value: `%s'" +msgstr "Неизвестный параметр со значением '%s'" -#: src/help.vala:170 -msgctxt "upgrade command" -msgid "Command for upgrade" -msgstr "Команда для обновления всех пакетов" +#: src/apa.vala:297 +#, fuzzy, c-format +msgid "Need root previlegies for `%s' command" +msgstr "Нужны привелегии суперпользователя для команды '%s'" -#: src/help.vala:177 -msgctxt "instal command" -msgid "Command for install" -msgstr "Команда для установки" +#: src/apa.vala:310 +msgid "PackageKit is running" +msgstr "Запущен PackageKit" -#: src/help.vala:184 -msgctxt "remove command" -msgid "Command for remove" -msgstr "Команда для удаления" +#: src/config-manager.vala:117 +#, fuzzy, c-format +msgid "Couldn't open configuration file: %s" +msgstr "Чтение конфигурационного файла" -#: src/help.vala:191 -msgctxt "source command" -msgid "Command for source" +#: src/config-manager.vala:122 +#, c-format +msgid "" +"Error in config: `%s'.\n" +"Recreating…" msgstr "" -#: src/help.vala:198 -msgctxt "search command" -msgid "Command for search" -msgstr "Команда для поиска" - -#: src/help.vala:205 -msgctxt "version command" -msgid "Display APA version" -msgstr "Отображать версию APA" +#: src/config-manager.vala:159 src/config-manager.vala:173 +#, c-format +msgid "Key `%s' doesn't exists" +msgstr "" -#: src/help.vala:212 -msgctxt "kernel command" -msgid "Command for kernel" -msgstr "Команда для операций с ядром" +#: src/config-manager.vala:245 +#, c-format +msgid "Wrong config type. Expected %s" +msgstr "" -#: src/help.vala:218 +#: src/data/descriptions.vala:25 msgid "" "APA — ALT Packages Assistant. Your best friend in this cruel world of many " "package tools." @@ -255,68 +358,503 @@ msgstr "" "APA — ALT Packages Assistant. Ваш лучший друг в этом жестоком мире множества " "инструментов для упаковки." -#: src/help.vala:221 -msgid "Commands:" -msgstr "Команды:" +#: src/data/descriptions.vala:32 +msgid "" +"Command to install packages. The following arguments can be passed: a regex " +"pattern of the package name; a file belonging to the package; a task number. " +"Attention: only one task number can be passed, and when it is detected, all " +"other arguments will be ignored. The `apa task' command is recommended for " +"working with tasks." +msgstr "" -#: src/help.vala:239 src/help.vala:257 src/help.vala:271 src/help.vala:285 -msgid "Command options:" -msgstr "Параметры команды:" +#: src/data/descriptions.vala:36 +msgid "Command to reinstall packages. Same as 'apa install --reinstall <..>'." +msgstr "" -#: src/help.vala:243 src/help.vala:261 -msgid "Only download packages, without installing" -msgstr "Только загружайте пакеты, не устанавливая их" +#: src/data/descriptions.vala:40 +msgid "Command to remove packages using a regex expression." +msgstr "" -#: src/help.vala:247 -msgid "Display upgraded packages" -msgstr "Отображение обновленных пакетов" +#: src/data/descriptions.vala:44 +msgid "" +"Command that combines the installation and removal of packages. The postfix `" +"+' is used for installation, and for deletion `-'." +msgstr "" -#: src/help.vala:275 -msgid "Remove with dependencies" -msgstr "Удалить с зависимостями" +#: src/data/descriptions.vala:48 +msgid "" +"Need for resynchronize the package index files from their sources. The " +"indexes of available packages are fetched from the location(s) specified in /" +"etc/apt/sources.list." +msgstr "" -#: src/help.vala:289 -msgid "Build packages" +#: src/data/descriptions.vala:52 +msgid "" +"Upgrade is used to install the newest versions of all packages currently " +"installed on the system from the sources enumerated in /etc/apt/sources." +"list. Packages currently installed with new versions available are retrieved " +"and upgraded; under no circumstances are currently installed packages " +"removed, or packages not already installed retrieved and installed. New " +"versions of currently installed packages that cannot be upgraded without " +"changing the install status of another package will be left at their current " +"version. An update must be performed first so that apa knows that new " +"versions of packages are available. Performs automatic updates based on " +"`auto-update' of the apa config." msgstr "" -#: src/help.vala:310 -msgctxt "cow" -msgid "Mooage:" +#: src/data/descriptions.vala:56 +msgid "" +"Search performs a full text search on all available package lists for the " +"regex pattern given. It searches the package names and the descriptions for " +"an occurrence of the regular expression and prints out the package name and " +"the short description. If --full is given then output identical to show is " +"produced for each matched package, and if --names-only is given then the " +"long description is not searched, only the package name is." msgstr "" -#: src/origin.vala:38 -#, c-format -msgid "Unknown option '%s'" -msgstr "Неизвестная опция '%s'" +#: src/data/descriptions.vala:60 +msgid "A subcommand for working with the kernel." +msgstr "" -#: src/origin.vala:42 -#, c-format -msgid "Unknown option with value '%s'" -msgstr "Неизвестный параметр со значением '%s'" +#: src/data/descriptions.vala:64 +msgid "Upgrade kernel." +msgstr "" -#: src/utils-commands/rpm.vala:99 -msgid "No packages to show" -msgstr "Никаких пакетов для отображения" +#: src/data/descriptions.vala:68 +msgid "Print list of available kernels." +msgstr "" + +#: src/data/descriptions.vala:72 +msgid "A subcommand for working with the apa config." +msgstr "" -#: src/utils.vala:44 -msgid "" +#: src/data/descriptions.vala:76 +msgid "" +"Reset config value by it key. You can reset entire config with --all option." +msgstr "" + +#: src/data/descriptions.vala:80 +msgid "List all possible key values." +msgstr "" + +#: src/data/descriptions.vala:84 +msgid "Get config value by it key." +msgstr "" + +#: src/data/descriptions.vala:88 +msgid "Set config value." +msgstr "" + +#: src/data/descriptions.vala:92 +msgid "A subcommand for working with tasks." +msgstr "" + +#: src/data/descriptions.vala:96 +msgid "Add task as repository." +msgstr "" + +#: src/data/descriptions.vala:100 +msgid "Search task by owner, branch, package name, etc." +msgstr "" + +#: src/data/descriptions.vala:104 +msgid "Show task information with state and all subtasks." +msgstr "" + +#: src/data/descriptions.vala:108 +msgid "" +"Install task by task number. You can pass tasks packages names next to task " +"number." +msgstr "" + +#: src/data/descriptions.vala:112 +#, fuzzy +msgid "List task packages." msgstr "<пропустить пакет>" -#: src/utils.vala:195 -#, c-format -msgid "Choose package to %s:" +#: src/data/descriptions.vala:116 +msgid "A subcommand for working with repositories." +msgstr "" + +#: src/data/descriptions.vala:120 +msgid "Show enabled sources in system." +msgstr "" + +#: src/data/descriptions.vala:124 +msgid "Add source to sources list. Sources format described at apt-repo(8)." +msgstr "" + +#: src/data/descriptions.vala:128 +msgid "Add Aides Repo to sources list." +msgstr "" + +#: src/data/descriptions.vala:132 +msgid "Remove Aides Repo from sources list." +msgstr "" + +#: src/data/descriptions.vala:136 +msgid "Remove source from sources list." +msgstr "" + +#: src/data/descriptions.vala:140 +msgid "" +"Remove packages that were automatically installed to satisfy dependencies " +"for other packages and are now no longer needed. Warning: Use this command " +"carefully." +msgstr "" + +#: src/data/descriptions.vala:148 +#, fuzzy +msgid "Display a list of installed packages." +msgstr "Отображение обновленных пакетов" + +#: src/data/descriptions.vala:152 +msgid "Show information about package." +msgstr "" + +#: src/data/descriptions.vala:156 +msgid "" +"Perform a file search among the packages in the repository. It supports " +"searching among installed packages using the --local option." +msgstr "" + +#: src/data/descriptions.vala:160 +msgid "Show this help text. Same as `apa --help'." +msgstr "" + +#: src/data/descriptions.vala:164 +msgid "Print apa version. Same as `apa --version'." +msgstr "" + +#: src/data/descriptions.vala:171 +msgid "" +"The file to store the package cache. The package cache is the primary cache " +"used by all operations." +msgstr "" + +#: src/data/descriptions.vala:175 +msgid "" +"The file to store the source cache. The source is used only by gencaches and " +"it stores a parsed version of the package information from remote sources. " +"When building the package cache the source cache is used to advoid reparsing " +"all of the package files." +msgstr "" + +#: src/data/descriptions.vala:179 +msgid "Do not show the progress bar. Suitable for logs." +msgstr "" + +#: src/data/descriptions.vala:183 +msgid "" +"Print only important dependencies; for use with unmet. Causes only Depends " +"and Pre-Depends relations to be printed." +msgstr "" + +#: src/data/descriptions.vala:187 +msgid "Only search on the package names, not the long descriptions." +msgstr "" + +#: src/data/descriptions.vala:191 +msgid "" +"Set a APT Configuration Option; This will set an arbitrary configuration " +"option. The syntax is `-o Foo::Bar=bar' or `--option=Foo::Bar=bar'." +msgstr "" + +#: src/data/descriptions.vala:195 +msgid "" +"Path to APT Configuration File; Specify a configuration file to use. The " +"program will read the default configuration file and then this configuration " +"file. If configuration settings need to be set before the default " +"configuration files are parsed specify a file with the APT_CONFIG " +"environment variable. See apt.conf(5) for syntax information." +msgstr "" + +#: src/data/descriptions.vala:202 +msgid "Reset entire config to defaults values." +msgstr "" + +#: src/data/descriptions.vala:206 +msgid "Run `apa update' automatically before some commands. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:210 +msgid "" +"Use fuzzy search in case of unsuccessful search via `apa search'. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:214 +msgid "" +"Automatically upgrade the kernel when executing an `apa upgrade'. Type: bool." +msgstr "" + +#: src/data/descriptions.vala:225 +msgid "Don't print any to stdout." +msgstr "" + +#: src/data/descriptions.vala:229 +msgid "No-act. Perform ordering simulation." +msgstr "" + +#: src/data/descriptions.vala:233 +msgid "Assume Yes to all queries and do not prompt." +msgstr "" + +#: src/data/descriptions.vala:237 +msgid "Attempt to continue if the integrity check fails." +msgstr "" + +#: src/data/descriptions.vala:241 +msgid "Show verbose version numbers." +msgstr "" + +#: src/data/descriptions.vala:253 +msgid "Download only - do NOT install or unpack archives." +msgstr "" + +#: src/data/descriptions.vala:257 +#, fuzzy +msgid "Show a list of upgraded packages as well." +msgstr "Отображение обновленных пакетов" + +#: src/data/descriptions.vala:261 +#, fuzzy +msgid "Also upgrade kernel." +msgstr "Не удается обновить ядро" + +#: src/data/descriptions.vala:265 +msgid "When removing packages, remove dependencies as possible." +msgstr "" + +#: src/data/descriptions.vala:269 +msgid "Reinstall packages." +msgstr "" + +#: src/data/descriptions.vala:273 +msgid "Build the source package after fetching it." +msgstr "" + +#: src/data/descriptions.vala:280 +msgid "No-act. Changes only shown, is not performed." +msgstr "" + +#: src/data/descriptions.vala:284 +msgid "" +"Need for the special case when you want to use hasher(7) together with a " +"local APT configuration." +msgstr "" + +#: src/data/descriptions.vala:288 +msgid "List all repositories." +msgstr "" + +#: src/data/descriptions.vala:295 +msgid "Print only packages names." +msgstr "" + +#: src/data/descriptions.vala:299 +msgid "Print package files." +msgstr "" + +#: src/data/descriptions.vala:306 +msgid "Search among the installed packages." +msgstr "" + +#: src/data/descriptions.vala:310 +msgid "To make the print more classic. Also removes the color selection." +msgstr "" + +#: src/data/descriptions.vala:314 +msgid "" +"Which branch of the repository to use for the search. It is ignored if the --" +"local option is set. By default: 'sisyphus'." +msgstr "" + +#: src/data/descriptions.vala:318 +msgid "" +"In packages for which architecture to look for. It is ignored if the --local " +"option is set. Used current arch by default." +msgstr "" + +#: src/data/descriptions.vala:325 +msgid "Find tasks by source package name." +msgstr "" + +#: src/data/descriptions.vala:329 +msgid "Task owner." +msgstr "" + +#: src/data/descriptions.vala:333 +msgid "Branch name." +msgstr "" + +#: src/data/descriptions.vala:337 +msgid "Task state." +msgstr "" + +#: src/data/descriptions.vala:356 +#, fuzzy +msgid "Add kernel headers to install." +msgstr "Нет пакетов для установки" + +#: src/data/descriptions.vala:360 +msgid "Select all available kernel modules to install." +msgstr "" + +#: src/data/descriptions.vala:364 +msgid "Interactive modules selection." +msgstr "" + +#: src/data/descriptions.vala:368 +#, fuzzy +msgid "Add debuginfo package to install." +msgstr "Нет пакетов для установки" + +#: src/data/descriptions.vala:372 +msgid "Include (add) external module (by a short name)." +msgstr "" + +#: src/data/descriptions.vala:376 +msgid "Exclude (del) external module from install." +msgstr "" + +#: src/data/descriptions.vala:380 +msgid "" +"Select desired kernel flavour (def, rt, etc) by default it's the same as the " +"booted kernel, special name 'latest' selects the newest flavour." +msgstr "" + +#: src/data/descriptions.vala:384 +msgid "" +"Desired kernel release for the current or specified flavour (allowed formats " +"by example: old format: alt1, 5.7.19-alt1; classic kernel release: 5.7.19-" +"std-def-alt1; package name: [kernel-image-]std-def-5.7.19-alt1)." +msgstr "" + +#: src/help.vala:34 +#, fuzzy, c-format +msgid "No help for `%s'" +msgstr "Нет справки для '%s'" + +#: src/help.vala:44 +#, fuzzy, c-format +msgid "No help for `%s %s'" +msgstr "Нет справки для '%s'" + +#: src/help.vala:79 +msgid "Available commands:" +msgstr "" + +#. Translators: %s is 'to install', 'to remove' etc +#: src/utils.vala:198 +#, fuzzy, c-format +msgid "Choose package %s:" msgstr "Выберите пакет для %s:" #. Translators: IMPORTANT! space symbol in the end -#: src/utils.vala:212 +#: src/utils.vala:215 msgid "[0 - exit; -1 - skip] " msgstr "[0 - выход; -1 - пропустить] " -#: src/utils.vala:263 -msgid "You can create issue here https://github.com/alt-gnome/apa/issues" +#: src/utils.vala:275 +#, c-format +msgid "You should %s" +msgstr "" + +#: src/utils.vala:283 +msgid "create issue↗️" msgstr "" -"Вы можете создать Задачу (Проблему) здесь https://github.com/alt-gnome/apa/" -"issues" + +#~ msgid "Can't update" +#~ msgstr "Не удается обновить" + +#~ msgid "No packages to download" +#~ msgstr "Нет пакетов для загрузки" + +#~ msgid "Usage:" +#~ msgstr "Использование:" + +#~ msgid "Common options:" +#~ msgstr "Общие параметры:" + +#~ msgid "Hide progress bar for logging" +#~ msgstr "Скрыть индикатор выполнения для ведения журнала" + +#~ msgid "Hide any command output" +#~ msgstr "Скрыть любой вывод команды" + +#~ msgid "Simulate command execution" +#~ msgstr "Имитировать выполнение команды" + +#~ msgid "Always 'yes'" +#~ msgstr "Всегда 'да'" + +#~ msgid "Try to fix" +#~ msgstr "Попытаться починить" + +#~ msgid "Ignore missing packages" +#~ msgstr "Игнорировать отсутствующие пакеты" + +#~ msgid "Display detailed packages version" +#~ msgstr "Отображение подробной версии пакетов" + +#~ msgid "Set an arbitary configuration option, eg -o=dir::cache=/tmp" +#~ msgstr "" +#~ "Установка произвольного параметра конфигурации, например -o=dir::cache=/" +#~ "tmp" + +#~ msgid "Show only important dependencies for the unmet command" +#~ msgstr "Показывать только важные зависимости для невыполненной команды" + +#~ msgid "The source cache" +#~ msgstr "Исходный кэш" + +#~ msgid "The package cache" +#~ msgstr "Кэш пакета" + +#~ msgctxt "update command" +#~ msgid "Command for update" +#~ msgstr "Команда для обновления баз пакетов" + +#~ msgctxt "upgrade command" +#~ msgid "Command for upgrade" +#~ msgstr "Команда для обновления всех пакетов" + +#~ msgctxt "instal command" +#~ msgid "Command for install" +#~ msgstr "Команда для установки" + +#~ msgctxt "remove command" +#~ msgid "Command for remove" +#~ msgstr "Команда для удаления" + +#~ msgctxt "search command" +#~ msgid "Command for search" +#~ msgstr "Команда для поиска" + +#~ msgctxt "version command" +#~ msgid "Display APA version" +#~ msgstr "Отображать версию APA" + +#~ msgctxt "kernel command" +#~ msgid "Command for kernel" +#~ msgstr "Команда для операций с ядром" + +#~ msgid "Commands:" +#~ msgstr "Команды:" + +#~ msgid "Command options:" +#~ msgstr "Параметры команды:" + +#~ msgid "Only download packages, without installing" +#~ msgstr "Только загружайте пакеты, не устанавливая их" + +#~ msgid "Remove with dependencies" +#~ msgstr "Удалить с зависимостями" + +#~ msgid "You can create issue here https://github.com/alt-gnome/apa/issues" +#~ msgstr "" +#~ "Вы можете создать Задачу (Проблему) здесь https://github.com/alt-gnome/" +#~ "apa/issues" #, c-format #~ msgid "Choose package to %s: (0 to exit, -1 to skip) "