foreman_ansible 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,694 @@
1
+ # foreman_ansible
2
+ #
3
+ # This file is distributed under the same license as foreman_ansible.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: foreman_ansible 3.0.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
+ "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
11
+ "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
12
+ "Language: \n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+
18
+ #: ../app/controllers/ansible_roles_controller.rb:35
19
+ msgid "Import of roles successfully finished."
20
+ msgstr ""
21
+
22
+ #: ../app/controllers/ansible_roles_controller.rb:50
23
+ msgid "No changes in roles detected."
24
+ msgstr ""
25
+
26
+ #: ../app/controllers/ansible_roles_controller.rb:51
27
+ msgid "No changes in roles detected on %s."
28
+ msgstr ""
29
+
30
+ #: ../app/controllers/ansible_variables_controller.rb:39
31
+ msgid "No changes in variables detected on %s."
32
+ msgstr ""
33
+
34
+ #: ../app/controllers/ansible_variables_controller.rb:49
35
+ msgid ""
36
+ "Import of variables successfully finished.\n"
37
+ "Added: #{results[:added].count} \n"
38
+ " Removed: #{results[:obsolete].count} \n"
39
+ "Updated: #{results[:updated].count}"
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/ansible_variables_controller.rb:102
43
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
44
+ msgstr ""
45
+
46
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
47
+ msgid "Override match"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
51
+ msgid "Override value, required if omit is false"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
55
+ msgid "Create an override value for a specific ansible variable"
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
59
+ msgid "Destroy an override value"
60
+ msgstr ""
61
+
62
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
63
+ msgid "Show role"
64
+ msgstr ""
65
+
66
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
67
+ msgid "List Ansible roles"
68
+ msgstr ""
69
+
70
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
71
+ msgid "Deletes Ansible role"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
75
+ msgid "Import Ansible roles"
76
+ msgstr ""
77
+
78
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:73 ../app/controllers/api/v2/ansible_variables_controller.rb:83
79
+ msgid "Smart Proxy to import from"
80
+ msgstr ""
81
+
82
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
83
+ msgid "Ansible role names to import"
84
+ msgstr ""
85
+
86
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
87
+ msgid "Obsolete Ansible roles"
88
+ msgstr ""
89
+
90
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
91
+ msgid "Fetch Ansible roles available to be imported"
92
+ msgstr ""
93
+
94
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
95
+ msgid "Smart Proxy to fetch from"
96
+ msgstr ""
97
+
98
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
99
+ msgid "Show variable"
100
+ msgstr ""
101
+
102
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:24
103
+ msgid "List Ansible variables"
104
+ msgstr ""
105
+
106
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
107
+ msgid "Deletes Ansible variable"
108
+ msgstr ""
109
+
110
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
111
+ msgid "Name of variable"
112
+ msgstr ""
113
+
114
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
115
+ msgid "Role ID"
116
+ msgstr ""
117
+
118
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
119
+ msgid "Default value of variable"
120
+ msgstr ""
121
+
122
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
123
+ msgid "When enabled the parameter is hidden in the UI"
124
+ msgstr ""
125
+
126
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
127
+ msgid "The order in which values are resolved"
128
+ msgstr ""
129
+
130
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
131
+ msgid "Description of variable"
132
+ msgstr ""
133
+
134
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
135
+ msgid "Types of validation values"
136
+ msgstr ""
137
+
138
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
139
+ msgid "Used to enforce certain values for the parameter values"
140
+ msgstr ""
141
+
142
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
143
+ msgid "Types of variable values"
144
+ msgstr ""
145
+
146
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
147
+ msgid "Merge all matching values (only array/hash type)"
148
+ msgstr ""
149
+
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
151
+ msgid "Include default value when merging all matching values"
152
+ msgstr ""
153
+
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
155
+ msgid "Remove duplicate values (only array type)"
156
+ msgstr ""
157
+
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
159
+ msgid "Create Ansible variable"
160
+ msgstr ""
161
+
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:61
163
+ msgid "Updates Ansible variable"
164
+ msgstr ""
165
+
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
167
+ msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
168
+ msgstr ""
169
+
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
171
+ msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
172
+ msgstr ""
173
+
174
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
175
+ msgid "Plays Ansible roles on a hostgroup"
176
+ msgstr ""
177
+
178
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
179
+ msgid "Plays Ansible roles on hostgroups"
180
+ msgstr ""
181
+
182
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
183
+ msgid "IDs of hostgroups to play roles on"
184
+ msgstr ""
185
+
186
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
187
+ msgid "List all Ansible roles for a hostgroup"
188
+ msgstr ""
189
+
190
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
191
+ msgid "Assigns Ansible roles to a hostgroup"
192
+ msgstr ""
193
+
194
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:56
195
+ msgid "Ansible roles to assign to a hostgroup"
196
+ msgstr ""
197
+
198
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
199
+ msgid "IDs of associated ansible roles"
200
+ msgstr ""
201
+
202
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
203
+ msgid "Plays Ansible roles on a host"
204
+ msgstr ""
205
+
206
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
207
+ msgid "Plays Ansible roles on hosts"
208
+ msgstr ""
209
+
210
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
211
+ msgid "IDs of hosts to play roles on"
212
+ msgstr ""
213
+
214
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
215
+ msgid "List all Ansible roles for a host"
216
+ msgstr ""
217
+
218
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
219
+ msgid "Assigns Ansible roles to a host"
220
+ msgstr ""
221
+
222
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:59
223
+ msgid "Ansible roles to assign to a host"
224
+ msgstr ""
225
+
226
+ #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
227
+ msgid "Host group has no associated hosts"
228
+ msgstr ""
229
+
230
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
231
+ msgid "There are no Ansible roles to play"
232
+ msgstr ""
233
+
234
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
235
+ msgid "Could not run Ansible roles for %{host}"
236
+ msgstr ""
237
+
238
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
239
+ msgid "Import from %s"
240
+ msgstr ""
241
+
242
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
243
+ msgid "Ansible Role"
244
+ msgstr ""
245
+
246
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
247
+ msgid "Import"
248
+ msgstr ""
249
+
250
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
251
+ msgid "%s ago"
252
+ msgstr ""
253
+
254
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
255
+ msgid "Play Ansible roles"
256
+ msgstr ""
257
+
258
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
259
+ msgid "Playbook execution failed"
260
+ msgstr ""
261
+
262
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
263
+ msgid "Error loading data from proxy"
264
+ msgstr ""
265
+
266
+ #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
267
+ msgid "Foreman"
268
+ msgstr ""
269
+
270
+ #: ../app/lib/proxy_api/ansible.rb:27
271
+ msgid "Unable to get roles from Ansible"
272
+ msgstr ""
273
+
274
+ #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
275
+ msgid "Unable to get roles/variables from Ansible"
276
+ msgstr ""
277
+
278
+ #: ../app/models/setting/ansible.rb:20
279
+ msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
280
+ msgstr ""
281
+
282
+ #: ../app/models/setting/ansible.rb:25
283
+ msgid "Private Key Path"
284
+ msgstr ""
285
+
286
+ #: ../app/models/setting/ansible.rb:29
287
+ msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
288
+ msgstr ""
289
+
290
+ #: ../app/models/setting/ansible.rb:33
291
+ msgid "Connection type"
292
+ msgstr ""
293
+
294
+ #: ../app/models/setting/ansible.rb:37
295
+ msgid "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_winrm_server_cert_validation\""
296
+ msgstr ""
297
+
298
+ #: ../app/models/setting/ansible.rb:42
299
+ msgid "WinRM cert Validation"
300
+ msgstr ""
301
+
302
+ #: ../app/models/setting/ansible.rb:46
303
+ msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
304
+ msgstr ""
305
+
306
+ #: ../app/models/setting/ansible.rb:49
307
+ msgid "Default verbosity level"
308
+ msgstr ""
309
+
310
+ #: ../app/models/setting/ansible.rb:52
311
+ msgid "Disabled"
312
+ msgstr ""
313
+
314
+ #: ../app/models/setting/ansible.rb:53
315
+ msgid "Level 1 (-v)"
316
+ msgstr ""
317
+
318
+ #: ../app/models/setting/ansible.rb:54
319
+ msgid "Level 2 (-vv)"
320
+ msgstr ""
321
+
322
+ #: ../app/models/setting/ansible.rb:55
323
+ msgid "Level 3 (-vvv)"
324
+ msgstr ""
325
+
326
+ #: ../app/models/setting/ansible.rb:56
327
+ msgid "Level 4 (-vvvv)"
328
+ msgstr ""
329
+
330
+ #: ../app/models/setting/ansible.rb:62
331
+ msgid "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot."
332
+ msgstr ""
333
+
334
+ #: ../app/models/setting/ansible.rb:67
335
+ msgid "Post-provision timeout"
336
+ msgstr ""
337
+
338
+ #: ../app/models/setting/ansible.rb:71
339
+ msgid "Timeout (in minutes) when hosts should have reported."
340
+ msgstr ""
341
+
342
+ #: ../app/models/setting/ansible.rb:73
343
+ msgid "Ansible report timeout"
344
+ msgstr ""
345
+
346
+ #: ../app/models/setting/ansible.rb:77
347
+ msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
348
+ msgstr ""
349
+
350
+ #: ../app/models/setting/ansible.rb:81
351
+ msgid "%{cfgmgmt} out of sync disabled"
352
+ msgstr ""
353
+
354
+ #: ../app/models/setting/ansible.rb:86
355
+ msgid "Foreman will run Ansible playbooks using this implementation"
356
+ msgstr ""
357
+
358
+ #: ../app/models/setting/ansible.rb:88
359
+ msgid "Implementation for running Ansible"
360
+ msgstr ""
361
+
362
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
363
+ msgid "Ansible"
364
+ msgstr ""
365
+
366
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
367
+ msgid "Remediation Plan"
368
+ msgstr ""
369
+
370
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
371
+ msgid "Job Details"
372
+ msgstr ""
373
+
374
+ #: ../app/services/foreman_ansible/proxy_api.rb:13
375
+ msgid "Proxy not found"
376
+ msgstr ""
377
+
378
+ #: ../app/views/ansible_roles/import.html.erb:1
379
+ msgid "Changed Ansible roles"
380
+ msgstr ""
381
+
382
+ #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
383
+ msgid "Select the changes you want to realize in Foreman"
384
+ msgstr ""
385
+
386
+ #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
387
+ msgid "Toggle"
388
+ msgstr ""
389
+
390
+ #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
391
+ msgid "New"
392
+ msgstr ""
393
+
394
+ #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
395
+ msgid "Check/Uncheck new"
396
+ msgstr ""
397
+
398
+ #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
399
+ msgid "Obsolete"
400
+ msgstr ""
401
+
402
+ #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
403
+ msgid "Check/Uncheck obsolete"
404
+ msgstr ""
405
+
406
+ #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
407
+ msgid "Check/Uncheck all"
408
+ msgstr ""
409
+
410
+ #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
411
+ msgid "Name"
412
+ msgstr ""
413
+
414
+ #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
415
+ msgid "Hosts count"
416
+ msgstr ""
417
+
418
+ #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
419
+ msgid "Hostgroups count"
420
+ msgstr ""
421
+
422
+ #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
423
+ msgid "Operation"
424
+ msgstr ""
425
+
426
+ #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
427
+ msgid "Check/Uncheck all %s changes"
428
+ msgstr ""
429
+
430
+ #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
431
+ msgid "Add"
432
+ msgstr ""
433
+
434
+ #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
435
+ msgid "Remove"
436
+ msgstr ""
437
+
438
+ #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
439
+ msgid "Cancel"
440
+ msgstr ""
441
+
442
+ #: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:12 ../app/views/ansible_variables/import.html.erb:45 ../app/views/ansible_variables/import.html.erb:54
443
+ msgid "Update"
444
+ msgstr ""
445
+
446
+ #: ../app/views/ansible_roles/index.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:6 ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
447
+ msgid "Ansible Roles"
448
+ msgstr ""
449
+
450
+ #: ../app/views/ansible_roles/index.html.erb:9
451
+ msgid "Role|Name"
452
+ msgstr ""
453
+
454
+ #: ../app/views/ansible_roles/index.html.erb:10
455
+ msgid "Hostgroups"
456
+ msgstr ""
457
+
458
+ #: ../app/views/ansible_roles/index.html.erb:11
459
+ msgid "Hosts"
460
+ msgstr ""
461
+
462
+ #: ../app/views/ansible_roles/index.html.erb:12
463
+ msgid "Imported at"
464
+ msgstr ""
465
+
466
+ #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
467
+ msgid "Actions"
468
+ msgstr ""
469
+
470
+ #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
471
+ msgid "Variables"
472
+ msgstr ""
473
+
474
+ #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
475
+ msgid "Delete %s?"
476
+ msgstr ""
477
+
478
+ #: ../app/views/ansible_roles/welcome.html.erb:7
479
+ msgid ""
480
+ "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
481
+ " you have to import them first."
482
+ msgstr ""
483
+
484
+ #: ../app/views/ansible_roles/welcome.html.erb:10
485
+ msgid "Learn more about this in the documentation."
486
+ msgstr ""
487
+
488
+ #: ../app/views/ansible_variables/_fields.erb:4
489
+ msgid "Ansible Variable Details (Imported)"
490
+ msgstr ""
491
+
492
+ #: ../app/views/ansible_variables/_fields.erb:4
493
+ msgid "Ansible Variable Details"
494
+ msgstr ""
495
+
496
+ #: ../app/views/ansible_variables/_fields.erb:11
497
+ msgid "Default Behavior"
498
+ msgstr ""
499
+
500
+ #: ../app/views/ansible_variables/_fields.erb:12
501
+ msgid "Override the default value of the Ansible variable."
502
+ msgstr ""
503
+
504
+ #: ../app/views/ansible_variables/_fields.erb:14
505
+ msgid "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable."
506
+ msgstr ""
507
+
508
+ #: ../app/views/ansible_variables/_fields.erb:27
509
+ msgid "Value to use when there is no match."
510
+ msgstr ""
511
+
512
+ #: ../app/views/ansible_variables/_fields.erb:30
513
+ msgid "Hidden Value"
514
+ msgstr ""
515
+
516
+ #: ../app/views/ansible_variables/_fields.erb:33
517
+ msgid "Hide all values for this parameter."
518
+ msgstr ""
519
+
520
+ #: ../app/views/ansible_variables/_fields.erb:39
521
+ msgid "Optional Input Validator"
522
+ msgstr ""
523
+
524
+ #: ../app/views/ansible_variables/_fields.erb:41
525
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
526
+ msgstr ""
527
+
528
+ #: ../app/views/ansible_variables/_fields.erb:44
529
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
530
+ msgstr ""
531
+
532
+ #: ../app/views/ansible_variables/_fields.erb:53
533
+ msgid "Prioritize Attribute Order"
534
+ msgstr ""
535
+
536
+ #: ../app/views/ansible_variables/_fields.erb:54
537
+ msgid "Set the order in which values are resolved."
538
+ msgstr ""
539
+
540
+ #: ../app/views/ansible_variables/_fields.erb:55
541
+ msgid "Order"
542
+ msgstr ""
543
+
544
+ #: ../app/views/ansible_variables/_fields.erb:56
545
+ 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>"
546
+ msgstr ""
547
+
548
+ #: ../app/views/ansible_variables/_fields.erb:59
549
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
550
+ msgstr ""
551
+
552
+ #: ../app/views/ansible_variables/_fields.erb:61
553
+ msgid "Include default value when merging all matching values."
554
+ msgstr ""
555
+
556
+ #: ../app/views/ansible_variables/_fields.erb:64
557
+ msgid "Avoid duplicate values when merging them (only array type)?"
558
+ msgstr ""
559
+
560
+ #: ../app/views/ansible_variables/_fields.erb:68
561
+ msgid "Specify Matchers"
562
+ msgstr ""
563
+
564
+ #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
565
+ msgid "Ansible Variables"
566
+ msgstr ""
567
+
568
+ #: ../app/views/ansible_variables/edit.html.erb:8
569
+ msgid "Edit %s"
570
+ msgstr ""
571
+
572
+ #: ../app/views/ansible_variables/edit.html.erb:13
573
+ msgid "Edit Ansible Variable"
574
+ msgstr ""
575
+
576
+ #: ../app/views/ansible_variables/import.html.erb:1
577
+ msgid "Changed Ansible variables"
578
+ msgstr ""
579
+
580
+ #: ../app/views/ansible_variables/import.html.erb:14
581
+ msgid "Check/Uncheck update"
582
+ msgstr ""
583
+
584
+ #: ../app/views/ansible_variables/import.html.erb:25
585
+ msgid "Ansible role"
586
+ msgstr ""
587
+
588
+ #: ../app/views/ansible_variables/index.html.erb:5
589
+ msgid "New Ansible Variable"
590
+ msgstr ""
591
+
592
+ #: ../app/views/ansible_variables/index.html.erb:12
593
+ msgid "Variable|Name"
594
+ msgstr ""
595
+
596
+ #: ../app/views/ansible_variables/index.html.erb:13
597
+ msgid "Variable|Role"
598
+ msgstr ""
599
+
600
+ #: ../app/views/ansible_variables/index.html.erb:14
601
+ msgid "Type"
602
+ msgstr ""
603
+
604
+ #: ../app/views/ansible_variables/index.html.erb:15
605
+ msgid "Imported?"
606
+ msgstr ""
607
+
608
+ #: ../app/views/ansible_variables/index.html.erb:23
609
+ msgid "Overriden"
610
+ msgstr ""
611
+
612
+ #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
613
+ msgid "Create Ansible Variable"
614
+ msgstr ""
615
+
616
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
617
+ msgid "Play Roles"
618
+ msgstr ""
619
+
620
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
621
+ msgid "Nest"
622
+ msgstr ""
623
+
624
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
625
+ msgid "Clone"
626
+ msgstr ""
627
+
628
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
629
+ msgid "Level"
630
+ msgstr ""
631
+
632
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
633
+ msgid "Module"
634
+ msgstr ""
635
+
636
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
637
+ msgid "Arguments"
638
+ msgstr ""
639
+
640
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
641
+ msgid "Message"
642
+ msgstr ""
643
+
644
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
645
+ msgid "Nothing to show"
646
+ msgstr ""
647
+
648
+ #: ../db/seeds.d/90_notification_blueprints.rb:5
649
+ msgid "Jobs"
650
+ msgstr ""
651
+
652
+ #: ../db/seeds.d/90_notification_blueprints.rb:7
653
+ msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
654
+ msgstr ""
655
+
656
+ #: ../lib/foreman_ansible/register.rb:94
657
+ msgid "Roles"
658
+ msgstr ""
659
+
660
+ #: ../lib/foreman_ansible/remote_execution.rb:20
661
+ msgid "Run Ansible roles"
662
+ msgstr ""
663
+
664
+ #: ../lib/foreman_ansible/remote_execution.rb:21
665
+ msgid "Runs an Ansible playbook which contains all the roles defined for a host"
666
+ msgstr ""
667
+
668
+ #: ../lib/foreman_ansible/remote_execution.rb:27
669
+ msgid "Ansible: Run Insights maintenance plan"
670
+ msgstr ""
671
+
672
+ #: ../lib/foreman_ansible/remote_execution.rb:28
673
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
674
+ msgstr ""
675
+
676
+ #: action_names.rb:2
677
+ msgid "Remote action:"
678
+ msgstr ""
679
+
680
+ #: action_names.rb:3
681
+ msgid "Import Puppet classes"
682
+ msgstr ""
683
+
684
+ #: action_names.rb:4
685
+ msgid "Import facts"
686
+ msgstr ""
687
+
688
+ #: action_names.rb:5
689
+ msgid "Action with sub plans"
690
+ msgstr ""
691
+
692
+ #: gemspec.rb:2
693
+ msgid "Ansible support in Foreman"
694
+ msgstr ""