# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the foreman_tasks package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: foreman_tasks 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-18 08:15+0000\n" "PO-Revision-Date: 2023-05-18 08:15+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" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:21 msgid "List recurring logics" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:27 msgid "Show recurring logic details" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:31 msgid "Update recurring logic" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:38 msgid "Cancel recurring logic" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:48 msgid "Delete recurring logics by search query" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:49 msgid "Search query" msgstr "" #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:52 msgid "Please provide a search parameter in the request" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:78 msgid "Resume all paused error tasks" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:84 msgid "Resume tasks matching search string" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:85 msgid "Resume specific tasks by ID" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:118 msgid "Cancel selected cancellable tasks" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:123 msgid "Cancel tasks matching search string" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:124 msgid "Cancel specific tasks by ID" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:128 #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:154 msgid "Please provide at least one of search or task_ids parameters in the request" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:144 msgid "Stop selected stoppable tasks" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:149 msgid "Stop tasks matching search string" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:150 msgid "Stop specific tasks by ID" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:177 msgid "List tasks" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:204 msgid "UUID of the task" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:205 msgid "The ID of the step inside the execution plan to send the event to" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:211 msgid "Data to be sent to the action" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:214 msgid "Send data to the task from external executor (such as smart_proxy_dynflow)" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:255 msgid "User search_params requires user_id to be specified" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:261 msgid "Resource search_params requires resource_type and resource_id to be specified" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:268 msgid "Task search_params requires task_id to be specified" msgstr "" #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:272 msgid "Type %s for search_params is not supported" msgstr "" #: ../app/controllers/foreman_tasks/recurring_logics_controller.rb:47 msgid "The recurring logic was enabled." msgstr "" #: ../app/controllers/foreman_tasks/recurring_logics_controller.rb:49 msgid "The recurring logic was disabled." msgstr "" #: ../app/controllers/foreman_tasks/tasks_controller.rb:54 msgid "Trying to abort the task" msgstr "" #: ../app/controllers/foreman_tasks/tasks_controller.rb:56 msgid "The task cannot be aborted at the moment." msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:44 msgid "Enable" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:45 msgid "Disable" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:46 #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:30 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:29 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:93 #: ../webpack/ForemanTasks/Components/common/ActionButtons/ActionButton.js:30 #: ../webpack/ForemanTasks/Components/common/ClickConfirmation/index.js:56 msgid "Cancel" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:110 #: ../db/seeds.d/30-notification_blueprints.rb:3 #: ../db/seeds.d/30-notification_blueprints.rb:18 #: ../db/seeds.d/30-notification_blueprints.rb:33 #: ../db/seeds.d/30-notification_blueprints.rb:40 #: ../db/seeds.d/30-notification_blueprints.rb:47 #: ../lib/foreman_tasks/engine.rb:25 ../lib/foreman_tasks/engine.rb:54 #: ../webpack/ForemanTasks/Components/TasksTable/SubTasksPage.js:10 #: ../webpack/ForemanTasks/Components/TasksTable/TasksIndexPage.js:7 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTablePage.js:150 msgid "Tasks" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:119 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:110 #: ../webpack/ForemanTasks/Components/TasksTable/SubTasksPage.js:15 #: ../webpack/ForemanTasks/Components/TasksTable/SubTasksPage.js:19 msgid "Sub tasks" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:127 #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:144 msgid "Start at" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:128 msgid "Start before" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:129 msgid "" "Indicates that the action should be cancelled if it cannot be started before t" "his time." msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:137 msgid "Repeats" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:146 #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:50 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:40 msgid "Purpose" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:147 msgid "" "A special label for tracking a recurring job. There can be only one active job" " with a given purpose at a time." msgstr "" #. TRANSLATORS: this translation is referring to an option which is a time interval #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:156 msgid "is minute (range: 0-59)" msgstr "" #. TRANSLATORS: this translation is referring to an option which is a time interval #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:158 msgid "is hour (range: 0-23)" msgstr "" #. TRANSLATORS: this translation is referring to an option which is a time interval #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:160 msgid "is day of month (range: 1-31)" msgstr "" #. TRANSLATORS: this translation is referring to an option which is a time interval #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:162 msgid "is month (range: 1-12)" msgstr "" #. TRANSLATORS: this translation is referring to an option which is a time interval #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:164 msgid "is day of week (range: 0-6)" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:167 msgid "Cron line format 'a b c d e', where: %s" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:169 #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:41 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:8 msgid "Cron line" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:175 msgid "Days" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:184 msgid "Days of week" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:185 msgid "Mon" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:186 msgid "Tue" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:187 msgid "Wed" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:188 msgid "Thu" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:189 msgid "Fri" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:190 msgid "Sat" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:191 msgid "Sun" msgstr "" #. TRANSLATORS: Time widget for when a task should start #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:200 msgid "At" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:202 msgid "Repeat N times" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:203 msgid "Ends" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:204 msgid "Never" msgstr "" #. TRANSLATORS: Button text for saying when a task should end #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:206 msgid "On" msgstr "" #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:209 msgid "Ends at" msgstr "" #: ../app/helpers/foreman_tasks/tasks_helper.rb:10 msgid "Unlimited" msgstr "" #: ../app/lib/actions/action_with_sub_plans.rb:11 msgid "%{total} task(s), %{success} success, %{failed} fail" msgstr "" #: ../app/lib/actions/bulk_action.rb:28 msgid "Bulk action" msgstr "" #: ../app/lib/actions/bulk_action.rb:59 msgid "Empty bulk action" msgstr "" #: ../app/lib/actions/bulk_action.rb:61 msgid "The targets are of different types" msgstr "" #: ../app/lib/actions/foreman/host/import_facts.rb:43 action_names.rb:4 msgid "Import facts" msgstr "" #: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:3 msgid "Import Puppet classes" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:93 msgid "activation key" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:109 msgid "user" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:120 msgid "repository" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:138 msgid "content view version" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:148 msgid "content view" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:164 msgid "product" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:180 msgid "system" msgstr "" #: ../app/lib/actions/helpers/humanizer.rb:196 msgid "organization" msgstr "" #: ../app/lib/actions/helpers/with_continuous_output.rb:24 msgid "Failed to initialize" msgstr "" #: ../app/lib/actions/helpers/with_delegated_action.rb:10 msgid "No proxy defined for execution" msgstr "" #: ../app/lib/actions/helpers/with_delegated_action.rb:15 msgid "All proxies with the required feature are unavailable at the moment" msgstr "" #: ../app/lib/actions/middleware/keep_current_request_id.rb:48 msgid "Changing request id %{request_id} to saved id %{saved_id}" msgstr "" #: ../app/lib/actions/middleware/watch_delegated_proxy_sub_tasks.rb:69 msgid "Failed to check on tasks on proxy at %{url}: %{exception}" msgstr "" #: ../app/lib/actions/proxy_action.rb:98 msgid "The smart proxy task %s failed." msgstr "" #: ../app/lib/actions/proxy_action.rb:111 msgid "Cancel enforced: the task might be still running on the proxy" msgstr "" #: ../app/lib/actions/proxy_action.rb:121 msgid "Task aborted: the task might be still running on the proxy" msgstr "" #: ../app/lib/actions/proxy_action.rb:131 msgid "Event delivered by request %{request_id}" msgstr "" #: ../app/lib/actions/proxy_action.rb:143 msgid "Proxy task gone missing from the smart proxy" msgstr "" #: ../app/lib/actions/proxy_action.rb:148 msgid "Failed to trigger task on the smart proxy: " msgstr "" #: ../app/lib/actions/proxy_action.rb:182 msgid "Initialization error: %s" msgstr "" #: ../app/models/foreman_tasks/lock.rb:7 msgid "Required lock is already taken by other running tasks." msgstr "" #: ../app/models/foreman_tasks/lock.rb:8 msgid "Please inspect their state, fix their errors and resume them." msgstr "" #: ../app/models/foreman_tasks/lock.rb:10 msgid "Conflicts with tasks:" msgstr "" #: ../app/models/foreman_tasks/recurring_logic.rb:149 msgid "Active" msgstr "" #: ../app/models/foreman_tasks/recurring_logic.rb:151 msgid "Cancelled" msgstr "" #: ../app/models/foreman_tasks/recurring_logic.rb:153 msgid "Finished" msgstr "" #: ../app/models/foreman_tasks/recurring_logic.rb:155 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js:39 msgid "Disabled" msgstr "" #: ../app/models/foreman_tasks/recurring_logic.rb:157 #: ../app/models/foreman_tasks/task.rb:130 #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:14 #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:14 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskHelper.js:10 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:71 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:76 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:91 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:105 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:116 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:27 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:30 #: ../webpack/ForemanTasks/Components/TasksTable/formatters/dateCellFormmatter.js:6 msgid "N/A" msgstr "" #: ../app/models/foreman_tasks/recurring_logic_cancelled_exception.rb:3 msgid "Cannot update a cancelled Recurring Logic." msgstr "" #: ../app/models/foreman_tasks/task.rb:115 msgid "Delayed" msgstr "" #: ../app/models/foreman_tasks/task.rb:115 msgid "Immediate" msgstr "" #: ../app/models/foreman_tasks/task_groups/recurring_logic_task_group.rb:9 #: ../app/views/foreman_tasks/recurring_logics/show.html.erb:1 msgid "Recurring logic" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:29 msgid "%{value} is not allowed triggering mode" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:32 msgid "%{value} is not allowed input type" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:34 #: ../app/models/foreman_tasks/triggering.rb:36 msgid "%{value} is wrong format" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:60 msgid "mode has to be one of %{allowed_modes}" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:103 msgid "is not a valid format" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:114 msgid "No task could be started" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:115 msgid "Active or disabled recurring logic with purpose %s already exists" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:116 msgid "%s is not valid format of cron line" msgstr "" #: ../app/models/foreman_tasks/triggering.rb:122 msgid "The task could not be started" msgstr "" #: ../app/services/foreman_tasks/troubleshooting_help_generator.rb:67 msgid "" "A paused task represents a process that has not finished properly. Any task in" " paused state can lead to potential inconsistency and needs to be resolved." msgstr "" #: ../app/services/foreman_tasks/troubleshooting_help_generator.rb:70 msgid "" "The recommended approach is to investigate the error messages below and in 'er" "rors' tab, address the primary cause of the issue and resume the task." msgstr "" #: ../app/services/foreman_tasks/troubleshooting_help_generator.rb:83 msgid "troubleshooting documentation" msgstr "" #: ../app/services/foreman_tasks/troubleshooting_help_generator.rb:84 msgid "See %{link} for more details on how to resolve the issue" msgstr "" #: ../app/services/ui_notifications/tasks/task_paused_admin.rb:37 msgid "There is %{count} paused task in the system that need attention" msgid_plural "There are %{count} paused tasks in the system that need attention" msgstr[0] "" msgstr[1] "" #: ../app/views/common/_trigger_form.html.erb:2 msgid "Schedule" msgstr "" #: ../app/views/common/_trigger_form.html.erb:12 msgid "Execute now" msgstr "" #: ../app/views/common/_trigger_form.html.erb:13 msgid "Schedule future execution" msgstr "" #: ../app/views/common/_trigger_form.html.erb:14 msgid "Set up recurring execution" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:1 msgid "Recurring logics" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:9 #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:23 #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:31 msgid "Clear Cancelled" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:27 msgid "" "This action will delete all cancelled recurring logics. Please note that this " "action can't be reversed." msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:40 #: ../app/views/foreman_tasks/task_groups/_common.html.erb:4 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:4 msgid "ID" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:42 #: ../app/views/foreman_tasks/task_groups/_common.html.erb:8 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:44 msgid "Task count" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:43 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:12 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:18 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:35 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:56 msgid "Action" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:44 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:16 msgid "Last occurrence" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:45 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:20 msgid "Next occurrence" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:46 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:24 msgid "Current iteration" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:47 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:28 msgid "Iteration limit" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:48 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:32 msgid "Repeat until" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:49 #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:36 #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:5 #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:4 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:40 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:130 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:61 msgid "State" msgstr "" #: ../app/views/foreman_tasks/recurring_logics/show.html.erb:6 msgid "Details" msgstr "" #: ../app/views/foreman_tasks/task_groups/_detail.html.erb:1 msgid "Task group common" msgstr "" #: ../app/views/foreman_tasks/task_groups/_tab_related.html.erb:2 msgid "Associated resources" msgstr "" #: #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:1 #: ../lib/foreman_tasks/engine.rb:123 msgid "Latest Warning/Error Tasks" msgstr "" #: #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:4 msgid "Name" msgstr "" #: #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:6 #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:5 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:64 msgid "Result" msgstr "" #: #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:7 msgid "Started" msgstr "" #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:1 #: ../lib/foreman_tasks/engine.rb:122 msgid "Task Status" msgstr "" #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:6 msgid "No. of Tasks" msgstr "" #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:7 msgid "Last start time" msgstr "" #: ../app/views/foreman_tasks/tasks/show.html.erb:9 msgid "Details of %s task" msgstr "" #: ../db/seeds.d/30-notification_blueprints.rb:12 msgid "List of tasks" msgstr "" #: ../db/seeds.d/30-notification_blueprints.rb:27 msgid "Task Details" msgstr "" #: ../lib/foreman_tasks/dynflow.rb:18 msgid "Back to tasks" msgstr "" #: ../lib/foreman_tasks/engine.rb:22 msgid "Foreman Tasks" msgstr "" #: ../lib/foreman_tasks/engine.rb:31 msgid "Recurring Logics" msgstr "" #: ../lib/foreman_tasks/engine.rb:57 msgid "Number of seconds to wait for synchronous task to finish." msgstr "" #: ../lib/foreman_tasks/engine.rb:59 msgid "Sync task timeout" msgstr "" #: ../lib/foreman_tasks/engine.rb:62 msgid "Enable the dynflow console (/foreman_tasks/dynflow) for debugging" msgstr "" #: ../lib/foreman_tasks/engine.rb:64 msgid "Enable dynflow console" msgstr "" #: ../lib/foreman_tasks/engine.rb:67 msgid "" "Require user to be authenticated as user with admin rights when accessing dynf" "low console" msgstr "" #: ../lib/foreman_tasks/engine.rb:69 msgid "Require auth for dynflow console" msgstr "" #: ../lib/foreman_tasks/engine.rb:72 msgid "Number of attempts to start a task on the smart proxy before failing" msgstr "" #: ../lib/foreman_tasks/engine.rb:74 msgid "Proxy action retry count" msgstr "" #: ../lib/foreman_tasks/engine.rb:77 msgid "Time in seconds between retries" msgstr "" #: ../lib/foreman_tasks/engine.rb:79 msgid "Proxy action retry interval" msgstr "" #: ../lib/foreman_tasks/engine.rb:82 msgid "Allow triggering tasks on the smart proxy in batches" msgstr "" #: ../lib/foreman_tasks/engine.rb:84 msgid "Allow proxy batch tasks" msgstr "" #: ../lib/foreman_tasks/engine.rb:87 msgid "" "Number of tasks which should be sent to the smart proxy in one request, if for" "eman_tasks_proxy_batch_trigger is enabled" msgstr "" #: ../lib/foreman_tasks/engine.rb:89 msgid "Proxy tasks batch size" msgstr "" #: ../lib/foreman_tasks/engine.rb:92 msgid "" "Url pointing to the task troubleshooting documentation. It should contain %{la" "bel} placeholder, that will be replaced with normalized task label (restricted" " to only alphanumeric characters)). %{version} placeholder is also available." msgstr "" #: ../lib/foreman_tasks/engine.rb:96 msgid "Tasks troubleshooting URL" msgstr "" #: ../lib/foreman_tasks/engine.rb:99 msgid "" "Polling multiplier which is used to multiply the default polling intervals. Th" "is can be used to prevent polling too frequently for long running tasks." msgstr "" #: ../lib/foreman_tasks/engine.rb:102 msgid "Polling intervals multiplier" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:44 msgid "was resumed" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:45 msgid "could not be resumed" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:46 msgid "task has to be resumable" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:50 msgid "was cancelled" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:51 msgid "task has to be cancellable" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:55 msgid "resources were unlocked with force." msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:56 msgid "cannot be cancelled with force at the moment." msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:60 msgid "resources were unlocked " msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js:61 msgid "resources cannot be unlocked at the moment." msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:7 msgid "" "I understand that this may cause harm and have working database backups of all" " backend services." msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:14 #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:19 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:121 msgid "Unlock" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:15 msgid "" "This will unlock the resources that the task is running against. Please note t" "hat this might lead to inconsistent state and should be used with caution, aft" "er making sure that the task can't be resumed." msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:28 #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:36 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:131 msgid "Force Unlock" msgstr "" #: ../webpack/ForemanTasks/Components/TaskActions/UnlockModals.js:30 msgid "" "Resources for %s task(s) will be unlocked and will not prevent other tasks fro" "m being run. As the task(s) might be still running, it should be avoided to us" "e this unless you are really sure the task(s) got stuck." msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:10 msgid "Execution plan data not available " msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:13 msgid "No errors" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:22 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:43 msgid "Input" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:26 #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:47 msgid "Output" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:32 msgid "Exception" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Errors.js:38 msgid "Backtrace" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Locks.js:21 msgid "" "You can find resource locks on this page. Exclusive lock marked with locked ic" "on means that no other task can use locked resource while this task is running" ". Non-exclusive lock marked with unlocked icon means other tasks can access th" "e resource freely, it is only used to indicate the relation of this task with " "the resource" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:10 msgid "Id" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:14 msgid "Label" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:19 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:70 msgid "Duration" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:30 msgid "Raw input" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:38 msgid "Raw output" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/Raw.js:46 msgid "External Id" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/RunningSteps.js:13 msgid "No running steps" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:36 #: ../webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js:12 msgid "You do not have permission" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:39 msgid "Setting is off" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:51 msgid "Stop auto-reloading" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:51 msgid "Start auto-reloading" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:62 msgid "Dynflow console" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:78 #: ../webpack/ForemanTasks/Components/common/ActionButtons/ActionButton.js:19 msgid "Resume" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskButtons.js:101 msgid "Parent task" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskHelper.js:19 msgid "seconds" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:155 msgid "Complete" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:171 msgid "Troubleshooting" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:183 msgid "Output:" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/Components/TaskInfo.js:195 msgid "Errors:" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:52 #: ../webpack/ForemanTasks/Components/TasksTable/TasksTable.js:71 msgid "Could not receive data: %s" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:61 msgid "Task" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:78 msgid "Running Steps" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:87 msgid "Errors" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:90 msgid "Locks" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetails.js:93 msgid "Raw" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetailsActions.js:39 msgid "Trying to cancel step" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetailsActions.js:45 msgid "Step Canceled" msgstr "" #: ../webpack/ForemanTasks/Components/TaskDetails/TaskDetailsActions.js:51 msgid "Could not cancel step." msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/PausedTasksCard/PausedTasksCard.js:8 msgid "Paused" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/RunningTasksCard/RunningTasksCard.js:8 msgid "Running" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/ScheduledTasksCard/ScheduledTasksCard.js:36 msgid "Scheduled" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/ScheduledTasksCard/ScheduledTasksCard.js:40 #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/StoppedTasksCardTable.js:77 #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartHelper.js:73 msgid "Total" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:22 msgid "Other includes all stopped tasks that are cancelled or pending" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:29 msgid "Other:" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/StoppedTasksCard.js:43 msgid "Stopped" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartHelper.js:48 msgid "%(last)s Last %(time)s" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutChart/TasksDonutChartHelper.js:53 msgid "%(older)s Older %(time)s" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.js:28 msgid "Active Filters:" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.js:40 msgid "Clear All Filters" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksTimeRow/TasksTimeRow.js:14 msgid "With focus on last" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:34 msgid "state" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:35 msgid "result" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:36 msgid "mode" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:37 msgid "time" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:41 msgid "running" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:42 msgid "paused" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:43 msgid "stopped" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:44 msgid "scheduled" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:45 msgid "error" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:46 msgid "warning" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:47 msgid "success" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:48 msgid "other" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:49 msgid "last" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:50 msgid "older" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:51 msgid "24h" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:52 msgid "12h" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksDashboard/TasksDashboardConstants.js:53 msgid "week" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:13 msgid "Select Action" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:18 msgid "Cancel selected tasks" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:22 msgid "Cancel Selected" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:25 msgid "Resume selected tasks" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:29 msgid "Resume Selected" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:32 msgid "Force Cancel selected tasks" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ActionSelectButton.js:36 msgid "Force Cancel Selected" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ConfirmModal/ConfirmModal.js:37 msgid "%s Selected Tasks" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ConfirmModal/ConfirmModal.js:41 msgid "" "This will %(action)s %(number)s task(s), putting them in the %(state)s state. " "Are you sure?" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ConfirmModal/ConfirmModal.js:47 msgid "No" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/ConfirmModal/ConfirmModal.js:56 msgid "Yes" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/SelectAllAlert.js:26 msgid "Select all {count} tasks" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/SelectAllAlert.js:33 msgid "All %s tasks are selected." msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/SelectAllAlert.js:35 msgid "Undo selection" msgstr "" #: #: ../webpack/ForemanTasks/Components/TasksTable/Components/TableSelectionCell.js:27 msgid "Select row" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/SubTasksPage.js:19 msgid "Sub tasks of %s" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:56 msgid "Cannot resume tasks at the moment" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:70 msgid "Not all the selected tasks can be resumed" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:105 msgid "Resuming selected tasks, this might take a while" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:115 msgid "Cannot cancel tasks at the moment" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:127 msgid "Canceling selected tasks, this might take a while" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:144 msgid "Not all the selected tasks can be cancelled" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:178 msgid "Cannot force cancel tasks at the moment" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js:255 msgid "Canceling with force selected tasks, this might take a while" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTable.js:81 msgid "No Tasks" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:27 msgid "No start or end dates" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:30 msgid "Task was canceled" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:46 msgid "More than" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableHelpers.js:55 msgid "Less than a second" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTablePage.js:76 msgid "Refresh Data" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTablePage.js:81 msgid "Export All" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:67 msgid "Started at" msgstr "" #: ../webpack/ForemanTasks/Components/TasksTable/TasksTableSchema.js:75 msgid "Operation" msgstr "" #: ../webpack/ForemanTasks/Components/common/ActionButtons/ActionButton.js:15 msgid "Task cannot be canceled" msgstr "" #: ../webpack/ForemanTasks/Components/common/ActionButtons/ActionButton.js:41 msgid "Force Cancel" msgstr "" #: action_names.rb:2 msgid "Action with sub plans" msgstr ""