# SOME DESCRIPTIVE TITLE. # Copyright (C) 2021 Puppet, Inc. # This file is distributed under the same license as the Puppet automation framework package. # FIRST AUTHOR , 2021. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Puppet automation framework 6.23.0-71-gd3d8d38898\n" "\n" "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n" "POT-Creation-Date: 2021-07-06 11:17+0000\n" "PO-Revision-Date: 2021-07-06 11:17+0000\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" #. TRANSLATORS 'lookup' is a puppet function and should not be translated #: ../lib/hiera/puppet_function.rb:64 msgid "The function '%{class_name}' is deprecated in favor of using 'lookup'." msgstr "" #: ../lib/hiera/puppet_function.rb:65 msgid "See https://puppet.com/docs/puppet/%{minor_version}/deprecated_language.html" msgstr "" #: ../lib/hiera/scope.rb:46 ../lib/puppet/parser/scope.rb:534 msgid "Variable: %{name}" msgstr "" #: ../lib/hiera/scope.rb:47 ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:537 msgid "Undefined variable '%{name}'; %{reason}" msgstr "" #: ../lib/hiera_puppet.rb:14 msgid "Could not find data item %{key} in any Hiera data file and no default supplied" msgstr "" #: ../lib/hiera_puppet.rb:41 msgid "Please supply a parameter to perform a Hiera lookup" msgstr "" #: ../lib/hiera_puppet.rb:75 ../lib/puppet/indirector/hiera.rb:85 msgid "Config file %{hiera_config} not found, using Hiera defaults" msgstr "" #: ../lib/puppet.rb:144 msgid "Support for ruby version %{version} is deprecated and will be removed in a future release. See https://puppet.com/docs/puppet/latest/system_requirements.html for a list of supported ruby versions." msgstr "" #: ../lib/puppet.rb:230 msgid "The environmentpath setting cannot be empty or nil." msgstr "" #. TRANSLATORS: `message` is an already translated string of why SSL failed to initialize #: ../lib/puppet.rb:257 msgid "Failed to initialize SSL: %{message}" msgstr "" #. TRANSLATORS: `puppet agent -t` is a command and should not be translated #: ../lib/puppet.rb:259 msgid "Run `puppet agent -t`" msgstr "" #: ../lib/puppet/agent.rb:41 msgid "" "Skipping run of %{client_class}; administratively disabled (Reason: '%{disable_message}');\n" "Use 'puppet agent --enable' to re-enable." msgstr "" #: ../lib/puppet/agent.rb:68 msgid "Run of %{client_class} already in progress; skipping (%{lockfile_path} exists)" msgstr "" #: ../lib/puppet/agent.rb:71 msgid "Exiting now because the maxwaitforlock timeout has been exceeded." msgstr "" #: ../lib/puppet/agent.rb:74 msgid "Another puppet instance is already running; --waitforlock flag used, waiting for running instance to finish." msgstr "" #: ../lib/puppet/agent.rb:75 ../lib/puppet/ssl/state_machine.rb:279 ../lib/puppet/ssl/state_machine.rb:310 msgid "Will try again in %{time} seconds." msgstr "" #: ../lib/puppet/agent.rb:80 msgid "Execution of %{client_class} did not complete within %{runtimeout} seconds and was terminated." msgstr "" #: ../lib/puppet/agent.rb:85 msgid "Could not run %{client_class}: %{detail}" msgstr "" #: ../lib/puppet/agent.rb:92 msgid "Shutdown/restart in progress (%{status}); skipping run" msgstr "" #: ../lib/puppet/agent.rb:110 msgid "puppet agent: applying configuration" msgstr "" #: ../lib/puppet/agent.rb:133 msgid "Could not create instance of %{client_class}: %{detail}" msgstr "" #: ../lib/puppet/agent/disabler.rb:19 msgid "Enabling Puppet." msgstr "" #: ../lib/puppet/agent/disabler.rb:26 msgid "Disabling Puppet." msgstr "" #: ../lib/puppet/agent/locker.rb:26 msgid "Failed to acquire lock" msgstr "" #: ../lib/puppet/application.rb:238 msgid "Unable to find application '%{application_name}'. %{error}" msgstr "" #: ../lib/puppet/application.rb:259 msgid "Unable to load application class '%{class_name}' from file 'puppet/application/%{application_name}.rb'" msgstr "" #: ../lib/puppet/application.rb:298 msgid "Invalid environment mode '%{mode_name}'" msgstr "" #: ../lib/puppet/application.rb:366 msgid "Could not get application-specific default settings" msgstr "" #: ../lib/puppet/application.rb:372 msgid "Could not initialize" msgstr "" #: ../lib/puppet/application.rb:373 msgid "Could not parse application options" msgstr "" #: ../lib/puppet/application.rb:374 msgid "Could not prepare for execution" msgstr "" #: ../lib/puppet/application.rb:377 msgid "`puppet %{name}` is deprecated and will be removed in a future release." msgstr "" #: ../lib/puppet/application.rb:380 msgid "Could not configure routes from %{route_file}" msgstr "" #: ../lib/puppet/application.rb:381 msgid "Could not log runtime debug info" msgstr "" #: ../lib/puppet/application.rb:382 msgid "Could not run" msgstr "" #: ../lib/puppet/application.rb:386 msgid "No valid command or main" msgstr "" #: ../lib/puppet/application.rb:431 msgid "Could not set logdest to %{dest}." msgstr "" #: ../lib/puppet/application.rb:508 msgid "No help available for puppet %{app_name}" msgstr "" #: ../lib/puppet/application/agent.rb:24 ../lib/puppet/application/device.rb:24 msgid "Cancelling startup" msgstr "" #: ../lib/puppet/application/agent.rb:83 msgid "The puppet agent daemon" msgstr "" #: ../lib/puppet/application/agent.rb:422 msgid "Fingerprint asked but neither the certificate, nor the certificate request have been issued" msgstr "" #: ../lib/puppet/application/agent.rb:427 msgid "Failed to generate fingerprint: %{message}" msgstr "" #: ../lib/puppet/application/agent.rb:450 msgid "Starting Puppet client version %{version}" msgstr "" #: ../lib/puppet/application/agent.rb:466 msgid "The puppet agent command does not take parameters" msgstr "" #: ../lib/puppet/application/apply.rb:35 msgid "Apply Puppet manifests locally" msgstr "" #. TRANSLATORS "puppet apply" is a program command and should not be translated #. TRANSLATORS "puppet apply" is a program command and should not be translated #: ../lib/puppet/application/apply.rb:209 ../lib/puppet/application/apply.rb:322 msgid "For puppet apply" msgstr "" #: ../lib/puppet/application/apply.rb:217 msgid "%{file} is not readable" msgstr "" #: ../lib/puppet/application/apply.rb:288 ../lib/puppet/application/script.rb:241 msgid "Exiting" msgstr "" #: ../lib/puppet/application/apply.rb:332 msgid "Could not deserialize catalog from %{format}: %{detail}" msgstr "" #: ../lib/puppet/application/apply.rb:353 ../lib/puppet/application/script.rb:146 msgid "Could not find facts for %{node}" msgstr "" #: ../lib/puppet/application/apply.rb:365 ../lib/puppet/application/script.rb:154 msgid "Could not find node %{node}" msgstr "" #: ../lib/puppet/application/apply.rb:378 ../lib/puppet/application/script.rb:139 msgid "Could not find file %{manifest}" msgstr "" #: ../lib/puppet/application/apply.rb:379 msgid "Only one file can be applied per run. Skipping %{files}" msgstr "" #: ../lib/puppet/application/cert.rb:6 msgid "Manage certificates and requests (Disabled)" msgstr "" #: ../lib/puppet/application/describe.rb:177 msgid "Display help about resource types" msgstr "" #: ../lib/puppet/application/device.rb:83 msgid "Manage remote network devices" msgstr "" #: ../lib/puppet/application/device.rb:232 msgid "resource command requires target" msgstr "" #: ../lib/puppet/application/device.rb:235 msgid "facts command requires target" msgstr "" #: ../lib/puppet/application/device.rb:238 msgid "missing argument: --target is required when using --apply" msgstr "" #: ../lib/puppet/application/device.rb:239 msgid "%{file} does not exist, cannot apply" msgstr "" #: ../lib/puppet/application/device.rb:257 msgid "Target device / certificate '%{target}' not found in %{config}" msgstr "" #: ../lib/puppet/application/device.rb:259 msgid "No device found in %{config}" msgstr "" #: ../lib/puppet/application/device.rb:318 msgid "retrieving resource: %{resource} from %{target} at %{scheme}%{url_host}%{port}%{url_path}" msgstr "" #: ../lib/puppet/application/device.rb:333 msgid "retrieving facts from %{target} at %{scheme}%{url_host}%{port}%{url_path}" msgstr "" #: ../lib/puppet/application/device.rb:356 msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}" msgstr "" #: ../lib/puppet/application/device.rb:394 ../lib/puppet/application/resource.rb:201 msgid "You must specify the type to display" msgstr "" #: ../lib/puppet/application/device.rb:395 ../lib/puppet/application/resource.rb:202 msgid "Could not find type %{type}" msgstr "" #: ../lib/puppet/application/doc.rb:28 msgid "Invalid output format %{arg}" msgstr "" #: ../lib/puppet/application/doc.rb:37 msgid "Invalid output mode %{arg}" msgstr "" #: ../lib/puppet/application/doc.rb:53 msgid "Generate Puppet references" msgstr "" #: ../lib/puppet/application/doc.rb:135 msgid "scanning: %{files}" msgstr "" #: ../lib/puppet/application/doc.rb:147 msgid "Could not generate documentation: %{detail}" msgstr "" #: ../lib/puppet/application/doc.rb:160 msgid "Could not find reference %{name}" msgstr "" #: ../lib/puppet/application/doc.rb:166 msgid "Could not generate reference %{name}: %{detail}" msgstr "" #: ../lib/puppet/application/face_base.rb:34 msgid "I don't know how to render '%{format}'" msgstr "" #: ../lib/puppet/application/face_base.rb:56 msgid "Cancelling Face" msgstr "" #: ../lib/puppet/application/face_base.rb:135 msgid "'%{face}' has no %{action} action. See `puppet help %{face}`." msgstr "" #: ../lib/puppet/application/face_base.rb:213 msgid "%{face} does not respond to action %{arg}" msgstr "" #: ../lib/puppet/application/face_base.rb:246 msgid "puppet %{face} %{action} takes %{arg_count} argument, but you gave %{given_count}" msgid_plural "puppet %{face} %{action} takes %{arg_count} arguments, but you gave %{given_count}" msgstr[0] "" msgstr[1] "" #: ../lib/puppet/application/face_base.rb:251 msgid "'puppet %{face}' is deprecated and will be removed in a future release" msgstr "" #: ../lib/puppet/application/face_base.rb:270 msgid "Try 'puppet help %{face} %{action}' for usage" msgstr "" #: ../lib/puppet/application/filebucket.rb:17 msgid "Store and retrieve files in a filebucket" msgstr "" #: ../lib/puppet/application/filebucket.rb:222 msgid "You must specify a file to back up" msgstr "" #: ../lib/puppet/application/filebucket.rb:226 msgid "%{file}: no such file" msgstr "" #: ../lib/puppet/application/filebucket.rb:230 msgid "%{file}: cannot read file" msgstr "" #: ../lib/puppet/application/filebucket.rb:252 ../lib/puppet/application/filebucket.rb:275 msgid "Need exactly two arguments: filebucket diff " msgstr "" #: ../lib/puppet/application/filebucket.rb:272 msgid "Comparing %{checksum_a} %{checksum_b} %{file_a} %{file_b}" msgstr "" #: ../lib/puppet/application/filebucket.rb:286 msgid "Cancelling" msgstr "" #: ../lib/puppet/application/lookup.rb:8 msgid "Run 'puppet lookup --help' for more details" msgstr "" #: ../lib/puppet/application/lookup.rb:60 msgid "" "The --fact file only accepts yaml and json files.\n" "%{run_help}" msgstr "" #: ../lib/puppet/application/lookup.rb:105 msgid "Interactive Hiera lookup" msgstr "" #: ../lib/puppet/application/lookup.rb:272 msgid "" "The options %{deep_merge_opts} are only available with '--merge deep'\n" "%{run_help}" msgstr "" #: ../lib/puppet/application/lookup.rb:283 msgid "" "The --merge option only accepts %{strategies}, or %{last_strategy}\n" "%{run_help}" msgstr "" #: ../lib/puppet/application/lookup.rb:308 msgid "No keys were given to lookup." msgstr "" #: ../lib/puppet/application/lookup.rb:316 msgid "Unknown rendering format '%{format}'" msgstr "" #: ../lib/puppet/application/lookup.rb:366 ../lib/puppet/face/epp.rb:530 msgid "Incorrect formatted data in %{fact_file} given via the --facts flag" msgstr "" #: ../lib/puppet/application/resource.rb:34 msgid "The resource abstraction layer shell" msgstr "" #: ../lib/puppet/application/resource.rb:145 msgid "Editing with Yaml output is not supported" msgstr "" #: ../lib/puppet/application/resource.rb:209 msgid "Invalid parameter setting %{setting}" msgstr "" #: ../lib/puppet/application/resource.rb:240 msgid "Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc" msgstr "" #: ../lib/puppet/application/script.rb:20 msgid "Run a puppet manifests as a script without compiling a catalog" msgstr "" #: ../lib/puppet/application/script.rb:126 msgid "Bolt must be installed to use the script application" msgstr "" #: ../lib/puppet/application/script.rb:140 msgid "Only one file can be used per run. Skipping %{files}" msgstr "" #: ../lib/puppet/application/ssl.rb:9 msgid "Manage SSL keys and certificates for puppet SSL clients" msgstr "" #: ../lib/puppet/application/ssl.rb:106 msgid "An action must be specified." msgstr "" #: ../lib/puppet/application/ssl.rb:130 ../lib/puppet/application/ssl.rb:137 msgid "The certificate for '%{name}' has not yet been signed" msgstr "" #: ../lib/puppet/application/ssl.rb:148 msgid "Completed SSL initialization" msgstr "" #: ../lib/puppet/application/ssl.rb:152 msgid "Unknown action '%{action}'" msgstr "" #: ../lib/puppet/application/ssl.rb:166 ../lib/puppet/ssl/state_machine.rb:180 msgid "Creating a new EC SSL key for %{name} using curve %{curve}" msgstr "" #: ../lib/puppet/application/ssl.rb:169 ../lib/puppet/ssl/key.rb:26 msgid "Creating a new SSL key for %{name}" msgstr "" #: ../lib/puppet/application/ssl.rb:179 msgid "Submitted certificate request for '%{name}' to %{url}" msgstr "" #: ../lib/puppet/application/ssl.rb:182 msgid "Could not submit certificate request for '%{name}' to %{url} due to a conflict on the server" msgstr "" #: ../lib/puppet/application/ssl.rb:184 ../lib/puppet/application/ssl.rb:187 msgid "Failed to submit certificate request: %{message}" msgstr "" #: ../lib/puppet/application/ssl.rb:195 msgid "Downloading certificate '%{name}' from %{url}" msgstr "" #: ../lib/puppet/application/ssl.rb:199 msgid "Downloaded certificate '%{name}' with fingerprint %{fingerprint}" msgstr "" #: ../lib/puppet/application/ssl.rb:212 ../lib/puppet/application/ssl.rb:215 msgid "Failed to download certificate: %{message}" msgstr "" #: ../lib/puppet/application/ssl.rb:244 ../lib/puppet/application/ssl.rb:247 msgid "Failed to connect to the CA to determine if certificate %{certname} has been cleaned" msgstr "" #: ../lib/puppet/application/ssl.rb:251 msgid "" "The certificate %{certname} must be cleaned from the CA first. To fix this,\n" "run the following commands on the CA:\n" " puppetserver ca clean --certname %{certname}\n" " puppet ssl clean\n" msgstr "" #: ../lib/puppet/application/ssl.rb:274 msgid "Removed %{label} %{path}" msgstr "" #: ../lib/puppet/configurer.rb:21 msgid "Puppet configuration client" msgstr "" #: ../lib/puppet/configurer.rb:44 msgid "Removing corrupt state file %{file}: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:49 msgid "Cannot remove %{file}: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:80 msgid "Using cached catalog from environment '%{environment}'" msgstr "" #: ../lib/puppet/configurer.rb:86 msgid "Not using cache on failed catalog" msgstr "" #: ../lib/puppet/configurer.rb:95 msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'" msgstr "" #: ../lib/puppet/configurer.rb:100 ../lib/puppet/configurer.rb:182 msgid "Using cached catalog from environment '%{catalog_env}'" msgstr "" #: ../lib/puppet/configurer.rb:175 msgid "Could not retrieve catalog; skipping run" msgstr "" #: ../lib/puppet/configurer.rb:191 msgid "Applied catalog in %{seconds} seconds" msgstr "" #: ../lib/puppet/configurer.rb:227 msgid "Could not select a functional puppet server from server_list: '%{server_list}'" msgstr "" #. TRANSLATORS 'server_list' is the name of a setting and should not be translated #: ../lib/puppet/configurer.rb:241 msgid "Selected puppet server from the `server_list` setting: %{server}:%{port}" msgstr "" #: ../lib/puppet/configurer.rb:277 msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'." msgstr "" #: ../lib/puppet/configurer.rb:322 msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'." msgstr "" #: ../lib/puppet/configurer.rb:337 msgid "Using configured environment '%{env}'" msgstr "" #: ../lib/puppet/configurer.rb:341 msgid "Unable to fetch my node definition, but the agent run will continue:" msgstr "" #: ../lib/puppet/configurer.rb:369 msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set" msgstr "" #: ../lib/puppet/configurer.rb:380 msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run" msgstr "" #: ../lib/puppet/configurer.rb:382 msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'" msgstr "" #: ../lib/puppet/configurer.rb:436 msgid "Failed to apply catalog: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:465 ../lib/puppet/http/resolver/server_list.rb:68 ../lib/puppet/http/resolver/server_list.rb:72 msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}" msgstr "" #. TRANSLATORS 'server_list' is the name of a setting and should not be translated #: ../lib/puppet/configurer.rb:469 ../lib/puppet/http/resolver/server_list.rb:77 ../lib/puppet/http/resolver/server_list.rb:80 msgid "Unable to connect to server from server_list setting: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:480 ../lib/puppet/face/report.rb:47 msgid "Could not send report: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:489 msgid "Could not save last run local report: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:508 msgid "Uploading facts for %{node} to %{server}" msgstr "" #: ../lib/puppet/configurer.rb:516 msgid "Failed to submit facts: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:531 msgid "Could not run command from %{setting}: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:549 msgid "Could not retrieve catalog from cache: %{detail}" msgstr "" #: ../lib/puppet/configurer.rb:570 msgid "Could not retrieve catalog from remote server: %{detail}" msgstr "" #: ../lib/puppet/configurer/downloader.rb:9 msgid "Retrieving %{name}" msgstr "" #: ../lib/puppet/configurer/downloader.rb:21 msgid "Failed to retrieve %{name}: %{detail}" msgstr "" #: ../lib/puppet/configurer/downloader.rb:32 msgid "Could not retrieve %{name}: %{detail}" msgstr "" #: ../lib/puppet/configurer/fact_handler.rb:24 msgid "Could not retrieve local facts: %{detail}" msgstr "" #: ../lib/puppet/context.rb:77 msgid "Mark for '%{name}' already exists" msgstr "" #: ../lib/puppet/context.rb:92 msgid "Unknown mark '%{name}'" msgstr "" #: ../lib/puppet/context.rb:111 ../lib/puppet/context.rb:169 msgid "Unable to lookup '%{name}'" msgstr "" #: ../lib/puppet/context.rb:120 msgid "Attempted to pop, but already at root of the context stack." msgstr "" #: ../lib/puppet/context/trusted_information.rb:53 msgid "TrustedInformation expected a certificate, but none was given." msgstr "" #: ../lib/puppet/context/trusted_information.rb:104 ../lib/puppet/parser/scope.rb:835 msgid "Unsupported data type: '%{klass}'" msgstr "" #: ../lib/puppet/daemon.rb:26 msgid "Daemons must have an agent" msgstr "" #: ../lib/puppet/daemon.rb:81 msgid "Cannot reexec unless ARGV arguments are set" msgstr "" #: ../lib/puppet/datatypes.rb:133 msgid "Data Type Load Error for type '%{type_name}': %{message}" msgstr "" #: ../lib/puppet/datatypes.rb:156 msgid "a data type must have an interface" msgstr "" #: ../lib/puppet/datatypes.rb:195 msgid "a data type can only have one interface" msgstr "" #: ../lib/puppet/datatypes.rb:200 ../lib/puppet/datatypes.rb:205 msgid "a data type can only have one implementation" msgstr "" #: ../lib/puppet/defaults.rb:191 msgid "Cannot disable unrecognized warning types '%{invalid}'." msgstr "" #: ../lib/puppet/defaults.rb:192 msgid "Valid values are '%{values}'." msgstr "" #. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated #: ../lib/puppet/defaults.rb:559 msgid "Setting 'data_binding_terminus' is deprecated." msgstr "" #. TRANSLATORS 'hiera' should not be translated #: ../lib/puppet/defaults.rb:561 msgid "Convert custom terminus to hiera 5 API." msgstr "" #. TRANSLATORS 'environment_data_provider' is a setting and should not be translated #: ../lib/puppet/defaults.rb:774 msgid "Setting 'environment_data_provider' is deprecated." msgstr "" #: ../lib/puppet/defaults.rb:859 msgid "Certificate names must be lower case" msgstr "" #: ../lib/puppet/defaults.rb:1054 msgid "Setting 'ssl_client_ca_auth' is deprecated." msgstr "" #: ../lib/puppet/defaults.rb:1141 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14 msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'" msgstr "" #. TRANSLATORS 'pluginsync' is a setting and should not be translated #: ../lib/puppet/defaults.rb:2017 msgid "Setting 'pluginsync' is deprecated." msgstr "" #: ../lib/puppet/defaults.rb:2252 msgid "The 'func3x_check' setting is deprecated and will be removed in a future release." msgstr "" #: ../lib/puppet/error.rb:77 msgid "Could not parse for environment %{environment}: %{message}" msgstr "" #: ../lib/puppet/error.rb:78 ../lib/puppet/parser/compiler.rb:40 msgid "%{message} on node %{node}" msgstr "" #: ../lib/puppet/external/pson/common.rb:46 msgid "can't find const for unregistered document type %{path}" msgstr "" #: ../lib/puppet/external/pson/common.rb:311 msgid "exceed depth limit" msgstr "" #: ../lib/puppet/face/catalog.rb:7 msgid "Compile, save, view, and convert catalogs." msgstr "" #: ../lib/puppet/face/catalog.rb:87 msgid "Compile a catalog." msgstr "" #: ../lib/puppet/face/catalog/select.rb:4 msgid "Retrieve a catalog and filter it for resources of a given type." msgstr "" #: ../lib/puppet/face/catalog/select.rb:5 msgid " " msgstr "" #: ../lib/puppet/face/catalog/select.rb:6 msgid "" " A list of resource references (\"Type[title]\"). When used from the API,\n" " returns an array of Puppet::Resource objects excised from a catalog.\n" msgstr "" #: ../lib/puppet/face/catalog/select.rb:43 msgid "no matching resources found" msgstr "" #: ../lib/puppet/face/config.rb:7 ../lib/puppet/face/epp.rb:8 ../lib/puppet/face/facts.rb:22 ../lib/puppet/face/generate.rb:7 ../lib/puppet/face/help.rb:9 ../lib/puppet/face/key.rb:5 ../lib/puppet/face/man.rb:8 ../lib/puppet/face/module.rb:9 ../lib/puppet/face/node.rb:4 ../lib/puppet/face/parser.rb:6 ../lib/puppet/face/plugin.rb:6 ../lib/puppet/face/report.rb:5 ../lib/puppet/face/resource.rb:5 ../lib/puppet/face/status.rb:5 msgid "Apache 2 license; see COPYING" msgstr "" #: ../lib/puppet/face/config.rb:9 msgid "Interact with Puppet's settings." msgstr "" #: ../lib/puppet/face/config.rb:17 msgid "SECTION_NAME" msgstr "" #: ../lib/puppet/face/config.rb:19 msgid "The section of the configuration file to interact with." msgstr "" #: ../lib/puppet/face/config.rb:37 msgid "Examine Puppet's current settings." msgstr "" #: ../lib/puppet/face/config.rb:38 msgid "all | [ ...]" msgstr "" #: ../lib/puppet/face/config.rb:99 msgid "No section specified; defaulting to '%{section_name}'." msgstr "" #. TRANSLATORS '--section' is a command line option and should not be translated #: ../lib/puppet/face/config.rb:102 msgid "Set the config section by using the `--section` flag." msgstr "" #. TRANSLATORS `puppet config --section user print foo` is a command line example and should not be translated #: ../lib/puppet/face/config.rb:104 msgid "For example, `puppet config --section user print foo`." msgstr "" #: ../lib/puppet/face/config.rb:105 msgid "For more information, see https://puppet.com/docs/puppet/latest/configuration.html" msgstr "" #: ../lib/puppet/face/config.rb:112 msgid "Resolving settings from section '%{section_name}' in environment '%{environment_name}'" msgstr "" #: ../lib/puppet/face/config.rb:117 msgid "Set Puppet's settings." msgstr "" #: ../lib/puppet/face/config.rb:118 msgid "[setting_name] [setting_value]" msgstr "" #: ../lib/puppet/face/config.rb:146 msgid "" "The environment should be set in either the `[user]`, `[agent]`, or `[server]`\n" "section. Variables set in the `[agent]` section are used when running\n" "`puppet agent`. Variables set in the `[user]` section are used when running\n" "various other puppet subcommands, like `puppet apply` and `puppet module`; these\n" "require the defined environment directory to exist locally. Set the config\n" "section by using the `--section` flag. For example,\n" "`puppet config --section user set environment foo`. For more information, see\n" "https://puppet.com/docs/puppet/latest/configuration.html#environment\n" msgstr "" #: ../lib/puppet/face/config.rb:186 msgid "Deleted setting from '%{section_name}': '%{setting_string}', and adding it to 'server' section" msgstr "" #: ../lib/puppet/face/config.rb:201 msgid "Delete a Puppet setting." msgstr "" #: ../lib/puppet/face/config.rb:202 msgid "" msgstr "" #: ../lib/puppet/face/config.rb:236 ../lib/puppet/face/config.rb:240 ../lib/puppet/face/config.rb:251 msgid "Deleted setting from '%{section_name}': '%{setting_string}'" msgstr "" #: ../lib/puppet/face/config.rb:254 msgid "No setting found in configuration file for section '%{section_name}' setting name '%{name}'" msgstr "" #. TRANSLATORS the 'puppet.conf' is a specific file and should not be translated #: ../lib/puppet/face/config.rb:262 msgid "The puppet.conf file does not exist %{puppet_conf}" msgstr "" #: ../lib/puppet/face/epp.rb:10 msgid "Interact directly with the EPP template parser/renderer." msgstr "" #: ../lib/puppet/face/epp.rb:13 msgid "Validate the syntax of one or more EPP templates." msgstr "" #: ../lib/puppet/face/epp.rb:14 msgid "[