foreman_ansible 7.1.8 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb +5 -1
  3. data/app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb +3 -1
  4. data/app/helpers/foreman_ansible/ansible_reports_helper.rb +4 -0
  5. data/app/helpers/foreman_ansible/hosts_helper.rb +19 -0
  6. data/app/services/foreman_ansible/variables_importer.rb +9 -9
  7. data/app/views/api/v2/hostgroups/ansible_roles.json.rabl +9 -1
  8. data/app/views/api/v2/hosts/ansible_roles.json.rabl +9 -1
  9. data/lib/foreman_ansible/engine.rb +0 -1
  10. data/lib/foreman_ansible/register.rb +5 -1
  11. data/lib/foreman_ansible/version.rb +1 -1
  12. data/locale/action_names.rb +4 -3
  13. data/locale/ca/foreman_ansible.edit.po +1162 -0
  14. data/locale/ca/foreman_ansible.po +360 -45
  15. data/locale/ca/foreman_ansible.po.time_stamp +0 -0
  16. data/locale/cs_CZ/foreman_ansible.edit.po +1207 -0
  17. data/locale/cs_CZ/foreman_ansible.po +372 -57
  18. data/locale/cs_CZ/foreman_ansible.po.time_stamp +0 -0
  19. data/locale/de/foreman_ansible.edit.po +1148 -0
  20. data/locale/de/foreman_ansible.po +355 -40
  21. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  22. data/locale/en/foreman_ansible.edit.po +1146 -0
  23. data/locale/en/foreman_ansible.po +355 -40
  24. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  25. data/locale/en_GB/foreman_ansible.edit.po +1155 -0
  26. data/locale/en_GB/foreman_ansible.po +357 -42
  27. data/locale/en_GB/foreman_ansible.po.time_stamp +0 -0
  28. data/locale/es/foreman_ansible.edit.po +1148 -0
  29. data/locale/es/foreman_ansible.po +355 -40
  30. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  31. data/locale/foreman_ansible.pot +767 -263
  32. data/locale/fr/foreman_ansible.edit.po +1148 -0
  33. data/locale/fr/foreman_ansible.po +355 -40
  34. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  35. data/locale/gl/foreman_ansible.edit.po +1156 -0
  36. data/locale/gl/foreman_ansible.po +358 -43
  37. data/locale/gl/foreman_ansible.po.time_stamp +0 -0
  38. data/locale/it/foreman_ansible.edit.po +1148 -0
  39. data/locale/it/foreman_ansible.po +355 -40
  40. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  41. data/locale/ja/foreman_ansible.edit.po +1148 -0
  42. data/locale/ja/foreman_ansible.po +355 -40
  43. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  44. data/locale/ko/foreman_ansible.edit.po +1148 -0
  45. data/locale/ko/foreman_ansible.po +355 -40
  46. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  47. data/locale/nl_NL/foreman_ansible.edit.po +1168 -0
  48. data/locale/nl_NL/foreman_ansible.po +359 -44
  49. data/locale/nl_NL/foreman_ansible.po.time_stamp +0 -0
  50. data/locale/pl/foreman_ansible.edit.po +1180 -0
  51. data/locale/pl/foreman_ansible.po +363 -48
  52. data/locale/pl/foreman_ansible.po.time_stamp +0 -0
  53. data/locale/pt_BR/foreman_ansible.edit.po +1148 -0
  54. data/locale/pt_BR/foreman_ansible.po +355 -40
  55. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  56. data/locale/ru/foreman_ansible.edit.po +1149 -0
  57. data/locale/ru/foreman_ansible.po +355 -40
  58. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  59. data/locale/sv_SE/foreman_ansible.edit.po +1180 -0
  60. data/locale/sv_SE/foreman_ansible.po +363 -48
  61. data/locale/sv_SE/foreman_ansible.po.time_stamp +0 -0
  62. data/locale/zh_CN/foreman_ansible.edit.po +1148 -0
  63. data/locale/zh_CN/foreman_ansible.po +355 -40
  64. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  65. data/locale/zh_TW/foreman_ansible.edit.po +1148 -0
  66. data/locale/zh_TW/foreman_ansible.po +355 -40
  67. data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
  68. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js +4 -13
  69. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -3
  70. data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js.orig +151 -0
  71. data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +11 -1
  72. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesForm.js +8 -10
  73. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/index.js +1 -1
  74. data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +10 -1
  75. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/EditRoles.test.js +1 -2
  76. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/RolesTab.fixtures.js +30 -0
  77. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/RolesTab.test.js +1 -3
  78. data/webpack/components/AnsibleHostDetail/components/RolesTab/index.js +2 -26
  79. data/webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.js +3 -12
  80. data/webpack/components/AnsibleRolesSwitcher/components/OrderedRolesTooltip.js +11 -12
  81. data/webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AnsibleRole.test.js.snap +6 -20
  82. data/webpack/graphql/queries/allAnsibleRoles.gql +3 -0
  83. data/webpack/graphql/queries/hostAnsibleRoles.gql +3 -0
  84. data/webpack/testHelper.js +3 -12
  85. metadata +82 -45
  86. data/app/helpers/foreman_ansible/hosts_helper_extensions.rb +0 -30
@@ -0,0 +1,1148 @@
1
+ # Japanese 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.2\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: Japanese\n"
13
+ "Language: ja\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=1; plural=0;\n"
18
+ "\n"
19
+
20
+ #: ../app/controllers/ansible_roles_controller.rb:54
21
+ msgid "No added or removed roles nor variables."
22
+ msgstr ""
23
+
24
+ #: ../app/controllers/ansible_roles_controller.rb:55
25
+ msgid "No added or removed roles nor variables detected on %s."
26
+ msgstr ""
27
+
28
+ #: ../app/controllers/ansible_variables_controller.rb:39
29
+ msgid "No changes in variables detected on %s."
30
+ msgstr ""
31
+
32
+ #: ../app/controllers/ansible_variables_controller.rb:102
33
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
34
+ msgstr ""
35
+
36
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12 ../app/controllers/api/v2/ansible_inventories_controller.rb:17
37
+ msgid "Show Ansible inventory for hosts"
38
+ msgstr ""
39
+
40
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13 ../app/controllers/api/v2/ansible_inventories_controller.rb:18
41
+ msgid "IDs of hosts included in inventory"
42
+ msgstr ""
43
+
44
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:26 ../app/controllers/api/v2/ansible_inventories_controller.rb:31
45
+ msgid "Show Ansible inventory for hostgroups"
46
+ msgstr ""
47
+
48
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:27 ../app/controllers/api/v2/ansible_inventories_controller.rb:32
49
+ msgid "IDs of hostgroups included in inventory"
50
+ msgstr ""
51
+
52
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:40
53
+ msgid "Schedule generating of Ansible Inventory report"
54
+ msgstr ""
55
+
56
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:41
57
+ msgid "Hash of input values of type input=>value"
58
+ msgstr ""
59
+
60
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:43
61
+ msgid "Report format, defaults to '%s'"
62
+ msgstr ""
63
+
64
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
65
+ msgid "Override match"
66
+ msgstr ""
67
+
68
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
69
+ msgid "Override value, required if omit is false"
70
+ msgstr ""
71
+
72
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
73
+ msgid "Create an override value for a specific ansible variable"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
77
+ msgid "Destroy an override value"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:17
81
+ msgid "Sync Ansible playbooks"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:18 ../app/controllers/api/v2/ansible_roles_controller.rb:52
85
+ msgid "Smart Proxy to sync from"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:19
89
+ msgid "Ansible playbooks names to be synced"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:24
93
+ msgid "Fetch Ansible playbooks available to be synced"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:25 ../app/controllers/api/v2/ansible_roles_controller.rb:72
97
+ msgid "Smart Proxy to fetch from"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/ansible_playbooks_controller.rb:49 ../app/controllers/api/v2/ansible_roles_controller.rb:92
101
+ msgid "Smart proxy id is required"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:19
105
+ msgid "Show role"
106
+ msgstr ""
107
+
108
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:23
109
+ msgid "List Ansible roles"
110
+ msgstr ""
111
+
112
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:30
113
+ msgid "Deletes Ansible role"
114
+ msgstr ""
115
+
116
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
117
+ msgid "DEPRECATED: Import Ansible roles"
118
+ msgstr ""
119
+
120
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:37 ../app/controllers/api/v2/ansible_roles_controller.rb:64 ../app/controllers/api/v2/ansible_variables_controller.rb:74 ../app/controllers/api/v2/ansible_variables_controller.rb:85
121
+ msgid "Smart Proxy to import from"
122
+ msgstr ""
123
+
124
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:38
125
+ msgid "Ansible role names to be imported"
126
+ msgstr ""
127
+
128
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:40 ../app/controllers/api/v2/ansible_roles_controller.rb:66 ../app/controllers/api/v2/ansible_variables_controller.rb:76 ../app/controllers/api/v2/ansible_variables_controller.rb:87
129
+ msgid "Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled"
130
+ msgstr ""
131
+
132
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:51
133
+ msgid "Sync Ansible roles"
134
+ msgstr ""
135
+
136
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:53
137
+ msgid "Ansible role names to be synced"
138
+ msgstr ""
139
+
140
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:59
141
+ msgid "No changes detected in specified Ansible Roles and their variables"
142
+ msgstr ""
143
+
144
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:63
145
+ msgid "DEPRECATED: Obsolete Ansible roles"
146
+ msgstr ""
147
+
148
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:71
149
+ msgid "Fetch Ansible roles available to be synced"
150
+ msgstr ""
151
+
152
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:19
153
+ msgid "Show variable"
154
+ msgstr ""
155
+
156
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:23
157
+ msgid "List Ansible variables"
158
+ msgstr ""
159
+
160
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
161
+ msgid "Deletes Ansible variable"
162
+ msgstr ""
163
+
164
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
165
+ msgid "Name of variable"
166
+ msgstr ""
167
+
168
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
169
+ msgid "Role ID"
170
+ msgstr ""
171
+
172
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
173
+ msgid "Default value of variable"
174
+ msgstr ""
175
+
176
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
177
+ msgid "When enabled the parameter is hidden in the UI"
178
+ msgstr ""
179
+
180
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
181
+ msgid "The order in which values are resolved"
182
+ msgstr ""
183
+
184
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
185
+ msgid "Description of variable"
186
+ msgstr ""
187
+
188
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
189
+ msgid "Types of validation values"
190
+ msgstr ""
191
+
192
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
193
+ msgid "Used to enforce certain values for the parameter values"
194
+ msgstr ""
195
+
196
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
197
+ msgid "Types of variable values"
198
+ msgstr ""
199
+
200
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
201
+ msgid "Merge all matching values (only array/hash type)"
202
+ msgstr ""
203
+
204
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
205
+ msgid "Include default value when merging all matching values"
206
+ msgstr ""
207
+
208
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
209
+ msgid "Remove duplicate values (only array type)"
210
+ msgstr ""
211
+
212
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
213
+ msgid "Whether to override variable or not"
214
+ msgstr ""
215
+
216
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:55
217
+ msgid "Create Ansible variable"
218
+ msgstr ""
219
+
220
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:62
221
+ msgid "Updates Ansible variable"
222
+ msgstr ""
223
+
224
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:72
225
+ msgid "DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
226
+ msgstr ""
227
+
228
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
229
+ msgid "DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
230
+ msgstr ""
231
+
232
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
233
+ msgid "Runs all Ansible roles on a hostgroup"
234
+ msgstr ""
235
+
236
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
237
+ msgid "Runs all Ansible roles on hostgroups"
238
+ msgstr ""
239
+
240
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
241
+ msgid "IDs of hostgroups to play roles on"
242
+ msgstr ""
243
+
244
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
245
+ msgid "List all Ansible roles for a hostgroup"
246
+ msgstr ""
247
+
248
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:57
249
+ msgid "Assigns Ansible roles to a hostgroup"
250
+ msgstr ""
251
+
252
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:60
253
+ msgid "Ansible roles to assign to a hostgroup"
254
+ msgstr ""
255
+
256
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
257
+ msgid "IDs of associated ansible roles"
258
+ msgstr ""
259
+
260
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
261
+ msgid "Runs all Ansible roles on a host"
262
+ msgstr ""
263
+
264
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
265
+ msgid "Runs all Ansible roles on hosts"
266
+ msgstr ""
267
+
268
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
269
+ msgid "IDs of hosts to play roles on"
270
+ msgstr ""
271
+
272
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
273
+ msgid "List all Ansible roles for a host"
274
+ msgstr ""
275
+
276
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:58
277
+ msgid "Assigns Ansible roles to a host"
278
+ msgstr ""
279
+
280
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:61
281
+ msgid "Ansible roles to assign to a host"
282
+ msgstr ""
283
+
284
+ #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
285
+ msgid "Host group has no associated hosts"
286
+ msgstr ""
287
+
288
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
289
+ msgid "There are no Ansible roles to play"
290
+ msgstr ""
291
+
292
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
293
+ msgid "Could not run Ansible roles for %{host}"
294
+ msgstr ""
295
+
296
+ #: ../app/graphql/mutations/ansible_variable_overrides/delete.rb:17
297
+ msgid "Host not found by id: %s"
298
+ msgstr ""
299
+
300
+ #: ../app/graphql/mutations/ansible_variable_overrides/delete.rb:18
301
+ msgid "Ansible Variable not found by id: %s"
302
+ msgstr ""
303
+
304
+ #: ../app/helpers/foreman_ansible/ansible_reports_helper.rb:57
305
+ msgid "No additional data"
306
+ msgstr ""
307
+
308
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:5
309
+ msgid "Add"
310
+ msgstr ""
311
+
312
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:5
313
+ msgid "Remove"
314
+ msgstr ""
315
+
316
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:5
317
+ msgid "Update"
318
+ msgstr ""
319
+
320
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:6
321
+ msgid "Import Role"
322
+ msgstr ""
323
+
324
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:6
325
+ msgid "Remove Role"
326
+ msgstr ""
327
+
328
+ #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:6
329
+ msgid "Update Role Variables"
330
+ msgstr ""
331
+
332
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
333
+ msgid "Import from %s"
334
+ msgstr ""
335
+
336
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
337
+ msgid "Ansible Role"
338
+ msgstr ""
339
+
340
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
341
+ msgid "Import"
342
+ msgstr ""
343
+
344
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
345
+ msgid "%s ago"
346
+ msgstr ""
347
+
348
+ #: ../app/helpers/foreman_ansible/hosts_helper.rb:9 ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:3 ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
349
+ msgid "Run all Ansible roles"
350
+ msgstr ""
351
+
352
+ #: ../app/jobs/sync_roles_and_variables.rb:18
353
+ msgid "Import roles And Variables"
354
+ msgstr ""
355
+
356
+ #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
357
+ msgid "Foreman"
358
+ msgstr ""
359
+
360
+ #: ../app/lib/proxy_api/ansible.rb:27
361
+ msgid "Unable to get roles from Ansible"
362
+ msgstr ""
363
+
364
+ #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
365
+ msgid "Unable to get roles/variables from Ansible"
366
+ msgstr ""
367
+
368
+ #: ../app/lib/proxy_api/ansible.rb:47
369
+ msgid "Unable to get playbook's names from Ansible"
370
+ msgstr ""
371
+
372
+ #: ../app/lib/proxy_api/ansible.rb:54
373
+ msgid "Unable to get playbooks from Ansible"
374
+ msgstr ""
375
+
376
+ #: ../app/models/foreman_ansible/ansible_provider.rb:68
377
+ msgid "Tags"
378
+ msgstr ""
379
+
380
+ #: ../app/models/foreman_ansible/ansible_provider.rb:75
381
+ msgid "Include/Exclude Tags"
382
+ msgstr ""
383
+
384
+ #: ../app/models/foreman_ansible/ansible_provider.rb:87
385
+ msgid "Ansible provider specific inputs"
386
+ msgstr ""
387
+
388
+ #: ../app/models/foreman_ansible/ansible_provider.rb:92
389
+ msgid "A comma separated list of tags to use for Ansible run"
390
+ msgstr ""
391
+
392
+ #: ../app/models/foreman_ansible/ansible_provider.rb:97
393
+ msgid "Include\\Exclude tags for Ansible run"
394
+ msgstr ""
395
+
396
+ #: ../app/services/foreman_ansible/import_playbooks_error_notification.rb:35 ../app/services/foreman_ansible/import_playbooks_success_notification.rb:30
397
+ msgid "Task Details"
398
+ msgstr ""
399
+
400
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:49
401
+ msgid "Remediation Plan"
402
+ msgstr ""
403
+
404
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:59 ../db/seeds.d/90_notification_blueprints.rb:13
405
+ msgid "Job Details"
406
+ msgstr ""
407
+
408
+ #: ../app/services/foreman_ansible/proxy_api.rb:13
409
+ msgid "Proxy not found"
410
+ msgstr ""
411
+
412
+ #: ../app/views/ansible_roles/import.html.erb:1
413
+ msgid "Changed Ansible roles"
414
+ msgstr ""
415
+
416
+ #: ../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
417
+ msgid "Ansible Roles"
418
+ msgstr ""
419
+
420
+ #: ../app/views/ansible_roles/index.html.erb:9
421
+ msgid "Role|Name"
422
+ msgstr ""
423
+
424
+ #: ../app/views/ansible_roles/index.html.erb:10
425
+ msgid "Hostgroups"
426
+ msgstr ""
427
+
428
+ #: ../app/views/ansible_roles/index.html.erb:11
429
+ msgid "Hosts"
430
+ msgstr ""
431
+
432
+ #: ../app/views/ansible_roles/index.html.erb:12 ../app/views/ansible_roles/index.html.erb:29 ../lib/foreman_ansible/register.rb:220 ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:18 ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:30 ../webpack/components/AnsibleHostDetail/constants.js:6
433
+ msgid "Variables"
434
+ msgstr ""
435
+
436
+ #: ../app/views/ansible_roles/index.html.erb:13
437
+ msgid "Imported at"
438
+ msgstr ""
439
+
440
+ #: ../app/views/ansible_roles/index.html.erb:14 ../app/views/ansible_variables/index.html.erb:15
441
+ msgid "Actions"
442
+ msgstr ""
443
+
444
+ #: ../app/views/ansible_roles/index.html.erb:35 ../app/views/ansible_variables/index.html.erb:40
445
+ msgid "Delete %s?"
446
+ msgstr ""
447
+
448
+ #: ../app/views/ansible_roles/welcome.html.erb:7
449
+ msgid ""
450
+ "No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\n"
451
+ " you have to import them first."
452
+ msgstr ""
453
+
454
+ #: ../app/views/ansible_roles/welcome.html.erb:10
455
+ msgid "Learn more about this in the documentation."
456
+ msgstr ""
457
+
458
+ #: ../app/views/ansible_variables/_fields.erb:4
459
+ msgid "Ansible Variable Details (Imported)"
460
+ msgstr ""
461
+
462
+ #: ../app/views/ansible_variables/_fields.erb:4
463
+ msgid "Ansible Variable Details"
464
+ msgstr ""
465
+
466
+ #: ../app/views/ansible_variables/_fields.erb:11
467
+ msgid "Default Behavior"
468
+ msgstr ""
469
+
470
+ #: ../app/views/ansible_variables/_fields.erb:12
471
+ msgid "Override the default value of the Ansible variable."
472
+ msgstr ""
473
+
474
+ #: ../app/views/ansible_variables/_fields.erb:14
475
+ 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."
476
+ msgstr ""
477
+
478
+ #: ../app/views/ansible_variables/_fields.erb:27
479
+ msgid "Value to use when there is no match."
480
+ msgstr ""
481
+
482
+ #: ../app/views/ansible_variables/_fields.erb:30
483
+ msgid "Hidden Value"
484
+ msgstr ""
485
+
486
+ #: ../app/views/ansible_variables/_fields.erb:33
487
+ msgid "Hide all values for this parameter."
488
+ msgstr ""
489
+
490
+ #: ../app/views/ansible_variables/_fields.erb:39
491
+ msgid "Optional Input Validator"
492
+ msgstr ""
493
+
494
+ #: ../app/views/ansible_variables/_fields.erb:41
495
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
496
+ msgstr ""
497
+
498
+ #: ../app/views/ansible_variables/_fields.erb:44
499
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
500
+ msgstr ""
501
+
502
+ #: ../app/views/ansible_variables/_fields.erb:53
503
+ msgid "Prioritize Attribute Order"
504
+ msgstr ""
505
+
506
+ #: ../app/views/ansible_variables/_fields.erb:54
507
+ msgid "Set the order in which values are resolved."
508
+ msgstr ""
509
+
510
+ #: ../app/views/ansible_variables/_fields.erb:55
511
+ msgid "Order"
512
+ msgstr ""
513
+
514
+ #: ../app/views/ansible_variables/_fields.erb:56
515
+ 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>"
516
+ msgstr ""
517
+
518
+ #: ../app/views/ansible_variables/_fields.erb:59
519
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
520
+ msgstr ""
521
+
522
+ #: ../app/views/ansible_variables/_fields.erb:61
523
+ msgid "Include default value when merging all matching values."
524
+ msgstr ""
525
+
526
+ #: ../app/views/ansible_variables/_fields.erb:64
527
+ msgid "Avoid duplicate values when merging them (only array type)?"
528
+ msgstr ""
529
+
530
+ #: ../app/views/ansible_variables/_fields.erb:68
531
+ msgid "Specify Matchers"
532
+ msgstr ""
533
+
534
+ #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
535
+ msgid "Ansible Variables"
536
+ msgstr ""
537
+
538
+ #: ../app/views/ansible_variables/edit.html.erb:8
539
+ msgid "Edit %s"
540
+ msgstr ""
541
+
542
+ #: ../app/views/ansible_variables/edit.html.erb:13
543
+ msgid "Edit Ansible Variable"
544
+ msgstr ""
545
+
546
+ #: ../app/views/ansible_variables/index.html.erb:4
547
+ msgid "New Ansible Variable"
548
+ msgstr ""
549
+
550
+ #: ../app/views/ansible_variables/index.html.erb:11
551
+ msgid "Variable|Name"
552
+ msgstr ""
553
+
554
+ #: ../app/views/ansible_variables/index.html.erb:12
555
+ msgid "Variable|Role"
556
+ msgstr ""
557
+
558
+ #: ../app/views/ansible_variables/index.html.erb:13 ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:61
559
+ msgid "Type"
560
+ msgstr ""
561
+
562
+ #: ../app/views/ansible_variables/index.html.erb:14
563
+ msgid "Imported?"
564
+ msgstr ""
565
+
566
+ #: ../app/views/ansible_variables/index.html.erb:22
567
+ msgid "Overriden"
568
+ msgstr ""
569
+
570
+ #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
571
+ msgid "Create Ansible Variable"
572
+ msgstr ""
573
+
574
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
575
+ msgid "Run all Ansible roles on hosts belonging to this host group"
576
+ msgstr ""
577
+
578
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:8
579
+ msgid "Configure Ansible Job"
580
+ msgstr ""
581
+
582
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:11
583
+ msgid "Nest"
584
+ msgstr ""
585
+
586
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:12
587
+ msgid "Clone"
588
+ msgstr ""
589
+
590
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:5
591
+ msgid "Ansible check mode"
592
+ msgstr ""
593
+
594
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:6
595
+ msgid "Notice that ansible roles run in check mode."
596
+ msgstr ""
597
+
598
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:12
599
+ msgid "Level"
600
+ msgstr ""
601
+
602
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:13
603
+ msgid "Task"
604
+ msgstr ""
605
+
606
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:14
607
+ msgid "Message"
608
+ msgstr ""
609
+
610
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:39
611
+ msgid "Nothing to show"
612
+ msgstr ""
613
+
614
+ #: ../db/seeds.d/90_notification_blueprints.rb:5 ../webpack/components/AnsibleHostDetail/constants.js:8
615
+ msgid "Jobs"
616
+ msgstr ""
617
+
618
+ #: ../db/seeds.d/90_notification_blueprints.rb:7
619
+ msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
620
+ msgstr ""
621
+
622
+ #: ../db/seeds.d/90_notification_blueprints.rb:18 ../db/seeds.d/90_notification_blueprints.rb:25 ../db/seeds.d/90_notification_blueprints.rb:30 ../lib/foreman_ansible/register.rb:216 ../webpack/components/AnsibleHostDetail/constants.js:5
623
+ msgid "Roles"
624
+ msgstr ""
625
+
626
+ #: ../db/seeds.d/90_notification_blueprints.rb:20
627
+ msgid "Import roles and variables has finished successfully"
628
+ msgstr ""
629
+
630
+ #: ../db/seeds.d/90_notification_blueprints.rb:36 ../db/seeds.d/90_notification_blueprints.rb:43
631
+ msgid "Playbooks"
632
+ msgstr ""
633
+
634
+ #: ../db/seeds.d/90_notification_blueprints.rb:38
635
+ msgid "Import playbooks has finished successfully"
636
+ msgstr ""
637
+
638
+ #: ../lib/foreman_ansible/register.rb:7 ../lib/foreman_ansible/register.rb:214
639
+ msgid "Ansible"
640
+ msgstr ""
641
+
642
+ #: ../lib/foreman_ansible/register.rb:10
643
+ 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"
644
+ msgstr ""
645
+
646
+ #: ../lib/foreman_ansible/register.rb:15
647
+ msgid "Private Key Path"
648
+ msgstr ""
649
+
650
+ #: ../lib/foreman_ansible/register.rb:18
651
+ msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
652
+ msgstr ""
653
+
654
+ #: ../lib/foreman_ansible/register.rb:22
655
+ msgid "Connection type"
656
+ msgstr ""
657
+
658
+ #: ../lib/foreman_ansible/register.rb:25
659
+ 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\""
660
+ msgstr ""
661
+
662
+ #: ../lib/foreman_ansible/register.rb:30
663
+ msgid "WinRM cert Validation"
664
+ msgstr ""
665
+
666
+ #: ../lib/foreman_ansible/register.rb:33
667
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
668
+ msgstr ""
669
+
670
+ #: ../lib/foreman_ansible/register.rb:36
671
+ msgid "Default verbosity level"
672
+ msgstr ""
673
+
674
+ #: ../lib/foreman_ansible/register.rb:39
675
+ msgid "Disabled"
676
+ msgstr ""
677
+
678
+ #: ../lib/foreman_ansible/register.rb:40
679
+ msgid "Level 1 (-v)"
680
+ msgstr ""
681
+
682
+ #: ../lib/foreman_ansible/register.rb:41
683
+ msgid "Level 2 (-vv)"
684
+ msgstr ""
685
+
686
+ #: ../lib/foreman_ansible/register.rb:42
687
+ msgid "Level 3 (-vvv)"
688
+ msgstr ""
689
+
690
+ #: ../lib/foreman_ansible/register.rb:43
691
+ msgid "Level 4 (-vvvv)"
692
+ msgstr ""
693
+
694
+ #: ../lib/foreman_ansible/register.rb:47
695
+ 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."
696
+ msgstr ""
697
+
698
+ #: ../lib/foreman_ansible/register.rb:52
699
+ msgid "Post-provision timeout"
700
+ msgstr ""
701
+
702
+ #: ../lib/foreman_ansible/register.rb:55
703
+ msgid "Timeout (in minutes) when hosts should have reported."
704
+ msgstr ""
705
+
706
+ #: ../lib/foreman_ansible/register.rb:57
707
+ msgid "Ansible report timeout"
708
+ msgstr ""
709
+
710
+ #: ../lib/foreman_ansible/register.rb:60
711
+ msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
712
+ msgstr ""
713
+
714
+ #: ../lib/foreman_ansible/register.rb:64
715
+ msgid "%{cfgmgmt} out of sync disabled"
716
+ msgstr ""
717
+
718
+ #: ../lib/foreman_ansible/register.rb:67
719
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
720
+ msgstr ""
721
+
722
+ #: ../lib/foreman_ansible/register.rb:70
723
+ msgid "Default Ansible inventory report template"
724
+ msgstr ""
725
+
726
+ #: ../lib/foreman_ansible/register.rb:73
727
+ msgid "Those roles will be excluded when importing roles from smart proxy, The expected input is comma separated values and you can use * wildcard metacharactersFor example: foo*, *b*,*bar"
728
+ msgstr ""
729
+
730
+ #: ../lib/foreman_ansible/register.rb:77
731
+ msgid "Ansible roles to ignore"
732
+ msgstr ""
733
+
734
+ #: ../lib/foreman_ansible/register.rb:80
735
+ msgid "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled. If set, overrides foreman_tasks_proxy_batch_size setting for Ansible jobs."
736
+ msgstr ""
737
+
738
+ #: ../lib/foreman_ansible/register.rb:84
739
+ msgid "Proxy tasks batch size for Ansible"
740
+ msgstr ""
741
+
742
+ #: ../lib/foreman_ansible/remote_execution.rb:20
743
+ msgid "Run Ansible roles"
744
+ msgstr ""
745
+
746
+ #: ../lib/foreman_ansible/remote_execution.rb:21
747
+ msgid "Runs an Ansible playbook which contains all the roles defined for a host"
748
+ msgstr ""
749
+
750
+ #: ../lib/foreman_ansible/remote_execution.rb:27
751
+ msgid "Ansible: Run Insights maintenance plan"
752
+ msgstr ""
753
+
754
+ #: ../lib/foreman_ansible/remote_execution.rb:28
755
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
756
+ msgstr ""
757
+
758
+ #: ../lib/foreman_ansible/remote_execution.rb:35
759
+ msgid "Run playbook"
760
+ msgstr ""
761
+
762
+ #: ../lib/foreman_ansible/remote_execution.rb:36
763
+ msgid "Run an Ansible playbook against given hosts"
764
+ msgstr ""
765
+
766
+ #: ../lib/foreman_ansible/remote_execution.rb:41
767
+ msgid "Enable web console"
768
+ msgstr ""
769
+
770
+ #: ../lib/foreman_ansible/remote_execution.rb:42
771
+ msgid "Run an Ansible playbook to enable web console on given hosts"
772
+ msgstr ""
773
+
774
+ #: ../lib/foreman_ansible/remote_execution.rb:47
775
+ msgid "Upgrade Capsules on given hosts"
776
+ msgstr ""
777
+
778
+ #: ../lib/foreman_ansible/remote_execution.rb:48
779
+ msgid "Upgrade Capsules on given Capsule server hosts"
780
+ msgstr ""
781
+
782
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:59 ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:18 ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:30
783
+ msgid "Name"
784
+ msgstr ""
785
+
786
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:60
787
+ msgid "Ansible role"
788
+ msgstr ""
789
+
790
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:62
791
+ msgid "Value"
792
+ msgstr ""
793
+
794
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:63
795
+ msgid "Source attribute"
796
+ msgstr ""
797
+
798
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:114
799
+ msgid "Delete"
800
+ msgstr ""
801
+
802
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:118
803
+ msgid "Delete Ansible variable override"
804
+ msgstr ""
805
+
806
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js:122
807
+ msgid "Are you sure you want to delete override for %s?"
808
+ msgstr ""
809
+
810
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:13
811
+ msgid "Default value"
812
+ msgstr ""
813
+
814
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:48
815
+ msgid "Ansible variable override was successfully deleted."
816
+ msgstr ""
817
+
818
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:62
819
+ msgid "There was a following error when deleting Ansible variable override: %s"
820
+ msgstr ""
821
+
822
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:81
823
+ msgid "Invalid, expected to match a regex: %s"
824
+ msgstr ""
825
+
826
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:93
827
+ msgid "Invalid, expected one of: %s"
828
+ msgstr ""
829
+
830
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:99
831
+ msgid "is required"
832
+ msgstr ""
833
+
834
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableActionHelper.js:6
835
+ msgid "There was a following error when changing Ansible variable override: %s"
836
+ msgstr ""
837
+
838
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableActionHelper.js:38
839
+ msgid "Ansible variable override successfully changed."
840
+ msgstr ""
841
+
842
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:35
843
+ msgid "true"
844
+ msgstr ""
845
+
846
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:36
847
+ msgid "false"
848
+ msgstr ""
849
+
850
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/index.js:45
851
+ msgid "No Ansible variables found for Host"
852
+ msgstr ""
853
+
854
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/index.js:46
855
+ msgid "Only variables marked to Override are shown here."
856
+ msgstr ""
857
+
858
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/JobsTabHelper.js:57
859
+ msgid "There was a following error when deleting Ansible config job: %s"
860
+ msgstr ""
861
+
862
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/JobsTabHelper.js:75
863
+ msgid "Ansible job was successfully canceled."
864
+ msgstr ""
865
+
866
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/JobsTabHelper.js:120
867
+ msgid "(from host group)"
868
+ msgstr ""
869
+
870
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:8
871
+ msgid "hourly"
872
+ msgstr ""
873
+
874
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:9
875
+ msgid "daily"
876
+ msgstr ""
877
+
878
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:10
879
+ msgid "weekly"
880
+ msgstr ""
881
+
882
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:11
883
+ msgid "monthly"
884
+ msgstr ""
885
+
886
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:16
887
+ msgid "Must not be in the past"
888
+ msgstr ""
889
+
890
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:22
891
+ msgid "can't be blank"
892
+ msgstr ""
893
+
894
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:72
895
+ msgid "There was a following error when creating Ansible job: %s"
896
+ msgstr ""
897
+
898
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobHelper.js:92
899
+ msgid "Ansible job was successfully created."
900
+ msgstr ""
901
+
902
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.js:65
903
+ msgid "Submit"
904
+ msgstr ""
905
+
906
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.js:74 ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:51
907
+ msgid "Cancel"
908
+ msgstr ""
909
+
910
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:23 ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:31
911
+ msgid "Description"
912
+ msgstr ""
913
+
914
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:24
915
+ msgid "Result"
916
+ msgstr ""
917
+
918
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:25
919
+ msgid "State"
920
+ msgstr ""
921
+
922
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:26
923
+ msgid "Executed at"
924
+ msgstr ""
925
+
926
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:27 ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:31
927
+ msgid "Schedule"
928
+ msgstr ""
929
+
930
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js:32
931
+ msgid "Previously executed jobs"
932
+ msgstr ""
933
+
934
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:31
935
+ msgid "Next Run"
936
+ msgstr ""
937
+
938
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:39
939
+ msgid "Cancel Ansible config job"
940
+ msgstr ""
941
+
942
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:40
943
+ msgid "Are you sure you want to cancel Ansible config job?"
944
+ msgstr ""
945
+
946
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js:62
947
+ msgid "Scheduled recurring jobs"
948
+ msgstr ""
949
+
950
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/index.js:37
951
+ msgid "Schedule recurring job"
952
+ msgstr ""
953
+
954
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/index.js:52
955
+ msgid "No config job for Ansible roles scheduled"
956
+ msgstr ""
957
+
958
+ #: ../webpack/components/AnsibleHostDetail/components/JobsTab/index.js:68
959
+ msgid "No previous job executions found"
960
+ msgstr ""
961
+
962
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:18
963
+ msgid "Source"
964
+ msgstr ""
965
+
966
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:52
967
+ msgid "Inherited from Hostgroup"
968
+ msgstr ""
969
+
970
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:53
971
+ msgid "Directly assigned to Host"
972
+ msgstr ""
973
+
974
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/index.js:23
975
+ msgid "All assigned Ansible roles"
976
+ msgstr ""
977
+
978
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/index.js:25
979
+ msgid "This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles"
980
+ msgstr ""
981
+
982
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/index.js:61 ../webpack/components/AnsibleHostDetail/components/RolesTab/index.js:49
983
+ msgid "No Ansible roles assigned"
984
+ msgstr ""
985
+
986
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesForm.js:56
987
+ msgid "Confirm"
988
+ msgstr ""
989
+
990
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModalHelper.js:18
991
+ msgid "There was a following error when assigning Ansible Roles: %s"
992
+ msgstr ""
993
+
994
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModalHelper.js:33
995
+ msgid "Ansible Roles were successfully assigned."
996
+ msgstr ""
997
+
998
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/index.js:27
999
+ msgid "Edit Ansible Roles"
1000
+ msgstr ""
1001
+
1002
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/index.js:29
1003
+ msgid "Add, remove or reorder host assigned Ansible roles. This host has also group assigned roles that are not displayed here and will always be executed prior to host assigned roles"
1004
+ msgstr ""
1005
+
1006
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/index.js:36
1007
+ msgid "Close"
1008
+ msgstr ""
1009
+
1010
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:36
1011
+ msgid "Edit Ansible roles"
1012
+ msgstr ""
1013
+
1014
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:47
1015
+ msgid "Ansible roles assigned directly to host"
1016
+ msgstr ""
1017
+
1018
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:49
1019
+ msgid "view all assigned roles"
1020
+ msgstr ""
1021
+
1022
+ #: ../webpack/components/AnsibleHostDetail/components/RolesTab/index.js:36
1023
+ msgid "Assign Ansible roles"
1024
+ msgstr ""
1025
+
1026
+ #: ../webpack/components/AnsibleHostDetail/constants.js:7
1027
+ msgid "Inventory"
1028
+ msgstr ""
1029
+
1030
+ #: ../webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariablesActions.js:26
1031
+ msgid "Import roles and variables started: "
1032
+ msgstr ""
1033
+
1034
+ #: ../webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariablesActions.js:32
1035
+ msgid "view the task in progress"
1036
+ msgstr ""
1037
+
1038
+ #: ../webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariablesActions.js:37
1039
+ msgid "Failed to import roles and variables "
1040
+ msgstr ""
1041
+
1042
+ #: ../webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcher.js:73
1043
+ msgid "Available Ansible Roles"
1044
+ msgstr ""
1045
+
1046
+ #: ../webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcher.js:89
1047
+ msgid "Assigned Ansible Roles"
1048
+ msgstr ""
1049
+
1050
+ #: ../webpack/components/AnsibleRolesSwitcher/components/AnsiblePermissionDenied.js:8
1051
+ msgid "You are not authorized to perform this action."
1052
+ msgstr ""
1053
+
1054
+ #: ../webpack/components/AnsibleRolesSwitcher/components/AnsiblePermissionDenied.js:10
1055
+ msgid "Please request one of the required permissions listed below from a Foreman administrator:"
1056
+ msgstr ""
1057
+
1058
+ #: ../webpack/components/AnsibleRolesSwitcher/components/AnsiblePermissionDenied.js:27
1059
+ msgid "Permission Denied"
1060
+ msgstr ""
1061
+
1062
+ #: ../webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.js:14
1063
+ msgid "This Ansible role is inherited from parent host group"
1064
+ msgstr ""
1065
+
1066
+ #: ../webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.js:15
1067
+ msgid "This Ansible role is inherited from host group"
1068
+ msgstr ""
1069
+
1070
+ #: ../webpack/components/AnsibleRolesSwitcher/components/OrderedRolesTooltip.js:9
1071
+ msgid "Use drag and drop to change order of the roles. Ordering of roles is respected for Ansible runs, inherited roles are always before those assigned directly"
1072
+ msgstr ""
1073
+
1074
+ #: ../webpack/components/DualList/ListControls.js:13
1075
+ msgid "Add selected"
1076
+ msgstr ""
1077
+
1078
+ #: ../webpack/components/DualList/ListControls.js:24
1079
+ msgid "Add all"
1080
+ msgstr ""
1081
+
1082
+ #: ../webpack/components/DualList/ListControls.js:35
1083
+ msgid "Remove all"
1084
+ msgstr ""
1085
+
1086
+ #: ../webpack/components/DualList/ListControls.js:46
1087
+ msgid "Remove selected"
1088
+ msgstr ""
1089
+
1090
+ #: ../webpack/components/DualList/SelectedStatus.js:8
1091
+ msgid "%(selectedCount)s of %(totalCount)s items selected"
1092
+ msgstr ""
1093
+
1094
+ #: ../webpack/components/DualList/index.js:66
1095
+ msgid "Available Ansible roles"
1096
+ msgstr ""
1097
+
1098
+ #: ../webpack/components/DualList/index.js:84
1099
+ msgid "Host assigned Ansible roles"
1100
+ msgstr ""
1101
+
1102
+ #: ../webpack/components/ErrorState.js:13
1103
+ msgid "Error!"
1104
+ msgstr ""
1105
+
1106
+ #: ../webpack/components/withLoading.js:28
1107
+ msgid "Nothing Found!"
1108
+ msgstr ""
1109
+
1110
+ #: ../webpack/components/withLoading.js:63 ../webpack/components/withLoading.js:75
1111
+ msgid "Permission denied"
1112
+ msgstr ""
1113
+
1114
+ #: ../webpack/permissionsHelper.js:34
1115
+ msgid "You are not authorized to view the page. "
1116
+ msgstr ""
1117
+
1118
+ #: ../webpack/permissionsHelper.js:37
1119
+ msgid "Request the following permissions from administrator: %s."
1120
+ msgstr ""
1121
+
1122
+ #: ../webpack/routes/HostgroupJobs/index.js:11
1123
+ msgid "Configure Recurring Job"
1124
+ msgstr ""
1125
+
1126
+ #: action_names.rb:2
1127
+ msgid "Preupgrade job"
1128
+ msgstr ""
1129
+
1130
+ #: action_names.rb:3
1131
+ msgid "Remote action:"
1132
+ msgstr ""
1133
+
1134
+ #: action_names.rb:4
1135
+ msgid "Import Puppet classes"
1136
+ msgstr ""
1137
+
1138
+ #: action_names.rb:5
1139
+ msgid "Import facts"
1140
+ msgstr ""
1141
+
1142
+ #: action_names.rb:6
1143
+ msgid "Action with sub plans"
1144
+ msgstr ""
1145
+
1146
+ #: gemspec.rb:2
1147
+ msgid "Ansible support in Foreman"
1148
+ msgstr ""