# SOME DESCRIPTIVE TITLE. # Copyright (C) 2019 Puppet, Inc. # This file is distributed under the same license as the puppet development kit package. # FIRST AUTHOR , 2019. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: puppet development kit v1.9.1-46-g3e22a80\n" "\n" "Report-Msgid-Bugs-To: docs@puppet.com\n" "POT-Creation-Date: 2019-04-02 10:51+1100\n" "PO-Revision-Date: 2019-04-02 10:51+1100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../lib/pdk/answer_file.rb:59 msgid "Answer file can be updated only with a Hash" msgstr "" #: ../lib/pdk/answer_file.rb:86 msgid "Unable to open '%{file}' for reading" msgstr "" #: ../lib/pdk/answer_file.rb:95 msgid "Answer file '%{path}' did not contain a valid set of answers, recreating it" msgstr "" #: ../lib/pdk/answer_file.rb:101 msgid "Answer file '%{path}' did not contain valid JSON, recreating it" msgstr "" #: ../lib/pdk/answer_file.rb:115 msgid "Unable to write '%{file}': %{msg}" msgstr "" #: ../lib/pdk/cli.rb:42 msgid "Specifies the URL to the template to use when creating new modules or classes. (default: %{default_url})" msgstr "" #: ../lib/pdk/cli.rb:48 msgid "Specifies the template git branch or tag to use when creating new modules or classes." msgstr "" #: ../lib/pdk/cli.rb:52 msgid "When specified, skips interactive querying of metadata." msgstr "" #: ../lib/pdk/cli.rb:56 msgid "When specified, interactive querying of metadata will include all optional questions." msgstr "" #: ../lib/pdk/cli.rb:60 msgid "Puppet version to run tests or validations against." msgstr "" #: ../lib/pdk/cli.rb:61 msgid "Puppet Enterprise version to run tests or validations against." msgstr "" #: ../lib/pdk/cli.rb:67 msgid "When specified, PDK will validate or test against the current Puppet source from github.com. To use this option, you must have network access to https://github.com." msgstr "" #: ../lib/pdk/cli.rb:72 msgid "pdk command [options]" msgstr "" #: ../lib/pdk/cli.rb:73 msgid "Puppet Development Kit" msgstr "" #: ../lib/pdk/cli.rb:74 msgid "The shortest path to better modules." msgstr "" #: ../lib/pdk/cli.rb:77 msgid "Show version of pdk." msgstr "" #: ../lib/pdk/cli.rb:82 msgid "Show help for this command." msgstr "" #: ../lib/pdk/cli.rb:87 msgid "Specify desired output format. Valid formats are '%{available_formats}'. You may also specify a file to which the formatted output is sent, for example: '--format=junit:report.xml'. This option may be specified multiple times if each option specifies a distinct target file." msgstr "" #: ../lib/pdk/cli.rb:98 msgid "Enable debug output." msgstr "" #: ../lib/pdk/cli.rb:102 msgid "Path to an answer file." msgstr "" #: ../lib/pdk/cli/build.rb:6 msgid "build [options]" msgstr "" #: ../lib/pdk/cli/build.rb:7 msgid "Builds a package from the module that can be published to the Puppet Forge." msgstr "" #: ../lib/pdk/cli/build.rb:10 msgid "The target directory where you want PDK to write the package." msgstr "" #: ../lib/pdk/cli/build.rb:13 msgid "Skips the prompts and builds the module package." msgstr "" #: ../lib/pdk/cli/build.rb:20 msgid "`pdk build` can only be run from inside a valid module with a metadata.json." msgstr "" #: ../lib/pdk/cli/build.rb:31 msgid "This module is missing the following fields in the metadata.json: %{fields}. These missing fields may affect the visibility of the module on the Forge." msgstr "" #: ../lib/pdk/cli/build.rb:47 msgid "The file '%{package}' already exists." msgstr "" #: ../lib/pdk/cli/build.rb:49 msgid "Overwrite?" msgstr "" #: ../lib/pdk/cli/build.rb:50 ../lib/pdk/cli/build.rb:61 msgid "Build cancelled; exiting." msgstr "" #: ../lib/pdk/cli/build.rb:56 msgid "This module is not compatible with PDK, so PDK can not validate or test this build. Unvalidated modules may have errors when uploading to the Forge. To make this module PDK compatible and use validate features, cancel the build and run `pdk convert`." msgstr "" #: ../lib/pdk/cli/build.rb:60 msgid "Continue build without converting?" msgstr "" #: ../lib/pdk/cli/build.rb:67 msgid "Building %{module_name} version %{module_version}" msgstr "" #: ../lib/pdk/cli/build.rb:74 msgid "Build of %{package_name} has completed successfully. Built package can be found here: %{package_path}" msgstr "" #: ../lib/pdk/cli/bundle.rb:5 msgid "bundle [bundler_options]" msgstr "" #: ../lib/pdk/cli/bundle.rb:6 msgid "(Experimental) Command pass-through to bundler" msgstr "" #: ../lib/pdk/cli/bundle.rb:7 msgid "" "[experimental] For advanced users, pdk bundle runs arbitrary commands in the bundler environment that pdk manages.\n" "Careless use of this command can lead to errors that pdk can't help recover from.\n" "\n" "Note that for PowerShell the '--' needs to be escaped using a backtick: '`--' to avoid it being parsed by the shell.\n" msgstr "" #: ../lib/pdk/cli/bundle.rb:18 msgid "`pdk bundle` can only be run from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/convert.rb:6 msgid "convert [options]" msgstr "" #: ../lib/pdk/cli/convert.rb:7 msgid "Convert an existing module to be compatible with the PDK." msgstr "" #: ../lib/pdk/cli/convert.rb:13 msgid "Do not convert the module, just output what would be done." msgstr "" #: ../lib/pdk/cli/convert.rb:14 msgid "Convert the module automatically, with no prompts." msgstr "" #: ../lib/pdk/cli/convert.rb:21 msgid "`pdk convert` can only be run from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/convert.rb:28 msgid "You can not specify --noop and --force when converting a module" msgstr "" #: ../lib/pdk/cli/convert.rb:32 ../lib/pdk/cli/new/module.rb:25 msgid "Ignoring --full-interview and continuing with --skip-interview." msgstr "" #: ../lib/pdk/cli/convert.rb:37 msgid "Ignoring --full-interview and continuing with --force." msgstr "" #: ../lib/pdk/cli/errors.rb:6 msgid "An unexpected error has occurred. Try running the command again with --debug" msgstr "" #: ../lib/pdk/cli/exec.rb:23 msgid "Unable to find `%{name}`. Check that it is installed and try again." msgstr "" #: ../lib/pdk/cli/exec.rb:45 msgid "PDK package installation not found. Trying '%{fallback}' from the system PATH instead." msgstr "" #: ../lib/pdk/cli/exec.rb:54 msgid "Could not find '%{vendored_bin}' in PDK package. Trying '%{fallback}' from the system PATH instead." msgstr "" #: ../lib/pdk/cli/exec.rb:61 msgid "Using '%{vendored_bin}' from PDK package." msgstr "" #: ../lib/pdk/cli/exec.rb:98 msgid "Expected execution context to be :system or :module but got '%{context}'." msgstr "" #: ../lib/pdk/cli/exec.rb:155 msgid "Current working directory is not part of a module. (No metadata.json was found.)" msgstr "" #: ../lib/pdk/cli/exec.rb:210 msgid "Executing '%{command}'" msgstr "" #: ../lib/pdk/cli/exec.rb:213 msgid "Command environment:" msgstr "" #: ../lib/pdk/cli/exec.rb:224 msgid "Failed to execute '%{command}': %{message}" msgstr "" #: ../lib/pdk/cli/exec.rb:240 msgid "Execution of '%{command}' complete (duration: %{duration_in_seconds}s; exit code: %{exit_code})" msgstr "" #: ../lib/pdk/cli/module.rb:4 msgid "module [options]" msgstr "" #: ../lib/pdk/cli/module.rb:5 msgid "Provide CLI-backwards compatibility to the puppet module tool." msgstr "" #: ../lib/pdk/cli/module.rb:6 msgid "This command is only for reminding you how to accomplish tasks with the PDK, when you were previously doing them with the puppet module command." msgstr "" #: ../lib/pdk/cli/module/build.rb:6 msgid "build" msgstr "" #: ../lib/pdk/cli/module/build.rb:7 msgid "This command is now 'pdk build'." msgstr "" #: ../lib/pdk/cli/module/build.rb:10 msgid "Modules are built using the ‘pdk build’ command." msgstr "" #: ../lib/pdk/cli/module/generate.rb:6 msgid "generate [options] " msgstr "" #: ../lib/pdk/cli/module/generate.rb:7 msgid "This command is now 'pdk new module'." msgstr "" #: ../lib/pdk/cli/module/generate.rb:25 msgid "New modules are created using the ‘pdk new module’ command." msgstr "" #: ../lib/pdk/cli/module/generate.rb:41 ../lib/pdk/cli/new/module.rb:40 msgid "Creating new module: %{modname}" msgstr "" #: ../lib/pdk/cli/new.rb:4 msgid "new [options]" msgstr "" #: ../lib/pdk/cli/new.rb:5 msgid "create a new module, etc." msgstr "" #: ../lib/pdk/cli/new.rb:6 msgid "Creates a new using relevant options." msgstr "" #: ../lib/pdk/cli/new/class.rb:4 msgid "class [options] " msgstr "" #: ../lib/pdk/cli/new/class.rb:5 msgid "Create a new class named using given options" msgstr "" #: ../lib/pdk/cli/new/class.rb:11 msgid "Classes can only be created from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/new/class.rb:24 msgid "'%{name}' is not a valid class name" msgstr "" #: ../lib/pdk/cli/new/defined_type.rb:4 msgid "defined_type [options] " msgstr "" #: ../lib/pdk/cli/new/defined_type.rb:5 msgid "Create a new defined type named using given options" msgstr "" #: ../lib/pdk/cli/new/defined_type.rb:9 msgid "Defined types can only be created from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/new/defined_type.rb:22 msgid "'%{name}' is not a valid defined type name" msgstr "" #: ../lib/pdk/cli/new/module.rb:4 msgid "module [options] [module_name] [target_dir]" msgstr "" #: ../lib/pdk/cli/new/module.rb:5 msgid "Create a new module named [module_name] using given options" msgstr "" #: ../lib/pdk/cli/new/module.rb:12 msgid "Specifies the license this module is written under. This should be a identifier from https://spdx.org/licenses/. Common values are 'Apache-2.0', 'MIT', or 'proprietary'." msgstr "" #: ../lib/pdk/cli/new/module.rb:14 msgid "Do not automatically run `bundle install` after creating the module." msgstr "" #: ../lib/pdk/cli/new/provider.rb:4 msgid "provider [options] " msgstr "" #: ../lib/pdk/cli/new/provider.rb:5 msgid "[experimental] Create a new ruby provider named using given options" msgstr "" #: ../lib/pdk/cli/new/provider.rb:19 msgid "'%{name}' is not a valid provider name" msgstr "" #: ../lib/pdk/cli/new/task.rb:4 msgid "task [options] " msgstr "" #: ../lib/pdk/cli/new/task.rb:5 msgid "Create a new task named using given options" msgstr "" #: ../lib/pdk/cli/new/task.rb:7 msgid "A short description of the purpose of the task" msgstr "" #: ../lib/pdk/cli/new/task.rb:11 msgid "Tasks can only be created from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/new/task.rb:24 msgid "'%{name}' is not a valid task name" msgstr "" #: ../lib/pdk/cli/test.rb:5 msgid "test [subcommand] [options]" msgstr "" #: ../lib/pdk/cli/test.rb:6 msgid "Run tests." msgstr "" #: ../lib/pdk/cli/test/unit.rb:7 msgid "unit [options]" msgstr "" #: ../lib/pdk/cli/test/unit.rb:8 msgid "Run unit tests." msgstr "" #: ../lib/pdk/cli/test/unit.rb:12 msgid "List all available unit test files." msgstr "" #: ../lib/pdk/cli/test/unit.rb:13 msgid "Run unit tests in parallel." msgstr "" #: ../lib/pdk/cli/test/unit.rb:14 msgid "More verbose --list output. Displays a list of examples in each unit test file." msgstr "" #: ../lib/pdk/cli/test/unit.rb:15 msgid "Clean up downloaded fixtures after the test run." msgstr "" #: ../lib/pdk/cli/test/unit.rb:17 msgid "Specify a comma-separated list of unit test files to run." msgstr "" #: ../lib/pdk/cli/test/unit.rb:30 msgid "Unit tests can only be run from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/test/unit.rb:41 msgid "No unit test files with examples were found." msgstr "" #: ../lib/pdk/cli/test/unit.rb:43 msgid "Unit Test Files:" msgstr "" #: ../lib/pdk/cli/test/unit.rb:52 msgid "\t%{id}\t%{description}" msgstr "" #: ../lib/pdk/cli/test/unit.rb:57 msgid "--verbose has no effect when not used with --list" msgstr "" #: ../lib/pdk/cli/update.rb:7 msgid "update [options]" msgstr "" #: ../lib/pdk/cli/update.rb:8 msgid "Update a module that has been created by or converted for use by PDK." msgstr "" #: ../lib/pdk/cli/update.rb:10 msgid "Do not update the module, just output what would be done." msgstr "" #: ../lib/pdk/cli/update.rb:11 msgid "Update the module automatically, with no prompts." msgstr "" #: ../lib/pdk/cli/update.rb:19 msgid "`pdk update` can only be run from inside a valid module directory." msgstr "" #: ../lib/pdk/cli/update.rb:23 msgid "This module does not appear to be PDK compatible. To make the module compatible with PDK, run `pdk convert`." msgstr "" #: ../lib/pdk/cli/update.rb:26 msgid "You can not specify --noop and --force when updating a module" msgstr "" #: ../lib/pdk/cli/util.rb:17 msgid "This command must be run from inside a valid module (no metadata.json found)." msgstr "" #: ../lib/pdk/cli/util.rb:41 msgid "Answer \"Y\" to continue or \"n\" to cancel." msgstr "" #: ../lib/pdk/cli/util.rb:65 msgid "This module is not PDK compatible. Run `pdk convert` to make it compatible with your version of PDK." msgstr "" #: ../lib/pdk/cli/util.rb:71 msgid "This module template is out of date. Run `pdk convert` to make it compatible with your version of PDK." msgstr "" #: ../lib/pdk/cli/util.rb:76 msgid "This module is compatible with a newer version of PDK. Upgrade your version of PDK to ensure compatibility." msgstr "" #: ../lib/pdk/cli/util.rb:80 msgid "This module is compatible with an older version of PDK. Run `pdk update` to update it to your version of PDK." msgstr "" #: ../lib/pdk/cli/util.rb:106 msgid "Using Ruby %{version}" msgstr "" #: ../lib/pdk/cli/util.rb:116 msgid "Using %{gem} %{version}" msgstr "" #: ../lib/pdk/cli/util.rb:146 msgid "You cannot specify a %{first} and %{second} at the same time" msgstr "" #: ../lib/pdk/cli/util.rb:158 msgid "You cannot specify a %{first} and %{second} at the same time." msgstr "" #: ../lib/pdk/cli/util.rb:194 msgid "--template-ref requires --template-url to also be specified." msgstr "" #: ../lib/pdk/cli/util.rb:198 msgid "--template-url may not be used to specify paths containing #'s." msgstr "" #: ../lib/pdk/cli/util/command_redirector.rb:18 msgid "Did you mean '%{command}'?" msgstr "" #: ../lib/pdk/cli/util/interview.rb:30 msgid "[Q %{current_number}/%{questions_total}]" msgstr "" #: ../lib/pdk/cli/util/interview.rb:34 ../lib/pdk/cli/util/interview.rb:43 msgid "-->" msgstr "" #: ../lib/pdk/cli/util/option_normalizer.rb:6 msgid "Error: expected comma separated list" msgstr "" #: ../lib/pdk/cli/util/option_normalizer.rb:32 msgid "'%{name}' is not a valid report format (%{valid})" msgstr "" #: ../lib/pdk/cli/util/option_validator.rb:14 msgid "Error: the following values are invalid: %{invalid_entries}" msgstr "" #: ../lib/pdk/cli/validate.rb:6 msgid "validate [validators] [options] [targets]" msgstr "" #: ../lib/pdk/cli/validate.rb:7 msgid "Run static analysis tests." msgstr "" #: ../lib/pdk/cli/validate.rb:8 msgid "" "Run metadata, YAML, Puppet, Ruby, or Tasks validation.\n" "\n" "[validators] is an optional comma-separated list of validators to use. If not specified, all validators are used. Note that when using PowerShell, the list of validators must be enclosed in single quotes.\n" "\n" "[targets] is an optional space-separated list of files or directories to be validated. If not specified, validators are run against all applicable files in the module." msgstr "" #: ../lib/pdk/cli/validate.rb:19 msgid "List all available validators." msgstr "" #: ../lib/pdk/cli/validate.rb:20 msgid "Automatically correct problems where possible." msgstr "" #: ../lib/pdk/cli/validate.rb:21 msgid "Run validations in parallel." msgstr "" #: ../lib/pdk/cli/validate.rb:34 msgid "Available validators: %{validator_names}" msgstr "" #: ../lib/pdk/cli/validate.rb:41 msgid "Code validation can only be run from inside a valid module directory" msgstr "" #: ../lib/pdk/cli/validate.rb:57 msgid "Unknown validator '%{v}'. Available validators: %{validators}." msgstr "" #: ../lib/pdk/cli/validate.rb:67 ../lib/pdk/cli/validate.rb:71 msgid "Running all available validators..." msgstr "" #: ../lib/pdk/cli/validate.rb:101 msgid "Validating module using %{num_of_threads} threads" msgstr "" #: ../lib/pdk/generate/module.rb:24 msgid "" "'%{module_name}' is not a valid module name.\n" "Module names must begin with a lowercase letter and can only include lowercase letters, digits, and underscores." msgstr "" #: ../lib/pdk/generate/module.rb:32 msgid "The destination directory '%{dir}' already exists" msgstr "" #: ../lib/pdk/generate/module.rb:48 msgid "You do not have permission to write to '%{parent_dir}'" msgstr "" #: ../lib/pdk/generate/module.rb:93 msgid "Module '%{name}' generated at path '%{path}', from template '%{url}'." msgstr "" #: ../lib/pdk/generate/module.rb:94 msgid "In your module directory, add classes with the 'pdk new class' command." msgstr "" #: ../lib/pdk/generate/module.rb:97 msgid "Failed to move '%{source}' to '%{target}': %{message}" msgstr "" #: ../lib/pdk/generate/module.rb:111 msgid "Your username is not a valid Forge username. Proceeding with the username %{username}. You can fix this later in metadata.json." msgstr "" #: ../lib/pdk/generate/module.rb:146 msgid "Unable to create directory '%{dir}': %{message}" msgstr "" #: ../lib/pdk/generate/module.rb:158 msgid "If you have a name for your module, add it here." msgstr "" #: ../lib/pdk/generate/module.rb:159 msgid "This is the name that will be associated with your module, it should be relevant to the modules content." msgstr "" #: ../lib/pdk/generate/module.rb:162 msgid "Module names must begin with a lowercase letter and can only include lowercase letters, numbers, and underscores." msgstr "" #: ../lib/pdk/generate/module.rb:166 msgid "If you have a Puppet Forge username, add it here." msgstr "" #: ../lib/pdk/generate/module.rb:167 msgid "We can use this to upload your module to the Forge when it's complete." msgstr "" #: ../lib/pdk/generate/module.rb:170 msgid "Forge usernames can only contain lowercase letters and numbers" msgstr "" #: ../lib/pdk/generate/module.rb:175 msgid "What version is this module?" msgstr "" #: ../lib/pdk/generate/module.rb:176 msgid "Puppet uses Semantic Versioning (semver.org) to version modules." msgstr "" #: ../lib/pdk/generate/module.rb:179 msgid "Semantic Version numbers must be in the form MAJOR.MINOR.PATCH" msgstr "" #: ../lib/pdk/generate/module.rb:185 msgid "Who wrote this module?" msgstr "" #: ../lib/pdk/generate/module.rb:186 msgid "This is used to credit the module's author." msgstr "" #: ../lib/pdk/generate/module.rb:192 msgid "What license does this module code fall under?" msgstr "" #: ../lib/pdk/generate/module.rb:193 msgid "This should be an identifier from https://spdx.org/licenses/. Common values are \"Apache-2.0\", \"MIT\", or \"proprietary\"." msgstr "" #: ../lib/pdk/generate/module.rb:199 msgid "What operating systems does this module support?" msgstr "" #: ../lib/pdk/generate/module.rb:200 msgid "Use the up and down keys to move between the choices, space to select and enter to continue." msgstr "" #: ../lib/pdk/generate/module.rb:210 msgid "Summarize the purpose of this module in a single sentence." msgstr "" #: ../lib/pdk/generate/module.rb:211 msgid "This helps other Puppet users understand what the module does." msgstr "" #: ../lib/pdk/generate/module.rb:218 msgid "If there is a source code repository for this module, enter the URL here." msgstr "" #: ../lib/pdk/generate/module.rb:219 msgid "Skip this if no repository exists yet. You can update this later in the metadata.json." msgstr "" #: ../lib/pdk/generate/module.rb:226 msgid "If there is a URL where others can learn more about this module, enter it here." msgstr "" #: ../lib/pdk/generate/module.rb:227 ../lib/pdk/generate/module.rb:234 msgid "Optional. You can update this later in the metadata.json." msgstr "" #: ../lib/pdk/generate/module.rb:233 msgid "If there is a public issue tracker for this module, enter its URL here." msgstr "" #: ../lib/pdk/generate/module.rb:260 msgid "update" msgstr "" #: ../lib/pdk/generate/module.rb:260 msgid "create" msgstr "" #: ../lib/pdk/generate/module.rb:261 msgid "" "\n" "We need to %{action} the metadata.json file for this module, so we\\'re going to ask you %{count} questions.\n" "If the question is not applicable to this module, accept the default option shown after each question. You can modify any answers at any time by manually updating the metadata.json file.\n" "\n" msgstr "" #: ../lib/pdk/generate/module.rb:275 msgid "No answers given, interview cancelled." msgstr "" #: ../lib/pdk/generate/module.rb:299 msgid "Metadata will be generated based on this information, continue?" msgstr "" #: ../lib/pdk/generate/module.rb:301 msgid "Interview cancelled; exiting." msgstr "" #: ../lib/pdk/generate/module.rb:305 msgid "Process cancelled; exiting." msgstr "" #: ../lib/pdk/generate/provider.rb:23 msgid "%{error}: Creating a provider needs some local configuration in your module. Please follow the docs at https://github.com/puppetlabs/puppet-resource_api#getting-started." msgstr "" #: ../lib/pdk/generate/provider.rb:33 msgid ".sync.yml not found" msgstr "" #: ../lib/pdk/generate/provider.rb:37 msgid ".sync.yml contents is not a Hash" msgstr "" #: ../lib/pdk/generate/provider.rb:39 msgid "Gemfile configuration not found" msgstr "" #: ../lib/pdk/generate/provider.rb:41 msgid "Gemfile.optional configuration not found" msgstr "" #: ../lib/pdk/generate/provider.rb:43 msgid "Gemfile.optional.:development configuration not found" msgstr "" #: ../lib/pdk/generate/provider.rb:45 msgid "puppet-resource_api not found in the Gemfile config" msgstr "" #: ../lib/pdk/generate/provider.rb:47 msgid "spec/spec_helper.rb configuration not found" msgstr "" #: ../lib/pdk/generate/provider.rb:49 msgid "spec/spec_helper.rb.mock_with configuration not found" msgstr "" #: ../lib/pdk/generate/provider.rb:51 msgid "spec/spec_helper.rb.mock_with not set to ':rspec'" msgstr "" #: ../lib/pdk/generate/puppet_object.rb:105 msgid "Unable to generate %{object_type}; '%{file}' already exists." msgstr "" #: ../lib/pdk/generate/puppet_object.rb:171 msgid "Creating '%{file}' from template." msgstr "" #: ../lib/pdk/generate/puppet_object.rb:178 msgid "Unable to create directory '%{path}': %{message}" msgstr "" #: ../lib/pdk/generate/puppet_object.rb:186 msgid "Unable to write to file '%{path}': %{message}" msgstr "" #: ../lib/pdk/generate/puppet_object.rb:209 msgid "No %{dir_type} template found; trying next template directory." msgstr "" #: ../lib/pdk/generate/puppet_object.rb:222 msgid "Unable to find a %{type} template in %{url}; trying next template directory." msgstr "" #: ../lib/pdk/generate/puppet_object.rb:224 msgid "Unable to find the %{type} template in %{url}." msgstr "" #: ../lib/pdk/generate/puppet_object.rb:279 msgid "'%{dir}' does not contain valid Puppet module metadata: %{msg}" msgstr "" #: ../lib/pdk/generate/task.rb:54 msgid "A task named '%{name}' already exists in this module; defined in %{file}" msgstr "" #: ../lib/pdk/module/build.rb:149 msgid "Symlinks in modules are not supported and will not be included in the package. Please investigate symlink %{from} -> %{to}." msgstr "" #: ../lib/pdk/module/convert.rb:23 ../lib/pdk/module/update.rb:20 msgid "No changes required." msgstr "" #: ../lib/pdk/module/convert.rb:34 msgid "Module conversion is a potentially destructive action. Ensure that you have committed your module to a version control system or have a backup, and review the changes above before continuing." msgstr "" #: ../lib/pdk/module/convert.rb:39 ../lib/pdk/module/update.rb:32 msgid "Do you want to continue and make these changes to your module?" msgstr "" #: ../lib/pdk/module/convert.rb:85 msgid "skipping '%{path}'" msgstr "" #: ../lib/pdk/module/convert.rb:112 msgid "Unable to update module metadata; %{path} exists but it is not readable." msgstr "" #: ../lib/pdk/module/convert.rb:128 msgid "Unable to update module metadata; %{path} exists but it is not a file." msgstr "" #: ../lib/pdk/module/convert.rb:171 ../lib/pdk/module/convert.rb:176 ../lib/pdk/module/convert.rb:180 msgid "" "\n" "%{banner}" msgstr "" #: ../lib/pdk/module/convert.rb:182 msgid "" "\n" "%{summary}\n" "\n" msgstr "" #: ../lib/pdk/module/convert.rb:193 msgid "" "\n" "You can find a report of differences in %{path}.\n" "\n" msgstr "" #: ../lib/pdk/module/metadata.rb:94 msgid "Cannot read metadata from file: no path to file was given." msgstr "" #: ../lib/pdk/module/metadata.rb:98 msgid "'%{file}' does not exist or is not a file." msgstr "" #: ../lib/pdk/module/metadata.rb:102 msgid "Unable to open '%{file}' for reading." msgstr "" #: ../lib/pdk/module/metadata.rb:108 msgid "Invalid JSON in metadata.json: %{msg}" msgstr "" #: ../lib/pdk/module/metadata.rb:139 msgid "Module metadata does not contain any requirements." msgstr "" #: ../lib/pdk/module/metadata.rb:140 msgid "Module metadata does not contain a \"puppet\" requirement." msgstr "" #: ../lib/pdk/module/metadata.rb:141 msgid "The \"puppet\" requirement in module metadata does not specify a \"version_requirement\"." msgstr "" #: ../lib/pdk/module/metadata.rb:181 msgid "Field must be a dash-separated user name and module name." msgstr "" #: ../lib/pdk/module/metadata.rb:183 msgid "Module name must contain only alphanumeric or underscore characters." msgstr "" #: ../lib/pdk/module/metadata.rb:185 msgid "Module name must begin with a letter." msgstr "" #: ../lib/pdk/module/metadata.rb:187 msgid "Namespace must contain only alphanumeric characters." msgstr "" #: ../lib/pdk/module/metadata.rb:190 msgid "Invalid 'name' field in metadata.json: %{err}" msgstr "" #: ../lib/pdk/module/templatedir.rb:42 msgid "%{class_name} must be initialized with a block." msgstr "" #: ../lib/pdk/module/templatedir.rb:45 msgid "PDK::Module::TemplateDir.new must be initialized with a PDK::Util::TemplateURI, got a %{uri_type}" msgstr "" #: ../lib/pdk/module/templatedir.rb:59 msgid "Repository '%{repo}' has a work-tree; skipping git reset." msgstr "" #: ../lib/pdk/module/templatedir.rb:118 msgid "Rendering '%{template}'..." msgstr "" #: ../lib/pdk/module/templatedir.rb:131 msgid "" "Failed to render template '%{template}'\n" "%{exception}: %{message}" msgstr "" #: ../lib/pdk/module/templatedir.rb:200 msgid "The built-in template has substantially changed. Please run \"pdk convert\" on your module to continue." msgstr "" #: ../lib/pdk/module/templatedir.rb:202 msgid "The specified template '%{path}' is not a directory." msgstr "" #: ../lib/pdk/module/templatedir.rb:207 msgid "The template at '%{path}' does not contain a 'moduleroot/' directory." msgstr "" #: ../lib/pdk/module/templatedir.rb:212 msgid "The template at '%{path}' does not contain a 'moduleroot_init/' directory, which indicates you are using an older style of template. Before continuing please use the --template-url flag when running the pdk new commands to pass a new style template." msgstr "" #: ../lib/pdk/module/templatedir.rb:227 msgid "The directory '%{dir}' doesn't exist" msgstr "" #: ../lib/pdk/module/templatedir.rb:282 msgid "'%{file}' is not a valid YAML file: %{problem} %{context} at line %{line} column %{column}" msgstr "" #: ../lib/pdk/module/templatedir.rb:317 msgid "Unable to clone git repository at '%{repo}' into '%{dest}'." msgstr "" #: ../lib/pdk/module/templatedir.rb:334 msgid "Unable to set HEAD of git repository at '%{repo}' to ref:'%{ref}'." msgstr "" #: ../lib/pdk/module/templatedir.rb:337 msgid "Uncommitted changes found when attempting to set HEAD of git repository at '%{repo}' to ref '%{ref}'; skipping git reset." msgstr "" #: ../lib/pdk/module/update.rb:14 msgid "This module is already up to date with version %{version} of the template." msgstr "" #: ../lib/pdk/module/update.rb:105 msgid "Updating %{module_name} using the default template, from %{current_version} to %{new_version}" msgstr "" #: ../lib/pdk/module/update.rb:107 msgid "Updating %{module_name} using the template at %{template_url}, from %{current_version} to %{new_version}" msgstr "" #: ../lib/pdk/module/update_manager.rb:110 msgid "unlinking '%{path}'" msgstr "" #: ../lib/pdk/module/update_manager.rb:113 msgid "'%{path}': already gone" msgstr "" #: ../lib/pdk/module/update_manager.rb:116 msgid "Unable to remove '%{path}': %{message}" msgstr "" #: ../lib/pdk/module/update_manager.rb:134 msgid "Unable to open '%{path}' for reading" msgstr "" #: ../lib/pdk/module/update_manager.rb:151 msgid "writing '%{path}'" msgstr "" #: ../lib/pdk/module/update_manager.rb:154 msgid "You do not have permission to write to '%{path}'" msgstr "" #: ../lib/pdk/report/event.rb:191 msgid "File not specified." msgstr "" #: ../lib/pdk/report/event.rb:195 msgid "File must be a String." msgstr "" #: ../lib/pdk/report/event.rb:228 msgid "State not specified." msgstr "" #: ../lib/pdk/report/event.rb:233 msgid "State must be a Symbol, not %{type}" msgstr "" #: ../lib/pdk/report/event.rb:238 msgid "Invalid state %{state}. Valid states are: %{valid}." msgstr "" #: ../lib/pdk/report/event.rb:257 msgid "Source not specified." msgstr "" #: ../lib/pdk/report/event.rb:278 msgid "Line must be an Integer or a String representation of an Integer." msgstr "" #: ../lib/pdk/report/event.rb:282 msgid "The line number can contain only the digits 0-9." msgstr "" #: ../lib/pdk/report/event.rb:303 msgid "Column must be an Integer or a String representation of an Integer." msgstr "" #: ../lib/pdk/report/event.rb:307 msgid "The column number can contain only the digits 0-9." msgstr "" #: ../lib/pdk/report/event.rb:325 msgid "Trace must be an Array of stack trace lines." msgstr "" #: ../lib/pdk/template_file.rb:68 msgid "'%{template}' is not a readable file" msgstr "" #: ../lib/pdk/tests/unit.rb:47 msgid "Cleaning up after running unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:51 msgid "The spec_clean rake task failed with the following error(s):" msgstr "" #: ../lib/pdk/tests/unit.rb:52 msgid "Failed to clean up after running unit tests" msgstr "" #: ../lib/pdk/tests/unit.rb:56 msgid "Preparing to run the unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:62 msgid "The spec_prep rake task failed with the following error(s):" msgstr "" #: ../lib/pdk/tests/unit.rb:63 msgid "Failed to prepare to run the unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:75 msgid "Running unit tests in parallel." msgstr "" #: ../lib/pdk/tests/unit.rb:75 msgid "Running unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:89 msgid "Unit test output did not contain a valid JSON result: %{output}" msgstr "" #: ../lib/pdk/tests/unit.rb:141 msgid "Evaluated %{total} tests in %{duration} seconds: %{failures} failures, %{pending} pending." msgstr "" #: ../lib/pdk/tests/unit.rb:197 msgid "Failed to find valid JSON in output from rspec: %{output}" msgstr "" #: ../lib/pdk/tests/unit.rb:202 msgid "Unable to enumerate examples. rspec reported: %{message}" msgstr "" #: ../lib/pdk/util.rb:61 msgid "Cannot resolve a full path to '%{path}', as it does not currently exist." msgstr "" #: ../lib/pdk/util.rb:86 msgid "Package basedir requested for non-package install." msgstr "" #: ../lib/pdk/util/bundler.rb:19 msgid "Bundler managed gems already up to date." msgstr "" #: ../lib/pdk/util/bundler.rb:24 msgid "No Gemfile found in '%{cwd}'. Skipping bundler management." msgstr "" #: ../lib/pdk/util/bundler.rb:97 msgid "Checking for missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:126 msgid "Vendored Gemfile.lock (%{source}) not found." msgstr "" #: ../lib/pdk/util/bundler.rb:131 msgid "Using vendored Gemfile.lock from %{source}." msgstr "" #: ../lib/pdk/util/bundler.rb:137 msgid "Resolving default Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:144 msgid "Unable to resolve default Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:157 msgid "Updating Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:185 msgid "Unable to resolve Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:196 msgid "Installing missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:204 msgid "Unable to install missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:218 msgid "" "Failed to generate binstubs for '%{gems}':\n" "%{output}" msgstr "" #: ../lib/pdk/util/bundler.rb:219 msgid "Unable to install requested binstubs." msgstr "" #: ../lib/pdk/util/git.rb:15 msgid "Git command failed: git %{args}" msgstr "" #: ../lib/pdk/util/git.rb:84 msgid "Unable to locate git work dir \"%{workdir}" msgstr "" #: ../lib/pdk/util/git.rb:85 msgid "Unable to locate git dir \"%{gitdir}" msgstr "" #: ../lib/pdk/util/git.rb:100 msgid "Unable to access the template repository \"%{repository}\"" msgstr "" #: ../lib/pdk/util/git.rb:107 msgid "Unable to find a branch or tag named \"%{ref}\" in %{repo}" msgstr "" #: ../lib/pdk/util/puppet_version.rb:38 msgid "Unable to find a Puppet gem in current Ruby environment or from Rubygems.org." msgstr "" #: ../lib/pdk/util/puppet_version.rb:59 msgid "Unable to clone git repository at '%{repo}'." msgstr "" #: ../lib/pdk/util/puppet_version.rb:68 msgid "Unable to fetch from git remote at '%{repo}'." msgstr "" #: ../lib/pdk/util/puppet_version.rb:77 msgid "Unable to update git repository at '%{cachedir}'." msgstr "" #: ../lib/pdk/util/puppet_version.rb:98 msgid "Unable to find a Puppet gem matching %{requirement}." msgstr "" #: ../lib/pdk/util/puppet_version.rb:105 msgid "Puppet %{requested_version} is not available, activating %{found_version} instead." msgstr "" #: ../lib/pdk/util/puppet_version.rb:122 msgid "Unable to map Puppet Enterprise version %{pe_version} to a Puppet version." msgstr "" #: ../lib/pdk/util/puppet_version.rb:127 msgid "Puppet Enterprise %{pe_version} maps to Puppet %{puppet_version}." msgstr "" #: ../lib/pdk/util/puppet_version.rb:140 msgid "Unable to determine Puppet version for module: no metadata.json present in module." msgstr "" #: ../lib/pdk/util/puppet_version.rb:166 msgid "%{version} is not a valid version number." msgstr "" #: ../lib/pdk/util/puppet_version.rb:200 msgid "Failed to parse Puppet Enterprise version map file." msgstr "" #: ../lib/pdk/util/ruby_version.rb:33 msgid "Unknown Ruby version \"%{ruby_version}\"" msgstr "" #: ../lib/pdk/util/template_uri.rb:33 msgid "PDK::Util::TemplateURI attempted initialization with a non-uri string: {string}" msgstr "" #: ../lib/pdk/util/template_uri.rb:150 msgid "%{scp_uri} appears to be an SCP style URL; it will be converted to an RFC compliant URI: %{rfc_uri}" msgstr "" #: ../lib/pdk/util/template_uri.rb:177 msgid "--template-url" msgstr "" #: ../lib/pdk/util/template_uri.rb:178 msgid "metadata.json" msgstr "" #: ../lib/pdk/util/template_uri.rb:179 msgid "PDK answers" msgstr "" #: ../lib/pdk/util/template_uri.rb:180 msgid "default" msgstr "" #: ../lib/pdk/util/template_uri.rb:201 msgid "Unable to find a valid module template to use." msgstr "" #: ../lib/pdk/util/template_uri.rb:222 msgid "Unable to find a valid template at %{uri}" msgstr "" #: ../lib/pdk/util/vendored_file.rb:49 msgid "%{file_name} was not found in the cache, downloading it from %{url}." msgstr "" #: ../lib/pdk/util/vendored_file.rb:64 msgid "Unable to download %{url}. %{code}: %{message}." msgstr "" #: ../lib/pdk/util/vendored_file.rb:73 msgid "Unable to download %{url}. Check internet connectivity and try again. %{error}" msgstr "" #: ../lib/pdk/util/windows/api_types.rb:31 msgid "Unable to convert value %{string} to encoding %{encoding} due to %{error}" msgstr "" #: ../lib/pdk/util/windows/file.rb:15 msgid "Failed to call GetLongPathName" msgstr "" #: ../lib/pdk/validate/base_validator.rb:108 msgid "Invoking %{cmd}" msgstr "" #: ../lib/pdk/validate/base_validator.rb:113 msgid "%{validator}: Skipped '%{target}'. Target does not contain any files to validate (%{pattern})." msgstr "" #: ../lib/pdk/validate/base_validator.rb:117 msgid "Target does not contain any files to validate (%{pattern})." msgstr "" #: ../lib/pdk/validate/base_validator.rb:126 msgid "%{validator}: Skipped '%{target}'. Target file not found." msgstr "" #: ../lib/pdk/validate/base_validator.rb:130 msgid "File does not exist." msgstr "" #: ../lib/pdk/validate/metadata/metadata_json_lint.rb:23 msgid "Checking module metadata style (%{targets})." msgstr "" #: ../lib/pdk/validate/metadata/metadata_json_lint.rb:40 msgid "More than 1 target provided to PDK::Validate::MetadataJSONLint." msgstr "" #: ../lib/pdk/validate/metadata/metadata_syntax.rb:18 msgid "Checking metadata syntax (%{targets})." msgstr "" #: ../lib/pdk/validate/metadata/metadata_syntax.rb:69 ../lib/pdk/validate/tasks/metadata_lint.rb:77 ../lib/pdk/validate/yaml/syntax.rb:74 msgid "Could not be read." msgstr "" #: ../lib/pdk/validate/puppet/puppet_lint.rb:22 msgid "Checking Puppet manifest style (%{pattern})." msgstr "" #: ../lib/pdk/validate/puppet/puppet_syntax.rb:47 msgid "Checking Puppet manifest syntax (%{pattern})." msgstr "" #: ../lib/pdk/validate/ruby/rubocop.rb:26 msgid "Checking Ruby code style (%{pattern})." msgstr "" #: ../lib/pdk/validate/tasks/metadata_lint.rb:23 msgid "Checking task metadata style (%{targets})." msgstr "" #: ../lib/pdk/validate/tasks/metadata_lint.rb:56 msgid "Failed to parse Task Metadata Schema file." msgstr "" #: ../lib/pdk/validate/tasks/metadata_lint.rb:92 msgid "Unable to validate Task Metadata. %{error}." msgstr "" #: ../lib/pdk/validate/tasks/name.rb:9 msgid "Invalid task name. Task names must start with a lowercase letterand can only contain lowercase letters, numbers, and underscores." msgstr "" #: ../lib/pdk/validate/tasks/name.rb:23 msgid "Checking task names (%{targets})." msgstr "" #: ../lib/pdk/validate/yaml/syntax.rb:28 msgid "Checking YAML syntax (%{targets})." msgstr "" #: ../lib/pdk/validate/yaml/syntax.rb:97 msgid "%{problem} %{context}" msgstr "" #: ../lib/pdk/validate/yaml/syntax.rb:109 msgid "Unsupported class: %{message}" msgstr ""