foreman_salt 13.1.0 → 13.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/app/controllers/foreman_salt/api/v2/jobs_controller.rb +3 -0
  4. data/app/controllers/foreman_salt/api/v2/salt_variables_controller.rb +1 -2
  5. data/app/controllers/foreman_salt/minions_controller.rb +1 -0
  6. data/db/seeds.d/75-salt_seeds.rb +0 -11
  7. data/db/seeds.d/76-job_templates.rb +2 -2
  8. data/lib/foreman_salt/extensions.rb +1 -1
  9. data/lib/foreman_salt/plugin.rb +5 -0
  10. data/lib/foreman_salt/version.rb +1 -1
  11. data/locale/action_names.rb +2 -1
  12. data/locale/ca/LC_MESSAGES/foreman_salt.mo +0 -0
  13. data/locale/ca/foreman_salt.po +541 -0
  14. data/locale/cs_CZ/LC_MESSAGES/foreman_salt.mo +0 -0
  15. data/locale/cs_CZ/foreman_salt.po +541 -0
  16. data/locale/de/LC_MESSAGES/foreman_salt.mo +0 -0
  17. data/locale/de/foreman_salt.edit.po +256 -88
  18. data/locale/de/foreman_salt.po +170 -41
  19. data/locale/en/LC_MESSAGES/foreman_salt.mo +0 -0
  20. data/locale/en/foreman_salt.edit.po +213 -22
  21. data/locale/en/foreman_salt.po +144 -18
  22. data/locale/en_GB/LC_MESSAGES/foreman_salt.mo +0 -0
  23. data/locale/en_GB/foreman_salt.po +541 -0
  24. data/locale/es/LC_MESSAGES/foreman_salt.mo +0 -0
  25. data/locale/es/foreman_salt.po +541 -0
  26. data/locale/foreman_salt.pot +231 -45
  27. data/locale/fr/LC_MESSAGES/foreman_salt.mo +0 -0
  28. data/locale/fr/foreman_salt.po +541 -0
  29. data/locale/gl/LC_MESSAGES/foreman_salt.mo +0 -0
  30. data/locale/gl/foreman_salt.po +541 -0
  31. data/locale/it/LC_MESSAGES/foreman_salt.mo +0 -0
  32. data/locale/it/foreman_salt.po +541 -0
  33. data/locale/ja/LC_MESSAGES/foreman_salt.mo +0 -0
  34. data/locale/ja/foreman_salt.po +541 -0
  35. data/locale/ko/LC_MESSAGES/foreman_salt.mo +0 -0
  36. data/locale/ko/foreman_salt.po +541 -0
  37. data/locale/nl_NL/LC_MESSAGES/foreman_salt.mo +0 -0
  38. data/locale/nl_NL/foreman_salt.po +541 -0
  39. data/locale/pl/LC_MESSAGES/foreman_salt.mo +0 -0
  40. data/locale/pl/foreman_salt.po +542 -0
  41. data/locale/pt_BR/LC_MESSAGES/foreman_salt.mo +0 -0
  42. data/locale/pt_BR/foreman_salt.po +541 -0
  43. data/locale/ru/LC_MESSAGES/foreman_salt.mo +0 -0
  44. data/locale/ru/foreman_salt.po +542 -0
  45. data/locale/sv_SE/LC_MESSAGES/foreman_salt.mo +0 -0
  46. data/locale/sv_SE/foreman_salt.po +541 -0
  47. data/locale/zh_CN/LC_MESSAGES/foreman_salt.mo +0 -0
  48. data/locale/zh_CN/foreman_salt.po +541 -0
  49. data/locale/zh_TW/LC_MESSAGES/foreman_salt.mo +0 -0
  50. data/locale/zh_TW/foreman_salt.po +541 -0
  51. data/test/functional/minions_controller_test.rb +51 -15
  52. metadata +38 -6
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_salt 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-07-22 19:13+0000\n"
12
- "PO-Revision-Date: 2019-07-22 19:13+0000\n"
11
+ "POT-Creation-Date: 2020-05-11 18:53+0530\n"
12
+ "PO-Revision-Date: 2020-05-11 18:53+0530\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,19 +18,19 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:12
21
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:15
22
22
  msgid "JID"
23
23
  msgstr ""
24
24
 
25
- #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:13
25
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:16
26
26
  msgid "Function"
27
27
  msgstr ""
28
28
 
29
- #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:14
29
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:17
30
30
  msgid "Result"
31
31
  msgstr ""
32
32
 
33
- #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:18
33
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:21
34
34
  msgid "Upload a Job"
35
35
  msgstr ""
36
36
 
@@ -163,6 +163,74 @@ msgstr ""
163
163
  msgid "Could not find salt environment with id %s"
164
164
  msgstr ""
165
165
 
166
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:13
167
+ msgid "Show variable"
168
+ msgstr ""
169
+
170
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:17
171
+ msgid "List Salt variables"
172
+ msgstr ""
173
+
174
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:23
175
+ msgid "Deletes Salt variable"
176
+ msgstr ""
177
+
178
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:32
179
+ msgid "Name of variable"
180
+ msgstr ""
181
+
182
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:33
183
+ msgid "State ID"
184
+ msgstr ""
185
+
186
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:34
187
+ msgid "Default value of variable"
188
+ msgstr ""
189
+
190
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:35
191
+ msgid "When enabled the parameter is hidden in the UI"
192
+ msgstr ""
193
+
194
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:36
195
+ msgid "The order in which values are resolved"
196
+ msgstr ""
197
+
198
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:37
199
+ msgid "Description of variable"
200
+ msgstr ""
201
+
202
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:38
203
+ msgid "Types of validation values"
204
+ msgstr ""
205
+
206
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:39
207
+ msgid "Used to enforce certain values for the parameter values"
208
+ msgstr ""
209
+
210
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:40
211
+ msgid "Types of variable values"
212
+ msgstr ""
213
+
214
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:41
215
+ msgid "Merge all matching values (only array/hash type)"
216
+ msgstr ""
217
+
218
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:42
219
+ msgid "Include default value when merging all matching values"
220
+ msgstr ""
221
+
222
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:43
223
+ msgid "Remove duplicate values (only array type)"
224
+ msgstr ""
225
+
226
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:47
227
+ msgid "Create Salt variable"
228
+ msgstr ""
229
+
230
+ #: ../app/controllers/foreman_salt/api/v2/salt_variables_controller.rb:55
231
+ msgid "Updates Salt variable"
232
+ msgstr ""
233
+
166
234
  #: ../app/controllers/foreman_salt/concerns/hosts_controller_extensions.rb:44
167
235
  #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:38
168
236
  msgid "Salt Master"
@@ -176,39 +244,19 @@ msgstr ""
176
244
  msgid "Updated hosts: changed salt environment"
177
245
  msgstr ""
178
246
 
179
- #: ../app/controllers/foreman_salt/minions_controller.rb:24
247
+ #: ../app/controllers/foreman_salt/minions_controller.rb:27
180
248
  msgid "Unable to generate output, Check log files\\n"
181
249
  msgstr ""
182
250
 
183
- #: ../app/controllers/foreman_salt/minions_controller.rb:29
251
+ #: ../app/controllers/foreman_salt/minions_controller.rb:32
184
252
  msgid "Successfully executed, check log files for more details"
185
253
  msgstr ""
186
254
 
187
- #: ../app/controllers/foreman_salt/salt_autosign_controller.rb:17
188
- msgid "Autosign created for #{params[:id]}"
189
- msgstr ""
190
-
191
- #: ../app/controllers/foreman_salt/salt_autosign_controller.rb:28
192
- msgid "Autosign deleted for #{params[:id]}"
193
- msgstr ""
194
-
195
255
  #: ../app/controllers/foreman_salt/salt_environments_controller.rb:30
196
256
  #: ../app/controllers/foreman_salt/salt_modules_controller.rb:34
197
257
  msgid "Successfully updated %s."
198
258
  msgstr ""
199
259
 
200
- #: ../app/controllers/foreman_salt/salt_keys_controller.rb:20
201
- msgid "Key accepted for #{key}"
202
- msgstr ""
203
-
204
- #: ../app/controllers/foreman_salt/salt_keys_controller.rb:31
205
- msgid "Key rejected for #{key}"
206
- msgstr ""
207
-
208
- #: ../app/controllers/foreman_salt/salt_keys_controller.rb:42
209
- msgid "Key deleted for #{key}"
210
- msgstr ""
211
-
212
260
  #: ../app/controllers/foreman_salt/salt_modules_controller.rb:66
213
261
  #: ../app/controllers/foreman_salt/salt_modules_controller.rb:73
214
262
  msgid "No changes found"
@@ -227,7 +275,7 @@ msgid "Salt external nodes YAML dump"
227
275
  msgstr ""
228
276
 
229
277
  #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:17
230
- #: ../lib/foreman_salt/plugin.rb:156
278
+ #: ../lib/foreman_salt/engine.rb:82
231
279
  msgid "Run Salt"
232
280
  msgstr ""
233
281
 
@@ -277,8 +325,8 @@ msgstr ""
277
325
  msgid "Import"
278
326
  msgstr ""
279
327
 
280
- #: ../app/lib/actions/foreman_salt/report_import.rb:22
281
- msgid "Process Highstate Report: #{input[:job_id]}"
328
+ #: ../app/helpers/foreman_salt/salt_modules_helper.rb:20
329
+ msgid "Salt State"
282
330
  msgstr ""
283
331
 
284
332
  #: ../app/lib/proxy_api/salt.rb:11
@@ -321,45 +369,45 @@ msgstr ""
321
369
  msgid "Unable to run Salt state.highstate for %s"
322
370
  msgstr ""
323
371
 
324
- #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:63
372
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:78
325
373
  msgid "No Salt master defined - can't continue"
326
374
  msgstr ""
327
375
 
328
- #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:69
376
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:84
329
377
  msgid "Failed to execute state.highstate: %s"
330
378
  msgstr ""
331
379
 
332
- #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:77
380
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:92
333
381
  msgid "Salt states must be in the environment of the host"
334
382
  msgstr ""
335
383
 
336
- #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:79
384
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:94
337
385
  msgid "Host must have an environment in order to set salt states"
338
386
  msgstr ""
339
387
 
340
- #: ../app/models/foreman_salt/salt_environment.rb:13
388
+ #: ../app/models/foreman_salt/salt_environment.rb:14
341
389
  msgid "is alphanumeric and cannot contain spaces"
342
390
  msgstr ""
343
391
 
344
- #: ../app/models/foreman_salt/salt_environment.rb:20
392
+ #: ../app/models/foreman_salt/salt_environment.rb:21
345
393
  msgid "Salt environment"
346
394
  msgstr ""
347
395
 
348
- #: ../app/models/foreman_salt/salt_module.rb:16
396
+ #: ../app/models/foreman_salt/salt_module.rb:22
349
397
  msgid ""
350
398
  "must be alphanumeric, can contain periods, dashes, underscores and must not co"
351
399
  "ntain spaces"
352
400
  msgstr ""
353
401
 
354
- #: ../app/models/foreman_salt/salt_module.rb:40
402
+ #: ../app/models/foreman_salt/salt_module.rb:46
355
403
  msgid "Salt state"
356
404
  msgstr ""
357
405
 
358
- #: ../app/models/setting/salt.rb:7
406
+ #: ../app/models/setting/salt.rb:4
359
407
  msgid "Namespace Foreman pillars under 'foreman' key"
360
408
  msgstr ""
361
409
 
362
- #: ../app/models/setting/salt.rb:8
410
+ #: ../app/models/setting/salt.rb:5
363
411
  msgid "Hide the Run Salt state.highstate button on the host details page"
364
412
  msgstr ""
365
413
 
@@ -430,7 +478,8 @@ msgid "Host groups"
430
478
  msgstr ""
431
479
 
432
480
  #: ../app/views/foreman_salt/salt_environments/index.html.erb:21
433
- #: ../app/views/foreman_salt/salt_modules/index.html.erb:28
481
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:32
482
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:36
434
483
  msgid "Delete %s?"
435
484
  msgstr ""
436
485
 
@@ -539,10 +588,143 @@ msgstr ""
539
588
  msgid "SaltModule|Name"
540
589
  msgstr ""
541
590
 
542
- #: ../app/views/foreman_salt/salt_modules/index.html.erb:26
591
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:29
592
+ #: ../lib/foreman_salt/plugin.rb:23
593
+ msgid "Variables"
594
+ msgstr ""
595
+
596
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:30
543
597
  msgid "Edit"
544
598
  msgstr ""
545
599
 
600
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:3
601
+ msgid "Salt Variable Details"
602
+ msgstr ""
603
+
604
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:10
605
+ msgid "Default Behavior"
606
+ msgstr ""
607
+
608
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:11
609
+ msgid "Override the default value of the Salt variable."
610
+ msgstr ""
611
+
612
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:13
613
+ msgid ""
614
+ "Mark the variable to be managed by Foreman. When the Salt State of this variab"
615
+ "le is assigned to a host, the default value will be added as a Salt pillar for"
616
+ " this host. Specify matchers to set a different value for such variable."
617
+ msgstr ""
618
+
619
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:26
620
+ msgid "Value to use when there is no match."
621
+ msgstr ""
622
+
623
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:29
624
+ msgid "Hidden Value"
625
+ msgstr ""
626
+
627
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:32
628
+ msgid "Hide all values for this parameter."
629
+ msgstr ""
630
+
631
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:38
632
+ msgid "Optional Input Validator"
633
+ msgstr ""
634
+
635
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:40
636
+ msgid ""
637
+ "Before including these variables as Salt pillar, Foreman will validate that yo"
638
+ "ur variables comply with the validation."
639
+ msgstr ""
640
+
641
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:43
642
+ msgid ""
643
+ "If checked, will raise an error if there is no default value and no matcher pr"
644
+ "ovide a value."
645
+ msgstr ""
646
+
647
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:52
648
+ msgid "Prioritize Attribute Order"
649
+ msgstr ""
650
+
651
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:53
652
+ msgid "Set the order in which values are resolved."
653
+ msgstr ""
654
+
655
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:54
656
+ msgid "Order"
657
+ msgstr ""
658
+
659
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:55
660
+ msgid ""
661
+ "The order in which matchers keys are processed, first match wins.<br> You may "
662
+ "use multiple attributes as a matcher key, for example, an order of <code>host "
663
+ "group, environment</code> would expect a matcher such as <code>hostgroup = \"we"
664
+ "b servers\", environment = production</code>"
665
+ msgstr ""
666
+
667
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:58
668
+ msgid ""
669
+ "Continue to look for matches after first find (only array/hash type)? Note: me"
670
+ "rging overrides ignores all matchers that are omitted."
671
+ msgstr ""
672
+
673
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:60
674
+ msgid "Include default value when merging all matching values."
675
+ msgstr ""
676
+
677
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:63
678
+ msgid "Avoid duplicate values when merging them (only array type)?"
679
+ msgstr ""
680
+
681
+ #: ../app/views/foreman_salt/salt_variables/_fields.erb:67
682
+ msgid "Specify Matchers"
683
+ msgstr ""
684
+
685
+ #: ../app/views/foreman_salt/salt_variables/edit.html.erb:4
686
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:1
687
+ #: ../app/views/foreman_salt/salt_variables/new.html.erb:4
688
+ msgid "Salt Variables"
689
+ msgstr ""
690
+
691
+ #: ../app/views/foreman_salt/salt_variables/edit.html.erb:8
692
+ msgid "Edit %s"
693
+ msgstr ""
694
+
695
+ #: ../app/views/foreman_salt/salt_variables/edit.html.erb:13
696
+ msgid "Edit Salt Variable"
697
+ msgstr ""
698
+
699
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:3
700
+ msgid "New Salt Variable"
701
+ msgstr ""
702
+
703
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:9
704
+ msgid "Variable|Name"
705
+ msgstr ""
706
+
707
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:10
708
+ msgid "Variable|State"
709
+ msgstr ""
710
+
711
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:11
712
+ msgid "Type"
713
+ msgstr ""
714
+
715
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:12
716
+ msgid "Actions"
717
+ msgstr ""
718
+
719
+ #: ../app/views/foreman_salt/salt_variables/index.html.erb:19
720
+ msgid "Overriden"
721
+ msgstr ""
722
+
723
+ #: ../app/views/foreman_salt/salt_variables/new.html.erb:8
724
+ #: ../app/views/foreman_salt/salt_variables/new.html.erb:13
725
+ msgid "Create Salt Variable"
726
+ msgstr ""
727
+
546
728
  #: ../app/views/hosts/select_multiple_salt_environment.html.erb:4
547
729
  msgid "Select salt environment"
548
730
  msgstr ""
@@ -551,12 +733,12 @@ msgstr ""
551
733
  msgid "*Clear environment*"
552
734
  msgstr ""
553
735
 
554
- #: ../lib/foreman_salt/plugin.rb:152
736
+ #: ../lib/foreman_salt/engine.rb:78
555
737
  msgid "Run Salt state.highstate"
556
738
  msgstr ""
557
739
 
558
740
  #: action_names.rb:2
559
- msgid "Action with sub plans"
741
+ msgid "Remote action:"
560
742
  msgstr ""
561
743
 
562
744
  #: action_names.rb:3
@@ -564,5 +746,9 @@ msgid "Import facts"
564
746
  msgstr ""
565
747
 
566
748
  #: action_names.rb:4
749
+ msgid "Action with sub plans"
750
+ msgstr ""
751
+
752
+ #: action_names.rb:5
567
753
  msgid "Import Puppet classes"
568
754
  msgstr ""
@@ -0,0 +1,541 @@
1
+ # French translations for foreman_salt package.
2
+ # Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_salt package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: foreman_salt 1.0.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2020-05-11 18:53+0530\n"
11
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
+ "Language-Team: French\n"
13
+ "Language: fr\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=n>1;\n"
18
+ "\n"
19
+
20
+ msgid "*Clear environment*"
21
+ msgstr ""
22
+
23
+ msgid "Accept"
24
+ msgstr ""
25
+
26
+ msgid "Accepted"
27
+ msgstr ""
28
+
29
+ msgid "Action with sub plans"
30
+ msgstr ""
31
+
32
+ msgid "Actions"
33
+ msgstr ""
34
+
35
+ msgid "Added"
36
+ msgstr ""
37
+
38
+ msgid "Array of State ids"
39
+ msgstr ""
40
+
41
+ msgid "Autosign"
42
+ msgstr ""
43
+
44
+ msgid "Autosign entries for %s"
45
+ msgstr ""
46
+
47
+ msgid "Autosign record"
48
+ msgstr ""
49
+
50
+ msgid "Avoid duplicate values when merging them (only array type)?"
51
+ msgstr ""
52
+
53
+ msgid "Before including these variables as Salt pillar, Foreman will validate that your variables comply with the validation."
54
+ msgstr ""
55
+
56
+ msgid "Cancel"
57
+ msgstr ""
58
+
59
+ msgid "Change Salt Environment"
60
+ msgstr ""
61
+
62
+ msgid "Change Salt Master"
63
+ msgstr ""
64
+
65
+ msgid "Check/Uncheck Added"
66
+ msgstr ""
67
+
68
+ msgid "Check/Uncheck All"
69
+ msgstr ""
70
+
71
+ msgid "Check/Uncheck Removed"
72
+ msgstr ""
73
+
74
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
75
+ msgstr ""
76
+
77
+ msgid "Could not find salt environment with id %s"
78
+ msgstr ""
79
+
80
+ msgid "Create Salt Variable"
81
+ msgstr ""
82
+
83
+ msgid "Create Salt variable"
84
+ msgstr ""
85
+
86
+ msgid "Create a Salt environment"
87
+ msgstr ""
88
+
89
+ msgid "Create a state"
90
+ msgstr ""
91
+
92
+ msgid "Create an autosign record"
93
+ msgstr ""
94
+
95
+ msgid "Default Behavior"
96
+ msgstr ""
97
+
98
+ msgid "Default value of variable"
99
+ msgstr ""
100
+
101
+ msgid "Delete %s?"
102
+ msgstr ""
103
+
104
+ msgid "Delete a Salt Key"
105
+ msgstr ""
106
+
107
+ msgid "Delete an autosign record"
108
+ msgstr ""
109
+
110
+ msgid "Deletes Salt variable"
111
+ msgstr ""
112
+
113
+ msgid "Description of variable"
114
+ msgstr ""
115
+
116
+ msgid "Destroy a Salt environment"
117
+ msgstr ""
118
+
119
+ msgid "Destroy a state"
120
+ msgstr ""
121
+
122
+ msgid "Dryrun only"
123
+ msgstr ""
124
+
125
+ msgid "Edit"
126
+ msgstr ""
127
+
128
+ msgid "Edit %s"
129
+ msgstr ""
130
+
131
+ msgid "Edit Salt Environment %s"
132
+ msgstr ""
133
+
134
+ msgid "Edit Salt State %s"
135
+ msgstr ""
136
+
137
+ msgid "Edit Salt Variable"
138
+ msgstr ""
139
+
140
+ msgid "Environment"
141
+ msgstr ""
142
+
143
+ msgid "Environments"
144
+ msgstr ""
145
+
146
+ msgid "FQDN of host that key belongs to"
147
+ msgstr ""
148
+
149
+ msgid "Failed to execute state.highstate: %s"
150
+ msgstr ""
151
+
152
+ msgid "Filter %s"
153
+ msgstr ""
154
+
155
+ msgid "Fingerprint"
156
+ msgstr ""
157
+
158
+ msgid "Function"
159
+ msgstr ""
160
+
161
+ msgid "Hidden Value"
162
+ msgstr ""
163
+
164
+ msgid "Hide all values for this parameter."
165
+ msgstr ""
166
+
167
+ msgid "Hide the Run Salt state.highstate button on the host details page"
168
+ msgstr ""
169
+
170
+ msgid "Host groups"
171
+ msgstr ""
172
+
173
+ msgid "Host must have an environment in order to set salt states"
174
+ msgstr ""
175
+
176
+ msgid "Hosts"
177
+ msgstr ""
178
+
179
+ msgid "ID of Salt Proxy"
180
+ msgstr ""
181
+
182
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
183
+ msgstr ""
184
+
185
+ msgid "Import"
186
+ msgstr ""
187
+
188
+ msgid "Import Puppet classes"
189
+ msgstr ""
190
+
191
+ msgid "Import facts"
192
+ msgstr ""
193
+
194
+ msgid "Import from %s"
195
+ msgstr ""
196
+
197
+ msgid "Import states from a salt master"
198
+ msgstr ""
199
+
200
+ msgid "Include default value when merging all matching values"
201
+ msgstr ""
202
+
203
+ msgid "Include default value when merging all matching values."
204
+ msgstr ""
205
+
206
+ msgid "Invalid report"
207
+ msgstr ""
208
+
209
+ msgid "JID"
210
+ msgstr ""
211
+
212
+ msgid "Key Name"
213
+ msgstr ""
214
+
215
+ msgid "Keys"
216
+ msgstr ""
217
+
218
+ msgid "Limit to a specific environment"
219
+ msgstr ""
220
+
221
+ msgid "Limit to a specific environments"
222
+ msgstr ""
223
+
224
+ msgid "Limit to specific actions: i.e. add, remove"
225
+ msgstr ""
226
+
227
+ msgid "List Salt variables"
228
+ msgstr ""
229
+
230
+ msgid "List all Salt Minions"
231
+ msgstr ""
232
+
233
+ msgid "List all Salt environments"
234
+ msgstr ""
235
+
236
+ msgid "List all Salt keys"
237
+ msgstr ""
238
+
239
+ msgid "List all Salt states"
240
+ msgstr ""
241
+
242
+ msgid "List all autosign records"
243
+ msgstr ""
244
+
245
+ msgid "Mark the variable to be managed by Foreman. When the Salt State of this variable is assigned to a host, the default value will be added as a Salt pillar for this host. Specify matchers to set a different value for such variable."
246
+ msgstr ""
247
+
248
+ msgid "Merge all matching values (only array/hash type)"
249
+ msgstr ""
250
+
251
+ msgid "Must specify a Smart Proxy to use"
252
+ msgstr ""
253
+
254
+ msgid "Name"
255
+ msgstr ""
256
+
257
+ msgid "Name of the Salt state"
258
+ msgstr ""
259
+
260
+ msgid "Name of variable"
261
+ msgstr ""
262
+
263
+ msgid "Namespace Foreman pillars under 'foreman' key"
264
+ msgstr ""
265
+
266
+ msgid "New"
267
+ msgstr ""
268
+
269
+ msgid "New Autosign Entry"
270
+ msgstr ""
271
+
272
+ msgid "New Salt Environment"
273
+ msgstr ""
274
+
275
+ msgid "New Salt State"
276
+ msgstr ""
277
+
278
+ msgid "New Salt Variable"
279
+ msgstr ""
280
+
281
+ msgid "No Salt master defined - can't continue"
282
+ msgstr ""
283
+
284
+ msgid "No changes found"
285
+ msgstr ""
286
+
287
+ msgid "No salt environment selected!"
288
+ msgstr ""
289
+
290
+ msgid "Operation"
291
+ msgstr ""
292
+
293
+ msgid "Optional Input Validator"
294
+ msgstr ""
295
+
296
+ msgid "Order"
297
+ msgstr ""
298
+
299
+ msgid "Override the default value of the Salt variable."
300
+ msgstr ""
301
+
302
+ msgid "Overriden"
303
+ msgstr ""
304
+
305
+ msgid "Please select a Salt environment first"
306
+ msgstr ""
307
+
308
+ msgid "Prioritize Attribute Order"
309
+ msgstr ""
310
+
311
+ msgid "Record deleted."
312
+ msgstr ""
313
+
314
+ msgid "Reject"
315
+ msgstr ""
316
+
317
+ msgid "Rejected"
318
+ msgstr ""
319
+
320
+ msgid "Remote action:"
321
+ msgstr ""
322
+
323
+ msgid "Remove duplicate values (only array type)"
324
+ msgstr ""
325
+
326
+ msgid "Removed"
327
+ msgstr ""
328
+
329
+ msgid "Result"
330
+ msgstr ""
331
+
332
+ msgid "Run Salt"
333
+ msgstr ""
334
+
335
+ msgid "Run Salt state.highstate"
336
+ msgstr ""
337
+
338
+ msgid "Salt Autosign"
339
+ msgstr ""
340
+
341
+ msgid "Salt ENC"
342
+ msgstr ""
343
+
344
+ msgid "Salt Environment"
345
+ msgstr ""
346
+
347
+ msgid "Salt Environments"
348
+ msgstr ""
349
+
350
+ msgid "Salt Keys"
351
+ msgstr ""
352
+
353
+ msgid "Salt Keys on %s"
354
+ msgstr ""
355
+
356
+ msgid "Salt Master"
357
+ msgstr ""
358
+
359
+ msgid "Salt Smart Proxy ID"
360
+ msgstr ""
361
+
362
+ msgid "Salt State"
363
+ msgstr ""
364
+
365
+ msgid "Salt States"
366
+ msgstr ""
367
+
368
+ msgid "Salt Variable Details"
369
+ msgstr ""
370
+
371
+ msgid "Salt Variables"
372
+ msgstr ""
373
+
374
+ msgid "Salt environment"
375
+ msgstr ""
376
+
377
+ msgid "Salt environment ID"
378
+ msgstr ""
379
+
380
+ msgid "Salt external nodes YAML dump"
381
+ msgstr ""
382
+
383
+ msgid "Salt state"
384
+ msgstr ""
385
+
386
+ msgid "Salt states must be in the environment of the host"
387
+ msgstr ""
388
+
389
+ msgid "SaltEnvironment|Name"
390
+ msgstr ""
391
+
392
+ msgid "SaltModule|Name"
393
+ msgstr ""
394
+
395
+ msgid "Save"
396
+ msgstr ""
397
+
398
+ msgid "Select salt environment"
399
+ msgstr ""
400
+
401
+ msgid "Select the changes you want to realize in Foreman"
402
+ msgstr ""
403
+
404
+ msgid "Set the order in which values are resolved."
405
+ msgstr ""
406
+
407
+ msgid "Show a Salt environment"
408
+ msgstr ""
409
+
410
+ msgid "Show a minion"
411
+ msgstr ""
412
+
413
+ msgid "Show a state"
414
+ msgstr ""
415
+
416
+ msgid "Show variable"
417
+ msgstr ""
418
+
419
+ msgid "Specify Matchers"
420
+ msgstr ""
421
+
422
+ msgid "State"
423
+ msgstr ""
424
+
425
+ msgid "State ID"
426
+ msgstr ""
427
+
428
+ msgid "State can be \"accepted\" or \"rejected\""
429
+ msgstr ""
430
+
431
+ msgid "States"
432
+ msgstr ""
433
+
434
+ msgid "Successfully executed, check log files for more details"
435
+ msgstr ""
436
+
437
+ msgid "Successfully imported"
438
+ msgstr ""
439
+
440
+ msgid "Successfully updated %s."
441
+ msgstr ""
442
+
443
+ msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
444
+ msgstr ""
445
+
446
+ msgid "The order in which values are resolved"
447
+ msgstr ""
448
+
449
+ msgid "Toggle"
450
+ msgstr ""
451
+
452
+ msgid "Trigger a state.highstate run on a node"
453
+ msgstr ""
454
+
455
+ msgid "Type"
456
+ msgstr ""
457
+
458
+ msgid "Types of validation values"
459
+ msgstr ""
460
+
461
+ msgid "Types of variable values"
462
+ msgstr ""
463
+
464
+ msgid "Unable to accept Salt key for %s"
465
+ msgstr ""
466
+
467
+ msgid "Unable to delete Salt autosign for %s"
468
+ msgstr ""
469
+
470
+ msgid "Unable to delete Salt key for %s"
471
+ msgstr ""
472
+
473
+ msgid "Unable to fetch Salt environments list"
474
+ msgstr ""
475
+
476
+ msgid "Unable to fetch Salt key list"
477
+ msgstr ""
478
+
479
+ msgid "Unable to fetch Salt states list"
480
+ msgstr ""
481
+
482
+ msgid "Unable to fetch autosign list"
483
+ msgstr ""
484
+
485
+ msgid ""
486
+ "Unable to generate output, Check log files\n"
487
+ msgstr ""
488
+
489
+ msgid "Unable to reject Salt key for %s"
490
+ msgstr ""
491
+
492
+ msgid "Unable to run Salt state.highstate for %s"
493
+ msgstr ""
494
+
495
+ msgid "Unable to set Salt autosign for %s"
496
+ msgstr ""
497
+
498
+ msgid "Unaccepted"
499
+ msgstr ""
500
+
501
+ msgid "Update"
502
+ msgstr ""
503
+
504
+ msgid "Update a Salt Key"
505
+ msgstr ""
506
+
507
+ msgid "Update a minion"
508
+ msgstr ""
509
+
510
+ msgid "Updated hosts: changed salt environment"
511
+ msgstr ""
512
+
513
+ msgid "Updates Salt variable"
514
+ msgstr ""
515
+
516
+ msgid "Upload a Job"
517
+ msgstr ""
518
+
519
+ msgid "Used to enforce certain values for the parameter values"
520
+ msgstr ""
521
+
522
+ msgid "Value to use when there is no match."
523
+ msgstr ""
524
+
525
+ msgid "Variables"
526
+ msgstr ""
527
+
528
+ msgid "Variable|Name"
529
+ msgstr ""
530
+
531
+ msgid "Variable|State"
532
+ msgstr ""
533
+
534
+ msgid "When enabled the parameter is hidden in the UI"
535
+ msgstr ""
536
+
537
+ msgid "is alphanumeric and cannot contain spaces"
538
+ msgstr ""
539
+
540
+ msgid "must be alphanumeric, can contain periods, dashes, underscores and must not contain spaces"
541
+ msgstr ""