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