foreman_puppet 2.0.0.alpha.2 → 2.0.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/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +41 -32
  3. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +37 -28
  4. data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
  5. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  6. data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
  7. data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +2 -0
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
  9. data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +36 -20
  10. data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
  11. data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
  12. data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +10 -0
  13. data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +1 -1
  14. data/db/migrate_foreman/{20090802062223_create_puppetclasses.rb → 20090802062223_create_puppetclasses.foreman_puppet.rb} +3 -2
  15. data/db/migrate_foreman/{20090905150132_create_hostgroups_puppetclasses.rb → 20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb} +0 -0
  16. data/db/migrate_foreman/{20110412103238_remove_unused_fields_from_puppet_classes.rb → 20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb} +0 -0
  17. data/db/migrate_foreman/{20110712070522_create_host_class.rb → 20110712070522_create_host_class.foreman_puppet.rb} +0 -0
  18. data/db/migrate_foreman/{20120824142048_add_some_indexes.rb → 20120824142048_add_some_indexes.foreman_puppet.rb} +8 -1
  19. data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
  20. data/db/migrate_foreman/{20121018152459_create_hostgroup_classes.rb → 20121018152459_create_hostgroup_classes.foreman_puppet.rb} +0 -0
  21. data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
  22. data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
  23. data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
  24. data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +0 -0
  25. data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
  26. data/db/migrate_foreman/{20180816134832_cast_lookup_key_values.rb → 20180816134832_cast_lookup_key_values.foreman_puppet.rb} +0 -0
  27. data/db/migrate_foreman/{20180831115634_add_uniqueness_to_puppetclass_name.rb → 20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb} +0 -0
  28. data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +0 -0
  29. data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
  30. data/lib/foreman_puppet/register.rb +35 -0
  31. data/lib/foreman_puppet/version.rb +1 -1
  32. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/ca/foreman_puppet.po +760 -0
  34. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/cs_CZ/foreman_puppet.edit.po +1085 -0
  36. data/locale/cs_CZ/foreman_puppet.po +823 -0
  37. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  38. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  39. data/locale/de/foreman_puppet.po +844 -0
  40. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  41. data/locale/en/foreman_puppet.edit.po +317 -162
  42. data/locale/en/foreman_puppet.po +58 -1
  43. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/en_GB/foreman_puppet.po +820 -0
  45. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/es/foreman_puppet.po +827 -0
  47. data/locale/foreman_puppet.pot +181 -92
  48. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  49. data/locale/fr/foreman_puppet.po +835 -0
  50. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  51. data/locale/gl/foreman_puppet.po +818 -0
  52. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  53. data/locale/it/foreman_puppet.po +822 -0
  54. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  55. data/locale/ja/foreman_puppet.po +830 -0
  56. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/ko/foreman_puppet.po +819 -0
  58. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  59. data/locale/nl_NL/foreman_puppet.po +823 -0
  60. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/pl/foreman_puppet.po +822 -0
  62. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  63. data/locale/pt_BR/foreman_puppet.po +826 -0
  64. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/ru/foreman_puppet.po +827 -0
  66. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  67. data/locale/sv_SE/foreman_puppet.po +822 -0
  68. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  69. data/locale/zh_CN/foreman_puppet.po +831 -0
  70. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  71. data/locale/zh_TW/foreman_puppet.po +821 -0
  72. data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +70 -31
  73. data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
  74. data/test/models/foreman_puppet/host_puppet_facet_test.rb +7 -1
  75. metadata +64 -24
@@ -0,0 +1,822 @@
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_puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
+ # sziolkow <sziolkow@gmail.com>, 2021
9
+ # Michał Foryt <michal.foryt@gmail.com>, 2021
10
+ #
11
+ #, fuzzy
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "PO-Revision-Date: 2021-02-03 16:30+0000\n"
17
+ "Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2021\n"
18
+ "Language-Team: Polish (https://www.transifex.com/foreman/teams/114/pl/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: pl\n"
23
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12"
24
+ " || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n"
25
+ "%100>=12 && n%100<=14) ? 2 : 3);\n"
26
+
27
+ msgid " Remove"
28
+ msgstr "Usuń"
29
+
30
+ msgid "%s is not in environment"
31
+ msgstr "%s nie ma w środowisku"
32
+
33
+ msgid "%s out of sync disabled"
34
+ msgstr ""
35
+
36
+ msgid "%{model} with id '%{id}' was not found"
37
+ msgstr "%{model} o id '%{id}' nie został znaleziony"
38
+
39
+ msgid "%{name} has %{num_tag} class"
40
+ msgid_plural "%{name} has %{num_tag} classes"
41
+ msgstr[0] ""
42
+ msgstr[1] ""
43
+
44
+ msgid "%{puppetclass} does not belong to the %{environment} environment"
45
+ msgstr ""
46
+
47
+ msgid "*Clear environment*"
48
+ msgstr "* Wyczyść środowisko *"
49
+
50
+ msgid "*Inherit from host group*"
51
+ msgstr "* Dziedziczenie z grupy hosta *"
52
+
53
+ msgid ""
54
+ "<b>Description:</b> %{desc}<br/>\n"
55
+ " <b>Type:</b> %{type}<br/>\n"
56
+ " <b>Matcher:</b> %{matcher}<br/>\n"
57
+ " <b>Inherited value:</b> %{inherited_value}"
58
+ msgstr ""
59
+
60
+ msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
61
+ msgstr ""
62
+
63
+ msgid "Action with sub plans"
64
+ msgstr ""
65
+
66
+ msgid "Actions"
67
+ msgstr "Akcja"
68
+
69
+ msgid "Add"
70
+ msgstr ""
71
+
72
+ msgid "Add Combination"
73
+ msgstr ""
74
+
75
+ msgid "Add a Puppet class to host"
76
+ msgstr "Dodaj klasę Puppet do hostu"
77
+
78
+ msgid "Add a Puppet class to host group"
79
+ msgstr "Dodaj klasę Puppeta do grupy hostów"
80
+
81
+ msgid "Add a template combination"
82
+ msgstr "Dodaj kombinację szablonu"
83
+
84
+ msgid "Add:"
85
+ msgstr "Dodaj:"
86
+
87
+ msgid "All environments - (not filtered)"
88
+ msgstr "Wszystkie środowiska - (nie filtrowane)"
89
+
90
+ msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
91
+ msgstr ""
92
+
93
+ msgid "Available Classes"
94
+ msgstr "Dostępne klasy"
95
+
96
+ msgid "Available Config Groups"
97
+ msgstr "Dostępne grupy konfiguracji"
98
+
99
+ msgid "Can't find a valid Foreman Proxy with a Puppet feature"
100
+ msgstr "nie można znaleźć poprawnego Foreman Proxy z wtyczką Puppet"
101
+
102
+ msgid "Can't find a valid Proxy with a Puppet feature"
103
+ msgstr ""
104
+
105
+ msgid "Cancel"
106
+ msgstr "Anuluj"
107
+
108
+ msgid "Change Environment"
109
+ msgstr "Zmień środowisko"
110
+
111
+ msgid "Change Puppet Master"
112
+ msgstr "Zmień Puppet Master"
113
+
114
+ msgid "Changed environments"
115
+ msgstr "Zmieniono środowisko"
116
+
117
+ msgid "Check/Uncheck all"
118
+ msgstr "Zaznacz/ Odznacz wszystko"
119
+
120
+ msgid "Check/Uncheck all %s changes"
121
+ msgstr "Zaznacz/Odznacz wszystkie %s zmainy"
122
+
123
+ msgid "Check/Uncheck new"
124
+ msgstr "Zaznacz / odznacz nową"
125
+
126
+ msgid "Check/Uncheck obsolete"
127
+ msgstr "Zaznacz/ Odznacz nieaktualny "
128
+
129
+ msgid "Check/Uncheck updated"
130
+ msgstr "Zaznacz/ Odznacz aktualizację "
131
+
132
+ msgid "Classes"
133
+ msgstr "Klasy"
134
+
135
+ msgid "Click to add %s"
136
+ msgstr "Kliknij, aby dodać %s"
137
+
138
+ msgid "Click to remove %s"
139
+ msgstr "Kliknij, aby usunąć %s"
140
+
141
+ msgid "Click to remove config group"
142
+ msgstr "Kliknij by usunąć grupę konfiguracji"
143
+
144
+ msgid "Config Groups"
145
+ msgstr ""
146
+
147
+ msgid "Config Management"
148
+ msgstr ""
149
+
150
+ msgid "Create Config Group"
151
+ msgstr ""
152
+
153
+ msgid "Create Environment"
154
+ msgstr ""
155
+
156
+ msgid "Create Puppet Environment"
157
+ msgstr ""
158
+
159
+ msgid "Create a Puppet class"
160
+ msgstr "Utwórz klasę Puppet"
161
+
162
+ msgid "Create a config group"
163
+ msgstr "Utwórz grupę konfiguracji"
164
+
165
+ msgid "Create an environment"
166
+ msgstr "Utwórz środowisko"
167
+
168
+ msgid "Create an override value for a specific smart class parameter"
169
+ msgstr "Utwórz wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
170
+
171
+ msgid "Default Puppet environment"
172
+ msgstr "Domyślne środowisko Puppet"
173
+
174
+ msgid "Default value"
175
+ msgstr "Domyślna wartość "
176
+
177
+ msgid "Delete %s?"
178
+ msgstr "Usunąć %s?"
179
+
180
+ msgid "Delete a Puppet class"
181
+ msgstr "Usuń klasę Puppet"
182
+
183
+ msgid "Delete a config group"
184
+ msgstr "Usuń grupę konfiguracji"
185
+
186
+ msgid "Delete an environment"
187
+ msgstr "Usuń środowisko"
188
+
189
+ msgid "Delete an override value for a specific smart class parameter"
190
+ msgstr "Usuń wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
191
+
192
+ msgid "Deleted environment"
193
+ msgstr "Usunięte środowiska"
194
+
195
+ msgid "Deleted environment %{env} and %{pcs}"
196
+ msgstr "Usunięte środowiska%{env} i %{pcs}"
197
+
198
+ msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
199
+ msgstr ""
200
+
201
+ msgid "Deprecated in favor of host/puppet_attributes/environment_id"
202
+ msgstr ""
203
+
204
+ msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
205
+ msgstr ""
206
+
207
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
208
+ msgstr ""
209
+
210
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
211
+ msgstr ""
212
+
213
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
214
+ msgstr ""
215
+
216
+ msgid "Description of smart class"
217
+ msgstr "Opis inteligentnej klasy"
218
+
219
+ msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
220
+ msgstr ""
221
+
222
+ msgid "Display hidden values"
223
+ msgstr ""
224
+
225
+ msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
226
+ msgstr ""
227
+
228
+ msgid "ENC environment"
229
+ msgstr "Środowisko ENC"
230
+
231
+ msgid "Edit %s"
232
+ msgstr "Edytuj %s"
233
+
234
+ msgid "Edit Puppet Class %s"
235
+ msgstr "Edytuj klasę Puppet %s"
236
+
237
+ msgid "Empty environment"
238
+ msgstr "puste środowisko"
239
+
240
+ msgid "Environment"
241
+ msgstr "Środowisko"
242
+
243
+ msgid "Environment only"
244
+ msgstr "Tylko środowisko"
245
+
246
+ msgid "Environments"
247
+ msgstr "Środowiska"
248
+
249
+ msgid "Environment|Name"
250
+ msgstr "Środowisko|Nazwa"
251
+
252
+ msgid "Facts"
253
+ msgstr "Fakty"
254
+
255
+ msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
256
+ msgstr "Nie udało się zaimportować %{klass} dla %{name}: nie istnieje w naszej bazie danych - ignoruj"
257
+
258
+ msgid "Failed to set %{proxy_type} proxy for %{host}."
259
+ msgstr "Nie udało się ustawić %{proxy_type} proxy dla %{host}."
260
+
261
+ msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
262
+ msgstr "Nie udało się zaktualizować środowisk i klas puppet z instalacji Puppet na dysku: %s"
263
+
264
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
265
+ msgstr "Nie udało się zaktualizować środowisk i klas puppet z instalacji puppet na dysku: %s"
266
+
267
+ msgid "Filter by name"
268
+ msgstr "Filtrowanie według nazwy"
269
+
270
+ msgid "Filter classes"
271
+ msgstr "Filtruj klasy"
272
+
273
+ msgid "Foreman will default to this puppet environment if it cannot auto detect one"
274
+ msgstr "Foreman będzie domyślny do tego środowiska puppet jeśli nie wykryje niczego innego"
275
+
276
+ msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
277
+ msgstr "Foreman będzie jawnie ustawiać środowisko puppet na wyjściu END YAML. Pozwoli to uniknąć konfliktów między środowiskiem w puppet.conf i środowiskiem określonym w Foreman"
278
+
279
+ msgid "Foreman will not send this parameter in classification output"
280
+ msgstr ""
281
+
282
+ msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
283
+ msgstr ""
284
+
285
+ msgid "Foreman will update a host's environment from its facts"
286
+ msgstr "Foreman będzie aktualizować środowisko hosta od jej Informacji"
287
+
288
+ msgid "General"
289
+ msgstr "Generalnie"
290
+
291
+ msgid "Host Groups"
292
+ msgstr "Grupy hostów"
293
+
294
+ msgid "Host group and Environment"
295
+ msgstr "Lista hostów i środowisko"
296
+
297
+ msgid "Host group only"
298
+ msgstr "Tylko grupa hostów"
299
+
300
+ msgid "Host groups"
301
+ msgstr "Grupa hostów"
302
+
303
+ msgid "Hostgroup"
304
+ msgstr "Grupa hostów "
305
+
306
+ msgid "Hosts"
307
+ msgstr "Hosty"
308
+
309
+ msgid "Hosts managed:"
310
+ msgstr "Zarządzane hosty:"
311
+
312
+ msgid "ID of Puppet class"
313
+ msgstr "ID klasy Puppet"
314
+
315
+ msgid "ID of Puppet environment"
316
+ msgstr ""
317
+
318
+ msgid "ID of Puppetclass"
319
+ msgstr ""
320
+
321
+ msgid "ID of associated puppet Environment"
322
+ msgstr ""
323
+
324
+ msgid "ID of environment"
325
+ msgstr "ID środowiska"
326
+
327
+ msgid "ID of host"
328
+ msgstr "ID hostu"
329
+
330
+ msgid "ID of host group"
331
+ msgstr "ID grupy hostów"
332
+
333
+ msgid "ID of puppet environment"
334
+ msgstr ""
335
+
336
+ msgid "IDs of associated ConfigGroups"
337
+ msgstr ""
338
+
339
+ msgid "IDs of associated Puppetclasses"
340
+ msgstr ""
341
+
342
+ msgid "If true, will raise an error if there is no default value and no matcher provide a value"
343
+ msgstr "Jeśli to prawda, zgłosi błąd, jeśli nie ma wartości domyślnej ani podanej dopasowanej wartości"
344
+
345
+ msgid "Ignored classes in the environments: %s"
346
+ msgstr ""
347
+
348
+ msgid "Ignored environment"
349
+ msgstr ""
350
+
351
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
352
+ msgstr ""
353
+
354
+ msgid "Ignored environments: %s"
355
+ msgstr ""
356
+
357
+ msgid "Ignored:"
358
+ msgstr ""
359
+
360
+ msgid "Import"
361
+ msgstr "Import"
362
+
363
+ msgid "Import Puppet classes"
364
+ msgstr ""
365
+
366
+ msgid "Import classes from %s"
367
+ msgstr ""
368
+
369
+ msgid "Import environments from %s"
370
+ msgstr ""
371
+
372
+ msgid "Import facts"
373
+ msgstr ""
374
+
375
+ msgid "Import puppet classes from puppet proxy"
376
+ msgstr ""
377
+
378
+ msgid "Import puppet classes from puppet proxy for an environment"
379
+ msgstr "Import klas puppet ze środowiska puppet proxy."
380
+
381
+ msgid "Include default value when merging all matching values"
382
+ msgstr "Dołącz wartość domyślną podczas łączenia wszystkich pasujących wartości"
383
+
384
+ msgid "Included Classes"
385
+ msgstr "Dołączone klasy"
386
+
387
+ msgid "Included Config Groups"
388
+ msgstr "Zawiera grupy konfiguracji"
389
+
390
+ msgid "Inherited Classes from %s"
391
+ msgstr ""
392
+
393
+ msgid "Invalid proxy selected!"
394
+ msgstr "Wybrano nieprawidłowe proxy!"
395
+
396
+ msgid "List all Puppet class IDs for host"
397
+ msgstr "Lista wszystkich ID klasy Puppet dla hostów"
398
+
399
+ msgid "List all Puppet class IDs for host group"
400
+ msgstr "Lista wszystkich ID klasy Puppet dla grupy hostów"
401
+
402
+ msgid "List all Puppet classes"
403
+ msgstr "Lista wszystkich klas Puppet"
404
+
405
+ msgid "List all Puppet classes for a host"
406
+ msgstr "Lista wszystkich klas Puppet dla hosta"
407
+
408
+ msgid "List all Puppet classes for a host group"
409
+ msgstr "Lista wszystkich klas Puppet dla grupy hostów"
410
+
411
+ msgid "List all Puppet classes for an environment"
412
+ msgstr "Lista wszystkich klas Puppet dla środowiska"
413
+
414
+ msgid "List all environments"
415
+ msgstr "Lista wszystkich środowisk"
416
+
417
+ msgid "List all host groups for a Puppet class"
418
+ msgstr "Lista wszystkich grup hostów dla jednej klasy Puppet"
419
+
420
+ msgid "List all smart class parameters"
421
+ msgstr "Lista wszystkich parametrów klasy inteligentnych"
422
+
423
+ msgid "List environments of Puppet class"
424
+ msgstr "Lista środowisk klasy Puppet"
425
+
426
+ msgid "List environments per location"
427
+ msgstr "Lista środowisk na lokalizację"
428
+
429
+ msgid "List environments per organization"
430
+ msgstr "Lista środowisk na organizację"
431
+
432
+ msgid "List hosts per environment"
433
+ msgstr "Lista hostów na środowisko"
434
+
435
+ msgid "List of config groups"
436
+ msgstr "Lista wszystkich grup konfiguracji"
437
+
438
+ msgid "List of override values for a specific smart class parameter"
439
+ msgstr "Lista nadpisanych wartości dla konkretnego parametru smart class"
440
+
441
+ msgid "List of smart class parameters for a specific Puppet class"
442
+ msgstr "Lista parametrów inteligentnych klasy dla konkretnej klasy Puppet"
443
+
444
+ msgid "List of smart class parameters for a specific environment"
445
+ msgstr "Lista parametrów inteligentnych klasy dla konkretnego środowiska"
446
+
447
+ msgid "List of smart class parameters for a specific environment/Puppet class combination"
448
+ msgstr "Lista parametrów inteligentnych klasy dla określonego środowiska / Połączenie klasy Puppet"
449
+
450
+ msgid "List of smart class parameters for a specific host"
451
+ msgstr "Lista parametrów inteligentnych klasy dla konkretnego hosta"
452
+
453
+ msgid "List of smart class parameters for a specific host group"
454
+ msgstr "Lista parametrów inteligentnej klasy dla określonej grupy hostów"
455
+
456
+ msgid "List template combination"
457
+ msgstr "Połączenie listy szablonów"
458
+
459
+ msgid "Loading parameters..."
460
+ msgstr "Ładowanie parametrów ..."
461
+
462
+ msgid "Locations"
463
+ msgstr "Lokalizacje"
464
+
465
+ msgid "Merge all matching values (only array/hash type)"
466
+ msgstr "Scalanie wszystkie pasujących wartości (tylko tablica / typ hash)"
467
+
468
+ msgid "Name"
469
+ msgstr "Nazwa"
470
+
471
+ msgid "New"
472
+ msgstr "Nowy"
473
+
474
+ msgid "No changes to your environments detected"
475
+ msgstr "Brak zmian dla twojego środowiska."
476
+
477
+ msgid "No environment selected!"
478
+ msgstr "Nie wybrano środowiska!"
479
+
480
+ msgid "No environments found"
481
+ msgstr "Nie znaleziono środowisk"
482
+
483
+ msgid "No parameters to override for Puppet class %s"
484
+ msgstr "Brak parametrów przesłaniających dla klasy Puppet %s"
485
+
486
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
487
+ msgstr "Nie znaleziono proxy do importowania klas, upewnij się, że inteligentne proxy ma włączoną funkcję puppet."
488
+
489
+ msgid "No proxy selected!"
490
+ msgstr "Nie wybrano proxy!"
491
+
492
+ msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
493
+ msgstr ""
494
+
495
+ msgid "None"
496
+ msgstr "Brak"
497
+
498
+ msgid "Not authorized to edit classes"
499
+ msgstr "Brak autoryzacji do edytowania klasy"
500
+
501
+ msgid "Notice"
502
+ msgstr "Uwaga"
503
+
504
+ msgid "Number of Overrides"
505
+ msgstr ""
506
+
507
+ msgid "Number of classes"
508
+ msgstr "Liczba klas"
509
+
510
+ msgid "Obsolete"
511
+ msgstr "Przestarzały"
512
+
513
+ msgid "Omit"
514
+ msgstr ""
515
+
516
+ msgid "Omit from classification output"
517
+ msgstr ""
518
+
519
+ msgid "Operating System"
520
+ msgstr "System operacyjny"
521
+
522
+ msgid "Operating system default"
523
+ msgstr "Domyślny system operacyjny"
524
+
525
+ msgid "Operation"
526
+ msgstr "Operacja"
527
+
528
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
529
+ msgstr ""
530
+
531
+ msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
532
+ msgstr ""
533
+
534
+ msgid "Organizations"
535
+ msgstr "Organizacje"
536
+
537
+ msgid "Original value info"
538
+ msgstr "Wartość oryginalnej informacji"
539
+
540
+ msgid "Overridden"
541
+ msgstr ""
542
+
543
+ msgid "Override all parameters"
544
+ msgstr "Zastąp wszystkie parametry"
545
+
546
+ msgid "Override match"
547
+ msgstr "Zastąp dopasowanie"
548
+
549
+ msgid "Override this value"
550
+ msgstr "Nadpisz wartość"
551
+
552
+ msgid "Override value, required if omit is false"
553
+ msgstr ""
554
+
555
+ msgid "Parameter"
556
+ msgstr "Parametr"
557
+
558
+ msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
559
+ msgstr ""
560
+
561
+ msgid "Parameters"
562
+ msgstr "Parametry"
563
+
564
+ msgid "Please select an environment first"
565
+ msgstr "Proszę najpierw utworzyć środowisko"
566
+
567
+ msgid "Puppet"
568
+ msgstr "Puppet"
569
+
570
+ msgid "Puppet CA"
571
+ msgstr "Puppet CA"
572
+
573
+ msgid "Puppet Class"
574
+ msgstr "Klasa Puppet"
575
+
576
+ msgid "Puppet Class Parameters"
577
+ msgstr ""
578
+
579
+ msgid "Puppet Classes"
580
+ msgstr "Klasy Puppet"
581
+
582
+ msgid "Puppet ENC"
583
+ msgstr ""
584
+
585
+ msgid "Puppet Environment"
586
+ msgstr "Środowisko Puppet"
587
+
588
+ msgid "Puppet Environments"
589
+ msgstr "Środowiska Puppet"
590
+
591
+ msgid "Puppet Modules"
592
+ msgstr "Moduły Puppet"
593
+
594
+ msgid "Puppet YAML"
595
+ msgstr ""
596
+
597
+ msgid "Puppet environments"
598
+ msgstr "środowisko Puppet"
599
+
600
+ msgid "Puppet external nodes YAML dump"
601
+ msgstr "Węzły zewnętrzne Puppet przerzucone na YAML "
602
+
603
+ msgid "Puppet interval"
604
+ msgstr "interwał Puppet"
605
+
606
+ msgid "Puppet parameter"
607
+ msgstr ""
608
+
609
+ msgid "Puppetclass|Name"
610
+ msgstr "KlasaPuppet|Nazwa"
611
+
612
+ msgid "Remote action:"
613
+ msgstr ""
614
+
615
+ msgid "Remove"
616
+ msgstr ""
617
+
618
+ msgid "Remove Combination"
619
+ msgstr ""
620
+
621
+ msgid "Remove a Puppet class from host"
622
+ msgstr "Usuń klasę Puppet z hostu"
623
+
624
+ msgid "Remove a Puppet class from host group"
625
+ msgstr "Usuń klasę Puppet z grupy hostów"
626
+
627
+ msgid "Remove duplicate values (only array type)"
628
+ msgstr "Usuń zduplikowane wartości (tylko typ tablicowy)"
629
+
630
+ msgid "Remove this override"
631
+ msgstr "Usuń nadpisaną wartość"
632
+
633
+ msgid "Remove:"
634
+ msgstr "Usuń:"
635
+
636
+ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
637
+ msgstr "Wymagany parametr nie ma wartości.<br/><b>Proszę nadpisać!</b><br/>"
638
+
639
+ msgid "Select environment"
640
+ msgstr "Wybierz środowisko"
641
+
642
+ msgid "Select the changes you want to apply to Foreman"
643
+ msgstr ""
644
+
645
+ msgid "Set parameters to defaults"
646
+ msgstr "Ustaw domyślne wartości parametrów"
647
+
648
+ msgid "Show a Puppet class"
649
+ msgstr "Pokaż klasę Puppet"
650
+
651
+ msgid "Show a Puppet class for a host group"
652
+ msgstr "Pokaż klasę Puppet dla grupy hostów"
653
+
654
+ msgid "Show a Puppet class for an environment"
655
+ msgstr "Pokaż klasę Puppet dla środowiska"
656
+
657
+ msgid "Show a Puppet class for host"
658
+ msgstr "Pokaż klasę Puppet dla hosta"
659
+
660
+ msgid "Show a config group"
661
+ msgstr "Pokaż grupę konfiguracji"
662
+
663
+ msgid "Show a smart class parameter"
664
+ msgstr "Pokaż parametry inteligentnej klasy"
665
+
666
+ msgid "Show an environment"
667
+ msgstr "Pokaż środowisko"
668
+
669
+ msgid "Show an override value for a specific smart class parameter"
670
+ msgstr "Pokaż wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
671
+
672
+ msgid "Show template combination"
673
+ msgstr "Pokaż kombinację szablonu"
674
+
675
+ msgid "Smart Class Parameter"
676
+ msgstr "Parametr inteligentnej klasy"
677
+
678
+ msgid "Smart Class Parameters"
679
+ msgstr ""
680
+
681
+ msgid "Successfully overridden all parameters of Puppet class %s"
682
+ msgstr "Pomyślnie nadpisano wszystkie parametry klasy Puppet %s"
683
+
684
+ msgid "Successfully reset all parameters of Puppet class %s to their default values"
685
+ msgstr "Pomyślnie zresetowano wszystkie parametry klasy Puppet %s do wartości domyślnych."
686
+
687
+ msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
688
+ msgstr "Pomyślnie zaktualizowano środowisko i klasę puppet z instalacji Puppet na dysku"
689
+
690
+ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
691
+ msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
692
+ msgstr[0] ""
693
+ msgstr[1] ""
694
+
695
+ msgid "The %{proxy_type} proxy of the selected hosts was cleared."
696
+ msgstr "Wyczyszczono %{proxy_type} proxy wybranego hostu."
697
+
698
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
699
+ msgstr ""
700
+
701
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
702
+ msgstr "%{proxy_type} proxy wybranego hostu zostało ustawione na %{proxy_name}."
703
+
704
+ msgid "The class could not be saved because of an error in one of the class parameters."
705
+ msgstr ""
706
+
707
+ msgid "The final entry, Operating System default, can be set by editing the %s page."
708
+ msgstr "Końcowa pozycja, domyślny system operacyjny, można ustawić poprzez edycję %s strony."
709
+
710
+ msgid "The order in which values are resolved"
711
+ msgstr "Kolejność, w jakiej wartości są rozwiązane"
712
+
713
+ msgid "The requested environment cannot be found."
714
+ msgstr ""
715
+
716
+ msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
717
+ msgstr "Nie ma konfiguracji środowisk Puppet w tym Puppet Master. Proszę sprawdzić konfigurację Puppet Mastera."
718
+
719
+ msgid "This Puppet class has no parameters in its signature."
720
+ msgstr "Ta klasa Puppet nie ma parametrów w jej podpisie."
721
+
722
+ msgid "This will reset parameters of the class %s to their default values. Continue?"
723
+ msgstr "Spowoduje to przywrócenie parametrów klasy %s do wartości domyślnych. Kontynuować?"
724
+
725
+ msgid "This will set all parameters of the class %s as overridden. Continue?"
726
+ msgstr "Spowoduje to ustawienie wszystkich parametrów klasy %s jako nadpisane. Kontynuować?"
727
+
728
+ msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
729
+ msgstr "Aby zaktualizować sygnaturę klasy, przejdź do strony klas Puppet i wybierz \"Importuj\"."
730
+
731
+ msgid "Toggle"
732
+ msgstr "Przełącznik"
733
+
734
+ msgid "Total"
735
+ msgstr "W sumie"
736
+
737
+ msgid "Types of validation values"
738
+ msgstr "Rodzaje walidacji wartości"
739
+
740
+ msgid "Types of variable values"
741
+ msgstr "Rodzaje wartości zmiennych"
742
+
743
+ msgid "Unable to generate output, Check log files"
744
+ msgstr "Nie można wygenerować danych wyjściowych, Sprawdzenie logów"
745
+
746
+ msgid "Update"
747
+ msgstr "Aktualizacja:"
748
+
749
+ msgid "Update a Puppet class"
750
+ msgstr "Aktualizuj klasy Puppet"
751
+
752
+ msgid "Update a config group"
753
+ msgstr "Edytuj grupę konfiguracji"
754
+
755
+ msgid "Update a smart class parameter"
756
+ msgstr "Aktualizacja parametru inteligentnej klasy"
757
+
758
+ msgid "Update an environment"
759
+ msgstr "Edytuj środowisko"
760
+
761
+ msgid "Update an override value for a specific smart class parameter"
762
+ msgstr "Aktualizuj wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
763
+
764
+ msgid "Update environment from facts"
765
+ msgstr "Aktualizuj środowisko na podstawie faktów"
766
+
767
+ msgid "Update template combination"
768
+ msgstr "Aktualizuj kombinację szablonu"
769
+
770
+ msgid "Update:"
771
+ msgstr "Aktualizacja:"
772
+
773
+ msgid "Updated"
774
+ msgstr "Zaktualizowano"
775
+
776
+ msgid "Updated hosts: changed environment"
777
+ msgstr "Zaktualizowano hosty: zmieniono środowisko"
778
+
779
+ msgid "Used to enforce certain values for the parameter values"
780
+ msgstr "Służy do wymuszenia pewnych wartości dla wartości parametrów"
781
+
782
+ msgid "Valid Host Group and Environment Combinations"
783
+ msgstr ""
784
+
785
+ msgid "Value"
786
+ msgstr "Wartość"
787
+
788
+ msgid "Value to use when there is no match"
789
+ msgstr "Warto używać, gdy nie ma dopasowania"
790
+
791
+ msgid ""
792
+ "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
793
+ " will select the best match from the available templates of that type, in the \\\n"
794
+ " following order:"
795
+ msgstr ""
796
+
797
+ msgid ""
798
+ "When editing a template, you must assign a list \\\n"
799
+ " of operating systems which this template can be used with. Optionally, you can \\\n"
800
+ " restrict a template to a list of host groups and/or environments."
801
+ msgstr ""
802
+
803
+ msgid "When enabled the parameter is hidden in the UI"
804
+ msgstr "Gdy upoważniony parametr jest ukryty e UI"
805
+
806
+ msgid "Whether the smart class parameter value is managed by Foreman"
807
+ msgstr "Czy inteligentna wartość parametru klasy jest zarządzana przez Foreman"
808
+
809
+ msgid "belongs to config group"
810
+ msgstr "należy do grupy konfiguracji"
811
+
812
+ msgid "environment id"
813
+ msgstr "id środowiska"
814
+
815
+ msgid "included already from parent"
816
+ msgstr "zawarte już od rodzica"
817
+
818
+ msgid "must be true to edit the parameter"
819
+ msgstr ""
820
+
821
+ msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
822
+ msgstr ""