# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the foreman_remote_execution package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: foreman_remote_execution 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-07-04 10:11+0200\n" "PO-Revision-Date: 2019-07-04 10:11+0200\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" #: ../app/assets/javascripts/foreman_remote_execution/execution_interface.js:2 msgid "" "Another interface is already set as execution. Are you sure you want to use th" "is one instead?" msgstr "" #: ../app/assets/javascripts/foreman_remote_execution/template_invocation.js:83 msgid "There was an error while updating the status, try refreshing the page." msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:11 msgid "List foreign input sets" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:18 msgid "Show foreign input set details" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:25 msgid "Target template ID" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:26 msgid "Include all inputs from the foreign template" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:27 #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:28 #: ../app/views/template_inputs/_foreign_input_set_form.html.erb:8 msgid "" "A comma separated list of input names to be included from the foreign template" "." msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:29 msgid "Input set description" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:33 msgid "Create a foreign input set" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:41 msgid "Delete a foreign input set" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:48 msgid "Update a foreign input set" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:13 msgid "List job invocations" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:19 msgid "Show job invocation" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:26 msgid "The job template to use, parameter is required unless feature was specified" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:27 msgid "Invocation type, one of %s" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:28 msgid "Inputs to use" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:29 msgid "SSH provider specific options" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:32 msgid "" "What user should be used to run the script (using sudo-like mechanisms). Defau" "lts to a template parameter or global setting." msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:35 msgid "Create a recurring job" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:36 msgid "How often the job should occur, in the cron format" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:37 msgid "Repeat a maximum of N times" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:38 msgid "Perform no more executions after this time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:41 msgid "Schedule the job to start at a later time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:42 msgid "Schedule the job for a future time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:43 msgid "" "Indicates that the action should be cancelled if it cannot be started before t" "his time." msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:46 msgid "Control concurrency level and distribution over time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:47 msgid "Distribute tasks over N seconds" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:48 #: ../app/views/job_invocations/_form.html.erb:102 msgid "Run at most N tasks at a time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:53 msgid "Override the description format from the template for this invocation only" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:54 msgid "Override the timeout interval from the template for this invocation only" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:55 msgid "" "Remote execution feature label that should be triggered, job template assigned" " to this feature will be used" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:59 msgid "Create a job invocation" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:75 msgid "Get output for a host" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:88 msgid "Get raw output for a host" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:100 msgid "Cancel job invocation" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:108 msgid "The job could not be cancelled." msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:113 msgid "Rerun job on failed hosts" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:123 #: ../app/views/job_invocations/_form.html.erb:4 msgid "Could not rerun job %{id} because its template could not be found" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:150 msgid "Host with id '%{id}' was not found" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:156 msgid "Template with id '%{id}' was not found" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:16 msgid "List job templates" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:17 msgid "List job templates per location" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:18 msgid "List job templates per organization" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:25 msgid "Import a job template from ERB" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:26 msgid "Template ERB" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:27 msgid "Overwrite template if it already exists" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:36 msgid "Export a job template to ERB" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:43 msgid "Show job template details" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:49 #: ../app/controllers/api/v2/job_templates_controller.rb:98 msgid "Template name" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:50 #: ../app/views/job_invocations/_form.html.erb:11 #: ../app/views/job_templates/_custom_tabs.html.erb:3 #: ../app/views/job_templates/_custom_tabs.html.erb:6 msgid "Job category" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:51 msgid "" "This template is used to generate the description. Input values can be used us" "ing the syntax %{package}. You may also include the job category and template " "name using %{job_category} and %{template_name}." msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:56 msgid "Provider type" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:59 msgid "Whether or not the template is locked for editing" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:60 msgid "Effective user options" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:61 msgid "What user should be used to run the script (using sudo-like mechanisms)" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:62 msgid "" "Whether it should be allowed to override the effective user from the invocatio" "n form." msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:63 msgid "Whether the current user login should be used as the effective user" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:69 msgid "Create a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:76 #: ../app/controllers/api/v2/remote_execution_features_controller.rb:24 msgid "Update a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:84 msgid "Template version" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:90 msgid "Delete a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:102 msgid "Clone a provision template" msgstr "" #: ../app/controllers/api/v2/remote_execution_features_controller.rb:9 msgid "List remote execution features" msgstr "" #: ../app/controllers/api/v2/remote_execution_features_controller.rb:14 msgid "Show remote execution feature" msgstr "" #: ../app/controllers/api/v2/remote_execution_features_controller.rb:20 msgid "Job template ID to be used for the feature" msgstr "" #: ../app/controllers/api/v2/template_invocations_controller.rb:10 msgid "List template invocations belonging to job invocation" msgstr "" #: ../app/controllers/job_invocations_controller.rb:104 msgid "Trying to abort the job" msgstr "" #: ../app/controllers/job_invocations_controller.rb:106 msgid "Trying to cancel the job" msgstr "" #: ../app/controllers/job_invocations_controller.rb:110 msgid "The job cannot be aborted at the moment." msgstr "" #: ../app/controllers/job_invocations_controller.rb:112 msgid "The job cannot be cancelled at the moment." msgstr "" #: ../app/controllers/job_templates_controller.rb:27 msgid "" "Problem with previewing the template: %{error}. Note that you must save templa" "te input changes before you try to preview it." msgstr "" #: ../app/controllers/job_templates_controller.rb:39 msgid "Job template imported successfully." msgstr "" #: ../app/controllers/job_templates_controller.rb:44 msgid "Unable to save template. Correct highlighted errors" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:4 #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:20 msgid "Schedule Remote Job" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:9 msgid "%s" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:26 msgid "Web Console" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb:7 msgid "Run" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:17 msgid "Success" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:18 #: ../app/views/job_invocations/index.html.erb:12 msgid "Failed" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:19 #: ../app/views/job_invocations/index.html.erb:13 msgid "Pending" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:20 msgid "Cancelled" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:30 msgid "queued to start executing in %{time}" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:32 msgid "queued" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:36 msgid "running %{percent}%%" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:38 msgid "succeeded" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:40 #: ../app/helpers/remote_execution_helper.rb:27 msgid "failed" msgstr "" #: ../app/helpers/job_invocations_chart_helper.rb:42 msgid "unknown status" msgstr "" #: ../app/helpers/job_invocations_helper.rb:18 #: ../app/helpers/remote_execution_helper.rb:60 #: ../app/views/job_invocations/welcome.html.erb:12 msgid "Run Job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:21 msgid "running" msgstr "" #: ../app/helpers/remote_execution_helper.rb:23 msgid "planned" msgstr "" #: ../app/helpers/remote_execution_helper.rb:29 msgid "cancelled" msgstr "" #: ../app/helpers/remote_execution_helper.rb:31 msgid "success" msgstr "" #: ../app/helpers/remote_execution_helper.rb:41 msgid "Host detail" msgstr "" #: ../app/helpers/remote_execution_helper.rb:42 msgid "Rerun on %s" msgstr "" #: ../app/helpers/remote_execution_helper.rb:45 msgid "Host task" msgstr "" #: ../app/helpers/remote_execution_helper.rb:54 #: ../app/helpers/remote_execution_helper.rb:193 #: ../app/models/job_invocation.rb:175 msgid "N/A" msgstr "" #: ../app/helpers/remote_execution_helper.rb:70 msgid "Rerun" msgstr "" #: ../app/helpers/remote_execution_helper.rb:72 msgid "Rerun the job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:75 msgid "Rerun failed" msgstr "" #: ../app/helpers/remote_execution_helper.rb:78 msgid "Rerun on failed hosts" msgstr "" #: ../app/helpers/remote_execution_helper.rb:81 msgid "Job Task" msgstr "" #: ../app/helpers/remote_execution_helper.rb:83 msgid "See the last task details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:86 #: ../app/helpers/remote_execution_helper.rb:110 msgid "Cancel Job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:88 msgid "Try to cancel the job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:91 #: ../app/helpers/remote_execution_helper.rb:115 msgid "Abort Job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:93 msgid "Try to abort the job without waiting for the results from the remote hosts" msgstr "" #: ../app/helpers/remote_execution_helper.rb:105 msgid "Task Details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:107 msgid "See the task details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:112 msgid "Try to cancel the job on a host" msgstr "" #: ../app/helpers/remote_execution_helper.rb:117 msgid "Try to abort the job on a host without waiting for its result" msgstr "" #: ../app/helpers/remote_execution_helper.rb:163 msgid "Could not render the preview because no host matches the search query." msgstr "" #: ../app/helpers/remote_execution_helper.rb:195 msgid "in %s" msgstr "" #: ../app/helpers/remote_execution_helper.rb:195 msgid "%s ago" msgstr "" #: ../app/helpers/remote_execution_helper.rb:213 msgid "Use default description template" msgstr "" #: ../app/helpers/remote_execution_helper.rb:218 msgid "Description template" msgstr "" #: ../app/helpers/remote_execution_helper.rb:228 msgid "" "This template is used to generate the description.
Input values can be use" "d using the syntax %{package}.
You may also include the job category and t" "emplate
name using %{job_category} and %{template_name}." msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:30 msgid "Could not use any template used in the job invocation" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:37 msgid "Failed rendering template: %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:63 msgid "Task cancelled" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:64 msgid "Job execution failed" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:73 msgid "%{description} on %{host}" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:78 action_names.rb:5 msgid "Remote action:" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:102 msgid "Job cancelled by user" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:107 msgid "Exit status: %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:109 msgid "Job finished with error" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:112 msgid "Error loading data from proxy" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:144 msgid "User can not execute job on host %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:145 msgid "User can not execute this job template" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:150 msgid "User can not execute this job template on %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:160 msgid "The only applicable proxy %{proxy_names} is down" msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}" msgstr[0] "" msgstr[1] "" #: ../app/lib/actions/remote_execution/run_host_job.rb:167 msgid "" "Could not use any proxy. Consider configuring %{global_proxy}, %{fallback_prox" "y} in settings" msgstr "" #: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:31 msgid "included template '%s' not found" msgstr "" #: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:68 msgid "" "input macro with name '%s' used, but no input with such name defined for this " "template" msgstr "" #: ../app/lib/proxy_api/remote_execution_ssh.rb:11 msgid "Unable to fetch public key" msgstr "" #: ../app/models/concerns/foreman_remote_execution/nic_extensions.rb:20 msgid "host already has an execution interface" msgstr "" #: ../app/models/concerns/foreman_remote_execution/template_overrides.rb:7 msgid "This template is locked. Please clone it to a new template to customize." msgstr "" #: ../app/models/foreign_input_set.rb:20 msgid "" "Circular dependency detected in foreign input set '%{template}' -> '%{target_t" "emplate}'. Templates stack: %{templates_stack}" msgstr "" #: ../app/models/host_status/execution_status.rb:34 msgid "Execution" msgstr "" #: ../app/models/host_status/execution_status.rb:40 msgid "Last execution succeeded" msgstr "" #: ../app/models/host_status/execution_status.rb:40 msgid "No execution finished yet" msgstr "" #: ../app/models/host_status/execution_status.rb:42 msgid "Last execution failed" msgstr "" #: ../app/models/host_status/execution_status.rb:44 msgid "Unknown execution status" msgstr "" #: ../app/models/input_template_renderer.rb:16 msgid "Recursive rendering of templates detected" msgstr "" #: ../app/models/input_template_renderer.rb:51 msgid "error during rendering: %s" msgstr "" #: ../app/models/job_invocation.rb:12 msgid "template" msgstr "" #: ../app/models/job_invocation_composer.rb:110 msgid "Cannot specify both bookmark_id and search_query" msgstr "" #: ../app/models/job_invocation_composer.rb:115 msgid "Cannot specify both recurrence and scheduling" msgstr "" #: ../app/models/job_invocation_composer.rb:149 msgid "Unknown input %{input_name} for template %{template_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:277 msgid "Feature input %{input_name} not defined in template %{template_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:286 msgid "No template mapped to feature %{feature_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:292 msgid "" "The template %{template_name} mapped to feature %{feature_name} is not accessi" "ble by the user" msgstr "" #: ../app/models/job_invocation_task_group.rb:8 msgid "Job Invocation" msgstr "" #: ../app/models/job_template.rb:97 msgid "Duplicated inputs detected: %{duplicated_inputs}" msgstr "" #: ../app/models/remote_execution_feature.rb:23 msgid "Unknown remote execution feature %s" msgstr "" #: ../app/models/remote_execution_provider.rb:45 msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}" msgstr "" #: ../app/models/remote_execution_provider.rb:71 msgid "Could not find any suitable interface for execution" msgstr "" #: ../app/models/setting/remote_execution.rb:14 msgid "" "Search the host for any proxy with Remote Execution, useful when the host has " "no subnet or the subnet does not have an execution proxy" msgstr "" #: ../app/models/setting/remote_execution.rb:16 msgid "Fallback to Any Proxy" msgstr "" #: ../app/models/setting/remote_execution.rb:18 msgid "" "Search for remote execution proxy outside of the proxies assigned to the host." " If locations or organizations are enabled, the search will be limited to the " "host's organization or location." msgstr "" #: ../app/models/setting/remote_execution.rb:22 msgid "Enable Global Proxy" msgstr "" #: ../app/models/setting/remote_execution.rb:24 msgid "" "Default user to use for SSH. You may override per host by setting a parameter" " called remote_execution_ssh_user." msgstr "" #: ../app/models/setting/remote_execution.rb:26 msgid "SSH User" msgstr "" #: ../app/models/setting/remote_execution.rb:28 msgid "" "Default user to use for executing the script. If the user differs from the SSH" " user, su or sudo is used to switch the user." msgstr "" #: ../app/models/setting/remote_execution.rb:30 msgid "Effective User" msgstr "" #: ../app/models/setting/remote_execution.rb:32 msgid "What command should be used to switch to the effective user. One of %s" msgstr "" #: ../app/models/setting/remote_execution.rb:34 msgid "Effective User Method" msgstr "" #: ../app/models/setting/remote_execution.rb:37 #: ../app/views/job_invocations/_form.html.erb:98 msgid "Sudo password" msgstr "" #: ../app/models/setting/remote_execution.rb:39 msgid "Whether we should sync templates from disk when running db:seed." msgstr "" #: ../app/models/setting/remote_execution.rb:41 msgid "Sync Job Templates" msgstr "" #: ../app/models/setting/remote_execution.rb:43 msgid "" "Port to use for SSH communication. Default port 22. You may override per host " "by setting a parameter called remote_execution_ssh_port." msgstr "" #: ../app/models/setting/remote_execution.rb:45 msgid "SSH Port" msgstr "" #: ../app/models/setting/remote_execution.rb:47 msgid "" "Should the ip addresses on host interfaces be preferred over the fqdn? It is u" "seful, when DNS not resolving the fqdns properly. You may override this per ho" "st by setting a parameter called remote_execution_connect_by_ip." msgstr "" #: ../app/models/setting/remote_execution.rb:50 msgid "Connect by IP" msgstr "" #: ../app/models/setting/remote_execution.rb:52 msgid "" "Default password to use for SSH. You may override per host by setting a parame" "ter called remote_execution_ssh_password" msgstr "" #: ../app/models/setting/remote_execution.rb:54 msgid "Default SSH password" msgstr "" #: ../app/models/setting/remote_execution.rb:58 msgid "" "Default key passphrase to use for SSH. You may override per host by setting a " "parameter called remote_execution_ssh_key_passphrase" msgstr "" #: ../app/models/setting/remote_execution.rb:60 msgid "Default SSH key passphrase" msgstr "" #: ../app/models/setting/remote_execution.rb:64 msgid "" "Amount of workers in the pool to handle the execution of the remote execution " "jobs. Restart of the dynflowd/foreman-tasks service is required." msgstr "" #: ../app/models/setting/remote_execution.rb:66 msgid "Workers pool size" msgstr "" #: ../app/models/setting/remote_execution.rb:68 msgid "" "When enabled, working directories will be removed after task completion. You m" "ay override this per host by setting a parameter called remote_execution_clean" "up_working_dirs." msgstr "" #: ../app/models/setting/remote_execution.rb:70 msgid "Cleanup working directories" msgstr "" #: ../app/models/setting/remote_execution.rb:72 msgid "" "Where to find the Cockpit instance for the Web Console button. By default, no" " button is shown." msgstr "" #: ../app/models/setting/remote_execution.rb:74 msgid "Cockpit URL" msgstr "" #: ../app/models/ssh_execution_provider.rb:13 msgid "SSH" msgstr "" #: ../app/models/targeting.rb:5 msgid "Static Query" msgstr "" #: ../app/models/targeting.rb:5 msgid "Dynamic Query" msgstr "" #: ../app/models/targeting.rb:35 msgid "Cannot resolve hosts without a user" msgstr "" #: ../app/models/targeting.rb:36 msgid "Cannot resolve hosts without a bookmark or search query" msgstr "" #: ../app/models/targeting.rb:75 ../app/models/targeting.rb:76 msgid "Must select a bookmark or enter a search query" msgstr "" #: ../app/models/template_invocation.rb:7 msgid "Input" msgstr "" #: ../app/models/template_invocation.rb:94 msgid "Not all required inputs have values. Missing inputs: %s" msgstr "" #: ../app/views/job_invocations/_card_results.html.erb:4 msgid "Results" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:7 msgid "Schedule" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:14 msgid "Concurrency level limited to" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:14 msgid "tasks at a time" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:17 msgid "Set to distribute over" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:17 #: ../app/views/job_invocations/_card_schedule.html.erb:26 msgid "seconds" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:20 msgid "Scheduled to start before" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:23 msgid "Scheduled to start at" msgstr "" #: ../app/views/job_invocations/_card_schedule.html.erb:26 msgid "Timeout to kill after" msgstr "" #: ../app/views/job_invocations/_card_target_hosts.html.erb:5 msgid "Target hosts" msgstr "" #: ../app/views/job_invocations/_card_target_hosts.html.erb:11 msgid "Bookmark" msgstr "" #: ../app/views/job_invocations/_card_target_hosts.html.erb:13 msgid "Manual selection" msgstr "" #: ../app/views/job_invocations/_card_target_hosts.html.erb:15 msgid "using " msgstr "" #: ../app/views/job_invocations/_card_target_hosts.html.erb:22 msgid "Evaluated at:" msgstr "" #: ../app/views/job_invocations/_card_user_input.html.erb:4 msgid "User Inputs" msgstr "" #: ../app/views/job_invocations/_description_fields.html.erb:1 #: ../app/views/job_invocations/index.html.erb:8 #: ../app/views/remote_execution_features/index.html.erb:8 msgid "Description" msgstr "" #: ../app/views/job_invocations/_form.html.erb:23 msgid "Job template" msgstr "" #: ../app/views/job_invocations/_form.html.erb:39 msgid "Resolves to" msgstr "" #: ../app/views/job_invocations/_form.html.erb:42 msgid "hosts" msgstr "" #: ../app/views/job_invocations/_form.html.erb:43 msgid "Refresh" msgstr "" #: ../app/views/job_invocations/_form.html.erb:46 msgid "Preview" msgstr "" #: ../app/views/job_invocations/_form.html.erb:67 msgid "Display advanced fields" msgstr "" #: ../app/views/job_invocations/_form.html.erb:67 msgid "Hide advanced fields" msgstr "" #: ../app/views/job_invocations/_form.html.erb:78 #: ../app/views/job_templates/_custom_tabs.html.erb:31 msgid "Effective user" msgstr "" #: ../app/views/job_invocations/_form.html.erb:78 msgid "" "A user to be used for executing the script. If it differs from the SSH user, s" "u or sudo is used to switch the accounts." msgstr "" #: ../app/views/job_invocations/_form.html.erb:84 #: ../app/views/job_templates/_custom_tabs.html.erb:18 msgid "Timeout to kill" msgstr "" #: ../app/views/job_invocations/_form.html.erb:84 msgid "" "Time in seconds from the start on the remote host after which the job should b" "e killed." msgstr "" #: ../app/views/job_invocations/_form.html.erb:96 msgid "Password" msgstr "" #: ../app/views/job_invocations/_form.html.erb:96 msgid "" "Password is stored encrypted in DB until the job finishes. For future or recur" "ring executions, it is removed after the last execution." msgstr "" #: ../app/views/job_invocations/_form.html.erb:97 msgid "Private key passphrase" msgstr "" #: ../app/views/job_invocations/_form.html.erb:97 msgid "" "Key passhprase is only applicable for SSH provider. Other providers ignore thi" "s field.
Passphrase is stored encrypted in DB until the job finishes. For" " future or recurring executions, it is removed after the last execution." msgstr "" #: ../app/views/job_invocations/_form.html.erb:98 msgid "" "Sudo password is only applicable for SSH provider. Other providers ignore this" " field.
Password is stored encrypted in DB until the job finishes. For fu" "ture or recurring executions, it is removed after the last execution." msgstr "" #: ../app/views/job_invocations/_form.html.erb:102 msgid "Concurrency level" msgstr "" #: ../app/views/job_invocations/_form.html.erb:103 msgid "Time span" msgstr "" #: ../app/views/job_invocations/_form.html.erb:103 msgid "Distribute execution over N seconds" msgstr "" #: ../app/views/job_invocations/_form.html.erb:107 msgid "Type of query" msgstr "" #: ../app/views/job_invocations/_form.html.erb:107 msgid "" "Type has impact on when is the query evaluated to hosts.
  • Static<" "/b> - evaluates just after you submit this form
  • Dynamic - evalu" "ates just before the execution is started, so if it's planed in future, target" "ed hosts set may change before it
" msgstr "" #: ../app/views/job_invocations/_preview_hosts_list.html.erb:3 msgid "" "The final host list may change because the selected query is dynamic. It will" " be rerun during execution." msgstr "" #: ../app/views/job_invocations/_preview_hosts_list.html.erb:14 msgid "...and %{count} more" msgid_plural "...and %{count} more" msgstr[0] "" msgstr[1] "" #: ../app/views/job_invocations/_preview_hosts_list.html.erb:18 msgid "No hosts found." msgstr "" #: ../app/views/job_invocations/_preview_hosts_modal.html.erb:8 #: ../app/views/job_templates/_import_job_template_modal.html.erb:8 msgid "Close" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:6 msgid "Filter" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:9 msgid "Search" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:21 msgid "Host" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:22 #: ../app/views/job_invocations/index.html.erb:10 msgid "Status" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:23 #: ../app/views/job_templates/index.html.erb:15 msgid "Actions" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:45 msgid "" "The dynamic query '%{query}' was not resolved yet. The list of hosts to which " "it would resolve now can be seen %{here}." msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:47 msgid "here" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:11 msgid "effective user" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:12 #: ../app/views/job_invocations/index.html.erb:14 msgid "Total hosts" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:26 msgid "" "The dynamic query '#{job_invocation.targeting.search_query}' was not resolved " "yet. The list of hosts to which it would resolve now can be seen" msgstr "" #: ../app/views/job_invocations/_tab_preview_templates.html.erb:6 msgid "Providers and templates" msgstr "" #: ../app/views/job_invocations/_user_input.html.erb:7 msgid "User input" msgstr "" #: ../app/views/job_invocations/_user_input.html.erb:8 msgid "Value" msgstr "" #: ../app/views/job_invocations/index.html.erb:1 #: ../app/views/template_invocations/show.html.erb:1 msgid "Job invocations" msgstr "" #: ../app/views/job_invocations/index.html.erb:9 msgid "Search Query" msgstr "" #: ../app/views/job_invocations/index.html.erb:11 msgid "Succeeded" msgstr "" #: ../app/views/job_invocations/index.html.erb:15 msgid "Start" msgstr "" #: ../app/views/job_invocations/new.html.erb:3 msgid "Job invocation" msgstr "" #: ../app/views/job_invocations/show.html.erb:14 msgid "Overview" msgstr "" #: ../app/views/job_invocations/show.html.erb:17 msgid "Preview templates" msgstr "" #: ../app/views/job_invocations/show.html.erb:20 msgid "Recurring logic" msgstr "" #: ../app/views/job_invocations/welcome.html.erb:5 msgid "Job Invocations" msgstr "" #: ../app/views/job_invocations/welcome.html.erb:7 msgid "" "Foreman can run arbitrary commands on remote hosts using different providers, " "such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman " "does not have to have direct access to the target hosts and can scale to contr" "ol many hosts." msgstr "" #: ../app/views/job_invocations/welcome.html.erb:9 msgid "Learn more about this in the documentation." msgstr "" #: ../app/views/job_templates/_custom_tab_headers.html.erb:1 msgid "Job" msgstr "" #: ../app/views/job_templates/_custom_tab_headers.html.erb:2 msgid "Type" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:27 msgid "Add Foreign Input Set" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:27 msgid "add an input set for this template to reference a different template inputs" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:45 msgid "Snippet" msgstr "" #: ../app/views/job_templates/_import_job_template_modal.html.erb:13 msgid "" "Select an ERB file to upload in order to import a job template. The template " "must contain metadata in the first ERB comment." msgstr "" #: ../app/views/job_templates/_import_job_template_modal.html.erb:14 msgid "Overwrite" msgstr "" #: ../app/views/job_templates/_import_job_template_modal.html.erb:14 msgid "Whether to overwrite the template if it already exists" msgstr "" #: ../app/views/job_templates/edit.html.erb:6 #: ../app/views/job_templates/index.html.erb:4 msgid "Job Templates" msgstr "" #: ../app/views/job_templates/edit.html.erb:10 msgid "Edit %s" msgstr "" #: ../app/views/job_templates/edit.html.erb:16 msgid "Edit Job Template" msgstr "" #: ../app/views/job_templates/index.html.erb:6 msgid "Import" msgstr "" #: ../app/views/job_templates/index.html.erb:7 #: ../app/views/job_templates/new.html.erb:3 msgid "New Job Template" msgstr "" #: ../app/views/job_templates/index.html.erb:12 msgid "JobTemplate|Name" msgstr "" #: ../app/views/job_templates/index.html.erb:13 msgid "JobTemplate|Snippet" msgstr "" #: ../app/views/job_templates/index.html.erb:14 msgid "JobTemplate|Locked" msgstr "" #: ../app/views/job_templates/index.html.erb:25 msgid "This template is locked for editing." msgstr "" #: ../app/views/overrides/nics/_execution_interface.html.erb:4 msgid "The execution interface is used for remote execution" msgstr "" #: ../app/views/overrides/nics/_execution_interface.html.erb:7 msgid "Remote execution" msgstr "" #: ../app/views/overrides/subnets/_rex_tab.html.erb:1 msgid "Remote Execution" msgstr "" #: ../app/views/overrides/subnets/_rex_tab_pane.html.erb:3 msgid "Proxies" msgstr "" #: ../app/views/overrides/subnets/_rex_tab_pane.html.erb:3 msgid "" "Select as many remote execution proxies as applicable for this subnet. When m" "ultiple proxies with the same provider are added, actions will be load balance" "d among them." msgstr "" #: ../app/views/remote_execution_features/_form.html.erb:18 msgid "" "You are not allowed to see the currently assigned template. Saving the form no" "w would unassign the template." msgstr "" #: ../app/views/remote_execution_features/index.html.erb:1 #: ../lib/foreman_remote_execution/engine.rb:105 msgid "Remote Execution Features" msgstr "" #: ../app/views/remote_execution_features/index.html.erb:6 msgid "Label" msgstr "" #: ../app/views/remote_execution_features/index.html.erb:7 msgid "Name" msgstr "" #: ../app/views/remote_execution_features/show.html.erb:1 msgid "Edit Remote Execution Feature" msgstr "" #: ../app/views/template_inputs/_foreign_input_set_form.html.erb:3 msgid "Foreign input set" msgstr "" #: ../app/views/template_inputs/_foreign_input_set_form.html.erb:5 msgid "remove template input set" msgstr "" #: ../app/views/template_inputs/_foreign_input_set_form.html.erb:9 msgid "" "A comma separated list of input names to be excluded from the foreign template" "." msgstr "" #: ../app/views/template_invocations/show.html.erb:4 msgid "Template Invocation for %s" msgstr "" #: ../app/views/template_invocations/show.html.erb:17 msgid "Back to Job" msgstr "" #: ../app/views/template_invocations/show.html.erb:18 msgid "Toggle command" msgstr "" #: ../app/views/template_invocations/show.html.erb:19 msgid "Toggle STDERR" msgstr "" #: ../app/views/template_invocations/show.html.erb:20 msgid "Toggle STDOUT" msgstr "" #: ../app/views/template_invocations/show.html.erb:21 msgid "Toggle DEBUG" msgstr "" #: ../app/views/template_invocations/show.html.erb:26 msgid "Target: " msgstr "" #: ../app/views/template_invocations/show.html.erb:36 msgid "Scroll to bottom" msgstr "" #: ../app/views/template_invocations/show.html.erb:42 msgid "Scroll to top" msgstr "" #: ../app/views/templates/ssh/module_action.erb:5 #: ../app/views/templates/ssh/package_action.erb:5 msgid "Unsupported or no operating system found for this host." msgstr "" #: #: ../db/migrate/20190111153330_remove_remote_execution_without_proxy_setting.rb:8 msgid "" "When enabled, the remote execution will try to run the commands directly, when" " no proxy with remote execution feature is configured for the host." msgstr "" #: #: ../db/migrate/20190111153330_remove_remote_execution_without_proxy_setting.rb:11 msgid "Fallback Without Proxy" msgstr "" #: ../db/seeds.d/50-notification_blueprints.rb:3 #: ../lib/foreman_remote_execution/engine.rb:111 msgid "Jobs" msgstr "" #: ../db/seeds.d/50-notification_blueprints.rb:5 msgid "A job '%{subject}' has finished successfully" msgstr "" #: ../db/seeds.d/50-notification_blueprints.rb:12 msgid "Job Details" msgstr "" #: ../lib/foreman_remote_execution/engine.rb:100 msgid "Job templates" msgstr "" #: action_names.rb:2 msgid "Action with sub plans" msgstr "" #: action_names.rb:3 msgid "Import facts" msgstr "" #: action_names.rb:4 msgid "Import Puppet classes" msgstr "" #: gemspec.rb:2 msgid "" "A plugin bringing remote execution to the Foreman, completing the config manag" "ement functionality with remote management functionality." msgstr ""