foreman_salt 10.2.0 → 10.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,533 @@
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_salt package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: foreman_salt 1.0.0\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2019-04-29 18:38+0000\n"
12
+ "PO-Revision-Date: 2019-04-29 18:38+0000\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_salt/api/v2/jobs_controller.rb:12
22
+ msgid "JID"
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:13
26
+ msgid "Function"
27
+ msgstr ""
28
+
29
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:14
30
+ msgid "Result"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/foreman_salt/api/v2/jobs_controller.rb:18
34
+ msgid "Upload a Job"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:9
38
+ msgid "List all autosign records"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:15
42
+ msgid "Create an autosign record"
43
+ msgstr ""
44
+
45
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:17
46
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:25
47
+ msgid "Autosign record"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:23
51
+ msgid "Delete an autosign record"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/foreman_salt/api/v2/salt_autosign_controller.rb:28
55
+ msgid "Record deleted."
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/foreman_salt/api/v2/salt_environments_controller.rb:9
59
+ msgid "List all Salt environments"
60
+ msgstr ""
61
+
62
+ #: ../app/controllers/foreman_salt/api/v2/salt_environments_controller.rb:15
63
+ msgid "Show a Salt environment"
64
+ msgstr ""
65
+
66
+ #: ../app/controllers/foreman_salt/api/v2/salt_environments_controller.rb:26
67
+ msgid "Create a Salt environment"
68
+ msgstr ""
69
+
70
+ #: ../app/controllers/foreman_salt/api/v2/salt_environments_controller.rb:33
71
+ msgid "Destroy a Salt environment"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/foreman_salt/api/v2/salt_keys_controller.rb:8
75
+ msgid "List all Salt keys"
76
+ msgstr ""
77
+
78
+ #: ../app/controllers/foreman_salt/api/v2/salt_keys_controller.rb:16
79
+ msgid "FQDN of host that key belongs to"
80
+ msgstr ""
81
+
82
+ #: ../app/controllers/foreman_salt/api/v2/salt_keys_controller.rb:19
83
+ msgid "Update a Salt Key"
84
+ msgstr ""
85
+
86
+ #: ../app/controllers/foreman_salt/api/v2/salt_keys_controller.rb:22
87
+ msgid "State can be \"accepted\" or \"rejected\""
88
+ msgstr ""
89
+
90
+ #: ../app/controllers/foreman_salt/api/v2/salt_keys_controller.rb:34
91
+ msgid "Delete a Salt Key"
92
+ msgstr ""
93
+
94
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:7
95
+ msgid "List all Salt Minions"
96
+ msgstr ""
97
+
98
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:13
99
+ msgid "Show a minion"
100
+ msgstr ""
101
+
102
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:21
103
+ msgid "Salt environment ID"
104
+ msgstr ""
105
+
106
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:22
107
+ msgid "ID of Salt Proxy"
108
+ msgstr ""
109
+
110
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:23
111
+ msgid "Array of State ids"
112
+ msgstr ""
113
+
114
+ #: ../app/controllers/foreman_salt/api/v2/salt_minions_controller.rb:27
115
+ msgid "Update a minion"
116
+ msgstr ""
117
+
118
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:12
119
+ msgid "List all Salt states"
120
+ msgstr ""
121
+
122
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:13
123
+ msgid "Limit to a specific environment"
124
+ msgstr ""
125
+
126
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:25
127
+ msgid "Show a state"
128
+ msgstr ""
129
+
130
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:32
131
+ msgid "Name of the Salt state"
132
+ msgstr ""
133
+
134
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:36
135
+ msgid "Create a state"
136
+ msgstr ""
137
+
138
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:43
139
+ msgid "Destroy a state"
140
+ msgstr ""
141
+
142
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:49
143
+ msgid "Import states from a salt master"
144
+ msgstr ""
145
+
146
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:50
147
+ msgid "Salt Smart Proxy ID"
148
+ msgstr ""
149
+
150
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:51
151
+ msgid "Limit to a specific environments"
152
+ msgstr ""
153
+
154
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:52
155
+ msgid "Limit to specific actions: i.e. add, remove"
156
+ msgstr ""
157
+
158
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:53
159
+ msgid "Dryrun only"
160
+ msgstr ""
161
+
162
+ #: ../app/controllers/foreman_salt/api/v2/salt_states_controller.rb:94
163
+ msgid "Could not find salt environment with id %s"
164
+ msgstr ""
165
+
166
+ #: ../app/controllers/foreman_salt/minions_controller.rb:24
167
+ msgid "Unable to generate output, Check log files\\n"
168
+ msgstr ""
169
+
170
+ #: ../app/controllers/foreman_salt/minions_controller.rb:29
171
+ msgid "Successfully executed, check log files for more details"
172
+ msgstr ""
173
+
174
+ #: ../app/controllers/foreman_salt/salt_autosign_controller.rb:17
175
+ msgid "Autosign created for #{params[:id]}"
176
+ msgstr ""
177
+
178
+ #: ../app/controllers/foreman_salt/salt_autosign_controller.rb:28
179
+ msgid "Autosign deleted for #{params[:id]}"
180
+ msgstr ""
181
+
182
+ #: ../app/controllers/foreman_salt/salt_environments_controller.rb:30
183
+ #: ../app/controllers/foreman_salt/salt_modules_controller.rb:34
184
+ msgid "Successfully updated %s."
185
+ msgstr ""
186
+
187
+ #: ../app/controllers/foreman_salt/salt_keys_controller.rb:20
188
+ msgid "Key accepted for #{key}"
189
+ msgstr ""
190
+
191
+ #: ../app/controllers/foreman_salt/salt_keys_controller.rb:31
192
+ msgid "Key rejected for #{key}"
193
+ msgstr ""
194
+
195
+ #: ../app/controllers/foreman_salt/salt_keys_controller.rb:42
196
+ msgid "Key deleted for #{key}"
197
+ msgstr ""
198
+
199
+ #: ../app/controllers/foreman_salt/salt_modules_controller.rb:66
200
+ #: ../app/controllers/foreman_salt/salt_modules_controller.rb:73
201
+ msgid "No changes found"
202
+ msgstr ""
203
+
204
+ #: ../app/controllers/foreman_salt/salt_modules_controller.rb:83
205
+ msgid "Successfully imported"
206
+ msgstr ""
207
+
208
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:8
209
+ msgid "Salt ENC"
210
+ msgstr ""
211
+
212
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:9
213
+ msgid "Salt external nodes YAML dump"
214
+ msgstr ""
215
+
216
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:16
217
+ msgid "Run Salt"
218
+ msgstr ""
219
+
220
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:17
221
+ msgid "Trigger a state.highstate run on a node"
222
+ msgstr ""
223
+
224
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:27
225
+ msgid "Salt Master"
226
+ msgstr ""
227
+
228
+ #: ../app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb:28
229
+ msgid "Salt Environment"
230
+ msgstr ""
231
+
232
+ #: ../app/helpers/concerns/foreman_salt/smart_proxies_helper_extensions.rb:10
233
+ msgid "Salt Keys"
234
+ msgstr ""
235
+
236
+ #: ../app/helpers/concerns/foreman_salt/smart_proxies_helper_extensions.rb:11
237
+ msgid "Salt Autosign"
238
+ msgstr ""
239
+
240
+ #: ../app/helpers/foreman_salt/salt_keys_helper.rb:4
241
+ msgid "Accepted"
242
+ msgstr ""
243
+
244
+ #: ../app/helpers/foreman_salt/salt_keys_helper.rb:4
245
+ msgid "Rejected"
246
+ msgstr ""
247
+
248
+ #: ../app/helpers/foreman_salt/salt_keys_helper.rb:4
249
+ msgid "Unaccepted"
250
+ msgstr ""
251
+
252
+ #: ../app/helpers/foreman_salt/salt_modules_helper.rb:5
253
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:1
254
+ msgid "Import from %s"
255
+ msgstr ""
256
+
257
+ #: ../app/helpers/foreman_salt/salt_modules_helper.rb:8
258
+ msgid "Import"
259
+ msgstr ""
260
+
261
+ #: ../app/lib/actions/foreman_salt/report_import.rb:22
262
+ msgid "Process Highstate Report: #{input[:job_id]}"
263
+ msgstr ""
264
+
265
+ #: ../app/lib/proxy_api/salt.rb:11
266
+ msgid "Unable to fetch autosign list"
267
+ msgstr ""
268
+
269
+ #: ../app/lib/proxy_api/salt.rb:17
270
+ msgid "Unable to set Salt autosign for %s"
271
+ msgstr ""
272
+
273
+ #: ../app/lib/proxy_api/salt.rb:25
274
+ msgid "Unable to delete Salt autosign for %s"
275
+ msgstr ""
276
+
277
+ #: ../app/lib/proxy_api/salt.rb:31
278
+ msgid "Unable to fetch Salt environments list"
279
+ msgstr ""
280
+
281
+ #: ../app/lib/proxy_api/salt.rb:43
282
+ msgid "Unable to fetch Salt states list"
283
+ msgstr ""
284
+
285
+ #: ../app/lib/proxy_api/salt.rb:49
286
+ msgid "Unable to fetch Salt key list"
287
+ msgstr ""
288
+
289
+ #: ../app/lib/proxy_api/salt.rb:55
290
+ msgid "Unable to accept Salt key for %s"
291
+ msgstr ""
292
+
293
+ #: ../app/lib/proxy_api/salt.rb:61
294
+ msgid "Unable to reject Salt key for %s"
295
+ msgstr ""
296
+
297
+ #: ../app/lib/proxy_api/salt.rb:69
298
+ msgid "Unable to delete Salt key for %s"
299
+ msgstr ""
300
+
301
+ #: ../app/lib/proxy_api/salt.rb:75
302
+ msgid "Unable to run Salt state.highstate for %s"
303
+ msgstr ""
304
+
305
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:63
306
+ msgid "No Salt master defined - can't continue"
307
+ msgstr ""
308
+
309
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:69
310
+ msgid "Failed to execute state.highstate: %s"
311
+ msgstr ""
312
+
313
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:77
314
+ msgid "Salt states must be in the environment of the host"
315
+ msgstr ""
316
+
317
+ #: ../app/models/foreman_salt/concerns/host_managed_extensions.rb:79
318
+ msgid "Host must have an environment in order to set salt states"
319
+ msgstr ""
320
+
321
+ #: ../app/models/foreman_salt/salt_environment.rb:13
322
+ msgid "is alphanumeric and cannot contain spaces"
323
+ msgstr ""
324
+
325
+ #: ../app/models/foreman_salt/salt_environment.rb:20
326
+ msgid "Salt environment"
327
+ msgstr ""
328
+
329
+ #: ../app/models/foreman_salt/salt_module.rb:16
330
+ msgid ""
331
+ "must be alphanumeric, can contain periods, dashes, underscores and must not co"
332
+ "ntain spaces"
333
+ msgstr ""
334
+
335
+ #: ../app/models/foreman_salt/salt_module.rb:40
336
+ msgid "Salt state"
337
+ msgstr ""
338
+
339
+ #: ../app/models/setting/salt.rb:7
340
+ msgid "Namespace Foreman pillars under 'foreman' key"
341
+ msgstr ""
342
+
343
+ #: ../app/services/foreman_salt/report_importer.rb:7
344
+ msgid "Invalid report"
345
+ msgstr ""
346
+
347
+ #: ../app/services/foreman_salt/smart_proxies/salt_keys.rb:11
348
+ msgid "Must specify a Smart Proxy to use"
349
+ msgstr ""
350
+
351
+ #: ../app/views/foreman_salt/salt_autosign/_form.html.erb:4
352
+ #: ../app/views/foreman_salt/salt_autosign/index.html.erb:7
353
+ msgid "Name"
354
+ msgstr ""
355
+
356
+ #: ../app/views/foreman_salt/salt_autosign/_form.html.erb:4
357
+ msgid "Save"
358
+ msgstr ""
359
+
360
+ #: ../app/views/foreman_salt/salt_autosign/index.html.erb:1
361
+ msgid "Autosign entries for %s"
362
+ msgstr ""
363
+
364
+ #: ../app/views/foreman_salt/salt_autosign/index.html.erb:3
365
+ msgid "Keys"
366
+ msgstr ""
367
+
368
+ #: ../app/views/foreman_salt/salt_autosign/index.html.erb:3
369
+ msgid "New"
370
+ msgstr ""
371
+
372
+ #: ../app/views/foreman_salt/salt_autosign/new.html.erb:1
373
+ msgid "New Autosign Entry"
374
+ msgstr ""
375
+
376
+ #: ../app/views/foreman_salt/salt_environments/_form.html.erb:4
377
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:1
378
+ msgid "Salt Environments"
379
+ msgstr ""
380
+
381
+ #: ../app/views/foreman_salt/salt_environments/edit.html.erb:1
382
+ msgid "Edit Salt Environment %s"
383
+ msgstr ""
384
+
385
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:3
386
+ #: ../app/views/foreman_salt/salt_environments/new.html.erb:1
387
+ msgid "New Salt Environment"
388
+ msgstr ""
389
+
390
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:7
391
+ msgid "SaltEnvironment|Name"
392
+ msgstr ""
393
+
394
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:8
395
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:24
396
+ msgid "States"
397
+ msgstr ""
398
+
399
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:9
400
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:11
401
+ msgid "Hosts"
402
+ msgstr ""
403
+
404
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:10
405
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:12
406
+ msgid "Host groups"
407
+ msgstr ""
408
+
409
+ #: ../app/views/foreman_salt/salt_environments/index.html.erb:21
410
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:28
411
+ msgid "Delete %s?"
412
+ msgstr ""
413
+
414
+ #: ../app/views/foreman_salt/salt_keys/index.erb:1
415
+ msgid "Salt Keys on %s"
416
+ msgstr ""
417
+
418
+ #: ../app/views/foreman_salt/salt_keys/index.erb:2
419
+ msgid "Filter %s"
420
+ msgstr ""
421
+
422
+ #: ../app/views/foreman_salt/salt_keys/index.erb:4
423
+ msgid "Autosign"
424
+ msgstr ""
425
+
426
+ #: ../app/views/foreman_salt/salt_keys/index.erb:8
427
+ msgid "Key Name"
428
+ msgstr ""
429
+
430
+ #: ../app/views/foreman_salt/salt_keys/index.erb:9
431
+ msgid "State"
432
+ msgstr ""
433
+
434
+ #: ../app/views/foreman_salt/salt_keys/index.erb:10
435
+ msgid "Fingerprint"
436
+ msgstr ""
437
+
438
+ #: ../app/views/foreman_salt/salt_keys/index.erb:21
439
+ msgid "Accept"
440
+ msgstr ""
441
+
442
+ #: ../app/views/foreman_salt/salt_keys/index.erb:22
443
+ msgid "Reject"
444
+ msgstr ""
445
+
446
+ #: ../app/views/foreman_salt/salt_modules/_form.html.erb:4
447
+ #: ../app/views/foreman_salt/salt_modules/_host_tab.html.erb:1
448
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:1
449
+ msgid "Salt States"
450
+ msgstr ""
451
+
452
+ #: ../app/views/foreman_salt/salt_modules/_form.html.erb:5
453
+ #: ../app/views/foreman_salt/salt_modules/_form.html.erb:14
454
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:10
455
+ msgid "Environments"
456
+ msgstr ""
457
+
458
+ #: ../app/views/foreman_salt/salt_modules/_host_tab_pane.html.erb:31
459
+ msgid "Please select a Salt environment first"
460
+ msgstr ""
461
+
462
+ #: ../app/views/foreman_salt/salt_modules/edit.html.erb:1
463
+ msgid "Edit Salt State %s"
464
+ msgstr ""
465
+
466
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:5
467
+ msgid "Select the changes you want to realize in Foreman"
468
+ msgstr ""
469
+
470
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:8
471
+ msgid "Toggle"
472
+ msgstr ""
473
+
474
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:9
475
+ msgid "Added"
476
+ msgstr ""
477
+
478
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:11
479
+ msgid "Check/Uncheck Added"
480
+ msgstr ""
481
+
482
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:12
483
+ msgid "Removed"
484
+ msgstr ""
485
+
486
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:14
487
+ msgid "Check/Uncheck Removed"
488
+ msgstr ""
489
+
490
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:21
491
+ msgid "Check/Uncheck All"
492
+ msgstr ""
493
+
494
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:22
495
+ msgid "Environment"
496
+ msgstr ""
497
+
498
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:23
499
+ msgid "Operation"
500
+ msgstr ""
501
+
502
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:41
503
+ msgid "Cancel"
504
+ msgstr ""
505
+
506
+ #: ../app/views/foreman_salt/salt_modules/import.html.erb:42
507
+ msgid "Update"
508
+ msgstr ""
509
+
510
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:4
511
+ #: ../app/views/foreman_salt/salt_modules/new.html.erb:1
512
+ msgid "New Salt State"
513
+ msgstr ""
514
+
515
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:9
516
+ msgid "SaltModule|Name"
517
+ msgstr ""
518
+
519
+ #: ../app/views/foreman_salt/salt_modules/index.html.erb:26
520
+ msgid "Edit"
521
+ msgstr ""
522
+
523
+ #: action_names.rb:2
524
+ msgid "Action with sub plans"
525
+ msgstr ""
526
+
527
+ #: action_names.rb:3
528
+ msgid "Import facts"
529
+ msgstr ""
530
+
531
+ #: action_names.rb:4
532
+ msgid "Import Puppet classes"
533
+ msgstr ""