foreman-tasks 0.7.13 → 0.7.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,727 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: foreman_tasks 1.0.0\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2016-02-08 09:30-0500\n"
12
+ "PO-Revision-Date: 2016-02-08 09:30-0500\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:14
22
+ msgid "List recurring logics"
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:19
26
+ msgid "Show recurring logic details"
27
+ msgstr ""
28
+
29
+ #: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:24
30
+ msgid "Cancel recurring logic"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:87
34
+ msgid "Resume all paused error tasks"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:88
38
+ msgid "Resume tasks matching search string"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:89
42
+ msgid "Resume specific tasks by ID"
43
+ msgstr ""
44
+
45
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:124
46
+ msgid "List tasks"
47
+ msgstr ""
48
+
49
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:125
50
+ msgid "Search string"
51
+ msgstr ""
52
+
53
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:126
54
+ msgid "Page number, starting at 1"
55
+ msgstr ""
56
+
57
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:127
58
+ msgid "Number of results per page to return"
59
+ msgstr ""
60
+
61
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:128
62
+ msgid "Sort field and order, e.g. 'name DESC'"
63
+ msgstr ""
64
+
65
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:129
66
+ msgid "Hash version of 'order' param"
67
+ msgstr ""
68
+
69
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:130
70
+ msgid "Field to sort the results on"
71
+ msgstr ""
72
+
73
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:131
74
+ msgid "How to order the sorted results (e.g. ASC for ascending)"
75
+ msgstr ""
76
+
77
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:164
78
+ msgid "Send data to the task from external executor (such as smart_proxy_dynflow)"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:166
82
+ msgid "UUID of the task"
83
+ msgstr ""
84
+
85
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:167
86
+ msgid "The ID of the step inside the execution plan to send the event to"
87
+ msgstr ""
88
+
89
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:169
90
+ msgid "Data to be sent to the action"
91
+ msgstr ""
92
+
93
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:196
94
+ msgid "User search_params requires user_id to be specified"
95
+ msgstr ""
96
+
97
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:205
98
+ msgid "Resource search_params requires resource_type and resource_id to be specified"
99
+ msgstr ""
100
+
101
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:212
102
+ msgid "Task search_params requires task_id to be specified"
103
+ msgstr ""
104
+
105
+ #: ../app/controllers/foreman_tasks/api/tasks_controller.rb:216
106
+ msgid "Type %s for search_params is not supported"
107
+ msgstr ""
108
+
109
+ #: ../app/controllers/foreman_tasks/concerns/environments_extension.rb:14
110
+ msgid "Added import task to queue, it will be run shortly"
111
+ msgstr ""
112
+
113
+ #: ../app/controllers/foreman_tasks/concerns/environments_extension.rb:16
114
+ msgid "Failed to add task to queue: %s"
115
+ msgstr ""
116
+
117
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:24
118
+ msgid "Trying to cancel step %s"
119
+ msgstr ""
120
+
121
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:32
122
+ msgid "Trying to cancel the task"
123
+ msgstr ""
124
+
125
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:34
126
+ msgid "The task cannot be cancelled at the moment."
127
+ msgstr ""
128
+
129
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:43
130
+ msgid "The execution was resumed."
131
+ msgstr ""
132
+
133
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:45
134
+ msgid "The execution has to be resumable."
135
+ msgstr ""
136
+
137
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:55
138
+ msgid "The task resources were unlocked."
139
+ msgstr ""
140
+
141
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:57
142
+ msgid "The execution has to be paused."
143
+ msgstr ""
144
+
145
+ #: ../app/controllers/foreman_tasks/tasks_controller.rb:66
146
+ msgid "The task resources were unlocked with force."
147
+ msgstr ""
148
+
149
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:21
150
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:12
151
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:50
152
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:75
153
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:12
154
+ msgid "Cancel"
155
+ msgstr ""
156
+
157
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:66
158
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:103
159
+ msgid "Start at"
160
+ msgstr ""
161
+
162
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:67
163
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:107
164
+ msgid "Start before"
165
+ msgstr ""
166
+
167
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:67
168
+ msgid ""
169
+ "Indicates that the action should be cancelled if it cannot be started before t"
170
+ "his time."
171
+ msgstr ""
172
+
173
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:67
174
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:102
175
+ msgid "Explanation"
176
+ msgstr ""
177
+
178
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:75
179
+ msgid "Repeats"
180
+ msgstr ""
181
+
182
+ #. TRANSLATORS: this translation is referring to an option which is a time interval
183
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:91
184
+ msgid "is minute (range: 0-59)"
185
+ msgstr ""
186
+
187
+ #. TRANSLATORS: this translation is referring to an option which is a time interval
188
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:93
189
+ msgid "is hour (range: 0-23)"
190
+ msgstr ""
191
+
192
+ #. TRANSLATORS: this translation is referring to an option which is a time interval
193
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:95
194
+ msgid "is day of month (range: 1-31)"
195
+ msgstr ""
196
+
197
+ #. TRANSLATORS: this translation is referring to an option which is a time interval
198
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:97
199
+ msgid "is month (range: 1-12)"
200
+ msgstr ""
201
+
202
+ #. TRANSLATORS: this translation is referring to an option which is a time interval
203
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:99
204
+ msgid "is day of week (range: 0-6)"
205
+ msgstr ""
206
+
207
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:103
208
+ msgid "Cron line format 'a b c d e', where: %s"
209
+ msgstr ""
210
+
211
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:106
212
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:6
213
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:8
214
+ msgid "Cron line"
215
+ msgstr ""
216
+
217
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:112
218
+ msgid "Days"
219
+ msgstr ""
220
+
221
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:121
222
+ msgid "Days of week"
223
+ msgstr ""
224
+
225
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:122
226
+ msgid "Mon"
227
+ msgstr ""
228
+
229
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:123
230
+ msgid "Tue"
231
+ msgstr ""
232
+
233
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:124
234
+ msgid "Wed"
235
+ msgstr ""
236
+
237
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:125
238
+ msgid "Thu"
239
+ msgstr ""
240
+
241
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:126
242
+ msgid "Fri"
243
+ msgstr ""
244
+
245
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:127
246
+ msgid "Sat"
247
+ msgstr ""
248
+
249
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:128
250
+ msgid "Sun"
251
+ msgstr ""
252
+
253
+ #. TRANSLATORS: Time widget for when a task should start
254
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:137
255
+ msgid "At"
256
+ msgstr ""
257
+
258
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:139
259
+ msgid "Repeat N times"
260
+ msgstr ""
261
+
262
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:140
263
+ msgid "Ends"
264
+ msgstr ""
265
+
266
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:141
267
+ msgid "Never"
268
+ msgstr ""
269
+
270
+ #. TRANSLATORS: Button text for saying when a task should end
271
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:143
272
+ msgid "On"
273
+ msgstr ""
274
+
275
+ #: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:146
276
+ msgid "Ends at"
277
+ msgstr ""
278
+
279
+ #: ../app/helpers/foreman_tasks/tasks_helper.rb:18
280
+ msgid "Unlimited"
281
+ msgstr ""
282
+
283
+ #: ../app/lib/actions/action_with_sub_plans.rb:15
284
+ msgid "%{total} task(s), %{success} success, %{failed} fail"
285
+ msgstr ""
286
+
287
+ #: ../app/lib/actions/bulk_action.rb:27
288
+ msgid "Bulk action"
289
+ msgstr ""
290
+
291
+ #: ../app/lib/actions/bulk_action.rb:57
292
+ msgid "Empty bulk action"
293
+ msgstr ""
294
+
295
+ #: ../app/lib/actions/bulk_action.rb:60
296
+ msgid "The targets are of different types"
297
+ msgstr ""
298
+
299
+ #: ../app/lib/actions/foreman/architecture/create.rb:11 action_names.rb:4
300
+ msgid "Create architecture"
301
+ msgstr ""
302
+
303
+ #: ../app/lib/actions/foreman/architecture/destroy.rb:11 action_names.rb:7
304
+ msgid "Delete architecture"
305
+ msgstr ""
306
+
307
+ #: ../app/lib/actions/foreman/architecture/update.rb:11 action_names.rb:6
308
+ msgid "Update architecture"
309
+ msgstr ""
310
+
311
+ #: ../app/lib/actions/foreman/host/import_facts.rb:35 action_names.rb:5
312
+ msgid "Import facts"
313
+ msgstr ""
314
+
315
+ #: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:3
316
+ msgid "Import Puppet classes"
317
+ msgstr ""
318
+
319
+ #: ../app/lib/actions/helpers/humanizer.rb:100
320
+ msgid "activation key"
321
+ msgstr ""
322
+
323
+ #: ../app/lib/actions/helpers/humanizer.rb:116
324
+ msgid "user"
325
+ msgstr ""
326
+
327
+ #: ../app/lib/actions/helpers/humanizer.rb:127
328
+ msgid "repository"
329
+ msgstr ""
330
+
331
+ #: ../app/lib/actions/helpers/humanizer.rb:145
332
+ msgid "content view version"
333
+ msgstr ""
334
+
335
+ #: ../app/lib/actions/helpers/humanizer.rb:155
336
+ msgid "content view"
337
+ msgstr ""
338
+
339
+ #: ../app/lib/actions/helpers/humanizer.rb:171
340
+ msgid "product"
341
+ msgstr ""
342
+
343
+ #: ../app/lib/actions/helpers/humanizer.rb:187
344
+ msgid "system"
345
+ msgstr ""
346
+
347
+ #: ../app/lib/actions/helpers/humanizer.rb:203
348
+ msgid "organization"
349
+ msgstr ""
350
+
351
+ #: ../app/lib/actions/proxy_action.rb:60
352
+ msgid "The smart proxy task %s failed."
353
+ msgstr ""
354
+
355
+ #: ../app/lib/actions/proxy_action.rb:74
356
+ msgid "Cancel enforced: the task might be still running on the proxy"
357
+ msgstr ""
358
+
359
+ #: ../app/models/foreman_tasks/lock.rb:16
360
+ msgid "Required lock is already taken by other running tasks."
361
+ msgstr ""
362
+
363
+ #: ../app/models/foreman_tasks/lock.rb:18
364
+ msgid "Please inspect their state, fix their errors and resume them."
365
+ msgstr ""
366
+
367
+ #: ../app/models/foreman_tasks/lock.rb:20
368
+ msgid "Required lock: %s"
369
+ msgstr ""
370
+
371
+ #: ../app/models/foreman_tasks/lock.rb:22
372
+ msgid "Conflicts with tasks:"
373
+ msgstr ""
374
+
375
+ #: ../app/models/foreman_tasks/recurring_logic.rb:85
376
+ msgid "Active"
377
+ msgstr ""
378
+
379
+ #: ../app/models/foreman_tasks/recurring_logic.rb:87
380
+ msgid "Cancelled"
381
+ msgstr ""
382
+
383
+ #: ../app/models/foreman_tasks/recurring_logic.rb:89
384
+ msgid "Finished"
385
+ msgstr ""
386
+
387
+ #: ../app/models/foreman_tasks/recurring_logic.rb:91
388
+ msgid "N/A"
389
+ msgstr ""
390
+
391
+ #: ../app/models/foreman_tasks/task_groups/recurring_logic_task_group.rb:10
392
+ #: ../app/views/foreman_tasks/recurring_logics/show.html.erb:1
393
+ msgid "Recurring logic"
394
+ msgstr ""
395
+
396
+ #: ../app/models/foreman_tasks/triggering.rb:32
397
+ msgid "%{value} is not allowed triggering mode"
398
+ msgstr ""
399
+
400
+ #: ../app/models/foreman_tasks/triggering.rb:35
401
+ msgid "%{value} is not allowed input type"
402
+ msgstr ""
403
+
404
+ #: ../app/models/foreman_tasks/triggering.rb:37
405
+ #: ../app/models/foreman_tasks/triggering.rb:39
406
+ msgid "%{value} is wrong format"
407
+ msgstr ""
408
+
409
+ #: ../app/models/foreman_tasks/triggering.rb:99
410
+ msgid "%s is not valid format of cron line"
411
+ msgstr ""
412
+
413
+ #: ../app/models/setting/foreman_tasks.rb:9
414
+ msgid "Allow unlocking actions which can have dangerous consequences."
415
+ msgstr ""
416
+
417
+ #: ../app/models/setting/foreman_tasks.rb:10
418
+ msgid "Enable the dynflow console (/foreman_tasks/dynflow) for debugging"
419
+ msgstr ""
420
+
421
+ #: ../app/models/setting/foreman_tasks.rb:11
422
+ msgid ""
423
+ "Require user to be authenticated as user with admin rights when accessing dynf"
424
+ "low console"
425
+ msgstr ""
426
+
427
+ #: ../app/models/setting/foreman_tasks.rb:12
428
+ msgid "Number of attempts to start a task on the smart proxy before failing"
429
+ msgstr ""
430
+
431
+ #: ../app/models/setting/foreman_tasks.rb:13
432
+ msgid "Time in seconds between retries"
433
+ msgstr ""
434
+
435
+ #: ../app/models/setting/foreman_tasks.rb:14
436
+ msgid "Time in second during which a task has to be started on the proxy"
437
+ msgstr ""
438
+
439
+ #: ../app/views/common/_trigger_form.html.erb:2
440
+ msgid "Schedule"
441
+ msgstr ""
442
+
443
+ #: ../app/views/common/_trigger_form.html.erb:12
444
+ msgid "Execute now"
445
+ msgstr ""
446
+
447
+ #: ../app/views/common/_trigger_form.html.erb:13
448
+ msgid "Schedule future execution"
449
+ msgstr ""
450
+
451
+ #: ../app/views/common/_trigger_form.html.erb:14
452
+ msgid "Set up recurring execution"
453
+ msgstr ""
454
+
455
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:1
456
+ #: ../lib/foreman_tasks/engine.rb:48
457
+ msgid "Recurring logics"
458
+ msgstr ""
459
+
460
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:7
461
+ #: ../app/views/foreman_tasks/task_groups/_common.html.erb:8
462
+ msgid "Task count"
463
+ msgstr ""
464
+
465
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:8
466
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:12
467
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:12
468
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:19
469
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:31
470
+ msgid "Action"
471
+ msgstr ""
472
+
473
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:9
474
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:16
475
+ msgid "Last occurrence"
476
+ msgstr ""
477
+
478
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:10
479
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:20
480
+ msgid "Next occurrence"
481
+ msgstr ""
482
+
483
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:11
484
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:24
485
+ msgid "Current iteration"
486
+ msgstr ""
487
+
488
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:12
489
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:28
490
+ msgid "Iteration limit"
491
+ msgstr ""
492
+
493
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:13
494
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:32
495
+ msgid "Repeat until"
496
+ msgstr ""
497
+
498
+ #: ../app/views/foreman_tasks/recurring_logics/index.html.erb:14
499
+ #: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:36
500
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:119
501
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:24
502
+ #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:5
503
+ #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:4
504
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:32
505
+ msgid "State"
506
+ msgstr ""
507
+
508
+ #: ../app/views/foreman_tasks/recurring_logics/show.html.erb:6
509
+ msgid "Details"
510
+ msgstr ""
511
+
512
+ #: ../app/views/foreman_tasks/task_groups/_common.html.erb:4
513
+ msgid "ID"
514
+ msgstr ""
515
+
516
+ #: ../app/views/foreman_tasks/task_groups/_detail.html.erb:1
517
+ msgid "Task group common"
518
+ msgstr ""
519
+
520
+ #: ../app/views/foreman_tasks/task_groups/_tab_related.html.erb:2
521
+ msgid "Associated resources"
522
+ msgstr ""
523
+
524
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:2
525
+ msgid "Auto Reload"
526
+ msgstr ""
527
+
528
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:4
529
+ msgid "Dynflow console"
530
+ msgstr ""
531
+
532
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:8
533
+ msgid "Resume"
534
+ msgstr ""
535
+
536
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:17
537
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:39
538
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:51
539
+ msgid "Unlock"
540
+ msgstr ""
541
+
542
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:23
543
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:64
544
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:76
545
+ msgid "Force Unlock"
546
+ msgstr ""
547
+
548
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:43
549
+ msgid ""
550
+ "This will unlock the resources that the task is running against. Please note t"
551
+ "hat this might lead to inconsistent state and should be used with caution, aft"
552
+ "er making sure that the task can't be resumed."
553
+ msgstr ""
554
+
555
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:46
556
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:71
557
+ msgid ""
558
+ "I understand that this may cause harm and have working database backups of all"
559
+ " backend services."
560
+ msgstr ""
561
+
562
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:68
563
+ msgid ""
564
+ "Resources will be unlocked and will not prevent other tasks from being run. As"
565
+ " the task might be still running, it should be avoided to use this unless you "
566
+ "are really sure the task got stuck"
567
+ msgstr ""
568
+
569
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:83
570
+ msgid "Id"
571
+ msgstr ""
572
+
573
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:87
574
+ msgid "Label"
575
+ msgstr ""
576
+
577
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:91
578
+ #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:4
579
+ msgid "Name"
580
+ msgstr ""
581
+
582
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:95
583
+ msgid "Owner"
584
+ msgstr ""
585
+
586
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:99
587
+ msgid "Execution type"
588
+ msgstr ""
589
+
590
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:100
591
+ msgid "Immediate"
592
+ msgstr ""
593
+
594
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:100
595
+ msgid "Delayed"
596
+ msgstr ""
597
+
598
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:111
599
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:34
600
+ msgid "Started at"
601
+ msgstr ""
602
+
603
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:115
604
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:35
605
+ msgid "Ended at"
606
+ msgstr ""
607
+
608
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:123
609
+ #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:6
610
+ #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:5
611
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:33
612
+ msgid "Result"
613
+ msgstr ""
614
+
615
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:127
616
+ msgid "Params"
617
+ msgstr ""
618
+
619
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:132
620
+ msgid "Parent task"
621
+ msgstr ""
622
+
623
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:137
624
+ msgid "Sub tasks"
625
+ msgstr ""
626
+
627
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:176
628
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:20
629
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:31
630
+ msgid "Output"
631
+ msgstr ""
632
+
633
+ #: ../app/views/foreman_tasks/tasks/_details.html.erb:185
634
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:89
635
+ msgid "Errors"
636
+ msgstr ""
637
+
638
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:6
639
+ msgid "No errors"
640
+ msgstr ""
641
+
642
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:16
643
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:27
644
+ msgid "Input"
645
+ msgstr ""
646
+
647
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:25
648
+ msgid "Exception"
649
+ msgstr ""
650
+
651
+ #: ../app/views/foreman_tasks/tasks/_errors.html.erb:29
652
+ msgid "Backtrace"
653
+ msgstr ""
654
+
655
+ #: ../app/views/foreman_tasks/tasks/_raw.html.erb:2
656
+ msgid "Raw input"
657
+ msgstr ""
658
+
659
+ #: ../app/views/foreman_tasks/tasks/_raw.html.erb:8
660
+ msgid "Raw output"
661
+ msgstr ""
662
+
663
+ #: ../app/views/foreman_tasks/tasks/_raw.html.erb:14
664
+ msgid "External Id"
665
+ msgstr ""
666
+
667
+ #: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:5
668
+ msgid "No running steps"
669
+ msgstr ""
670
+
671
+ #:
672
+ #: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:1
673
+ msgid "Latest Warning/Error Tasks"
674
+ msgstr ""
675
+
676
+ #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:1
677
+ msgid "Task Status"
678
+ msgstr ""
679
+
680
+ #: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:6
681
+ msgid "No. of Tasks"
682
+ msgstr ""
683
+
684
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:1
685
+ #: ../lib/foreman_tasks/engine.rb:43
686
+ msgid "Tasks"
687
+ msgstr ""
688
+
689
+ #: ../app/views/foreman_tasks/tasks/index.html.erb:36
690
+ msgid "User"
691
+ msgstr ""
692
+
693
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:20
694
+ msgid "Stop auto-reloading"
695
+ msgstr ""
696
+
697
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:30
698
+ msgid "Start auto-reloading"
699
+ msgstr ""
700
+
701
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:87
702
+ msgid "Task"
703
+ msgstr ""
704
+
705
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:88
706
+ msgid "Running Steps"
707
+ msgstr ""
708
+
709
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:90
710
+ msgid "Locks"
711
+ msgstr ""
712
+
713
+ #: ../app/views/foreman_tasks/tasks/show.html.erb:91
714
+ msgid "Raw"
715
+ msgstr ""
716
+
717
+ #: ../lib/foreman_tasks/engine.rb:73
718
+ msgid "Tasks Status table"
719
+ msgstr ""
720
+
721
+ #: ../lib/foreman_tasks/engine.rb:74
722
+ msgid "Tasks in Error/Warning"
723
+ msgstr ""
724
+
725
+ #: action_names.rb:2
726
+ msgid "Action with sub plans"
727
+ msgstr ""