foreman_ansible 5.0.1 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/foreman_ansible/ansible_provider.rb +8 -0
  3. data/app/models/setting/ansible.rb +1 -1
  4. data/app/services/foreman_ansible/operating_system_parser.rb +1 -1
  5. data/app/services/foreman_ansible/variables_importer.rb +8 -9
  6. data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +71 -0
  7. data/app/views/foreman_ansible/job_templates/{connect_red_hat_receptor_controller_-_ansible_default.erb → configure_cloud_connector_-_ansible_default.erb} +5 -2
  8. data/db/migrate/20200421201839_update_ansible_inv_template_name.rb +9 -0
  9. data/db/seeds.d/75_job_templates.rb +1 -1
  10. data/lib/foreman_ansible/engine.rb +22 -25
  11. data/lib/foreman_ansible/remote_execution.rb +11 -0
  12. data/lib/foreman_ansible/version.rb +1 -1
  13. data/locale/action_names.rb +3 -3
  14. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  15. data/locale/ca/foreman_ansible.po +556 -0
  16. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  17. data/locale/cs_CZ/foreman_ansible.po +556 -0
  18. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  19. data/locale/de/foreman_ansible.po +38 -33
  20. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  21. data/locale/en/foreman_ansible.po +38 -33
  22. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  23. data/locale/en_GB/foreman_ansible.po +555 -0
  24. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  25. data/locale/es/foreman_ansible.po +38 -33
  26. data/locale/foreman_ansible.pot +96 -88
  27. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  28. data/locale/fr/foreman_ansible.po +38 -33
  29. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/gl/foreman_ansible.po +553 -0
  31. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/it/foreman_ansible.po +38 -33
  33. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  34. data/locale/ja/foreman_ansible.po +38 -33
  35. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/ko/foreman_ansible.po +38 -33
  37. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  38. data/locale/nl_NL/foreman_ansible.po +559 -0
  39. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  40. data/locale/pl/foreman_ansible.po +556 -0
  41. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  42. data/locale/pt_BR/foreman_ansible.po +38 -33
  43. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  44. data/locale/ru/foreman_ansible.po +38 -33
  45. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  46. data/locale/sv_SE/foreman_ansible.po +556 -0
  47. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  48. data/locale/zh_CN/foreman_ansible.po +38 -33
  49. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  50. data/locale/zh_TW/foreman_ansible.po +38 -33
  51. data/test/factories/ansible_variables.rb +5 -0
  52. data/test/unit/services/ansible_variables_importer_test.rb +68 -43
  53. metadata +55 -61
  54. data/locale/de/foreman_ansible.edit.po +0 -825
  55. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  56. data/locale/en/foreman_ansible.edit.po +0 -714
  57. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  58. data/locale/es/foreman_ansible.edit.po +0 -845
  59. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  60. data/locale/fr/foreman_ansible.edit.po +0 -847
  61. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  62. data/locale/it/foreman_ansible.edit.po +0 -818
  63. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  64. data/locale/ja/foreman_ansible.edit.po +0 -818
  65. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  66. data/locale/ko/foreman_ansible.edit.po +0 -804
  67. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  68. data/locale/pt_BR/foreman_ansible.edit.po +0 -845
  69. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  70. data/locale/ru/foreman_ansible.edit.po +0 -819
  71. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  72. data/locale/zh_CN/foreman_ansible.edit.po +0 -813
  73. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  74. data/locale/zh_TW/foreman_ansible.edit.po +0 -804
  75. data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
@@ -0,0 +1,556 @@
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
+ # sziolkow <sziolkow@gmail.com>, 2019
8
+ # Michał Foryt <michal.foryt@gmail.com>, 2019
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_ansible 5.0.1\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
15
+ "Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2019\n"
16
+ "Language-Team: Polish (https://www.transifex.com/foreman/teams/114/pl/)\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: pl\n"
21
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12"
22
+ " || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n"
23
+ "%100>=12 && n%100<=14) ? 2 : 3);\n"
24
+
25
+ msgid "%s ago"
26
+ msgstr "%s temu"
27
+
28
+ msgid "%{cfgmgmt} out of sync disabled"
29
+ msgstr ""
30
+
31
+ msgid "Action with sub plans"
32
+ msgstr ""
33
+
34
+ msgid "Actions"
35
+ msgstr "Akcja"
36
+
37
+ msgid "Add"
38
+ msgstr ""
39
+
40
+ msgid "Ansible"
41
+ msgstr ""
42
+
43
+ msgid "Ansible Role"
44
+ msgstr ""
45
+
46
+ msgid "Ansible Roles"
47
+ msgstr ""
48
+
49
+ msgid "Ansible Variable Details"
50
+ msgstr ""
51
+
52
+ msgid "Ansible Variable Details (Imported)"
53
+ msgstr ""
54
+
55
+ msgid "Ansible Variables"
56
+ msgstr ""
57
+
58
+ msgid "Ansible report timeout"
59
+ msgstr ""
60
+
61
+ msgid "Ansible role"
62
+ msgstr ""
63
+
64
+ msgid "Ansible role names to import"
65
+ msgstr ""
66
+
67
+ msgid "Ansible roles to assign to a host"
68
+ msgstr ""
69
+
70
+ msgid "Ansible roles to assign to a hostgroup"
71
+ msgstr ""
72
+
73
+ msgid "Ansible support in Foreman"
74
+ msgstr ""
75
+
76
+ msgid "Ansible: Run Insights maintenance plan"
77
+ msgstr ""
78
+
79
+ msgid "Arguments"
80
+ msgstr ""
81
+
82
+ msgid "Assigns Ansible roles to a host"
83
+ msgstr ""
84
+
85
+ msgid "Assigns Ansible roles to a hostgroup"
86
+ msgstr ""
87
+
88
+ msgid "Avoid duplicate values when merging them (only array type)?"
89
+ msgstr "Unikać duplikatów podczas scalania (tylko typy tablicowe)? "
90
+
91
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
92
+ msgstr ""
93
+
94
+ msgid "Cancel"
95
+ msgstr "Anuluj"
96
+
97
+ msgid "Changed Ansible roles"
98
+ msgstr ""
99
+
100
+ msgid "Changed Ansible variables"
101
+ msgstr ""
102
+
103
+ msgid "Check/Uncheck all"
104
+ msgstr "Zaznacz/ Odznacz wszystko"
105
+
106
+ msgid "Check/Uncheck all %s changes"
107
+ msgstr "Zaznacz/Odznacz wszystkie %s zmainy"
108
+
109
+ msgid "Check/Uncheck new"
110
+ msgstr "Zaznacz / odznacz nową"
111
+
112
+ msgid "Check/Uncheck obsolete"
113
+ msgstr "Zaznacz/ Odznacz nieaktualny "
114
+
115
+ msgid "Check/Uncheck update"
116
+ msgstr ""
117
+
118
+ msgid "Clone"
119
+ msgstr "Klonuj"
120
+
121
+ msgid "Connection type"
122
+ msgstr ""
123
+
124
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
125
+ msgstr ""
126
+
127
+ msgid "Could not run Ansible roles for %{host}"
128
+ msgstr ""
129
+
130
+ msgid "Create Ansible Variable"
131
+ msgstr ""
132
+
133
+ msgid "Create Ansible variable"
134
+ msgstr ""
135
+
136
+ msgid "Create an override value for a specific ansible variable"
137
+ msgstr ""
138
+
139
+ msgid "Default Ansible inventory report template"
140
+ msgstr ""
141
+
142
+ msgid "Default Behavior"
143
+ msgstr ""
144
+
145
+ msgid "Default value of variable"
146
+ msgstr "Domyślna wartość zmiennej"
147
+
148
+ msgid "Default verbosity level"
149
+ msgstr ""
150
+
151
+ msgid "Delete %s?"
152
+ msgstr "Usunąć %s?"
153
+
154
+ msgid "Deletes Ansible role"
155
+ msgstr ""
156
+
157
+ msgid "Deletes Ansible variable"
158
+ msgstr ""
159
+
160
+ msgid "Description of variable"
161
+ msgstr "Opis zmiennej"
162
+
163
+ msgid "Destroy an override value"
164
+ msgstr ""
165
+
166
+ msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
167
+ msgstr ""
168
+
169
+ msgid "Disabled"
170
+ msgstr "Wyłączone"
171
+
172
+ msgid "Edit %s"
173
+ msgstr "Edytuj %s"
174
+
175
+ msgid "Edit Ansible Variable"
176
+ msgstr ""
177
+
178
+ 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\""
179
+ msgstr ""
180
+
181
+ msgid "Error loading data from proxy"
182
+ msgstr ""
183
+
184
+ msgid "Fetch Ansible roles available to be imported"
185
+ msgstr ""
186
+
187
+ msgid "Foreman"
188
+ msgstr ""
189
+
190
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
191
+ msgstr ""
192
+
193
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
194
+ msgstr ""
195
+
196
+ msgid "Hash of input values of type input=>value"
197
+ msgstr ""
198
+
199
+ msgid "Hidden Value"
200
+ msgstr ""
201
+
202
+ msgid "Hide all values for this parameter."
203
+ msgstr "Ukryj wszystkie wartości dla tego parametru."
204
+
205
+ msgid "Host group has no associated hosts"
206
+ msgstr ""
207
+
208
+ msgid "Hostgroups"
209
+ msgstr ""
210
+
211
+ msgid "Hostgroups count"
212
+ msgstr ""
213
+
214
+ msgid "Hosts"
215
+ msgstr "Hosty"
216
+
217
+ msgid "Hosts count"
218
+ msgstr ""
219
+
220
+ msgid "IDs of associated ansible roles"
221
+ msgstr ""
222
+
223
+ msgid "IDs of hostgroups included in inventory"
224
+ msgstr ""
225
+
226
+ msgid "IDs of hostgroups to play roles on"
227
+ msgstr ""
228
+
229
+ msgid "IDs of hosts included in inventory"
230
+ msgstr ""
231
+
232
+ msgid "IDs of hosts to play roles on"
233
+ msgstr ""
234
+
235
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
236
+ msgstr "Jeśli zaznaczone, zgłosi błąd, jeśli nie ma wartości domyślnej ani podanej dopasowanej wartości."
237
+
238
+ msgid "Import"
239
+ msgstr "Import"
240
+
241
+ msgid "Import Ansible roles"
242
+ msgstr ""
243
+
244
+ msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
245
+ msgstr ""
246
+
247
+ msgid "Import Puppet classes"
248
+ msgstr ""
249
+
250
+ msgid "Import facts"
251
+ msgstr ""
252
+
253
+ msgid "Import from %s"
254
+ msgstr "Importuj z %s"
255
+
256
+ msgid "Import of roles successfully finished."
257
+ msgstr ""
258
+
259
+ msgid "Imported at"
260
+ msgstr ""
261
+
262
+ msgid "Imported?"
263
+ msgstr ""
264
+
265
+ msgid "Include default value when merging all matching values"
266
+ msgstr "Dołącz wartość domyślną podczas łączenia wszystkich pasujących wartości"
267
+
268
+ msgid "Include default value when merging all matching values."
269
+ msgstr "Dołącz wartości domyślne podczas scalania wszystkich dopasowanych wartości."
270
+
271
+ msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
272
+ msgstr ""
273
+
274
+ msgid "Job Details"
275
+ msgstr ""
276
+
277
+ msgid "Jobs"
278
+ msgstr ""
279
+
280
+ msgid "Learn more about this in the documentation."
281
+ msgstr "Dowiedz się więcej na ten temat w dokumentacji."
282
+
283
+ msgid "Level"
284
+ msgstr "Poziom"
285
+
286
+ msgid "Level 1 (-v)"
287
+ msgstr ""
288
+
289
+ msgid "Level 2 (-vv)"
290
+ msgstr ""
291
+
292
+ msgid "Level 3 (-vvv)"
293
+ msgstr ""
294
+
295
+ msgid "Level 4 (-vvvv)"
296
+ msgstr ""
297
+
298
+ msgid "List Ansible roles"
299
+ msgstr ""
300
+
301
+ msgid "List Ansible variables"
302
+ msgstr ""
303
+
304
+ msgid "List all Ansible roles for a host"
305
+ msgstr ""
306
+
307
+ msgid "List all Ansible roles for a hostgroup"
308
+ msgstr ""
309
+
310
+ 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."
311
+ msgstr ""
312
+
313
+ msgid "Merge all matching values (only array/hash type)"
314
+ msgstr "Scalanie wszystkie pasujących wartości (tylko tablica / typ hash)"
315
+
316
+ msgid "Message"
317
+ msgstr "Wiadomość"
318
+
319
+ msgid "Module"
320
+ msgstr ""
321
+
322
+ msgid "Name"
323
+ msgstr "Nazwa"
324
+
325
+ msgid "Name of variable"
326
+ msgstr "Nazwa zmiennej"
327
+
328
+ msgid "Nest"
329
+ msgstr "Gniazda"
330
+
331
+ msgid "New"
332
+ msgstr "Nowy"
333
+
334
+ msgid "New Ansible Variable"
335
+ msgstr ""
336
+
337
+ msgid ""
338
+ "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
339
+ " you have to import them first."
340
+ msgstr ""
341
+
342
+ msgid "No changes in roles detected on %s."
343
+ msgstr ""
344
+
345
+ msgid "No changes in roles detected."
346
+ msgstr ""
347
+
348
+ msgid "No changes in variables detected on %s."
349
+ msgstr ""
350
+
351
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
352
+ msgstr ""
353
+
354
+ msgid "Nothing to show"
355
+ msgstr "Nie ma nic do pokazania"
356
+
357
+ msgid "Obsolete"
358
+ msgstr "Przestarzały"
359
+
360
+ msgid "Obsolete Ansible roles"
361
+ msgstr ""
362
+
363
+ msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
364
+ msgstr ""
365
+
366
+ msgid "Operation"
367
+ msgstr "Operacja"
368
+
369
+ msgid "Optional Input Validator"
370
+ msgstr ""
371
+
372
+ msgid "Order"
373
+ msgstr "Kolejność"
374
+
375
+ msgid "Override match"
376
+ msgstr "Zastąp dopasowanie"
377
+
378
+ msgid "Override the default value of the Ansible variable."
379
+ msgstr ""
380
+
381
+ msgid "Override value, required if omit is false"
382
+ msgstr ""
383
+
384
+ msgid "Overriden"
385
+ msgstr ""
386
+
387
+ msgid "Post-provision timeout"
388
+ msgstr ""
389
+
390
+ msgid "Prioritize Attribute Order"
391
+ msgstr ""
392
+
393
+ msgid "Private Key Path"
394
+ msgstr ""
395
+
396
+ msgid "Proxy not found"
397
+ msgstr ""
398
+
399
+ msgid "Remediation Plan"
400
+ msgstr ""
401
+
402
+ msgid "Remote action:"
403
+ msgstr ""
404
+
405
+ msgid "Remove"
406
+ msgstr ""
407
+
408
+ msgid "Remove duplicate values (only array type)"
409
+ msgstr "Usuń zduplikowane wartości (tylko typ tablicowy)"
410
+
411
+ msgid "Report format, defaults to '%s'"
412
+ msgstr ""
413
+
414
+ msgid "Role ID"
415
+ msgstr ""
416
+
417
+ msgid "Roles"
418
+ msgstr "Zadania"
419
+
420
+ msgid "Role|Name"
421
+ msgstr "Zadanie|Nazwa"
422
+
423
+ msgid "Run Ansible roles"
424
+ msgstr ""
425
+
426
+ msgid "Run all Ansible roles"
427
+ msgstr ""
428
+
429
+ msgid "Run all Ansible roles on hosts belonging to this host group"
430
+ msgstr ""
431
+
432
+ msgid "Run an Ansible playbook against given hosts"
433
+ msgstr ""
434
+
435
+ msgid "Run playbook"
436
+ msgstr ""
437
+
438
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
439
+ msgstr ""
440
+
441
+ msgid "Runs all Ansible roles on a host"
442
+ msgstr ""
443
+
444
+ msgid "Runs all Ansible roles on a hostgroup"
445
+ msgstr ""
446
+
447
+ msgid "Runs all Ansible roles on hostgroups"
448
+ msgstr ""
449
+
450
+ msgid "Runs all Ansible roles on hosts"
451
+ msgstr ""
452
+
453
+ msgid "Runs an Ansible playbook which contains all the roles defined for a host"
454
+ msgstr ""
455
+
456
+ msgid "Schedule generating of Ansible Inventory report"
457
+ msgstr ""
458
+
459
+ msgid "Select the changes you want to realize in Foreman"
460
+ msgstr "Wybierz zmiany które chcesz dokonać w Foremanie"
461
+
462
+ msgid "Set the order in which values are resolved."
463
+ msgstr "Ustaw kolejność, w której wartości będą rozwiązane."
464
+
465
+ msgid "Show Ansible inventory for hostgroups"
466
+ msgstr ""
467
+
468
+ msgid "Show Ansible inventory for hosts"
469
+ msgstr ""
470
+
471
+ msgid "Show role"
472
+ msgstr ""
473
+
474
+ msgid "Show variable"
475
+ msgstr ""
476
+
477
+ msgid "Smart Proxy to fetch from"
478
+ msgstr ""
479
+
480
+ msgid "Smart Proxy to import from"
481
+ msgstr ""
482
+
483
+ msgid "Smart proxy id is required"
484
+ msgstr ""
485
+
486
+ msgid "Specify Matchers"
487
+ msgstr ""
488
+
489
+ 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>"
490
+ msgstr "Kolejność w jakiej przeprowadza się dopasowanie kluczy, pierwsze dopasowanie wygrywa.<br> Możesz użyć wielu atrybutów przy dopasowywaniu kluczy, np. w kolejności <code>host group, environment</code> będziemy oczekiwać dopasowania takiego jak <code>hostgroup = \"web servers\", environment = production</code>"
491
+
492
+ msgid "The order in which values are resolved"
493
+ msgstr "Kolejność, w jakiej wartości są rozwiązane"
494
+
495
+ msgid "There are no Ansible roles to play"
496
+ msgstr ""
497
+
498
+ msgid "Timeout (in minutes) when hosts should have reported."
499
+ msgstr ""
500
+
501
+ 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."
502
+ msgstr ""
503
+
504
+ msgid "Toggle"
505
+ msgstr "Przełącznik"
506
+
507
+ msgid "Type"
508
+ msgstr "Typ"
509
+
510
+ msgid "Types of validation values"
511
+ msgstr "Rodzaje walidacji wartości"
512
+
513
+ msgid "Types of variable values"
514
+ msgstr "Rodzaje wartości zmiennych"
515
+
516
+ msgid "Unable to get roles from Ansible"
517
+ msgstr ""
518
+
519
+ msgid "Unable to get roles/variables from Ansible"
520
+ msgstr ""
521
+
522
+ msgid "Update"
523
+ msgstr "Aktualizacja:"
524
+
525
+ msgid "Updates Ansible variable"
526
+ msgstr ""
527
+
528
+ msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
529
+ msgstr ""
530
+
531
+ 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"
532
+ msgstr ""
533
+
534
+ msgid "Used to enforce certain values for the parameter values"
535
+ msgstr "Służy do wymuszenia pewnych wartości dla wartości parametrów"
536
+
537
+ msgid "Value to use when there is no match."
538
+ msgstr "Wartość przydatna, gdy nie ma dopasowania"
539
+
540
+ msgid "Variables"
541
+ msgstr "Zmienne"
542
+
543
+ msgid "Variable|Name"
544
+ msgstr ""
545
+
546
+ msgid "Variable|Role"
547
+ msgstr ""
548
+
549
+ msgid "When enabled the parameter is hidden in the UI"
550
+ msgstr "Gdy upoważniony parametr jest ukryty e UI"
551
+
552
+ msgid "Whether to override variable or not"
553
+ msgstr ""
554
+
555
+ msgid "WinRM cert Validation"
556
+ msgstr ""