foreman_remote_execution 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +3 -5
  3. data/.rubocop_todo.yml +90 -92
  4. data/app/assets/javascripts/job_templates.js +10 -0
  5. data/app/assets/stylesheets/modal_window.css.scss +4 -0
  6. data/app/controllers/api/v2/job_templates_controller.rb +22 -1
  7. data/app/controllers/job_templates_controller.rb +21 -1
  8. data/app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb +3 -2
  9. data/app/helpers/remote_execution_helper.rb +5 -3
  10. data/app/lib/actions/middleware/bind_job_invocation.rb +1 -1
  11. data/app/lib/actions/remote_execution/run_host_job.rb +15 -8
  12. data/app/lib/actions/remote_execution/run_hosts_job.rb +2 -1
  13. data/app/models/concerns/foreman_remote_execution/exportable.rb +71 -0
  14. data/app/models/foreign_input_set.rb +3 -0
  15. data/app/models/job_invocation.rb +6 -4
  16. data/app/models/job_invocation_composer.rb +1 -1
  17. data/app/models/job_template.rb +22 -6
  18. data/app/models/template_input.rb +4 -0
  19. data/app/models/template_invocation.rb +1 -1
  20. data/app/services/proxy_load_balancer.rb +3 -0
  21. data/app/views/job_invocations/_preview_hosts_modal.html.erb +3 -1
  22. data/app/views/job_templates/_import_job_template_modal.html.erb +20 -0
  23. data/app/views/job_templates/index.html.erb +5 -1
  24. data/config/routes.rb +4 -0
  25. data/lib/foreman_remote_execution/engine.rb +4 -4
  26. data/lib/foreman_remote_execution/version.rb +1 -1
  27. data/locale/Makefile +18 -19
  28. data/locale/action_names.rb +2 -2
  29. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/de/foreman_remote_execution.po +823 -0
  31. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/en/foreman_remote_execution.po +332 -283
  33. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/en_GB/foreman_remote_execution.po +824 -0
  35. data/locale/foreman_remote_execution.pot +277 -131
  36. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  37. data/locale/fr/foreman_remote_execution.po +823 -0
  38. data/test/functional/api/v2/job_templates_controller_test.rb +15 -0
  39. data/test/unit/actions/run_host_job_test.rb +50 -0
  40. data/test/unit/concerns/exportable_test.rb +88 -0
  41. data/test/unit/job_invocation_composer_test.rb +1 -1
  42. data/test/unit/job_invocation_test.rb +3 -6
  43. data/test/unit/job_template_test.rb +34 -2
  44. data/test/unit/proxy_load_balancer_test.rb +8 -6
  45. data/test/unit/template_input_test.rb +15 -0
  46. metadata +17 -2
@@ -0,0 +1,824 @@
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_remote_execution package.
4
+ #
5
+ # Translators:
6
+ # Dominic Cleal <dominic@cleal.org>, 2016
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: foreman_remote_execution 0.3.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "PO-Revision-Date: 2016-03-16 10:45+0000\n"
12
+ "Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
13
+ "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
14
+ "man/language/en_GB/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: en_GB\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+
21
+ msgid "%s ago"
22
+ msgstr "%s ago"
23
+
24
+ msgid "%{description} on %{host}"
25
+ msgstr ""
26
+
27
+ msgid "...and %{count} more"
28
+ msgid_plural "...and %{count} more"
29
+ msgstr[0] ""
30
+ msgstr[1] ""
31
+
32
+ msgid "A comma separated list of input names to be excluded from the foreign template."
33
+ msgstr ""
34
+
35
+ msgid "A comma separated list of input names to be included from the foreign template."
36
+ msgstr ""
37
+
38
+ msgid "A list of options the user can select from. If not provided, the user will be given a free-form field"
39
+ msgstr ""
40
+
41
+ msgid "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality."
42
+ msgstr ""
43
+
44
+ msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
45
+ msgstr ""
46
+
47
+ msgid "Action with sub plans"
48
+ msgstr ""
49
+
50
+ msgid "Actions"
51
+ msgstr ""
52
+
53
+ msgid "Add Foreign Input Set"
54
+ msgstr ""
55
+
56
+ msgid "Add Input"
57
+ msgstr ""
58
+
59
+ msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
60
+ msgstr ""
61
+
62
+ msgid "Back to Job"
63
+ msgstr ""
64
+
65
+ msgid "Bookmark"
66
+ msgstr ""
67
+
68
+ msgid "Cancel Job"
69
+ msgstr ""
70
+
71
+ msgid "Cancelled"
72
+ msgstr ""
73
+
74
+ msgid "Cannot resolve hosts without a bookmark or search query"
75
+ msgstr ""
76
+
77
+ msgid "Cannot resolve hosts without a user"
78
+ msgstr ""
79
+
80
+ msgid "Cannot specify both bookmark_id and search_query"
81
+ msgstr ""
82
+
83
+ msgid "Cannot specify both recurrence and scheduling"
84
+ msgstr ""
85
+
86
+ msgid "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}"
87
+ msgstr ""
88
+
89
+ msgid "Clone a provision template"
90
+ msgstr ""
91
+
92
+ msgid "Close"
93
+ msgstr ""
94
+
95
+ msgid "Concurrency level"
96
+ msgstr ""
97
+
98
+ msgid "Control concurrency level and distribution over time"
99
+ msgstr ""
100
+
101
+ msgid "Could not use any proxy. Consider configuring %{global_proxy} or %{fallback_proxy} in settings"
102
+ msgstr ""
103
+
104
+ msgid "Could not use any template used in the job invocation"
105
+ msgstr ""
106
+
107
+ msgid "Create a foreign input set"
108
+ msgstr ""
109
+
110
+ msgid "Create a job invocation"
111
+ msgstr ""
112
+
113
+ msgid "Create a job template"
114
+ msgstr ""
115
+
116
+ msgid "Create a recurring job"
117
+ msgstr ""
118
+
119
+ msgid "Create a template input"
120
+ msgstr ""
121
+
122
+ msgid "Create architecture"
123
+ msgstr ""
124
+
125
+ msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
126
+ msgstr ""
127
+
128
+ 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."
129
+ msgstr ""
130
+
131
+ msgid "Delete a foreign input set"
132
+ msgstr ""
133
+
134
+ msgid "Delete a job template"
135
+ msgstr ""
136
+
137
+ msgid "Delete a template input"
138
+ msgstr ""
139
+
140
+ msgid "Delete architecture"
141
+ msgstr ""
142
+
143
+ msgid "Description"
144
+ msgstr "Description"
145
+
146
+ msgid "Description template"
147
+ msgstr ""
148
+
149
+ msgid "Detail of %s run"
150
+ msgstr ""
151
+
152
+ msgid "Display advanced fields"
153
+ msgstr ""
154
+
155
+ msgid "Distribute execution over N seconds"
156
+ msgstr ""
157
+
158
+ msgid "Distribute tasks over N seconds"
159
+ msgstr ""
160
+
161
+ msgid "Documentation"
162
+ msgstr ""
163
+
164
+ msgid "Duplicated inputs detected: %{duplicated_inputs}"
165
+ msgstr ""
166
+
167
+ msgid "Dynamic Query"
168
+ msgstr ""
169
+
170
+ msgid "Edit Job Template"
171
+ msgstr ""
172
+
173
+ msgid "Edit Remote Execution Feature"
174
+ msgstr ""
175
+
176
+ msgid "Effective user"
177
+ msgstr ""
178
+
179
+ msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
180
+ msgstr ""
181
+
182
+ msgid "Effective user options"
183
+ msgstr ""
184
+
185
+ msgid "Error loading data from proxy"
186
+ msgstr ""
187
+
188
+ msgid "Evaluated at:"
189
+ msgstr ""
190
+
191
+ msgid "Execution"
192
+ msgstr ""
193
+
194
+ msgid "Exit status: %s"
195
+ msgstr ""
196
+
197
+ msgid "Explanation"
198
+ msgstr ""
199
+
200
+ msgid "Export"
201
+ msgstr ""
202
+
203
+ msgid "Export a job template to ERB"
204
+ msgstr ""
205
+
206
+ msgid "Fact name, used when input type is fact"
207
+ msgstr ""
208
+
209
+ msgid "Fact value"
210
+ msgstr ""
211
+
212
+ msgid "Failed"
213
+ msgstr ""
214
+
215
+ msgid "Failed rendering template: %s"
216
+ msgstr ""
217
+
218
+ msgid "Failed to initialize command"
219
+ msgstr "Failed to initialise command"
220
+
221
+ msgid "Feature input %{input_name} not defined in template %{template_name}"
222
+ msgstr ""
223
+
224
+ msgid "Filter"
225
+ msgstr ""
226
+
227
+ msgid "Foreign input set"
228
+ msgstr ""
229
+
230
+ msgid "Get output for a host"
231
+ msgstr ""
232
+
233
+ msgid "Hide advanced fields"
234
+ msgstr ""
235
+
236
+ msgid "Host"
237
+ msgstr "Host"
238
+
239
+ msgid "Host detail"
240
+ msgstr ""
241
+
242
+ msgid "Host with id '%{id}' was not found"
243
+ msgstr ""
244
+
245
+ msgid "Hosts"
246
+ msgstr "Hosts"
247
+
248
+ msgid "How often the job should occur, in the cron format"
249
+ msgstr ""
250
+
251
+ msgid "Import"
252
+ msgstr ""
253
+
254
+ msgid "Import Puppet classes"
255
+ msgstr ""
256
+
257
+ msgid "Import a job template from ERB"
258
+ msgstr ""
259
+
260
+ msgid "Import facts"
261
+ msgstr ""
262
+
263
+ msgid "Include all inputs form the foreign template"
264
+ msgstr ""
265
+
266
+ msgid "Indicates that the action should be cancelled if it cannot be started before this time."
267
+ msgstr ""
268
+
269
+ msgid "Initialization error: %s"
270
+ msgstr "Initialisation error: %s"
271
+
272
+ msgid "Input"
273
+ msgstr ""
274
+
275
+ msgid "Input description"
276
+ msgstr ""
277
+
278
+ msgid "Input is advanced"
279
+ msgstr ""
280
+
281
+ msgid "Input is required"
282
+ msgstr ""
283
+
284
+ msgid "Input name"
285
+ msgstr ""
286
+
287
+ msgid "Input set description"
288
+ msgstr ""
289
+
290
+ msgid "Input type"
291
+ msgstr ""
292
+
293
+ msgid "Inputs to use"
294
+ msgstr ""
295
+
296
+ msgid "Invocation type, one of %s"
297
+ msgstr ""
298
+
299
+ msgid "Job"
300
+ msgstr ""
301
+
302
+ msgid "Job Invocation"
303
+ msgstr ""
304
+
305
+ msgid "Job Task"
306
+ msgstr ""
307
+
308
+ msgid "Job Templates"
309
+ msgstr ""
310
+
311
+ msgid "Job category"
312
+ msgstr ""
313
+
314
+ msgid "Job finished with error"
315
+ msgstr ""
316
+
317
+ msgid "Job invocation"
318
+ msgstr ""
319
+
320
+ msgid "Job invocations"
321
+ msgstr ""
322
+
323
+ msgid "Job template"
324
+ msgstr ""
325
+
326
+ msgid "Job template ID to be used for the feature"
327
+ msgstr ""
328
+
329
+ msgid "Job template imported successfully."
330
+ msgstr ""
331
+
332
+ msgid "Job templates"
333
+ msgstr ""
334
+
335
+ msgid "JobTemplate|Locked"
336
+ msgstr ""
337
+
338
+ msgid "JobTemplate|Name"
339
+ msgstr ""
340
+
341
+ msgid "JobTemplate|Snippet"
342
+ msgstr ""
343
+
344
+ msgid "Jobs"
345
+ msgstr ""
346
+
347
+ msgid "Label"
348
+ msgstr ""
349
+
350
+ msgid "Last execution failed"
351
+ msgstr ""
352
+
353
+ msgid "Last execution succeeded"
354
+ msgstr ""
355
+
356
+ msgid "List foreign input sets"
357
+ msgstr ""
358
+
359
+ msgid "List job invocations"
360
+ msgstr ""
361
+
362
+ msgid "List job templates"
363
+ msgstr ""
364
+
365
+ msgid "List job templates per location"
366
+ msgstr ""
367
+
368
+ msgid "List job templates per organization"
369
+ msgstr "List job templates per organisation"
370
+
371
+ msgid "List remote execution features"
372
+ msgstr ""
373
+
374
+ msgid "List template inputs"
375
+ msgstr ""
376
+
377
+ msgid "Manual selection"
378
+ msgstr ""
379
+
380
+ msgid "Must select a bookmark or enter a search query"
381
+ msgstr ""
382
+
383
+ msgid "N/A"
384
+ msgstr "N/A"
385
+
386
+ msgid "Name"
387
+ msgstr ""
388
+
389
+ msgid "New Job Template"
390
+ msgstr ""
391
+
392
+ msgid "No execution finished yet"
393
+ msgstr ""
394
+
395
+ msgid "No hosts found."
396
+ msgstr ""
397
+
398
+ msgid "No output"
399
+ msgstr ""
400
+
401
+ msgid "No template mapped to feature %{feature_name}"
402
+ msgstr ""
403
+
404
+ msgid "Not all required inputs have values. Missing inputs: %s"
405
+ msgstr ""
406
+
407
+ msgid "Override the description format from the template for this invocation only"
408
+ msgstr ""
409
+
410
+ msgid "Overview"
411
+ msgstr ""
412
+
413
+ msgid "Overwrite"
414
+ msgstr ""
415
+
416
+ msgid "Overwrite template if it already exists"
417
+ msgstr ""
418
+
419
+ msgid "Pending"
420
+ msgstr ""
421
+
422
+ msgid "Perform no more executions after this time"
423
+ msgstr ""
424
+
425
+ msgid "Preview"
426
+ msgstr ""
427
+
428
+ msgid "Preview for target %s"
429
+ msgstr ""
430
+
431
+ msgid "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it."
432
+ msgstr ""
433
+
434
+ msgid "Provider type"
435
+ msgstr ""
436
+
437
+ msgid "Providers and templates"
438
+ msgstr ""
439
+
440
+ msgid "Proxies"
441
+ msgstr ""
442
+
443
+ msgid "Puppet class name, used when input type is puppet_parameter"
444
+ msgstr ""
445
+
446
+ msgid "Puppet parameter"
447
+ msgstr ""
448
+
449
+ msgid "Puppet parameter name, used when input type is puppet_parameter"
450
+ msgstr ""
451
+
452
+ msgid "Recurring logic"
453
+ msgstr ""
454
+
455
+ msgid "Recursive rendering of templates detected"
456
+ msgstr ""
457
+
458
+ msgid "Refresh"
459
+ msgstr ""
460
+
461
+ msgid "Refresh this page"
462
+ msgstr ""
463
+
464
+ msgid "Remote Execution"
465
+ msgstr ""
466
+
467
+ msgid "Remote Execution Features"
468
+ msgstr ""
469
+
470
+ msgid "Remote action:"
471
+ msgstr ""
472
+
473
+ msgid "Remote execution"
474
+ msgstr ""
475
+
476
+ msgid "Repeat a maximum of N times"
477
+ msgstr ""
478
+
479
+ msgid "Rerun"
480
+ msgstr ""
481
+
482
+ msgid "Rerun failed"
483
+ msgstr ""
484
+
485
+ msgid "Rerun on %s"
486
+ msgstr ""
487
+
488
+ msgid "Rerun on failed hosts"
489
+ msgstr ""
490
+
491
+ msgid "Rerun the job"
492
+ msgstr ""
493
+
494
+ msgid "Resolves to"
495
+ msgstr ""
496
+
497
+ msgid "Run"
498
+ msgstr ""
499
+
500
+ msgid "Run Job"
501
+ msgstr ""
502
+
503
+ msgid "Run at most N tasks at a time"
504
+ msgstr ""
505
+
506
+ msgid "SSH"
507
+ msgstr ""
508
+
509
+ msgid "SSH provider specific options"
510
+ msgstr ""
511
+
512
+ msgid "Schedule the job for a future time"
513
+ msgstr ""
514
+
515
+ msgid "Schedule the job to start at a later time"
516
+ msgstr ""
517
+
518
+ msgid "Script execution failed"
519
+ msgstr ""
520
+
521
+ msgid "Scroll to bottom"
522
+ msgstr ""
523
+
524
+ msgid "Scroll to top"
525
+ msgstr ""
526
+
527
+ msgid "Search"
528
+ msgstr "Search"
529
+
530
+ 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."
531
+ msgstr "Search for remote execution proxy outside of the proxies assigned to the host. If locations or organisations are enabled, the search will be limited to the host's organisation or location."
532
+
533
+ 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"
534
+ msgstr ""
535
+
536
+ msgid "See the last task details"
537
+ msgstr ""
538
+
539
+ msgid "See the task details"
540
+ msgstr ""
541
+
542
+ msgid "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment."
543
+ msgstr ""
544
+
545
+ msgid "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them."
546
+ msgstr ""
547
+
548
+ msgid "Selectable values for user inputs"
549
+ msgstr ""
550
+
551
+ msgid "Show foreign input set details"
552
+ msgstr ""
553
+
554
+ msgid "Show job invocation"
555
+ msgstr ""
556
+
557
+ msgid "Show job template details"
558
+ msgstr ""
559
+
560
+ msgid "Show remote execution feature"
561
+ msgstr ""
562
+
563
+ msgid "Show template input details"
564
+ msgstr ""
565
+
566
+ msgid "Snippet"
567
+ msgstr ""
568
+
569
+ msgid "Start"
570
+ msgstr ""
571
+
572
+ msgid "Static Query"
573
+ msgstr ""
574
+
575
+ msgid "Status"
576
+ msgstr ""
577
+
578
+ msgid "Succeeded"
579
+ msgstr ""
580
+
581
+ msgid "Success"
582
+ msgstr ""
583
+
584
+ msgid "Target hosts"
585
+ msgstr ""
586
+
587
+ msgid "Target template ID"
588
+ msgstr ""
589
+
590
+ msgid "Target: "
591
+ msgstr ""
592
+
593
+ msgid "Task Details"
594
+ msgstr ""
595
+
596
+ msgid "Template ERB"
597
+ msgstr ""
598
+
599
+ msgid "Template input"
600
+ msgstr ""
601
+
602
+ msgid "Template name"
603
+ msgstr ""
604
+
605
+ msgid "Template version"
606
+ msgstr ""
607
+
608
+ msgid "Template with id '%{id}' was not found"
609
+ msgstr ""
610
+
611
+ msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
612
+ msgstr ""
613
+
614
+ msgid "The execution interface is used for remote execution"
615
+ msgstr ""
616
+
617
+ msgid "The final host list may change because the selected query is dynamic. It will be rerun during execution."
618
+ msgstr ""
619
+
620
+ msgid "The job template to use"
621
+ msgstr ""
622
+
623
+ msgid "The only applicable proxy %{proxy_names} is down"
624
+ msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
625
+ msgstr[0] ""
626
+ msgstr[1] ""
627
+
628
+ msgid "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user"
629
+ msgstr ""
630
+
631
+ msgid "There was an error while updating the status, try refreshing the page."
632
+ msgstr ""
633
+
634
+ msgid "This template is locked for editing."
635
+ msgstr ""
636
+
637
+ msgid "This template is locked. Please clone it to a new template to customize."
638
+ msgstr "This template is locked. Please clone it to a new template to customise."
639
+
640
+ msgid "This template is used to generate the description Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
641
+ msgstr ""
642
+
643
+ msgid "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
644
+ msgstr ""
645
+
646
+ msgid "Time span"
647
+ msgstr ""
648
+
649
+ msgid "Toggle DEBUG"
650
+ msgstr ""
651
+
652
+ msgid "Toggle STDERR"
653
+ msgstr ""
654
+
655
+ msgid "Toggle STDOUT"
656
+ msgstr ""
657
+
658
+ msgid "Toggle command"
659
+ msgstr ""
660
+
661
+ msgid "Total hosts"
662
+ msgstr ""
663
+
664
+ msgid "Try to cancel the job"
665
+ msgstr ""
666
+
667
+ msgid "Try to cancel the job on a host"
668
+ msgstr ""
669
+
670
+ msgid "Type"
671
+ msgstr "Type"
672
+
673
+ msgid "Type has impact on when is the query evaulated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
674
+ msgstr ""
675
+
676
+ msgid "Type of query"
677
+ msgstr ""
678
+
679
+ msgid "Unable to fetch public key"
680
+ msgstr ""
681
+
682
+ msgid "Unable to save template. Correct highlighted errors"
683
+ msgstr ""
684
+
685
+ msgid "Unknown execution status"
686
+ msgstr ""
687
+
688
+ msgid "Unknown input %{input_name} for template %{template_name}"
689
+ msgstr ""
690
+
691
+ msgid "Unknown remote execution feature %s"
692
+ msgstr ""
693
+
694
+ msgid "Unsupported or no operating system found for this host."
695
+ msgstr ""
696
+
697
+ msgid "Update a foreign input set"
698
+ msgstr ""
699
+
700
+ msgid "Update a job template"
701
+ msgstr ""
702
+
703
+ msgid "Update a template input"
704
+ msgstr ""
705
+
706
+ msgid "Update architecture"
707
+ msgstr ""
708
+
709
+ msgid "Use default description template"
710
+ msgstr ""
711
+
712
+ msgid "User can not execute job on host %s"
713
+ msgstr ""
714
+
715
+ msgid "User can not execute this job template"
716
+ msgstr ""
717
+
718
+ msgid "User can not execute this job template on %s"
719
+ msgstr ""
720
+
721
+ msgid "User input"
722
+ msgstr ""
723
+
724
+ msgid "Value for required input '%s' was not specified"
725
+ msgstr ""
726
+
727
+ msgid "Variable"
728
+ msgstr ""
729
+
730
+ msgid "Variable name, used when input type is variable"
731
+ msgstr ""
732
+
733
+ msgid "What command should be used to switch to the effective user. One of %s"
734
+ msgstr ""
735
+
736
+ msgid "What user should be used to run the script (using sudo-like mechanisms)"
737
+ msgstr ""
738
+
739
+ msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
740
+ msgstr ""
741
+
742
+ msgid "Whether it should be allowed to override the effective user from the invocation form."
743
+ msgstr ""
744
+
745
+ msgid "Whether or not the template is locked for editing"
746
+ msgstr ""
747
+
748
+ msgid "Whether the current user login should be used as the effective user"
749
+ msgstr ""
750
+
751
+ msgid "Whether to overwrite the template if it already exists"
752
+ msgstr ""
753
+
754
+ msgid "Whether we should sync templates from disk when running db:seed."
755
+ msgstr ""
756
+
757
+ msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
758
+ msgstr ""
759
+
760
+ msgid "add a input for this template"
761
+ msgstr ""
762
+
763
+ msgid "add an input set for this template to reference a different template inputs"
764
+ msgstr ""
765
+
766
+ msgid "cancelled"
767
+ msgstr ""
768
+
769
+ msgid "error during rendering: %s"
770
+ msgstr ""
771
+
772
+ msgid "failed"
773
+ msgstr ""
774
+
775
+ msgid "following user inputs were provided"
776
+ msgstr ""
777
+
778
+ msgid "here"
779
+ msgstr ""
780
+
781
+ msgid "host already has an execution interface"
782
+ msgstr ""
783
+
784
+ msgid "hosts"
785
+ msgstr ""
786
+
787
+ msgid "in %s"
788
+ msgstr ""
789
+
790
+ msgid "included template '%s' not found"
791
+ msgstr ""
792
+
793
+ msgid "input macro with name '%s' used, but no input with such name defined for this template"
794
+ msgstr ""
795
+
796
+ msgid "planned"
797
+ msgstr ""
798
+
799
+ msgid "queued"
800
+ msgstr ""
801
+
802
+ msgid "remove template input"
803
+ msgstr ""
804
+
805
+ msgid "remove template input set"
806
+ msgstr ""
807
+
808
+ msgid "running"
809
+ msgstr ""
810
+
811
+ msgid "running %{percent}%"
812
+ msgstr ""
813
+
814
+ msgid "succeeded"
815
+ msgstr ""
816
+
817
+ msgid "success"
818
+ msgstr ""
819
+
820
+ msgid "template"
821
+ msgstr ""
822
+
823
+ msgid "unknown status"
824
+ msgstr ""