# 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: 2016-08-23 10:19-0400\n" "PO-Revision-Date: 2016-08-23 10:19-0400\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/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/template_invocation.js:99 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:26 msgid "Target template ID" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:27 msgid "Include all inputs from the foreign template" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:28 #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:29 #: ../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:30 msgid "Input set description" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:34 msgid "Create a foreign input set" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:42 msgid "Delete a foreign input set" msgstr "" #: ../app/controllers/api/v2/foreign_input_sets_controller.rb:49 msgid "Update a foreign input set" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:15 msgid "List job invocations" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:21 msgid "Show job invocation" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:28 msgid "The job template to use" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:29 msgid "Invocation type, one of %s" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:30 msgid "Inputs to use" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:31 #: ../app/controllers/api/v2/job_templates_controller.rb:61 msgid "SSH provider specific options" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:34 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:37 msgid "Create a recurring job" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:38 msgid "How often the job should occur, in the cron format" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:39 msgid "Repeat a maximum of N times" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:40 msgid "Perform no more executions after this time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:43 msgid "Schedule the job to start at a later time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:44 msgid "Schedule the job for a future time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:45 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:48 msgid "Control concurrency level and distribution over time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:49 msgid "Distribute tasks over N seconds" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:50 #: ../app/views/job_invocations/_form.html.erb:89 msgid "Run at most N tasks at a time" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:55 msgid "Override the description format from the template for this invocation only" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:59 msgid "Create a job invocation" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:68 msgid "Get output for a host" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:101 msgid "Host with id '%{id}' was not found" msgstr "" #: ../app/controllers/api/v2/job_invocations_controller.rb:107 msgid "Template with id '%{id}' was not found" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:17 msgid "List job templates" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:18 msgid "List job templates per location" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:19 msgid "List job templates per organization" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:26 msgid "Import a job template from ERB" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:27 msgid "Template ERB" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:28 msgid "Overwrite template if it already exists" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:37 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:50 #: ../app/controllers/api/v2/job_templates_controller.rb:101 msgid "Template name" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:51 #: ../app/views/job_invocations/_form.html.erb:9 #: ../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:52 #: ../app/views/job_templates/_custom_tabs.html.erb:14 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:57 msgid "Provider type" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:60 msgid "Whether or not the template is locked for editing" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:62 msgid "Effective user options" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:63 msgid "What user should be used to run the script (using sudo-like mechanisms)" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:64 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:65 msgid "Whether the current user login should be used as the effective user" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:72 msgid "Create a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:79 #: ../app/controllers/api/v2/remote_execution_features_controller.rb:25 msgid "Update a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:87 msgid "Template version" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:93 msgid "Delete a job template" msgstr "" #: ../app/controllers/api/v2/job_templates_controller.rb:105 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:21 msgid "Job template ID to be used for the feature" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:12 msgid "List template inputs" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:19 msgid "Show template input details" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:27 msgid "Input name" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:28 msgid "Input description" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:29 msgid "Input is required" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:30 msgid "Input is advanced" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:31 msgid "Input type" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:32 msgid "Fact name, used when input type is fact" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:33 msgid "Variable name, used when input type is variable" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:34 msgid "Puppet class name, used when input type is puppet_parameter" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:35 msgid "Puppet parameter name, used when input type is puppet_parameter" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:36 msgid "Selectable values for user inputs" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:40 msgid "Create a template input" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:48 msgid "Delete a template input" msgstr "" #: ../app/controllers/api/v2/template_inputs_controller.rb:55 msgid "Update a template input" msgstr "" #: ../app/controllers/job_templates_controller.rb:25 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:34 msgid "Job template imported successfully." msgstr "" #: ../app/controllers/job_templates_controller.rb:39 msgid "Unable to save template. Correct highlighted errors" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:11 #: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:15 #: ../app/helpers/remote_execution_helper.rb:99 msgid "Run Job" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb:13 msgid "Export" msgstr "" #: #: ../app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb:14 msgid "Run" msgstr "" #: ../app/helpers/remote_execution_helper.rb:23 msgid "Success" msgstr "" #: ../app/helpers/remote_execution_helper.rb:24 #: ../app/views/job_invocations/index.html.erb:11 msgid "Failed" msgstr "" #: ../app/helpers/remote_execution_helper.rb:25 #: ../app/views/job_invocations/index.html.erb:12 msgid "Pending" msgstr "" #: ../app/helpers/remote_execution_helper.rb:26 msgid "Cancelled" msgstr "" #: ../app/helpers/remote_execution_helper.rb:36 msgid "queued" msgstr "" #: ../app/helpers/remote_execution_helper.rb:38 msgid "running %{percent}%%" msgstr "" #: ../app/helpers/remote_execution_helper.rb:40 msgid "succeeded" msgstr "" #: ../app/helpers/remote_execution_helper.rb:42 #: ../app/helpers/remote_execution_helper.rb:75 msgid "failed" msgstr "" #: ../app/helpers/remote_execution_helper.rb:44 msgid "unknown status" msgstr "" #: ../app/helpers/remote_execution_helper.rb:66 msgid "running" msgstr "" #: ../app/helpers/remote_execution_helper.rb:68 msgid "planned" msgstr "" #: ../app/helpers/remote_execution_helper.rb:73 msgid "cancelled" msgstr "" #: ../app/helpers/remote_execution_helper.rb:78 msgid "success" msgstr "" #: ../app/helpers/remote_execution_helper.rb:87 msgid "Host detail" msgstr "" #: ../app/helpers/remote_execution_helper.rb:88 msgid "Rerun on %s" msgstr "" #: ../app/helpers/remote_execution_helper.rb:93 #: ../app/helpers/remote_execution_helper.rb:200 #: ../app/models/job_invocation.rb:131 msgid "N/A" msgstr "" #: ../app/helpers/remote_execution_helper.rb:107 #: ../app/views/job_invocations/_form.html.erb:40 msgid "Refresh" msgstr "" #: ../app/helpers/remote_execution_helper.rb:107 msgid "Refresh this page" msgstr "" #: ../app/helpers/remote_execution_helper.rb:109 msgid "Rerun" msgstr "" #: ../app/helpers/remote_execution_helper.rb:111 msgid "Rerun the job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:114 msgid "Rerun failed" msgstr "" #: ../app/helpers/remote_execution_helper.rb:117 msgid "Rerun on failed hosts" msgstr "" #: ../app/helpers/remote_execution_helper.rb:120 msgid "Job Task" msgstr "" #: ../app/helpers/remote_execution_helper.rb:122 msgid "See the last task details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:125 #: ../app/helpers/remote_execution_helper.rb:143 msgid "Cancel Job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:127 msgid "Try to cancel the job" msgstr "" #: ../app/helpers/remote_execution_helper.rb:138 msgid "Task Details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:140 msgid "See the task details" msgstr "" #: ../app/helpers/remote_execution_helper.rb:145 msgid "Try to cancel the job on a host" msgstr "" #: ../app/helpers/remote_execution_helper.rb:202 msgid "in %s" msgstr "" #: ../app/helpers/remote_execution_helper.rb:202 msgid "%s ago" msgstr "" #: ../app/helpers/remote_execution_helper.rb:214 msgid "Template input" msgstr "" #: ../app/helpers/remote_execution_helper.rb:215 msgid "remove template input" msgstr "" #: ../app/helpers/remote_execution_helper.rb:227 msgid "Use default description template" msgstr "" #: ../app/helpers/remote_execution_helper.rb:232 msgid "Description template" msgstr "" #: ../app/helpers/remote_execution_helper.rb:238 #: ../app/views/job_invocations/_form.html.erb:101 #: ../app/views/job_templates/_custom_tabs.html.erb:14 msgid "Explanation" msgstr "" #: ../app/helpers/remote_execution_helper.rb:239 msgid "" "This template is used to generate the description Input values can be used usi" "ng the syntax %{package}. You may also include the job category and template n" "ame using %{job_category} and %{template_name}." msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:25 msgid "Could not use any template used in the job invocation" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:30 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:37 msgid "" "Could not use any proxy. Consider configuring %{global_proxy} or %{fallback_pr" "oxy} in settings" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:43 msgid "Failed rendering template: %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:66 msgid "Failed to initialize command" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:71 msgid "%{description} on %{host}" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:76 action_names.rb:8 msgid "Remote action:" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:95 msgid "User can not execute job on host %s" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:96 msgid "User can not execute this job template" msgstr "" #: ../app/lib/actions/remote_execution/run_host_job.rb:101 msgid "User can not execute this job template on %s" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:24 msgid "Script execution failed" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:56 msgid "Initialization error: %s" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:66 msgid "Error loading data from proxy" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:75 msgid "No output" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:79 msgid "Exit status: %s" msgstr "" #: ../app/lib/actions/remote_execution/run_proxy_command.rb:81 msgid "Job finished with error" 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/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:30 msgid "Execution" msgstr "" #: ../app/models/host_status/execution_status.rb:36 msgid "Last execution succeeded" msgstr "" #: ../app/models/host_status/execution_status.rb:36 msgid "No execution finished yet" msgstr "" #: ../app/models/host_status/execution_status.rb:38 msgid "Last execution failed" msgstr "" #: ../app/models/host_status/execution_status.rb:40 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:30 msgid "error during rendering: %s" msgstr "" #: ../app/models/input_template_renderer.rb:49 msgid "" "input macro with name '%s' used, but no input with such name defined for this " "template" msgstr "" #: ../app/models/input_template_renderer.rb:63 msgid "included template '%s' not found" msgstr "" #: ../app/models/job_invocation.rb:7 msgid "template" msgstr "" #: ../app/models/job_invocation_composer.rb:87 msgid "Cannot specify both bookmark_id and search_query" msgstr "" #: ../app/models/job_invocation_composer.rb:92 msgid "Cannot specify both recurrence and scheduling" msgstr "" #: ../app/models/job_invocation_composer.rb:126 msgid "Unknown input %{input_name} for template %{template_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:234 msgid "Feature input %{input_name} not defined in template %{template_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:243 msgid "No template mapped to feature %{feature_name}" msgstr "" #: ../app/models/job_invocation_composer.rb:249 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:152 msgid "Duplicated inputs detected: %{duplicated_inputs}" msgstr "" #: ../app/models/job_template.rb:218 msgid "This template is locked. Please clone it to a new template to customize." msgstr "" #: ../app/models/remote_execution_feature.rb:18 msgid "Unknown remote execution feature %s" msgstr "" #: ../app/models/setting/remote_execution.rb:10 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:13 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:18 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:21 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:24 msgid "What command should be used to switch to the effective user. One of %s" msgstr "" #: ../app/models/setting/remote_execution.rb:30 msgid "Whether we should sync templates from disk when running db:seed." msgstr "" #: ../app/models/ssh_execution_provider.rb:13 msgid "SSH" msgstr "" #: ../app/models/ssh_execution_provider.rb:33 msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}" 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:65 ../app/models/targeting.rb:66 msgid "Must select a bookmark or enter a search query" msgstr "" #: ../app/models/template_input.rb:9 msgid "User input" msgstr "" #: ../app/models/template_input.rb:9 msgid "Fact value" msgstr "" #: ../app/models/template_input.rb:9 msgid "Variable" msgstr "" #: ../app/models/template_input.rb:10 msgid "Puppet parameter" msgstr "" #: ../app/models/template_input.rb:110 msgid "Value for required input '%s' was not specified" msgstr "" #: ../app/models/template_invocation.rb:7 msgid "Input" msgstr "" #: ../app/models/template_invocation.rb:48 msgid "Not all required inputs have values. Missing inputs: %s" 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:20 msgid "Job template" msgstr "" #: ../app/views/job_invocations/_form.html.erb:36 msgid "Resolves to" msgstr "" #: ../app/views/job_invocations/_form.html.erb:39 msgid "hosts" msgstr "" #: ../app/views/job_invocations/_form.html.erb:43 msgid "Preview" msgstr "" #: ../app/views/job_invocations/_form.html.erb:64 msgid "Display advanced fields" msgstr "" #: ../app/views/job_invocations/_form.html.erb:64 msgid "Hide advanced fields" msgstr "" #: ../app/views/job_invocations/_form.html.erb:75 #: ../app/views/job_invocations/_tab_overview.html.erb:44 #: ../app/views/job_templates/_custom_tabs.html.erb:39 msgid "Effective user" msgstr "" #: ../app/views/job_invocations/_form.html.erb:75 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:89 msgid "Concurrency level" msgstr "" #: ../app/views/job_invocations/_form.html.erb:90 msgid "Time span" msgstr "" #: ../app/views/job_invocations/_form.html.erb:90 msgid "Distribute execution over N seconds" msgstr "" #: ../app/views/job_invocations/_form.html.erb:94 msgid "Type of query" msgstr "" #: ../app/views/job_invocations/_form.html.erb:102 msgid "" "Type has impact on when is the query evaulated 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:9 msgid "Status" msgstr "" #: ../app/views/job_invocations/_tab_hosts.html.erb:23 #: ../app/views/job_templates/index.html.erb:16 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:6 msgid "Target hosts" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:8 msgid "Bookmark" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:10 msgid "Manual selection" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:15 msgid "Evaluated at:" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:21 #: ../app/views/job_invocations/index.html.erb:13 msgid "Total hosts" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:25 msgid "Providers and templates" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:31 msgid "Preview for target %s" msgstr "" #: ../app/views/job_invocations/_tab_overview.html.erb:36 msgid "following user inputs were provided" msgstr "" #: ../app/views/job_invocations/index.html.erb:1 msgid "Job invocations" msgstr "" #: ../app/views/job_invocations/index.html.erb:10 msgid "Succeeded" msgstr "" #: ../app/views/job_invocations/index.html.erb:14 msgid "Start" msgstr "" #: ../app/views/job_invocations/new.html.erb:3 msgid "Job invocation" msgstr "" #: ../app/views/job_invocations/show.html.erb:10 msgid "Overview" msgstr "" #: ../app/views/job_invocations/show.html.erb:11 msgid "Hosts" msgstr "" #: ../app/views/job_invocations/show.html.erb:12 msgid "Recurring logic" 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:28 msgid "Add Input" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:28 msgid "add a input for this template" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:35 msgid "Add Foreign Input Set" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:35 msgid "add an input set for this template to reference a different template inputs" msgstr "" #: ../app/views/job_templates/_custom_tabs.html.erb:53 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:4 msgid "Edit Job Template" msgstr "" #: ../app/views/job_templates/index.html.erb:5 msgid "Job Templates" msgstr "" #: ../app/views/job_templates/index.html.erb:7 msgid "Import" msgstr "" #: ../app/views/job_templates/index.html.erb:8 #: ../app/views/job_templates/new.html.erb:4 msgid "New Job Template" msgstr "" #: ../app/views/job_templates/index.html.erb:13 msgid "JobTemplate|Name" msgstr "" #: ../app/views/job_templates/index.html.erb:14 msgid "JobTemplate|Snippet" msgstr "" #: ../app/views/job_templates/index.html.erb:15 msgid "JobTemplate|Locked" msgstr "" #: ../app/views/job_templates/index.html.erb:26 msgid "This template is locked for editing." msgstr "" #: ../app/views/overrides/nics/_execution_interface.html.erb:5 msgid "The execution interface is used for remote execution" msgstr "" #: ../app/views/overrides/nics/_execution_interface.html.erb:8 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:93 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_inputs/_form.html.erb:19 msgid "" "A list of options the user can select from. If not provided, the user will be " "given a free-form field" msgstr "" #: ../app/views/template_invocations/show.html.erb:1 msgid "Detail of %s run" msgstr "" #: ../app/views/template_invocations/show.html.erb:7 msgid "Back to Job" msgstr "" #: ../app/views/template_invocations/show.html.erb:8 msgid "Toggle command" msgstr "" #: ../app/views/template_invocations/show.html.erb:9 msgid "Toggle STDERR" msgstr "" #: ../app/views/template_invocations/show.html.erb:10 msgid "Toggle STDOUT" msgstr "" #: ../app/views/template_invocations/show.html.erb:11 msgid "Toggle DEBUG" msgstr "" #: ../app/views/template_invocations/show.html.erb:16 msgid "Target: " msgstr "" #: ../app/views/template_invocations/show.html.erb:26 msgid "Scroll to bottom" msgstr "" #: ../app/views/template_invocations/show.html.erb:32 msgid "Scroll to top" msgstr "" #: ../app/views/templates/ssh/package_action.erb:5 msgid "Unsupported or no operating system found for this host." msgstr "" #: ../lib/foreman_remote_execution/engine.rb:88 msgid "Job templates" msgstr "" #: ../lib/foreman_remote_execution/engine.rb:99 msgid "Jobs" msgstr "" #: action_names.rb:2 msgid "Action with sub plans" msgstr "" #: action_names.rb:3 msgid "Create architecture" msgstr "" #: action_names.rb:4 msgid "Delete architecture" msgstr "" #: action_names.rb:5 msgid "Update architecture" msgstr "" #: action_names.rb:6 msgid "Import facts" msgstr "" #: action_names.rb:7 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 ""