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