foreman_puppet 3.0.1 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +1 -1
- data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
- data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
- data/app/services/foreman_puppet/host_info_providers/puppet_info.rb +1 -1
- data/app/views/foreman_puppet/config_groups/index.html.erb +3 -1
- data/app/views/hosts/_form_puppet_enc_tab.html.erb +5 -4
- data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +9 -0
- data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +15 -0
- data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +3 -1
- data/lib/foreman_puppet/register.rb +2 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.edit.po +1095 -0
- data/locale/ca/foreman_puppet.po +70 -1
- data/locale/ca/foreman_puppet.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +199 -184
- data/locale/cs_CZ/foreman_puppet.po +13 -2
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.edit.po +1122 -0
- data/locale/de/foreman_puppet.po +25 -13
- data/locale/de/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +33 -25
- data/locale/en/foreman_puppet.po +13 -1
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.edit.po +1097 -0
- data/locale/en_GB/foreman_puppet.po +13 -2
- data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.edit.po +1104 -0
- data/locale/es/foreman_puppet.po +13 -2
- data/locale/es/foreman_puppet.po.time_stamp +0 -0
- data/locale/foreman_puppet.pot +48 -25
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.edit.po +1112 -0
- data/locale/fr/foreman_puppet.po +13 -2
- data/locale/fr/foreman_puppet.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.edit.po +1095 -0
- data/locale/gl/foreman_puppet.po +13 -2
- data/locale/gl/foreman_puppet.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.edit.po +1099 -0
- data/locale/it/foreman_puppet.po +13 -2
- data/locale/it/foreman_puppet.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.edit.po +1107 -0
- data/locale/ja/foreman_puppet.po +15 -4
- data/locale/ja/foreman_puppet.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.edit.po +1096 -0
- data/locale/ko/foreman_puppet.po +13 -2
- data/locale/ko/foreman_puppet.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +1100 -0
- data/locale/nl_NL/foreman_puppet.po +13 -2
- data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.edit.po +1099 -0
- data/locale/pl/foreman_puppet.po +13 -2
- data/locale/pl/foreman_puppet.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.edit.po +1103 -0
- data/locale/pt_BR/foreman_puppet.po +13 -2
- data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.edit.po +1104 -0
- data/locale/ru/foreman_puppet.po +15 -4
- data/locale/ru/foreman_puppet.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.edit.po +1099 -0
- data/locale/sv_SE/foreman_puppet.po +13 -2
- data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.edit.po +1108 -0
- data/locale/zh_CN/foreman_puppet.po +16 -5
- data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.edit.po +1098 -0
- data/locale/zh_TW/foreman_puppet.po +13 -2
- data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
- data/test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb +10 -0
- data/test/controllers/foreman_puppet/hosts_controller_test.rb +4 -27
- data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +34 -0
- data/test/integration/foreman_puppet/host_js_test.rb +14 -9
- data/test/models/foreman_puppet/host_puppet_facet_test.rb +11 -0
- metadata +39 -3
@@ -0,0 +1,1099 @@
|
|
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
|
+
msgid ""
|
12
|
+
msgstr ""
|
13
|
+
"Project-Id-Version: foreman_puppet 3.0.2\n"
|
14
|
+
"Report-Msgid-Bugs-To: \n"
|
15
|
+
"POT-Creation-Date: 2022-02-28 12:33+0100\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
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
28
|
+
msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
|
32
|
+
msgid "No changes to your environments detected"
|
33
|
+
msgstr "Brak zmian dla twojego środowiska."
|
34
|
+
|
35
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
36
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
37
|
+
msgstr "Pomyślnie zaktualizowano środowisko i klasę puppet z instalacji Puppet na dysku"
|
38
|
+
|
39
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
40
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
41
|
+
msgstr "Nie udało się zaktualizować środowisk i klas puppet z instalacji Puppet na dysku: %s"
|
42
|
+
|
43
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
44
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
48
|
+
msgid "Ignored environments: %s"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55
|
52
|
+
msgid "Ignored classes in the environments: %s"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
|
56
|
+
msgid "List all host groups for a Puppet class"
|
57
|
+
msgstr "Lista wszystkich grup hostów dla jednej klasy Puppet"
|
58
|
+
|
59
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
|
60
|
+
msgid "ID of Puppetclass"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
|
64
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
|
68
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
|
72
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
76
|
+
msgid "ID of associated puppet Environment"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
80
|
+
msgid "IDs of associated Puppetclasses"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
84
|
+
msgid "IDs of associated ConfigGroups"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
88
|
+
msgid "Import puppet classes from puppet proxy"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
|
92
|
+
msgid "Import puppet classes from puppet proxy for an environment"
|
93
|
+
msgstr "Import klas puppet ze środowiska puppet proxy."
|
94
|
+
|
95
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
|
96
|
+
msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
|
100
|
+
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
101
|
+
msgstr "Nie udało się zaktualizować środowisk i klas puppet z instalacji puppet na dysku: %s"
|
102
|
+
|
103
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
104
|
+
msgid "The requested environment cannot be found."
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
|
108
|
+
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
109
|
+
msgstr "Nie znaleziono proxy do importowania klas, upewnij się, że inteligentne proxy ma włączoną funkcję puppet."
|
110
|
+
|
111
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
112
|
+
msgid "List template combination"
|
113
|
+
msgstr "Połączenie listy szablonów"
|
114
|
+
|
115
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
|
116
|
+
msgid "Add a template combination"
|
117
|
+
msgstr "Dodaj kombinację szablonu"
|
118
|
+
|
119
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
|
120
|
+
msgid "Show template combination"
|
121
|
+
msgstr "Pokaż kombinację szablonu"
|
122
|
+
|
123
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
|
124
|
+
msgid "Update template combination"
|
125
|
+
msgstr "Aktualizuj kombinację szablonu"
|
126
|
+
|
127
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
|
128
|
+
msgid "ID of Puppet environment"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
|
132
|
+
msgid "environment id"
|
133
|
+
msgstr "id środowiska"
|
134
|
+
|
135
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
136
|
+
msgid "ID of environment"
|
137
|
+
msgstr "ID środowiska"
|
138
|
+
|
139
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
|
140
|
+
msgid "List hosts per environment"
|
141
|
+
msgstr "Lista hostów na środowisko"
|
142
|
+
|
143
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
|
144
|
+
msgid "ID of puppet environment"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
|
148
|
+
msgid "Deprecated in favor of host/puppet_attributes/environment_id"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
|
152
|
+
msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
|
156
|
+
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
160
|
+
msgid "No environment selected!"
|
161
|
+
msgstr "Nie wybrano środowiska!"
|
162
|
+
|
163
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
|
164
|
+
msgid "Updated hosts: changed environment"
|
165
|
+
msgstr "Zaktualizowano hosty: zmieniono środowisko"
|
166
|
+
|
167
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
|
168
|
+
msgid "Unable to generate output, Check log files"
|
169
|
+
msgstr "Nie można wygenerować danych wyjściowych, Sprawdzenie logów"
|
170
|
+
|
171
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
|
172
|
+
msgid "No proxy selected!"
|
173
|
+
msgstr "Nie wybrano proxy!"
|
174
|
+
|
175
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
|
176
|
+
msgid "Invalid proxy selected!"
|
177
|
+
msgstr "Wybrano nieprawidłowe proxy!"
|
178
|
+
|
179
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
|
180
|
+
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
181
|
+
msgstr "Nie udało się ustawić %{proxy_type} proxy dla %{host}."
|
182
|
+
|
183
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
184
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
188
|
+
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
189
|
+
msgstr "Wyczyszczono %{proxy_type} proxy wybranego hostu."
|
190
|
+
|
191
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
192
|
+
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
193
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
194
|
+
msgstr[0] ""
|
195
|
+
msgstr[1] ""
|
196
|
+
|
197
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
198
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
199
|
+
msgstr "%{proxy_type} proxy wybranego hostu zostało ustawione na %{proxy_name}."
|
200
|
+
|
201
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
202
|
+
msgid "Puppet"
|
203
|
+
msgstr "Puppet"
|
204
|
+
|
205
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
|
206
|
+
msgid "Puppet CA"
|
207
|
+
msgstr "Puppet CA"
|
208
|
+
|
209
|
+
#: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
|
210
|
+
msgid "List of config groups"
|
211
|
+
msgstr "Lista wszystkich grup konfiguracji"
|
212
|
+
|
213
|
+
#: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
|
214
|
+
msgid "Show a config group"
|
215
|
+
msgstr "Pokaż grupę konfiguracji"
|
216
|
+
|
217
|
+
#: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
|
218
|
+
msgid "Create a config group"
|
219
|
+
msgstr "Utwórz grupę konfiguracji"
|
220
|
+
|
221
|
+
#: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
|
222
|
+
msgid "Update a config group"
|
223
|
+
msgstr "Edytuj grupę konfiguracji"
|
224
|
+
|
225
|
+
#: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
|
226
|
+
msgid "Delete a config group"
|
227
|
+
msgstr "Usuń grupę konfiguracji"
|
228
|
+
|
229
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
|
230
|
+
msgid "List all environments"
|
231
|
+
msgstr "Lista wszystkich środowisk"
|
232
|
+
|
233
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
|
234
|
+
msgid "List environments of Puppet class"
|
235
|
+
msgstr "Lista środowisk klasy Puppet"
|
236
|
+
|
237
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
|
238
|
+
msgid "List environments per location"
|
239
|
+
msgstr "Lista środowisk na lokalizację"
|
240
|
+
|
241
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
|
242
|
+
msgid "List environments per organization"
|
243
|
+
msgstr "Lista środowisk na organizację"
|
244
|
+
|
245
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
246
|
+
msgid "ID of Puppet class"
|
247
|
+
msgstr "ID klasy Puppet"
|
248
|
+
|
249
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
|
250
|
+
msgid "Show an environment"
|
251
|
+
msgstr "Pokaż środowisko"
|
252
|
+
|
253
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
|
254
|
+
msgid "Create an environment"
|
255
|
+
msgstr "Utwórz środowisko"
|
256
|
+
|
257
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
|
258
|
+
msgid "Update an environment"
|
259
|
+
msgstr "Edytuj środowisko"
|
260
|
+
|
261
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
|
262
|
+
msgid "Delete an environment"
|
263
|
+
msgstr "Usuń środowisko"
|
264
|
+
|
265
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
|
266
|
+
msgid "List all Puppet class IDs for host"
|
267
|
+
msgstr "Lista wszystkich ID klasy Puppet dla hostów"
|
268
|
+
|
269
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
|
270
|
+
msgid "Add a Puppet class to host"
|
271
|
+
msgstr "Dodaj klasę Puppet do hostu"
|
272
|
+
|
273
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
274
|
+
msgid "ID of host"
|
275
|
+
msgstr "ID hostu"
|
276
|
+
|
277
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
|
278
|
+
msgid "Remove a Puppet class from host"
|
279
|
+
msgstr "Usuń klasę Puppet z hostu"
|
280
|
+
|
281
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11
|
282
|
+
msgid "List all Puppet class IDs for host group"
|
283
|
+
msgstr "Lista wszystkich ID klasy Puppet dla grupy hostów"
|
284
|
+
|
285
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
|
286
|
+
msgid "Add a Puppet class to host group"
|
287
|
+
msgstr "Dodaj klasę Puppeta do grupy hostów"
|
288
|
+
|
289
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
290
|
+
msgid "ID of host group"
|
291
|
+
msgstr "ID grupy hostów"
|
292
|
+
|
293
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
|
294
|
+
msgid "Remove a Puppet class from host group"
|
295
|
+
msgstr "Usuń klasę Puppet z grupy hostów"
|
296
|
+
|
297
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
|
298
|
+
msgid "List of override values for a specific smart class parameter"
|
299
|
+
msgstr "Lista nadpisanych wartości dla konkretnego parametru smart class"
|
300
|
+
|
301
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
302
|
+
msgid "Display hidden values"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
|
306
|
+
msgid "Show an override value for a specific smart class parameter"
|
307
|
+
msgstr "Pokaż wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
|
308
|
+
|
309
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
|
310
|
+
msgid "Override match"
|
311
|
+
msgstr "Zastąp dopasowanie"
|
312
|
+
|
313
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
|
314
|
+
msgid "Override value, required if omit is false"
|
315
|
+
msgstr ""
|
316
|
+
|
317
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
|
318
|
+
msgid "Foreman will not send this parameter in classification output"
|
319
|
+
msgstr ""
|
320
|
+
|
321
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
|
322
|
+
msgid "Create an override value for a specific smart class parameter"
|
323
|
+
msgstr "Utwórz wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
|
324
|
+
|
325
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
|
326
|
+
msgid "Update an override value for a specific smart class parameter"
|
327
|
+
msgstr "Aktualizuj wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
|
328
|
+
|
329
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
|
330
|
+
msgid "Delete an override value for a specific smart class parameter"
|
331
|
+
msgstr "Usuń wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
|
332
|
+
|
333
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
|
334
|
+
msgid "%{model} with id '%{id}' was not found"
|
335
|
+
msgstr "%{model} o id '%{id}' nie został znaleziony"
|
336
|
+
|
337
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
|
338
|
+
msgid "List all Puppet classes"
|
339
|
+
msgstr "Lista wszystkich klas Puppet"
|
340
|
+
|
341
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
|
342
|
+
msgid "List all Puppet classes for a host"
|
343
|
+
msgstr "Lista wszystkich klas Puppet dla hosta"
|
344
|
+
|
345
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
|
346
|
+
msgid "List all Puppet classes for a host group"
|
347
|
+
msgstr "Lista wszystkich klas Puppet dla grupy hostów"
|
348
|
+
|
349
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
|
350
|
+
msgid "List all Puppet classes for an environment"
|
351
|
+
msgstr "Lista wszystkich klas Puppet dla środowiska"
|
352
|
+
|
353
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
|
354
|
+
msgid "Show a Puppet class"
|
355
|
+
msgstr "Pokaż klasę Puppet"
|
356
|
+
|
357
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
|
358
|
+
msgid "Show a Puppet class for host"
|
359
|
+
msgstr "Pokaż klasę Puppet dla hosta"
|
360
|
+
|
361
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
|
362
|
+
msgid "Show a Puppet class for a host group"
|
363
|
+
msgstr "Pokaż klasę Puppet dla grupy hostów"
|
364
|
+
|
365
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
|
366
|
+
msgid "Show a Puppet class for an environment"
|
367
|
+
msgstr "Pokaż klasę Puppet dla środowiska"
|
368
|
+
|
369
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
|
370
|
+
msgid "Create a Puppet class"
|
371
|
+
msgstr "Utwórz klasę Puppet"
|
372
|
+
|
373
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
|
374
|
+
msgid "Update a Puppet class"
|
375
|
+
msgstr "Aktualizuj klasy Puppet"
|
376
|
+
|
377
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
|
378
|
+
msgid "Delete a Puppet class"
|
379
|
+
msgstr "Usuń klasę Puppet"
|
380
|
+
|
381
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
|
382
|
+
msgid "List all smart class parameters"
|
383
|
+
msgstr "Lista wszystkich parametrów klasy inteligentnych"
|
384
|
+
|
385
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
|
386
|
+
msgid "List of smart class parameters for a specific host"
|
387
|
+
msgstr "Lista parametrów inteligentnych klasy dla konkretnego hosta"
|
388
|
+
|
389
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
|
390
|
+
msgid "List of smart class parameters for a specific host group"
|
391
|
+
msgstr "Lista parametrów inteligentnej klasy dla określonej grupy hostów"
|
392
|
+
|
393
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
|
394
|
+
msgid "List of smart class parameters for a specific Puppet class"
|
395
|
+
msgstr "Lista parametrów inteligentnych klasy dla konkretnej klasy Puppet"
|
396
|
+
|
397
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
|
398
|
+
msgid "List of smart class parameters for a specific environment"
|
399
|
+
msgstr "Lista parametrów inteligentnych klasy dla konkretnego środowiska"
|
400
|
+
|
401
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
402
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
403
|
+
msgstr "Lista parametrów inteligentnych klasy dla określonego środowiska / Połączenie klasy Puppet"
|
404
|
+
|
405
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
406
|
+
msgid "Show a smart class parameter"
|
407
|
+
msgstr "Pokaż parametry inteligentnej klasy"
|
408
|
+
|
409
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41
|
410
|
+
msgid "Update a smart class parameter"
|
411
|
+
msgstr "Aktualizacja parametru inteligentnej klasy"
|
412
|
+
|
413
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
|
414
|
+
msgid "Whether the smart class parameter value is managed by Foreman"
|
415
|
+
msgstr "Czy inteligentna wartość parametru klasy jest zarządzana przez Foreman"
|
416
|
+
|
417
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
|
418
|
+
msgid "Description of smart class"
|
419
|
+
msgstr "Opis inteligentnej klasy"
|
420
|
+
|
421
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
|
422
|
+
msgid "Value to use when there is no match"
|
423
|
+
msgstr "Warto używać, gdy nie ma dopasowania"
|
424
|
+
|
425
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
|
426
|
+
msgid "When enabled the parameter is hidden in the UI"
|
427
|
+
msgstr "Gdy upoważniony parametr jest ukryty e UI"
|
428
|
+
|
429
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
430
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
431
|
+
msgstr ""
|
432
|
+
|
433
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
434
|
+
msgid "The order in which values are resolved"
|
435
|
+
msgstr "Kolejność, w jakiej wartości są rozwiązane"
|
436
|
+
|
437
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
|
438
|
+
msgid "Types of validation values"
|
439
|
+
msgstr "Rodzaje walidacji wartości"
|
440
|
+
|
441
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
|
442
|
+
msgid "Used to enforce certain values for the parameter values"
|
443
|
+
msgstr "Służy do wymuszenia pewnych wartości dla wartości parametrów"
|
444
|
+
|
445
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
|
446
|
+
msgid "Types of variable values"
|
447
|
+
msgstr "Rodzaje wartości zmiennych"
|
448
|
+
|
449
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
450
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
451
|
+
msgstr "Jeśli to prawda, zgłosi błąd, jeśli nie ma wartości domyślnej ani podanej dopasowanej wartości"
|
452
|
+
|
453
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
454
|
+
msgid "Merge all matching values (only array/hash type)"
|
455
|
+
msgstr "Scalanie wszystkie pasujących wartości (tylko tablica / typ hash)"
|
456
|
+
|
457
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
|
458
|
+
msgid "Include default value when merging all matching values"
|
459
|
+
msgstr "Dołącz wartość domyślną podczas łączenia wszystkich pasujących wartości"
|
460
|
+
|
461
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
462
|
+
msgid "Remove duplicate values (only array type)"
|
463
|
+
msgstr "Usuń zduplikowane wartości (tylko typ tablicowy)"
|
464
|
+
|
465
|
+
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
|
466
|
+
msgid "Successfully overridden all parameters of Puppet class %s"
|
467
|
+
msgstr "Pomyślnie nadpisano wszystkie parametry klasy Puppet %s"
|
468
|
+
|
469
|
+
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
470
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
471
|
+
msgstr "Pomyślnie zresetowano wszystkie parametry klasy Puppet %s do wartości domyślnych."
|
472
|
+
|
473
|
+
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
474
|
+
msgid "No parameters to override for Puppet class %s"
|
475
|
+
msgstr "Brak parametrów przesłaniających dla klasy Puppet %s"
|
476
|
+
|
477
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
|
478
|
+
msgid "Create Puppet Environment"
|
479
|
+
msgstr ""
|
480
|
+
|
481
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
482
|
+
msgid "Change Environment"
|
483
|
+
msgstr "Zmień środowisko"
|
484
|
+
|
485
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:13
|
486
|
+
msgid "Change Puppet Master"
|
487
|
+
msgstr "Zmień Puppet Master"
|
488
|
+
|
489
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:22
|
490
|
+
msgid "Puppet YAML"
|
491
|
+
msgstr ""
|
492
|
+
|
493
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:22
|
494
|
+
msgid "Puppet external nodes YAML dump"
|
495
|
+
msgstr "Węzły zewnętrzne Puppet przerzucone na YAML "
|
496
|
+
|
497
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
498
|
+
msgid "Puppet Environment"
|
499
|
+
msgstr "Środowisko Puppet"
|
500
|
+
|
501
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
|
502
|
+
msgid "Omit from classification output"
|
503
|
+
msgstr ""
|
504
|
+
|
505
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39
|
506
|
+
msgid "Override this value"
|
507
|
+
msgstr "Nadpisz wartość"
|
508
|
+
|
509
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43
|
510
|
+
msgid "Remove this override"
|
511
|
+
msgstr "Usuń nadpisaną wartość"
|
512
|
+
|
513
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75
|
514
|
+
msgid "Default value"
|
515
|
+
msgstr "Domyślna wartość "
|
516
|
+
|
517
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93
|
518
|
+
msgid "Original value info"
|
519
|
+
msgstr "Wartość oryginalnej informacji"
|
520
|
+
|
521
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99
|
522
|
+
msgid ""
|
523
|
+
"<b>Description:</b> %{desc}<br/>\n"
|
524
|
+
" <b>Type:</b> %{type}<br/>\n"
|
525
|
+
" <b>Matcher:</b> %{matcher}<br/>\n"
|
526
|
+
" <b>Inherited value:</b> %{inherited_value}"
|
527
|
+
msgstr ""
|
528
|
+
|
529
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
|
530
|
+
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
531
|
+
msgstr "Wymagany parametr nie ma wartości.<br/><b>Proszę nadpisać!</b><br/>"
|
532
|
+
|
533
|
+
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
534
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
535
|
+
msgstr ""
|
536
|
+
|
537
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
538
|
+
msgid "Empty environment"
|
539
|
+
msgstr "puste środowisko"
|
540
|
+
|
541
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7
|
542
|
+
msgid "Deleted environment"
|
543
|
+
msgstr "Usunięte środowiska"
|
544
|
+
|
545
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
|
546
|
+
msgid "Deleted environment %{env} and %{pcs}"
|
547
|
+
msgstr "Usunięte środowiska%{env} i %{pcs}"
|
548
|
+
|
549
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
|
550
|
+
msgid "Ignored environment"
|
551
|
+
msgstr ""
|
552
|
+
|
553
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18
|
554
|
+
msgid "Import"
|
555
|
+
msgstr "Import"
|
556
|
+
|
557
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
|
558
|
+
msgid "Import environments from %s"
|
559
|
+
msgstr ""
|
560
|
+
|
561
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
|
562
|
+
msgid "Import classes from %s"
|
563
|
+
msgstr ""
|
564
|
+
|
565
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
|
566
|
+
msgid "%{name} has %{num_tag} class"
|
567
|
+
msgid_plural "%{name} has %{num_tag} classes"
|
568
|
+
msgstr[0] ""
|
569
|
+
msgstr[1] ""
|
570
|
+
|
571
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
|
572
|
+
msgid "Click to remove %s"
|
573
|
+
msgstr "Kliknij, aby usunąć %s"
|
574
|
+
|
575
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46
|
576
|
+
msgid "Click to add %s"
|
577
|
+
msgstr "Kliknij, aby dodać %s"
|
578
|
+
|
579
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
580
|
+
msgid "None"
|
581
|
+
msgstr "Brak"
|
582
|
+
|
583
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14
|
584
|
+
msgid ""
|
585
|
+
"When editing a template, you must assign a list \\\n"
|
586
|
+
" of operating systems which this template can be used with. Optionally, you can \\\n"
|
587
|
+
" restrict a template to a list of host groups and/or environments."
|
588
|
+
msgstr ""
|
589
|
+
|
590
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:18
|
591
|
+
msgid ""
|
592
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\n"
|
593
|
+
" will select the best match from the available templates of that type, in the \\\n"
|
594
|
+
" following order:"
|
595
|
+
msgstr ""
|
596
|
+
|
597
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22
|
598
|
+
msgid "Host group and Environment"
|
599
|
+
msgstr "Lista hostów i środowisko"
|
600
|
+
|
601
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23
|
602
|
+
msgid "Host group only"
|
603
|
+
msgstr "Tylko grupa hostów"
|
604
|
+
|
605
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24
|
606
|
+
msgid "Environment only"
|
607
|
+
msgstr "Tylko środowisko"
|
608
|
+
|
609
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25
|
610
|
+
msgid "Operating system default"
|
611
|
+
msgstr "Domyślny system operacyjny"
|
612
|
+
|
613
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
614
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
615
|
+
msgstr "Końcowa pozycja, domyślny system operacyjny, można ustawić poprzez edycję %s strony."
|
616
|
+
|
617
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
618
|
+
msgid "Operating System"
|
619
|
+
msgstr "System operacyjny"
|
620
|
+
|
621
|
+
#: ../app/models/foreman_puppet/environment.rb:44
|
622
|
+
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
623
|
+
msgstr "nie można znaleźć poprawnego Foreman Proxy z wtyczką Puppet"
|
624
|
+
|
625
|
+
#: ../app/models/foreman_puppet/host_puppet_facet.rb:61
|
626
|
+
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
627
|
+
msgstr ""
|
628
|
+
|
629
|
+
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
630
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
631
|
+
msgstr "Nie udało się zaimportować %{klass} dla %{name}: nie istnieje w naszej bazie danych - ignoruj"
|
632
|
+
|
633
|
+
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
634
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
635
|
+
msgstr ""
|
636
|
+
|
637
|
+
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
638
|
+
msgid "must be true to edit the parameter"
|
639
|
+
msgstr ""
|
640
|
+
|
641
|
+
#: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
|
642
|
+
msgid "Puppet parameter"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
#: ../app/services/foreman_puppet/puppet_class_importer.rb:16
|
646
|
+
msgid "Can't find a valid Proxy with a Puppet feature"
|
647
|
+
msgstr ""
|
648
|
+
|
649
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
|
650
|
+
msgid "Changed environments"
|
651
|
+
msgstr "Zmieniono środowisko"
|
652
|
+
|
653
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
|
654
|
+
msgid "Select the changes you want to apply to Foreman"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
|
658
|
+
msgid "Toggle"
|
659
|
+
msgstr "Przełącznik"
|
660
|
+
|
661
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
|
662
|
+
msgid "New"
|
663
|
+
msgstr "Nowy"
|
664
|
+
|
665
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
|
666
|
+
msgid "Check/Uncheck new"
|
667
|
+
msgstr "Zaznacz / odznacz nową"
|
668
|
+
|
669
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
|
670
|
+
msgid "Updated"
|
671
|
+
msgstr "Zaktualizowano"
|
672
|
+
|
673
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
|
674
|
+
msgid "Check/Uncheck updated"
|
675
|
+
msgstr "Zaznacz/ Odznacz aktualizację "
|
676
|
+
|
677
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
|
678
|
+
msgid "Obsolete"
|
679
|
+
msgstr "Przestarzały"
|
680
|
+
|
681
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
|
682
|
+
msgid "Check/Uncheck obsolete"
|
683
|
+
msgstr "Zaznacz/ Odznacz nieaktualny "
|
684
|
+
|
685
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
|
686
|
+
msgid "Check/Uncheck all"
|
687
|
+
msgstr "Zaznacz/ Odznacz wszystko"
|
688
|
+
|
689
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
|
690
|
+
msgid "Environment"
|
691
|
+
msgstr "Środowisko"
|
692
|
+
|
693
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
|
694
|
+
msgid "Operation"
|
695
|
+
msgstr "Operacja"
|
696
|
+
|
697
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
|
698
|
+
msgid "Puppet Modules"
|
699
|
+
msgstr "Moduły Puppet"
|
700
|
+
|
701
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
|
702
|
+
msgid "Check/Uncheck all %s changes"
|
703
|
+
msgstr "Zaznacz/Odznacz wszystkie %s zmainy"
|
704
|
+
|
705
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
|
706
|
+
msgid "Add:"
|
707
|
+
msgstr "Dodaj:"
|
708
|
+
|
709
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
|
710
|
+
msgid "Remove:"
|
711
|
+
msgstr "Usuń:"
|
712
|
+
|
713
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
|
714
|
+
msgid "Update:"
|
715
|
+
msgstr "Aktualizacja:"
|
716
|
+
|
717
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
|
718
|
+
msgid "Ignored:"
|
719
|
+
msgstr ""
|
720
|
+
|
721
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
|
722
|
+
msgid "Cancel"
|
723
|
+
msgstr "Anuluj"
|
724
|
+
|
725
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
|
726
|
+
msgid "Update"
|
727
|
+
msgstr "Aktualizacja:"
|
728
|
+
|
729
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
730
|
+
msgid "included already from parent"
|
731
|
+
msgstr "zawarte już od rodzica"
|
732
|
+
|
733
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
|
734
|
+
msgid "Remove"
|
735
|
+
msgstr ""
|
736
|
+
|
737
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
|
738
|
+
msgid "Add"
|
739
|
+
msgstr ""
|
740
|
+
|
741
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
|
742
|
+
msgid "%s is not in environment"
|
743
|
+
msgstr "%s nie ma w środowisku"
|
744
|
+
|
745
|
+
#: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4
|
746
|
+
msgid "Included Config Groups"
|
747
|
+
msgstr "Zawiera grupy konfiguracji"
|
748
|
+
|
749
|
+
#: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21
|
750
|
+
msgid "Available Config Groups"
|
751
|
+
msgstr "Dostępne grupy konfiguracji"
|
752
|
+
|
753
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
754
|
+
msgid "Edit %s"
|
755
|
+
msgstr "Edytuj %s"
|
756
|
+
|
757
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:172
|
758
|
+
msgid "Config Groups"
|
759
|
+
msgstr ""
|
760
|
+
|
761
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
762
|
+
msgid "Create Config Group"
|
763
|
+
msgstr ""
|
764
|
+
|
765
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
766
|
+
msgid "Puppet Classes"
|
767
|
+
msgstr "Klasy Puppet"
|
768
|
+
|
769
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
770
|
+
msgid "Hosts"
|
771
|
+
msgstr "Hosty"
|
772
|
+
|
773
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
774
|
+
msgid "Host Groups"
|
775
|
+
msgstr "Grupy hostów"
|
776
|
+
|
777
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
778
|
+
msgid "Actions"
|
779
|
+
msgstr "Akcja"
|
780
|
+
|
781
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
782
|
+
msgid "Delete %s?"
|
783
|
+
msgstr "Usunąć %s?"
|
784
|
+
|
785
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
786
|
+
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."
|
787
|
+
msgstr ""
|
788
|
+
|
789
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
790
|
+
msgid "Locations"
|
791
|
+
msgstr "Lokalizacje"
|
792
|
+
|
793
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:9
|
794
|
+
msgid "Organizations"
|
795
|
+
msgstr "Organizacje"
|
796
|
+
|
797
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
|
798
|
+
msgid "Puppet Environments"
|
799
|
+
msgstr "Środowiska Puppet"
|
800
|
+
|
801
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:8
|
802
|
+
msgid "Environment|Name"
|
803
|
+
msgstr "Środowisko|Nazwa"
|
804
|
+
|
805
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
|
806
|
+
msgid "Classes"
|
807
|
+
msgstr "Klasy"
|
808
|
+
|
809
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:1
|
810
|
+
msgid "Create Environment"
|
811
|
+
msgstr ""
|
812
|
+
|
813
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
814
|
+
msgid "Puppet environments"
|
815
|
+
msgstr "środowisko Puppet"
|
816
|
+
|
817
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
|
818
|
+
msgid "Number of classes"
|
819
|
+
msgstr "Liczba klas"
|
820
|
+
|
821
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
|
822
|
+
msgid "Total"
|
823
|
+
msgstr "W sumie"
|
824
|
+
|
825
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
|
826
|
+
msgid "No environments found"
|
827
|
+
msgstr "Nie znaleziono środowisk"
|
828
|
+
|
829
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
830
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
831
|
+
msgstr "Nie ma konfiguracji środowisk Puppet w tym Puppet Master. Proszę sprawdzić konfigurację Puppet Mastera."
|
832
|
+
|
833
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:175
|
834
|
+
msgid "Smart Class Parameters"
|
835
|
+
msgstr ""
|
836
|
+
|
837
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6
|
838
|
+
msgid "Parameter"
|
839
|
+
msgstr "Parametr"
|
840
|
+
|
841
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
842
|
+
msgid "Puppet Class"
|
843
|
+
msgstr "Klasa Puppet"
|
844
|
+
|
845
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8
|
846
|
+
msgid "Number of Overrides"
|
847
|
+
msgstr ""
|
848
|
+
|
849
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
850
|
+
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)."
|
851
|
+
msgstr ""
|
852
|
+
|
853
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
854
|
+
msgid "Included Classes"
|
855
|
+
msgstr "Dołączone klasy"
|
856
|
+
|
857
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
858
|
+
msgid "Not authorized to edit classes"
|
859
|
+
msgstr "Brak autoryzacji do edytowania klasy"
|
860
|
+
|
861
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37
|
862
|
+
msgid "Inherited Classes from %s"
|
863
|
+
msgstr ""
|
864
|
+
|
865
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56
|
866
|
+
msgid "Available Classes"
|
867
|
+
msgstr "Dostępne klasy"
|
868
|
+
|
869
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59
|
870
|
+
msgid "Filter classes"
|
871
|
+
msgstr "Filtruj klasy"
|
872
|
+
|
873
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
|
874
|
+
msgid "belongs to config group"
|
875
|
+
msgstr "należy do grupy konfiguracji"
|
876
|
+
|
877
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5
|
878
|
+
msgid "Name"
|
879
|
+
msgstr "Nazwa"
|
880
|
+
|
881
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6
|
882
|
+
msgid "Value"
|
883
|
+
msgstr "Wartość"
|
884
|
+
|
885
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7
|
886
|
+
msgid "Omit"
|
887
|
+
msgstr ""
|
888
|
+
|
889
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
890
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
891
|
+
msgstr ""
|
892
|
+
|
893
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
894
|
+
msgid "Smart Class Parameter"
|
895
|
+
msgstr "Parametr inteligentnej klasy"
|
896
|
+
|
897
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15
|
898
|
+
msgid "Host groups"
|
899
|
+
msgstr "Grupa hostów"
|
900
|
+
|
901
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
|
902
|
+
msgid "This Puppet class has no parameters in its signature."
|
903
|
+
msgstr "Ta klasa Puppet nie ma parametrów w jej podpisie."
|
904
|
+
|
905
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
906
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
907
|
+
msgstr "Aby zaktualizować sygnaturę klasy, przejdź do strony klas Puppet i wybierz \"Importuj\"."
|
908
|
+
|
909
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
910
|
+
msgid "Filter by name"
|
911
|
+
msgstr "Filtrowanie według nazwy"
|
912
|
+
|
913
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34
|
914
|
+
msgid "All environments - (not filtered)"
|
915
|
+
msgstr "Wszystkie środowiska - (nie filtrowane)"
|
916
|
+
|
917
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:46
|
918
|
+
msgid "Overridden"
|
919
|
+
msgstr ""
|
920
|
+
|
921
|
+
#: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
|
922
|
+
msgid "Edit Puppet Class %s"
|
923
|
+
msgstr "Edytuj klasę Puppet %s"
|
924
|
+
|
925
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
|
926
|
+
msgid "Puppetclass|Name"
|
927
|
+
msgstr "KlasaPuppet|Nazwa"
|
928
|
+
|
929
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:21
|
930
|
+
msgid "Environments"
|
931
|
+
msgstr "Środowiska"
|
932
|
+
|
933
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
|
934
|
+
msgid "Parameters"
|
935
|
+
msgstr "Parametry"
|
936
|
+
|
937
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
|
938
|
+
msgid "Override all parameters"
|
939
|
+
msgstr "Zastąp wszystkie parametry"
|
940
|
+
|
941
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
|
942
|
+
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
943
|
+
msgstr "Spowoduje to ustawienie wszystkich parametrów klasy %s jako nadpisane. Kontynuować?"
|
944
|
+
|
945
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
946
|
+
msgid "Set parameters to defaults"
|
947
|
+
msgstr "Ustaw domyślne wartości parametrów"
|
948
|
+
|
949
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
950
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
951
|
+
msgstr "Spowoduje to przywrócenie parametrów klasy %s do wartości domyślnych. Kontynuować?"
|
952
|
+
|
953
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
954
|
+
msgid "Puppet Class Parameters"
|
955
|
+
msgstr ""
|
956
|
+
|
957
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
958
|
+
msgid "Notice"
|
959
|
+
msgstr "Uwaga"
|
960
|
+
|
961
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
|
962
|
+
msgid "Please select an environment first"
|
963
|
+
msgstr "Proszę najpierw utworzyć środowisko"
|
964
|
+
|
965
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
966
|
+
msgid "Select environment"
|
967
|
+
msgstr "Wybierz środowisko"
|
968
|
+
|
969
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:5
|
970
|
+
msgid "*Clear environment*"
|
971
|
+
msgstr "* Wyczyść środowisko *"
|
972
|
+
|
973
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:6
|
974
|
+
msgid "*Inherit from host group*"
|
975
|
+
msgstr "* Dziedziczenie z grupy hosta *"
|
976
|
+
|
977
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:2
|
978
|
+
msgid "Hostgroup"
|
979
|
+
msgstr "Grupa hostów "
|
980
|
+
|
981
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
982
|
+
msgid "Remove Combination"
|
983
|
+
msgstr ""
|
984
|
+
|
985
|
+
#: ../app/views/provisioning_templates/_combinations.html.erb:1
|
986
|
+
msgid "Valid Host Group and Environment Combinations"
|
987
|
+
msgstr ""
|
988
|
+
|
989
|
+
#: ../app/views/provisioning_templates/_combinations.html.erb:6
|
990
|
+
msgid "Add Combination"
|
991
|
+
msgstr ""
|
992
|
+
|
993
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
|
994
|
+
msgid "General"
|
995
|
+
msgstr "Generalnie"
|
996
|
+
|
997
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
|
998
|
+
msgid "Hosts managed:"
|
999
|
+
msgstr "Zarządzane hosty:"
|
1000
|
+
|
1001
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
1002
|
+
msgid "Certificates"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1005
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
1006
|
+
msgid "Autosign entries"
|
1007
|
+
msgstr ""
|
1008
|
+
|
1009
|
+
#: ../lib/foreman_puppet/register.rb:7
|
1010
|
+
msgid "Facts"
|
1011
|
+
msgstr "Fakty"
|
1012
|
+
|
1013
|
+
#: ../lib/foreman_puppet/register.rb:10
|
1014
|
+
msgid "Foreman will default to this puppet environment if it cannot auto detect one"
|
1015
|
+
msgstr "Foreman będzie domyślny do tego środowiska puppet jeśli nie wykryje niczego innego"
|
1016
|
+
|
1017
|
+
#: ../lib/foreman_puppet/register.rb:12
|
1018
|
+
msgid "Default Puppet environment"
|
1019
|
+
msgstr "Domyślne środowisko Puppet"
|
1020
|
+
|
1021
|
+
#: ../lib/foreman_puppet/register.rb:16
|
1022
|
+
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"
|
1023
|
+
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"
|
1024
|
+
|
1025
|
+
#: ../lib/foreman_puppet/register.rb:19
|
1026
|
+
msgid "ENC environment"
|
1027
|
+
msgstr "Środowisko ENC"
|
1028
|
+
|
1029
|
+
#: ../lib/foreman_puppet/register.rb:22
|
1030
|
+
msgid "Foreman will update a host's environment from its facts"
|
1031
|
+
msgstr "Foreman będzie aktualizować środowisko hosta od jej Informacji"
|
1032
|
+
|
1033
|
+
#: ../lib/foreman_puppet/register.rb:24
|
1034
|
+
msgid "Update environment from facts"
|
1035
|
+
msgstr "Aktualizuj środowisko na podstawie faktów"
|
1036
|
+
|
1037
|
+
#: ../lib/foreman_puppet/register.rb:27
|
1038
|
+
msgid "Config Management"
|
1039
|
+
msgstr ""
|
1040
|
+
|
1041
|
+
#: ../lib/foreman_puppet/register.rb:30
|
1042
|
+
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
1043
|
+
msgstr ""
|
1044
|
+
|
1045
|
+
#: ../lib/foreman_puppet/register.rb:32
|
1046
|
+
msgid "Puppet interval"
|
1047
|
+
msgstr "interwał Puppet"
|
1048
|
+
|
1049
|
+
#: ../lib/foreman_puppet/register.rb:35
|
1050
|
+
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
1051
|
+
msgstr ""
|
1052
|
+
|
1053
|
+
#: ../lib/foreman_puppet/register.rb:37
|
1054
|
+
msgid "%s out of sync disabled"
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
|
1058
|
+
msgid "Puppet ENC"
|
1059
|
+
msgstr ""
|
1060
|
+
|
1061
|
+
#: ../webpack/src/Components/Environments/Welcome.js:13
|
1062
|
+
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
|
1063
|
+
msgstr ""
|
1064
|
+
|
1065
|
+
#: ../webpack/src/foreman_class_edit.js:146
|
1066
|
+
msgid "Click to remove config group"
|
1067
|
+
msgstr "Kliknij by usunąć grupę konfiguracji"
|
1068
|
+
|
1069
|
+
#: ../webpack/src/foreman_class_edit.js:149
|
1070
|
+
msgid " Remove"
|
1071
|
+
msgstr "Usuń"
|
1072
|
+
|
1073
|
+
#: ../webpack/src/foreman_puppet_host_form.js:32
|
1074
|
+
msgid "Loading parameters..."
|
1075
|
+
msgstr "Ładowanie parametrów ..."
|
1076
|
+
|
1077
|
+
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1078
|
+
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
#: action_names.rb:2
|
1082
|
+
msgid "Action with sub plans"
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
#: action_names.rb:3
|
1086
|
+
msgid "Import facts"
|
1087
|
+
msgstr ""
|
1088
|
+
|
1089
|
+
#: action_names.rb:4
|
1090
|
+
msgid "Import Puppet classes"
|
1091
|
+
msgstr ""
|
1092
|
+
|
1093
|
+
#: action_names.rb:5
|
1094
|
+
msgid "Remote action:"
|
1095
|
+
msgstr ""
|
1096
|
+
|
1097
|
+
#: gemspec.rb:2
|
1098
|
+
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
1099
|
+
msgstr ""
|