# SOME DESCRIPTIVE TITLE. # Copyright (C) 2017 Puppet, Inc. # This file is distributed under the same license as the puppet development kit package. # FIRST AUTHOR , 2017. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: puppet development kit v1.0.1-51-g1a5f668\n" "\n" "Report-Msgid-Bugs-To: docs@puppet.com\n" "POT-Creation-Date: 2017-09-13 10:09-0700\n" "PO-Revision-Date: 2017-09-13 10:09-0700\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:56 msgid "Answer file can be updated only with a Hash" msgstr "" #: ../lib/pdk/answer_file.rb:83 msgid "Unable to open '%{file}' for reading" msgstr "" #: ../lib/pdk/answer_file.rb:92 msgid "Answer file '%{path}' did not contain a valid set of answers, recreating it" msgstr "" #: ../lib/pdk/answer_file.rb:98 msgid "Answer file '%{path}' did not contain valid JSON, recreating it" msgstr "" #: ../lib/pdk/answer_file.rb:114 msgid "Unable to write '%{file}': %{msg}" msgstr "" #: ../lib/pdk/cli.rb:41 msgid "Specifies the URL to the template to use when creating new modules or classes." msgstr "" #: ../lib/pdk/cli.rb:45 msgid "When specified, skips interactive querying of metadata." msgstr "" #: ../lib/pdk/cli.rb:50 msgid "pdk command [options]" msgstr "" #: ../lib/pdk/cli.rb:51 msgid "Puppet Development Kit" msgstr "" #: ../lib/pdk/cli.rb:52 msgid "The shortest path to better modules." msgstr "" #: ../lib/pdk/cli.rb:55 msgid "Show version of pdk." msgstr "" #: ../lib/pdk/cli.rb:60 msgid "Show help for this command." msgstr "" #: ../lib/pdk/cli.rb:65 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:76 msgid "Enable debug output." msgstr "" #: ../lib/pdk/cli.rb:80 msgid "Path to an answer file." 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.Careless use of this command can lead to errors that pdk can't help recover from." 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:17 msgid "Unable to find `%{name}`. Check that it is installed and try again." msgstr "" #: ../lib/pdk/cli/exec.rb:56 msgid "PDK package installation not found. Trying '%{fallback}' from the system PATH instead." msgstr "" #: ../lib/pdk/cli/exec.rb:61 msgid "Using '%{vendored_bin_path}' from PDK package." msgstr "" #: ../lib/pdk/cli/exec.rb:64 msgid "Could not find '%{vendored_bin_path}' in PDK package. Trying '%{fallback}' from the system PATH instead." msgstr "" #: ../lib/pdk/cli/exec.rb:102 msgid "Expected execution context to be :system or :module but got '%{context}'." msgstr "" #: ../lib/pdk/cli/exec.rb:166 msgid "Current working directory is not part of a module. (No metadata.json was found.)" msgstr "" #: ../lib/pdk/cli/exec.rb:220 msgid "Executing '%{command}'" msgstr "" #: ../lib/pdk/cli/exec.rb:222 msgid "Command environment: GEM_HOME is '%{gem_home}' and GEM_PATH is '%{gem_path}'" msgstr "" #: ../lib/pdk/cli/exec.rb:229 msgid "Failed to execute '%{command}': %{message}" msgstr "" #: ../lib/pdk/cli/exec.rb:243 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 "Perform administrative tasks on your module." msgstr "" #: ../lib/pdk/cli/module.rb:6 msgid "Perform tasks on the module project." 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:23 msgid "New modules are created using the ‘pdk new module’ command." msgstr "" #: ../lib/pdk/cli/module/generate.rb:33 ../lib/pdk/cli/new/module.rb:27 msgid "Creating new module: %{modname}" msgstr "" #: ../lib/pdk/cli/new.rb:5 msgid "new [options]" msgstr "" #: ../lib/pdk/cli/new.rb:6 msgid "create a new module, etc." msgstr "" #: ../lib/pdk/cli/new.rb:7 msgid "Creates a new instance of 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:23 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:21 msgid "'%{name}' is not a valid defined type name" msgstr "" #: ../lib/pdk/cli/new/module.rb:4 msgid "module [options] [target_dir]" msgstr "" #: ../lib/pdk/cli/new/module.rb:5 msgid "Create a new module named using given options" msgstr "" #: ../lib/pdk/cli/new/module.rb:10 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/test.rb:5 msgid "test [type] [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:10 msgid "list all available unit tests and their descriptions" msgstr "" #: ../lib/pdk/cli/test/unit.rb:11 msgid "run unit tests in parallel" msgstr "" #: ../lib/pdk/cli/test/unit.rb:13 msgid "a comma-separated list of tests to run" msgstr "" #: ../lib/pdk/cli/test/unit.rb:30 msgid "No examples found." msgstr "" #: ../lib/pdk/cli/test/unit.rb:32 msgid "Examples:" msgstr "" #: ../lib/pdk/cli/test/unit.rb:34 msgid "%{id}\t%{description}" msgstr "" #: ../lib/pdk/cli/util.rb:9 msgid "This command must be run from inside a valid module (no metadata.json found)." 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_normalizer.rb:56 msgid "'%{name}' is not a valid parameter name" msgstr "" #: ../lib/pdk/cli/util/option_normalizer.rb:62 msgid "'%{type}' is not a valid data type" msgstr "" #: ../lib/pdk/cli/util/option_validator.rb:14 msgid "Error: the following values are invalid: %{invalid_entries}" msgstr "" #: ../lib/pdk/cli/util/option_validator.rb:69 msgid "Non-standard data type '%{type}', make sure the type is available in your code, or dependencies" 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, Puppet, or Ruby validation.\n" "\n" "[validators] is an optional comma-separated list of validators to use. If not specified, all validators are used.\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:16 msgid "List all available validators." msgstr "" #: ../lib/pdk/cli/validate.rb:17 msgid "Automatically correct problems where possible." msgstr "" #: ../lib/pdk/cli/validate.rb:18 msgid "Run validations in parallel." msgstr "" #: ../lib/pdk/cli/validate.rb:31 msgid "Available validators: %{validator_names}" msgstr "" #: ../lib/pdk/cli/validate.rb:47 msgid "Unknown validator '%{v}'. Available validators: %{validators}." msgstr "" #: ../lib/pdk/cli/validate.rb:57 ../lib/pdk/cli/validate.rb:61 msgid "Running all available validators..." msgstr "" #: ../lib/pdk/cli/validate.rb:85 msgid "Validating module using %{num_of_threads} threads" msgstr "" #: ../lib/pdk/generators/module.rb:37 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/generators/module.rb:46 msgid "The destination directory '%{dir}' already exists" msgstr "" #: ../lib/pdk/generators/module.rb:60 msgid "You do not have permission to write to '%{parent_dir}'" msgstr "" #: ../lib/pdk/generators/module.rb:101 msgid "Module '%{name}' generated at path '%{path}'." msgstr "" #: ../lib/pdk/generators/module.rb:102 msgid "In your module directory, add classes with the 'pdk new class' command." msgstr "" #: ../lib/pdk/generators/module.rb:105 msgid "Failed to move '%{source}' to '%{target}': %{message}" msgstr "" #: ../lib/pdk/generators/module.rb:119 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/generators/module.rb:159 msgid "Unable to create directory '%{dir}': %{message}" msgstr "" #: ../lib/pdk/generators/module.rb:171 msgid "If you have a Puppet Forge username, add it here." msgstr "" #: ../lib/pdk/generators/module.rb:172 msgid "We can use this to upload your module to the Forge when it's complete." msgstr "" #: ../lib/pdk/generators/module.rb:175 msgid "Forge usernames can only contain lowercase letters and numbers" msgstr "" #: ../lib/pdk/generators/module.rb:180 msgid "What version is this module?" msgstr "" #: ../lib/pdk/generators/module.rb:181 msgid "Puppet uses Semantic Versioning (semver.org) to version modules." msgstr "" #: ../lib/pdk/generators/module.rb:184 msgid "Semantic Version numbers must be in the form MAJOR.MINOR.PATCH" msgstr "" #: ../lib/pdk/generators/module.rb:189 msgid "Who wrote this module?" msgstr "" #: ../lib/pdk/generators/module.rb:190 msgid "This is used to credit the module's author." msgstr "" #: ../lib/pdk/generators/module.rb:196 msgid "What license does this module code fall under?" msgstr "" #: ../lib/pdk/generators/module.rb:197 msgid "This should be an identifier from https://spdk.org/licenses/. Common values are \"Apache-2.0\", \"MIT\", or \"proprietary\"." msgstr "" #: ../lib/pdk/generators/module.rb:203 msgid "What operating systems does this module support?" msgstr "" #: ../lib/pdk/generators/module.rb:204 msgid "Use the up and down keys to move between the choices, space to select and enter to continue." msgstr "" #: ../lib/pdk/generators/module.rb:260 msgid "Summarize the purpose of this module in a single sentence." msgstr "" #: ../lib/pdk/generators/module.rb:261 msgid "This helps other Puppet users understand what the module does." msgstr "" #: ../lib/pdk/generators/module.rb:267 msgid "If there is a source code repository for this module, enter the URL here." msgstr "" #: ../lib/pdk/generators/module.rb:268 msgid "Skip this if no repository exists yet. You can update this later in the metadata.json." msgstr "" #: ../lib/pdk/generators/module.rb:274 msgid "If there is a URL where others can learn more about this module, enter it here." msgstr "" #: ../lib/pdk/generators/module.rb:275 ../lib/pdk/generators/module.rb:281 msgid "Optional. You can update this later in the metadata.json." msgstr "" #: ../lib/pdk/generators/module.rb:280 msgid "If there is a public issue tracker for this module, enter its URL here." msgstr "" #: ../lib/pdk/generators/module.rb:294 msgid "" "\n" "We need to create a 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/generators/module.rb:305 ../lib/pdk/generators/module.rb:327 msgid "Interview cancelled; not generating the module." msgstr "" #: ../lib/pdk/generators/module.rb:316 msgid "SUMMARY" msgstr "" #: ../lib/pdk/generators/module.rb:323 msgid "About to generate this module; continue?" msgstr "" #: ../lib/pdk/generators/module.rb:324 msgid "Answer \"Y\" to continue or \"n\" to cancel." msgstr "" #: ../lib/pdk/generators/module.rb:332 msgid "Module not generated." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:88 msgid "Unable to generate %{object_type}; '%{file}' already exists." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:118 msgid "Creating '%{file}' from template." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:124 msgid "Unable to create directory '%{path}': %{message}" msgstr "" #: ../lib/pdk/generators/puppet_object.rb:132 msgid "Unable to write to file '%{path}': %{message}" msgstr "" #: ../lib/pdk/generators/puppet_object.rb:155 msgid "No %{dir_type} template specified; trying next template directory." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:168 msgid "Unable to find a %{type} template in %{url}; trying next template directory." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:170 msgid "Unable to find the %{type} template in %{url}." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:227 msgid "'%{dir}' does not contain valid Puppet module metadata: %{msg}" msgstr "" #: ../lib/pdk/module/metadata.rb:47 msgid "'%{file}' does not exist or is not a file." msgstr "" #: ../lib/pdk/module/metadata.rb:51 msgid "Unable to open '%{file}' for reading." msgstr "" #: ../lib/pdk/module/metadata.rb:57 msgid "Invalid JSON in metadata.json: %{msg}" msgstr "" #: ../lib/pdk/module/metadata.rb:93 msgid "Field must be a dash-separated user name and module name." msgstr "" #: ../lib/pdk/module/metadata.rb:95 msgid "Module name must contain only alphanumeric or underscore characters." msgstr "" #: ../lib/pdk/module/metadata.rb:97 msgid "Module name must begin with a letter." msgstr "" #: ../lib/pdk/module/metadata.rb:99 msgid "Namespace must contain only alphanumeric characters." msgstr "" #: ../lib/pdk/module/metadata.rb:102 msgid "Invalid 'name' field in metadata.json: %{err}" msgstr "" #: ../lib/pdk/module/templatedir.rb:55 msgid "Unable to clone git repository '%{repo}' to '%{dest}'." msgstr "" #: ../lib/pdk/module/templatedir.rb:111 msgid "Rendering '%{template}'..." msgstr "" #: ../lib/pdk/module/templatedir.rb:117 msgid "" "Failed to render template '%{template}'\n" "%{exception}: %{message}" msgstr "" #: ../lib/pdk/module/templatedir.rb:181 msgid "The specified template '%{path}' is not a directory." msgstr "" #: ../lib/pdk/module/templatedir.rb:185 msgid "The template at '%{path}' does not contain a 'moduleroot/' directory." msgstr "" #: ../lib/pdk/module/templatedir.rb:229 msgid "'%{file}' is not a valid YAML file: %{message}" msgstr "" #: ../lib/pdk/report/event.rb:175 msgid "File not specified." msgstr "" #: ../lib/pdk/report/event.rb:179 msgid "File must be a String." msgstr "" #: ../lib/pdk/report/event.rb:212 msgid "State not specified." msgstr "" #: ../lib/pdk/report/event.rb:217 msgid "State must be a Symbol, not %{type}" msgstr "" #: ../lib/pdk/report/event.rb:222 msgid "Invalid state %{state}. Valid states are: %{valid}." msgstr "" #: ../lib/pdk/report/event.rb:241 msgid "Source not specified." msgstr "" #: ../lib/pdk/report/event.rb:262 msgid "Line must be an Integer or a String representation of an Integer." msgstr "" #: ../lib/pdk/report/event.rb:266 msgid "The line number can contain only the digits 0-9." msgstr "" #: ../lib/pdk/report/event.rb:287 msgid "Column must be an Integer or a String representation of an Integer." msgstr "" #: ../lib/pdk/report/event.rb:291 msgid "The column number can contain only the digits 0-9." msgstr "" #: ../lib/pdk/report/event.rb:309 msgid "Trace must be an Array of stack trace lines." msgstr "" #: ../lib/pdk/template_file.rb:62 msgid "'%{template}' is not a readable file" msgstr "" #: ../lib/pdk/tests/unit.rb:46 msgid "Cleaning up after running unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:50 msgid "The spec_clean rake task failed with the following error(s):" msgstr "" #: ../lib/pdk/tests/unit.rb:51 msgid "Failed to clean up after running unit tests" msgstr "" #: ../lib/pdk/tests/unit.rb:55 msgid "Preparing to run the unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:59 msgid "The spec_prep rake task failed with the following error(s):" msgstr "" #: ../lib/pdk/tests/unit.rb:60 msgid "Failed to prepare to run the unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:70 msgid "Running unit tests in parallel." msgstr "" #: ../lib/pdk/tests/unit.rb:70 msgid "Running unit tests." msgstr "" #: ../lib/pdk/tests/unit.rb:84 msgid "Unit test output did not contain a valid JSON result: %{output}" msgstr "" #: ../lib/pdk/tests/unit.rb:136 msgid "Evaluated %{total} tests in %{duration} seconds: %{failures} failures, %{pending} pending." msgstr "" #: ../lib/pdk/tests/unit.rb:193 msgid "Failed to find valid JSON in output from rspec: %{output}" msgstr "" #: ../lib/pdk/tests/unit.rb:198 msgid "Unable to enumerate examples. rspec reported: %{message}" msgstr "" #: ../lib/pdk/util.rb:47 msgid "Cannot resolve a full path to '%{path}', as it does not currently exist." msgstr "" #: ../lib/pdk/util.rb:67 msgid "Package basedir requested for non-package install." msgstr "" #: ../lib/pdk/util/bundler.rb:15 msgid "Bundle has already been installed. Skipping run." msgstr "" #: ../lib/pdk/util/bundler.rb:20 msgid "No Gemfile found in '%{cwd}'. Skipping bundler management." msgstr "" #: ../lib/pdk/util/bundler.rb:31 msgid "No Gemfile.lock found in module. Using vendored Gemfile.lock from '%{source}'." msgstr "" #: ../lib/pdk/util/bundler.rb:37 msgid "Unable to resolve Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:44 msgid "Unable to install missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:63 msgid "Unable to install requested binstubs." msgstr "" #: ../lib/pdk/util/bundler.rb:77 msgid "Checking for missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:93 msgid "Resolving Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:110 msgid "Installing missing Gemfile dependencies." msgstr "" #: ../lib/pdk/util/bundler.rb:131 msgid "" "Failed to generate binstubs for '%{gems}':\n" "%{output}" msgstr "" #: ../lib/pdk/validators/base_validator.rb:72 msgid "Invoking %{cmd}" msgstr "" #: ../lib/pdk/validators/base_validator.rb:77 msgid "%{validator}: Skipped '%{target}'. Target does not contain any files to validate (%{pattern})." msgstr "" #: ../lib/pdk/validators/base_validator.rb:81 msgid "Target does not contain any files to validate (%{pattern})." msgstr "" #: ../lib/pdk/validators/base_validator.rb:90 msgid "%{validator}: Skipped '%{target}'. Target file not found." msgstr "" #: ../lib/pdk/validators/base_validator.rb:94 msgid "File does not exist." msgstr "" #: ../lib/pdk/validators/metadata/metadata_json_lint.rb:23 msgid "Checking metadata style (%{targets})." msgstr "" #: ../lib/pdk/validators/metadata/metadata_json_lint.rb:40 msgid "More than 1 target provided to PDK::Validate::MetadataJSONLint." msgstr "" #: ../lib/pdk/validators/metadata/metadata_syntax.rb:18 msgid "Checking metadata syntax (%{targets})." msgstr "" #: ../lib/pdk/validators/metadata/metadata_syntax.rb:69 msgid "Could not be read." msgstr "" #: ../lib/pdk/validators/puppet/puppet_lint.rb:22 msgid "Checking Puppet manifest style (%{pattern})." msgstr "" #: ../lib/pdk/validators/puppet/puppet_syntax.rb:21 msgid "Checking Puppet manifest syntax (%{pattern})." msgstr "" #: ../lib/pdk/validators/ruby/rubocop.rb:24 msgid "Checking Ruby code style (%{pattern})." msgstr "" #: ../lib/puppet/util/windows/api_types.rb:68 msgid "Unable to read wide strings with %{null_terminator} terminal nulls" msgstr "" #: ../lib/puppet/util/windows/api_types.rb:199 msgid "Bad GUID format." msgstr "" #: ../lib/puppet/util/windows/file.rb:158 msgid "Failed to set file attributes" msgstr "" #: ../lib/puppet/util/windows/file.rb:193 msgid "out_buffer is required" msgstr "" #: ../lib/puppet/util/windows/file.rb:274 msgid "Failed to call GetLongPathName" msgstr ""