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