locales/r10k.pot in r10k-3.7.0 vs locales/r10k.pot in r10k-3.8.0

- old
+ new

@@ -1,18 +1,18 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2020 Puppet, Inc. +# Copyright (C) 2021 Puppet, Inc. # This file is distributed under the same license as the r10k package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2021. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: r10k 3.4.1-57-g2eb088a\n" +"Project-Id-Version: r10k 3.4.1-133-g2007a86\n" "\n" "Report-Msgid-Bugs-To: docs@puppetlabs.com\n" -"POT-Creation-Date: 2020-07-22 16:41+0000\n" -"PO-Revision-Date: 2020-07-22 16:41+0000\n" +"POT-Creation-Date: 2021-02-12 02:00+0000\n" +"PO-Revision-Date: 2021-02-12 02:00+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -81,19 +81,19 @@ #: ../lib/r10k/action/puppetfile/install.rb:33 msgid "Cannot track control repo branch for content '%{name}' when not part of a 'deploy' action, will use default if available." msgstr "" -#: ../lib/r10k/action/runner.rb:53 ../lib/r10k/deployment/config.rb:42 +#: ../lib/r10k/action/runner.rb:54 ../lib/r10k/deployment/config.rb:42 msgid "Overriding config file setting '%{key}': '%{old_val}' -> '%{new_val}'" msgstr "" -#: ../lib/r10k/action/runner.rb:86 +#: ../lib/r10k/action/runner.rb:91 msgid "Reading configuration from %{config_path}" msgstr "" -#: ../lib/r10k/action/runner.rb:89 +#: ../lib/r10k/action/runner.rb:94 msgid "No config file explicitly given and no default config file could be found, default settings will be used." msgstr "" #: ../lib/r10k/deployment.rb:90 msgid "Environment collision at %{env_path} between %{source}:%{env_name} and %{osource}:%{oenv_name}" @@ -105,18 +105,22 @@ #: ../lib/r10k/environment/base.rb:61 ../lib/r10k/environment/base.rb:77 ../lib/r10k/environment/base.rb:86 ../lib/r10k/source/base.rb:64 msgid "%{class} has not implemented method %{method}" msgstr "" -#: ../lib/r10k/environment/with_modules.rb:104 -msgid "Puppetfile cannot contain module names defined by environment %{name}" +#: ../lib/r10k/environment/with_modules.rb:60 +msgid "Environment and %{src} both define the \"%{name}\" module" msgstr "" -#: ../lib/r10k/environment/with_modules.rb:106 -msgid "Remove the conflicting definitions of the following modules: %{conflicts}" +#: ../lib/r10k/environment/with_modules.rb:61 +msgid "#{msg_error}. The %{src} definition will be ignored" msgstr "" +#: ../lib/r10k/environment/with_modules.rb:71 +msgid "Unexpected value for `module_conflicts` setting in %{env} environment: %{val}" +msgstr "" + #: ../lib/r10k/feature.rb:27 msgid "Testing to see if feature %{name} is available." msgstr "" #: ../lib/r10k/feature.rb:30 @@ -185,15 +189,15 @@ #: ../lib/r10k/git/alternates.rb:46 msgid "Cannot write %{file}; parent directory does not exist" msgstr "" -#: ../lib/r10k/git/cache.rb:55 +#: ../lib/r10k/git/cache.rb:65 msgid "%{class}#path is deprecated; use #git_dir" msgstr "" -#: ../lib/r10k/git/cache.rb:84 +#: ../lib/r10k/git/cache.rb:94 msgid "Creating new git cache for %{remote}" msgstr "" #: ../lib/r10k/git/rugged/bare_repository.rb:34 ../lib/r10k/git/rugged/working_repository.rb:28 msgid "Cloning '%{remote}' into %{path}" @@ -225,19 +229,35 @@ #: ../lib/r10k/git/rugged/credentials.rb:57 msgid "Unable to use SSH key auth for %{url}: private key %{private_key} is missing or unreadable" msgstr "" -#: ../lib/r10k/git/rugged/credentials.rb:80 +#: ../lib/r10k/git/rugged/credentials.rb:72 +msgid "Using OAuth token from stdin for URL %{url}" +msgstr "" + +#: ../lib/r10k/git/rugged/credentials.rb:75 +msgid "Using OAuth token from %{token_path} for URL %{url}" +msgstr "" + +#: ../lib/r10k/git/rugged/credentials.rb:77 +msgid "%{path} is missing or unreadable, cannot load OAuth token" +msgstr "" + +#: ../lib/r10k/git/rugged/credentials.rb:81 +msgid "Supplied OAuth token contains invalid characters." +msgstr "" + +#: ../lib/r10k/git/rugged/credentials.rb:110 msgid "URL %{url} includes the username %{username}, using that user for authentication." msgstr "" -#: ../lib/r10k/git/rugged/credentials.rb:83 +#: ../lib/r10k/git/rugged/credentials.rb:113 msgid "URL %{url} did not specify a user, using %{user} from configuration" msgstr "" -#: ../lib/r10k/git/rugged/credentials.rb:86 +#: ../lib/r10k/git/rugged/credentials.rb:116 msgid "URL %{url} did not specify a user, using current user %{user}" msgstr "" #: ../lib/r10k/git/rugged/thin_repository.rb:85 ../lib/r10k/git/shellgit/thin_repository.rb:65 msgid "Updated repo %{path} to include alternate object db path %{objects_dir}" @@ -253,35 +273,35 @@ #: ../lib/r10k/git/rugged/working_repository.rb:125 ../lib/r10k/git/shellgit/working_repository.rb:100 msgid "Found local modifications in %{file_path}" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:40 +#: ../lib/r10k/git/stateful_repository.rb:44 msgid "Unable to sync repo to unresolvable ref '%{ref}'" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:47 +#: ../lib/r10k/git/stateful_repository.rb:51 msgid "Cloning %{repo_path} and checking out %{ref}" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:50 +#: ../lib/r10k/git/stateful_repository.rb:54 msgid "Replacing %{repo_path} and checking out %{ref}" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:54 ../lib/r10k/git/stateful_repository.rb:59 +#: ../lib/r10k/git/stateful_repository.rb:58 ../lib/r10k/git/stateful_repository.rb:63 msgid "Updating %{repo_path} to %{ref}" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:58 +#: ../lib/r10k/git/stateful_repository.rb:62 msgid "Overwriting local modifications to %{repo_path}" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:62 +#: ../lib/r10k/git/stateful_repository.rb:66 msgid "Skipping %{repo_path} due to local modifications" msgstr "" -#: ../lib/r10k/git/stateful_repository.rb:65 +#: ../lib/r10k/git/stateful_repository.rb:69 msgid "%{repo_path} is already at Git ref %{ref}" msgstr "" #: ../lib/r10k/initializers.rb:30 msgid "the purgedirs key in r10k.yaml is deprecated. it is currently ignored." @@ -301,23 +321,23 @@ #: ../lib/r10k/module.rb:29 msgid "Module %{name} with args %{args} doesn't have an implementation. (Are you using the right arguments?)" msgstr "" -#: ../lib/r10k/module/base.rb:110 +#: ../lib/r10k/module/base.rb:118 msgid "Module name (%{title}) must match either 'modulename' or 'owner/modulename'" msgstr "" #: ../lib/r10k/module/forge.rb:70 ../lib/r10k/module/forge.rb:99 msgid "The module %{title} does not exist on %{url}." msgstr "" #: ../lib/r10k/module/forge.rb:174 -msgid "Forge module names must match 'owner/modulename'" +msgid "Forge module names must match 'owner/modulename', instead got #{title}" msgstr "" -#: ../lib/r10k/module/git.rb:97 +#: ../lib/r10k/module/git.rb:113 msgid "Unhandled options %{unhandled} specified for %{class}" msgstr "" #: ../lib/r10k/module/local.rb:34 msgid "Module %{title} is a local module, always indicating synced." @@ -345,22 +365,22 @@ #: ../lib/r10k/puppetfile.rb:100 msgid "Remove the duplicates of the following modules: %{dupes}" msgstr "" -#: ../lib/r10k/puppetfile.rb:192 +#: ../lib/r10k/puppetfile.rb:201 msgid "Updating modules with %{pool_size} threads" msgstr "" -#: ../lib/r10k/puppetfile.rb:203 +#: ../lib/r10k/puppetfile.rb:212 msgid "Error during concurrent deploy of a module: %{message}" msgstr "" -#: ../lib/r10k/puppetfile.rb:225 +#: ../lib/r10k/puppetfile.rb:241 msgid "Module thread %{id} exiting: %{message}" msgstr "" -#: ../lib/r10k/puppetfile.rb:282 +#: ../lib/r10k/puppetfile.rb:300 msgid "unrecognized declaration '%{method}'" msgstr "" #: ../lib/r10k/settings/collection.rb:77 msgid "Validation failed for '%{name}' settings group"