locales/pdk.pot in pdk-1.0.1 vs locales/pdk.pot in pdk-1.1.0

- old
+ new

@@ -4,28 +4,28 @@ # FIRST AUTHOR <EMAIL@ADDRESS>, 2017. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: puppet development kit v0.5.0-90-g4f429f1\n" +"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-08-07 15:19+0100\n" -"PO-Revision-Date: 2017-08-07 15:19+0100\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 <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" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../lib/pdk/answer_file.rb:56 -msgid "Answer file can only be updated with a Hash" +msgid "Answer file can be updated only with a Hash" msgstr "" -#: ../lib/pdk/answer_file.rb:83 ../lib/pdk/module/metadata.rb:50 +#: ../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" @@ -37,138 +37,180 @@ #: ../lib/pdk/answer_file.rb:114 msgid "Unable to write '%{file}': %{msg}" msgstr "" -#: ../lib/pdk/cli.rb:35 -msgid "Specifies the URL to the template to use when creating new modules, and other parts." +#: ../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:40 +#: ../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:41 +#: ../lib/pdk/cli.rb:51 msgid "Puppet Development Kit" msgstr "" -#: ../lib/pdk/cli.rb:42 +#: ../lib/pdk/cli.rb:52 msgid "The shortest path to better modules." msgstr "" -#: ../lib/pdk/cli.rb:45 -msgid "show version of pdk" +#: ../lib/pdk/cli.rb:55 +msgid "Show version of pdk." msgstr "" -#: ../lib/pdk/cli.rb:50 -msgid "show help for this command" +#: ../lib/pdk/cli.rb:60 +msgid "Show help for this command." msgstr "" -#: ../lib/pdk/cli.rb:55 -msgid "Specify desired output format. Valid formats are '%{available_formats}'. You may also specify a file to which the formatted output will be directed, for example: '--format=junit:report.xml'. This option may be specified multiple times as long as each option specifies a distinct target file." +#: ../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:66 +#: ../lib/pdk/cli.rb:76 msgid "Enable debug output." msgstr "" -#: ../lib/pdk/cli.rb:70 -msgid "Path to an answer file" +#: ../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 "escape hatch to bundler" +msgid "(Experimental) Command pass-through to bundler" msgstr "" #: ../lib/pdk/cli/bundle.rb:7 -msgid "[experimental] For advanced users, this allows to run arbitrary commands in the bundler environment that the pdk manages. Careless use of this command can lead to errors later which can't be recovered by the pdk itself." +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" +msgid "An unexpected error has occurred. Try running the command again with --debug" msgstr "" -#: ../lib/pdk/cli/exec.rb:16 +#: ../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:55 -msgid "PDK package installation not found, trying '%{fallback}' from the system PATH instead" +#: ../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:60 -msgid "Using '%{vendored_bin_path}' from PDK package" +#: ../lib/pdk/cli/exec.rb:61 +msgid "Using '%{vendored_bin_path}' from PDK package." msgstr "" -#: ../lib/pdk/cli/exec.rb:63 -msgid "Could not find '%{vendored_bin_path}' in PDK package, trying '%{fallback}' from the system PATH instead" +#: ../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:97 -msgid "Expected execution context to be :system or :module but got '%{context}'" +#: ../lib/pdk/cli/exec.rb:102 +msgid "Expected execution context to be :system or :module but got '%{context}'." msgstr "" -#: ../lib/pdk/cli/exec.rb:186 +#: ../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:191 +#: ../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] <module_name>" +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 <type> [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 <type> using the options relevant to that type of thing" +msgid "Creates a new instance of <type> using relevant options." msgstr "" #: ../lib/pdk/cli/new/class.rb:4 -msgid "class [options] <class_name> [parameter[:type]] [parameter[:type]] ..." +msgid "class [options] <class_name>" msgstr "" #: ../lib/pdk/cli/new/class.rb:5 msgid "Create a new class named <class_name> using given options" msgstr "" #: ../lib/pdk/cli/new/class.rb:23 msgid "'%{name}' is not a valid class name" msgstr "" -#: ../lib/pdk/cli/new/module.rb:5 -msgid "module [options] <module_name> [target_dir]" +#: ../lib/pdk/cli/new/defined_type.rb:4 +msgid "defined_type [options] <name>" msgstr "" -#: ../lib/pdk/cli/new/module.rb:6 -msgid "Create a new module named <module_name> using given options" +#: ../lib/pdk/cli/new/defined_type.rb:5 +msgid "Create a new defined type named <name> 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'." +#: ../lib/pdk/cli/new/defined_type.rb:21 +msgid "'%{name}' is not a valid defined type name" msgstr "" -#: ../lib/pdk/cli/new/module.rb:13 -msgid "When specified, skips interactive querying of metadata." +#: ../lib/pdk/cli/new/module.rb:4 +msgid "module [options] <module_name> [target_dir]" msgstr "" -#: ../lib/pdk/cli/new/module.rb:27 -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." +#: ../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:37 -msgid "Creating new module: %{modname}" +#: ../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 "" @@ -208,18 +250,22 @@ #: ../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 module (no metadata.json found)" +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:33 +#: ../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" @@ -243,169 +289,195 @@ #: ../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:7 +#: ../lib/pdk/cli/validate.rb:6 msgid "validate [validators] [options] [targets]" msgstr "" -#: ../lib/pdk/cli/validate.rb:8 +#: ../lib/pdk/cli/validate.rb:7 msgid "Run static analysis tests." msgstr "" -#: ../lib/pdk/cli/validate.rb:9 +#: ../lib/pdk/cli/validate.rb:8 msgid "" -"Run metadata, puppet, or ruby validation.\n" +"Run metadata, Puppet, or Ruby validation.\n" "\n" -"[validators] is an optional comma separated list of validators to use. If not specified, all validators will be used.\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, the validators will be run against all applicable files in the module." +"[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 "list all available validators" +msgid "Automatically correct problems where possible." msgstr "" #: ../lib/pdk/cli/validate.rb:18 -msgid "automatically correct problems (where possible)" +msgid "Run validations in parallel." msgstr "" -#: ../lib/pdk/cli/validate.rb:19 -msgid "run validations in parallel" -msgstr "" - -#: ../lib/pdk/cli/validate.rb:32 +#: ../lib/pdk/cli/validate.rb:31 msgid "Available validators: %{validator_names}" msgstr "" -#: ../lib/pdk/cli/validate.rb:48 -msgid "Unknown validator '%{v}'. Available validators: %{validators}" +#: ../lib/pdk/cli/validate.rb:47 +msgid "Unknown validator '%{v}'. Available validators: %{validators}." msgstr "" -#: ../lib/pdk/cli/validate.rb:58 ../lib/pdk/cli/validate.rb:62 +#: ../lib/pdk/cli/validate.rb:57 ../lib/pdk/cli/validate.rb:61 msgid "Running all available validators..." msgstr "" -#: ../lib/pdk/generators/module.rb:24 +#: ../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:34 +#: ../lib/pdk/generators/module.rb:60 msgid "You do not have permission to write to '%{parent_dir}'" msgstr "" -#: ../lib/pdk/generators/module.rb:68 +#: ../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:82 -msgid "Your username is not a valid Forge username, proceeding with the username %{username}. You can fix this afterwards in metadata.json." +#: ../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:121 +#: ../lib/pdk/generators/module.rb:159 msgid "Unable to create directory '%{dir}': %{message}" msgstr "" -#: ../lib/pdk/generators/module.rb:133 -msgid "What is your Puppet Forge username?" +#: ../lib/pdk/generators/module.rb:171 +msgid "If you have a Puppet Forge username, add it here." msgstr "" -#: ../lib/pdk/generators/module.rb:134 -msgid "This will be used when uploading your module to the Forge. You can opt out of this at any time." +#: ../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:137 +#: ../lib/pdk/generators/module.rb:175 msgid "Forge usernames can only contain lowercase letters and numbers" msgstr "" -#: ../lib/pdk/generators/module.rb:142 +#: ../lib/pdk/generators/module.rb:180 msgid "What version is this module?" msgstr "" -#: ../lib/pdk/generators/module.rb:143 +#: ../lib/pdk/generators/module.rb:181 msgid "Puppet uses Semantic Versioning (semver.org) to version modules." msgstr "" -#: ../lib/pdk/generators/module.rb:146 +#: ../lib/pdk/generators/module.rb:184 msgid "Semantic Version numbers must be in the form MAJOR.MINOR.PATCH" msgstr "" -#: ../lib/pdk/generators/module.rb:151 +#: ../lib/pdk/generators/module.rb:189 msgid "Who wrote this module?" msgstr "" -#: ../lib/pdk/generators/module.rb:152 -msgid "The person who gets credit for creating the module. " +#: ../lib/pdk/generators/module.rb:190 +msgid "This is used to credit the module's author." msgstr "" -#: ../lib/pdk/generators/module.rb:158 +#: ../lib/pdk/generators/module.rb:196 msgid "What license does this module code fall under?" msgstr "" -#: ../lib/pdk/generators/module.rb:159 +#: ../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:165 -msgid "How would you describe this module in a single sentence?" +#: ../lib/pdk/generators/module.rb:203 +msgid "What operating systems does this module support?" msgstr "" -#: ../lib/pdk/generators/module.rb:166 -msgid "To help other Puppet users understand what the module does." +#: ../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:172 -msgid "Where is this modules's source code repository?" +#: ../lib/pdk/generators/module.rb:260 +msgid "Summarize the purpose of this module in a single sentence." msgstr "" -#: ../lib/pdk/generators/module.rb:173 -msgid "Usually a GitHub URL" +#: ../lib/pdk/generators/module.rb:261 +msgid "This helps other Puppet users understand what the module does." msgstr "" -#: ../lib/pdk/generators/module.rb:179 -msgid "Where can others go to learn more about this module?" +#: ../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:180 -msgid "A web site that offers full information about your module." +#: ../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:185 -msgid "Where can others go to file issues about this module?" +#: ../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:186 -msgid "A web site with a public bug tracker for your module." +#: ../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:199 +#: ../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} quick questions.\n" -"If the question is not applicable to this module, just leave the answer blank.\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:207 -msgid "Interview cancelled, not generating the module." +#: ../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:217 +#: ../lib/pdk/generators/module.rb:316 msgid "SUMMARY" msgstr "" -#: ../lib/pdk/generators/module.rb:223 +#: ../lib/pdk/generators/module.rb:323 msgid "About to generate this module; continue?" msgstr "" -#: ../lib/pdk/generators/module.rb:224 +#: ../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 class, '%{file}' already exists." +msgid "Unable to generate %{object_type}; '%{file}' already exists." msgstr "" #: ../lib/pdk/generators/puppet_object.rb:118 msgid "Creating '%{file}' from template." msgstr "" @@ -421,149 +493,193 @@ #: ../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" +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:46 -msgid "'%{file}' does not exist or is not a file" +#: ../lib/pdk/module/metadata.rb:47 +msgid "'%{file}' does not exist or is not a file." msgstr "" -#: ../lib/pdk/module/metadata.rb:56 +#: ../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/templatedir.rb:53 -msgid "Unable to clone git repository '%{repo}' to '%{dest}'" +#: ../lib/pdk/module/metadata.rb:93 +msgid "Field must be a dash-separated user name and module name." msgstr "" -#: ../lib/pdk/module/templatedir.rb:107 +#: ../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:113 +#: ../lib/pdk/module/templatedir.rb:117 msgid "" "Failed to render template '%{template}'\n" "%{exception}: %{message}" msgstr "" -#: ../lib/pdk/module/templatedir.rb:177 -msgid "The specified template '%{path}' is not a directory" +#: ../lib/pdk/module/templatedir.rb:181 +msgid "The specified template '%{path}' is not a directory." msgstr "" -#: ../lib/pdk/module/templatedir.rb:181 -msgid "The template at '%{path}' does not contain a moduleroot directory" +#: ../lib/pdk/module/templatedir.rb:185 +msgid "The template at '%{path}' does not contain a 'moduleroot/' directory." msgstr "" -#: ../lib/pdk/module/templatedir.rb:225 +#: ../lib/pdk/module/templatedir.rb:229 msgid "'%{file}' is not a valid YAML file: %{message}" msgstr "" -#: ../lib/pdk/report/event.rb:162 -msgid "file not specified" +#: ../lib/pdk/report/event.rb:175 +msgid "File not specified." msgstr "" -#: ../lib/pdk/report/event.rb:166 -msgid "file must be a String" +#: ../lib/pdk/report/event.rb:179 +msgid "File must be a String." msgstr "" -#: ../lib/pdk/report/event.rb:197 -msgid "state not specified" +#: ../lib/pdk/report/event.rb:212 +msgid "State not specified." msgstr "" -#: ../lib/pdk/report/event.rb:202 -msgid "state must be a Symbol, not %{type}" +#: ../lib/pdk/report/event.rb:217 +msgid "State must be a Symbol, not %{type}" msgstr "" -#: ../lib/pdk/report/event.rb:207 -msgid "Invalid state %{state}, valid states are: %{valid}" +#: ../lib/pdk/report/event.rb:222 +msgid "Invalid state %{state}. Valid states are: %{valid}." msgstr "" -#: ../lib/pdk/report/event.rb:226 -msgid "source not specified" +#: ../lib/pdk/report/event.rb:241 +msgid "Source not specified." msgstr "" -#: ../lib/pdk/report/event.rb:247 -msgid "line must be an Integer or a String representation of an Integer" +#: ../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:251 -msgid "the line number can only contain the digits 0-9" +#: ../lib/pdk/report/event.rb:266 +msgid "The line number can contain only the digits 0-9." msgstr "" -#: ../lib/pdk/report/event.rb:272 -msgid "column must be an Integer or a String representation of an Integer" +#: ../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:276 -msgid "the column number can only contain the digits 0-9" +#: ../lib/pdk/report/event.rb:291 +msgid "The column number can contain only the digits 0-9." msgstr "" -#: ../lib/pdk/report/event.rb:294 -msgid "trace must be an Array of stack trace lines" +#: ../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:32 -msgid "Running unit tests in parallel" +#: ../lib/pdk/tests/unit.rb:46 +msgid "Cleaning up after running unit tests." msgstr "" -#: ../lib/pdk/tests/unit.rb:32 -msgid "Running unit tests" +#: ../lib/pdk/tests/unit.rb:50 +msgid "The spec_clean rake task failed with the following error(s):" msgstr "" -#: ../lib/pdk/tests/unit.rb:37 -msgid "Running %{cmd}" +#: ../lib/pdk/tests/unit.rb:51 +msgid "Failed to clean up after running unit tests" msgstr "" -#: ../lib/pdk/tests/unit.rb:52 +#: ../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:102 -msgid "Evaluated %{total} tests in %{duration} seconds: %{failures} failures, %{pending} pending" +#: ../lib/pdk/tests/unit.rb:136 +msgid "Evaluated %{total} tests in %{duration} seconds: %{failures} failures, %{pending} pending." msgstr "" -#: ../lib/pdk/tests/unit.rb:159 +#: ../lib/pdk/tests/unit.rb:193 msgid "Failed to find valid JSON in output from rspec: %{output}" msgstr "" -#: ../lib/pdk/tests/unit.rb:164 +#: ../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" +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" +msgid "Package basedir requested for non-package install." msgstr "" #: ../lib/pdk/util/bundler.rb:15 -msgid "Bundle has already been installed, skipping run" +msgid "Bundle has already been installed. Skipping run." msgstr "" #: ../lib/pdk/util/bundler.rb:20 -msgid "No Gemfile found in '%{cwd}', skipping bundler management" +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}'" +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 "" @@ -578,51 +694,69 @@ #: ../lib/pdk/util/bundler.rb:77 msgid "Checking for missing Gemfile dependencies." msgstr "" -#: ../lib/pdk/util/bundler.rb:94 -msgid "Resolving Gemfile dependencies" +#: ../lib/pdk/util/bundler.rb:93 +msgid "Resolving Gemfile dependencies." msgstr "" -#: ../lib/pdk/util/bundler.rb:112 -msgid "Installing missing Gemfile dependencies" +#: ../lib/pdk/util/bundler.rb:110 +msgid "Installing missing Gemfile dependencies." msgstr "" -#: ../lib/pdk/util/bundler.rb:134 -msgid "Failed to generate binstubs for %{gems}" +#: ../lib/pdk/util/bundler.rb:131 +msgid "" +"Failed to generate binstubs for '%{gems}':\n" +"%{output}" msgstr "" -#: ../lib/pdk/validators/base_validator.rb:46 +#: ../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})" +msgid "Checking metadata style (%{targets})." msgstr "" -#: ../lib/pdk/validators/metadata/metadata_syntax.rb:18 -msgid "Checking metadata syntax (%{targets})" +#: ../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:65 -msgid "not a file" +#: ../lib/pdk/validators/metadata/metadata_syntax.rb:18 +msgid "Checking metadata syntax (%{targets})." msgstr "" -#: ../lib/pdk/validators/metadata/metadata_syntax.rb:77 -msgid "could not be read" +#: ../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" +msgid "Checking Puppet manifest style (%{pattern})." msgstr "" #: ../lib/pdk/validators/puppet/puppet_syntax.rb:21 -msgid "Checking Puppet manifest syntax" +msgid "Checking Puppet manifest syntax (%{pattern})." msgstr "" -#: ../lib/pdk/validators/ruby/rubocop.rb:20 -msgid "Checking Ruby code style" +#: ../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 ""