foreman_puppet 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
- data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
- data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
- data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
- data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
- data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
- data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
- data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
- data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
- data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
- data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
- data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +243 -167
- data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
- data/locale/de/foreman_puppet.edit.po +339 -220
- data/locale/en/foreman_puppet.edit.po +89 -229
- data/locale/en_GB/foreman_puppet.edit.po +210 -166
- data/locale/es/foreman_puppet.edit.po +333 -223
- data/locale/fr/foreman_puppet.edit.po +339 -236
- data/locale/gl/foreman_puppet.edit.po +216 -155
- data/locale/it/foreman_puppet.edit.po +262 -185
- data/locale/ja/foreman_puppet.edit.po +247 -201
- data/locale/ko/foreman_puppet.edit.po +213 -171
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +249 -168
- data/locale/pl/foreman_puppet.edit.po +267 -175
- data/locale/pt_BR/foreman_puppet.edit.po +345 -227
- data/locale/ru/foreman_puppet.edit.po +268 -191
- data/locale/sv_SE/foreman_puppet.edit.po +215 -156
- data/locale/zh_CN/foreman_puppet.edit.po +237 -202
- data/locale/zh_TW/foreman_puppet.edit.po +213 -173
- data/webpack/src/Components/Environments/Welcome.js +1 -1
- metadata +69 -61
- data/locale/ka/foreman_puppet.edit.po +0 -1177
- /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -2,46 +2,56 @@
|
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_puppet package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
-
#
|
5
|
+
#
|
6
6
|
# Translators:
|
7
|
+
# mhulan <mhulan@redhat.com>, 2021
|
7
8
|
# Ondřej Ezr <ezrik12@gmail.com>, 2021
|
8
9
|
# Lukáš Zapletal, 2021
|
9
|
-
#
|
10
|
-
#
|
11
|
-
|
10
|
+
# Pavel Borecki <pavel.borecki@gmail.com>, 2021
|
11
|
+
#
|
12
|
+
#, fuzzy
|
12
13
|
msgid ""
|
13
14
|
msgstr ""
|
14
|
-
"Project-Id-Version: foreman_puppet
|
15
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
15
16
|
"Report-Msgid-Bugs-To: \n"
|
17
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
16
18
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
17
|
-
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>,
|
18
|
-
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams"
|
19
|
-
"/114/cs_CZ/)\n"
|
19
|
+
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
|
20
|
+
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams/114/cs_CZ/)\n"
|
20
21
|
"MIME-Version: 1.0\n"
|
21
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
22
23
|
"Content-Transfer-Encoding: 8bit\n"
|
23
24
|
"Language: cs_CZ\n"
|
24
|
-
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
|
25
|
-
"4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
25
|
+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
26
26
|
|
27
27
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
28
|
-
msgid "
|
28
|
+
msgid ""
|
29
|
+
"Ignored environment names resulting in booleans found. Please quote strings "
|
30
|
+
"like true/false and yes/no in config/ignored_environments.yml"
|
29
31
|
msgstr ""
|
30
32
|
|
31
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
33
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
34
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
32
35
|
msgid "No changes to your environments detected"
|
33
36
|
msgstr "Nezjištěny žádné změny ve vašich prostředích"
|
34
37
|
|
35
38
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
36
|
-
msgid "
|
37
|
-
|
39
|
+
msgid ""
|
40
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet"
|
41
|
+
" installation"
|
42
|
+
msgstr ""
|
43
|
+
"Úspěšně aktualizována prostředí a Puppet třídy z instalace Puppet na disku"
|
38
44
|
|
39
45
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
40
|
-
msgid "
|
46
|
+
msgid ""
|
47
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet "
|
48
|
+
"installation: %s"
|
41
49
|
msgstr ""
|
42
50
|
|
43
51
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
44
|
-
msgid "
|
52
|
+
msgid ""
|
53
|
+
"No smart proxy was found to import environments from, ensure that at least "
|
54
|
+
"one smart proxy is registered with the 'puppet' feature"
|
45
55
|
msgstr ""
|
46
56
|
|
47
57
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
@@ -72,40 +82,51 @@ msgstr ""
|
|
72
82
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
73
83
|
msgstr ""
|
74
84
|
|
75
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
85
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
86
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
76
87
|
msgid "ID of associated puppet Environment"
|
77
88
|
msgstr ""
|
78
89
|
|
79
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
90
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
91
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
80
92
|
msgid "IDs of associated Puppetclasses"
|
81
93
|
msgstr ""
|
82
94
|
|
83
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
95
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
96
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
84
97
|
msgid "IDs of associated ConfigGroups"
|
85
98
|
msgstr ""
|
86
99
|
|
87
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
100
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
88
101
|
msgid "Import puppet classes from puppet proxy"
|
89
102
|
msgstr "Importovat puppet třídy z puppet proxy"
|
90
103
|
|
91
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
104
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
|
105
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
92
106
|
msgid "Import puppet classes from puppet proxy for an environment"
|
93
107
|
msgstr "Importovat puppet třídy z puppet proxy pro Environment"
|
94
108
|
|
95
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
96
|
-
msgid "
|
109
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
|
110
|
+
msgid ""
|
111
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or "
|
112
|
+
"'obsolete'that is used to limit the imported Puppet classes"
|
97
113
|
msgstr ""
|
98
114
|
|
99
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
100
|
-
msgid "
|
115
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
|
116
|
+
msgid ""
|
117
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
118
|
+
" installation: %s"
|
101
119
|
msgstr ""
|
102
120
|
|
103
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
121
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
104
122
|
msgid "The requested environment cannot be found."
|
105
123
|
msgstr ""
|
106
124
|
|
107
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
108
|
-
|
125
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
|
126
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
|
127
|
+
msgid ""
|
128
|
+
"No proxy found to import classes from, ensure that the smart proxy has the "
|
129
|
+
"Puppet feature enabled."
|
109
130
|
msgstr ""
|
110
131
|
|
111
132
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
@@ -132,7 +153,9 @@ msgstr ""
|
|
132
153
|
msgid "environment id"
|
133
154
|
msgstr "identifikátor prostředí"
|
134
155
|
|
135
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
156
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
157
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
158
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
136
159
|
msgid "ID of environment"
|
137
160
|
msgstr "Identifikátor prostředí"
|
138
161
|
|
@@ -156,7 +179,8 @@ msgstr ""
|
|
156
179
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
157
180
|
msgstr ""
|
158
181
|
|
159
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
182
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
183
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
160
184
|
msgid "No environment selected!"
|
161
185
|
msgstr "Nevybráno prostředí!"
|
162
186
|
|
@@ -184,21 +208,27 @@ msgstr ""
|
|
184
208
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
185
209
|
msgstr ""
|
186
210
|
|
187
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
211
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
212
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
188
213
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
189
214
|
msgstr ""
|
190
215
|
|
191
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
216
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
217
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
192
218
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
193
|
-
msgid_plural "
|
219
|
+
msgid_plural ""
|
220
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
194
221
|
msgstr[0] ""
|
195
222
|
msgstr[1] ""
|
223
|
+
msgstr[2] ""
|
224
|
+
msgstr[3] ""
|
196
225
|
|
197
226
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
198
|
-
msgid "
|
227
|
+
msgid ""
|
228
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
199
229
|
msgstr ""
|
200
230
|
|
201
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
231
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
202
232
|
msgid "Puppet"
|
203
233
|
msgstr "Puppet"
|
204
234
|
|
@@ -242,7 +272,12 @@ msgstr ""
|
|
242
272
|
msgid "List environments per organization"
|
243
273
|
msgstr ""
|
244
274
|
|
245
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
275
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
276
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
277
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
278
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
279
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
280
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
246
281
|
msgid "ID of Puppet class"
|
247
282
|
msgstr "Identifikátor puppet třídy"
|
248
283
|
|
@@ -270,7 +305,10 @@ msgstr "Vypsat všechny identifikátory Puppet tříd pro hostitele"
|
|
270
305
|
msgid "Add a Puppet class to host"
|
271
306
|
msgstr "Přidat hostiteli Puppet třídu"
|
272
307
|
|
273
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
308
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
309
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
310
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
311
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
274
312
|
msgid "ID of host"
|
275
313
|
msgstr "Identifikátor stroje"
|
276
314
|
|
@@ -286,7 +324,10 @@ msgstr ""
|
|
286
324
|
msgid "Add a Puppet class to host group"
|
287
325
|
msgstr "Přidat skupině hostitelů puppet třídu"
|
288
326
|
|
289
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
327
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
328
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
329
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
330
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
290
331
|
msgid "ID of host group"
|
291
332
|
msgstr "Identifikátor skupiny strojů"
|
292
333
|
|
@@ -298,7 +339,10 @@ msgstr ""
|
|
298
339
|
msgid "List of override values for a specific smart class parameter"
|
299
340
|
msgstr ""
|
300
341
|
|
301
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
342
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
343
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
344
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
345
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
302
346
|
msgid "Display hidden values"
|
303
347
|
msgstr "Zobrazit skryté hodnoty"
|
304
348
|
|
@@ -399,7 +443,9 @@ msgid "List of smart class parameters for a specific environment"
|
|
399
443
|
msgstr ""
|
400
444
|
|
401
445
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
402
|
-
msgid "
|
446
|
+
msgid ""
|
447
|
+
"List of smart class parameters for a specific environment/Puppet class "
|
448
|
+
"combination"
|
403
449
|
msgstr ""
|
404
450
|
|
405
451
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
@@ -427,10 +473,13 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
427
473
|
msgstr ""
|
428
474
|
|
429
475
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
430
|
-
msgid "
|
476
|
+
msgid ""
|
477
|
+
"Foreman will not send this parameter in classification output.Puppet will "
|
478
|
+
"use the value defined in the Puppet manifest for this parameter"
|
431
479
|
msgstr ""
|
432
480
|
|
433
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
481
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
482
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
434
483
|
msgid "The order in which values are resolved"
|
435
484
|
msgstr "Pořadí ve kterém jsou hodnoty řešeny"
|
436
485
|
|
@@ -447,7 +496,9 @@ msgid "Types of variable values"
|
|
447
496
|
msgstr "Typy hodnot proměnné"
|
448
497
|
|
449
498
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
450
|
-
msgid "
|
499
|
+
msgid ""
|
500
|
+
"If true, will raise an error if there is no default value and no matcher "
|
501
|
+
"provide a value"
|
451
502
|
msgstr ""
|
452
503
|
|
453
504
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
@@ -467,21 +518,20 @@ msgid "Successfully overridden all parameters of Puppet class %s"
|
|
467
518
|
msgstr ""
|
468
519
|
|
469
520
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
470
|
-
msgid "
|
521
|
+
msgid ""
|
522
|
+
"Successfully reset all parameters of Puppet class %s to their default values"
|
471
523
|
msgstr ""
|
472
524
|
|
473
525
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
474
526
|
msgid "No parameters to override for Puppet class %s"
|
475
527
|
msgstr ""
|
476
528
|
|
477
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
529
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
530
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
531
|
+
#: ../webpack/src/Components/Environments/Welcome.js:9
|
478
532
|
msgid "Create Puppet Environment"
|
479
533
|
msgstr "Vytvořit puppet prostředí"
|
480
534
|
|
481
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
|
482
|
-
msgid "Help"
|
483
|
-
msgstr "Nápověda"
|
484
|
-
|
485
535
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
486
536
|
msgid "Change Environment"
|
487
537
|
msgstr "Změnit prostředí"
|
@@ -498,7 +548,7 @@ msgstr ""
|
|
498
548
|
msgid "Puppet external nodes YAML dump"
|
499
549
|
msgstr ""
|
500
550
|
|
501
|
-
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
551
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
502
552
|
msgid "Puppet Environment"
|
503
553
|
msgstr "Puppet prostředí"
|
504
554
|
|
@@ -535,7 +585,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
535
585
|
msgstr ""
|
536
586
|
|
537
587
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
538
|
-
msgid "
|
588
|
+
msgid ""
|
589
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
590
|
+
" will be empty.</i><br/>"
|
539
591
|
msgstr ""
|
540
592
|
|
541
593
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
@@ -571,8 +623,11 @@ msgid "%{name} has %{num_tag} class"
|
|
571
623
|
msgid_plural "%{name} has %{num_tag} classes"
|
572
624
|
msgstr[0] ""
|
573
625
|
msgstr[1] ""
|
626
|
+
msgstr[2] ""
|
627
|
+
msgstr[3] ""
|
574
628
|
|
575
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
629
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
630
|
+
#: ../webpack/src/foreman_class_edit.js:55
|
576
631
|
msgid "Click to remove %s"
|
577
632
|
msgstr "%s odeberete kliknutím"
|
578
633
|
|
@@ -580,7 +635,8 @@ msgstr "%s odeberete kliknutím"
|
|
580
635
|
msgid "Click to add %s"
|
581
636
|
msgstr "%s přidáte kliknutím"
|
582
637
|
|
583
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
638
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
639
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
584
640
|
msgid "None"
|
585
641
|
msgstr "Žádné"
|
586
642
|
|
@@ -615,7 +671,9 @@ msgid "Operating system default"
|
|
615
671
|
msgstr "Výchozí operačnímu systému"
|
616
672
|
|
617
673
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
618
|
-
msgid "
|
674
|
+
msgid ""
|
675
|
+
"The final entry, Operating System default, can be set by editing the %s "
|
676
|
+
"page."
|
619
677
|
msgstr ""
|
620
678
|
|
621
679
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
@@ -631,16 +689,24 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
|
|
631
689
|
msgstr ""
|
632
690
|
|
633
691
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
634
|
-
msgid "
|
635
|
-
|
692
|
+
msgid ""
|
693
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
694
|
+
"ignoring"
|
695
|
+
msgstr ""
|
696
|
+
"Nepodařilo se importovat %{klass} pro %{name}: neexistuje v databázi – bude "
|
697
|
+
"ignorováno"
|
636
698
|
|
637
699
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
638
|
-
msgid "
|
700
|
+
msgid ""
|
701
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
702
|
+
" and/or location"
|
639
703
|
msgstr ""
|
640
704
|
|
641
705
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
642
706
|
msgid "must be true to edit the parameter"
|
643
|
-
msgstr "
|
707
|
+
msgstr ""
|
708
|
+
"aby bylo možné parametr upravovat, je třeba, aby bylo nastaveno na true "
|
709
|
+
"(pravda)"
|
644
710
|
|
645
711
|
#: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
|
646
712
|
msgid "Puppet parameter"
|
@@ -690,7 +756,11 @@ msgstr "Zaškrtnout / zrušit zaškrtnutí zastaralých"
|
|
690
756
|
msgid "Check/Uncheck all"
|
691
757
|
msgstr "Zaškrtnout / zrušit zaškrtnutí všeho"
|
692
758
|
|
693
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
759
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
760
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
761
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
762
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
763
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
694
764
|
msgid "Environment"
|
695
765
|
msgstr "Prostředí"
|
696
766
|
|
@@ -730,19 +800,20 @@ msgstr "Storno"
|
|
730
800
|
msgid "Update"
|
731
801
|
msgstr "Aktualizovat"
|
732
802
|
|
733
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
803
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
734
804
|
msgid "included already from parent"
|
735
805
|
msgstr "už zahrnuto od nadřazeného"
|
736
806
|
|
737
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
807
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
808
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
738
809
|
msgid "Remove"
|
739
810
|
msgstr "Odebrat"
|
740
811
|
|
741
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
812
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
742
813
|
msgid "Add"
|
743
814
|
msgstr "Přidat"
|
744
815
|
|
745
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
816
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
746
817
|
msgid "%s is not in environment"
|
747
818
|
msgstr "%s není prostředí"
|
748
819
|
|
@@ -754,40 +825,57 @@ msgstr "Včetně skupin nastavení"
|
|
754
825
|
msgid "Available Config Groups"
|
755
826
|
msgstr "Skupiny nastavení k dispozici"
|
756
827
|
|
757
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
828
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
829
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
830
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
758
831
|
msgid "Edit %s"
|
759
832
|
msgstr "Upravit %s"
|
760
833
|
|
761
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
834
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
835
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
836
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
837
|
+
#: ../lib/foreman_puppet/register.rb:171
|
762
838
|
msgid "Config Groups"
|
763
839
|
msgstr ""
|
764
840
|
|
765
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
841
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
842
|
+
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
843
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
766
844
|
msgid "Create Config Group"
|
767
845
|
msgstr ""
|
768
846
|
|
769
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
847
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
848
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
770
849
|
msgid "Puppet Classes"
|
771
850
|
msgstr "Puppet třídy"
|
772
851
|
|
773
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
852
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
853
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
854
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
774
855
|
msgid "Hosts"
|
775
856
|
msgstr "Stroje"
|
776
857
|
|
777
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
858
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
859
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
778
860
|
msgid "Host Groups"
|
779
861
|
msgstr "Skupiny hostitelů"
|
780
862
|
|
781
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
863
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
864
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
865
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
782
866
|
msgid "Actions"
|
783
867
|
msgstr "Akce"
|
784
868
|
|
785
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
869
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
870
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
786
871
|
msgid "Delete %s?"
|
787
872
|
msgstr "Smazat %s?"
|
788
873
|
|
789
874
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
790
|
-
msgid "
|
875
|
+
msgid ""
|
876
|
+
"A config group provides a one-step method of associating many Puppet classes"
|
877
|
+
" to either a host or host group. Typically this would be used to add a "
|
878
|
+
"particular application profile or stack in one step."
|
791
879
|
msgstr ""
|
792
880
|
|
793
881
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
@@ -798,7 +886,9 @@ msgstr "Umístění"
|
|
798
886
|
msgid "Organizations"
|
799
887
|
msgstr "Organizace"
|
800
888
|
|
801
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
889
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
890
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
891
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
802
892
|
msgid "Puppet Environments"
|
803
893
|
msgstr "Puppet prostředí"
|
804
894
|
|
@@ -806,7 +896,8 @@ msgstr "Puppet prostředí"
|
|
806
896
|
msgid "Environment|Name"
|
807
897
|
msgstr "Environment|Název"
|
808
898
|
|
809
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
899
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
900
|
+
#: ../lib/foreman_puppet/register.rb:168
|
810
901
|
msgid "Classes"
|
811
902
|
msgstr "Třídy"
|
812
903
|
|
@@ -814,7 +905,8 @@ msgstr "Třídy"
|
|
814
905
|
msgid "Create Environment"
|
815
906
|
msgstr "Vytvořit prostředí"
|
816
907
|
|
817
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
908
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
909
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
818
910
|
msgid "Puppet environments"
|
819
911
|
msgstr "Puppet prostředí"
|
820
912
|
|
@@ -831,10 +923,15 @@ msgid "No environments found"
|
|
831
923
|
msgstr "Nebylo nalezeno žádné prostředí"
|
832
924
|
|
833
925
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
834
|
-
msgid "
|
926
|
+
msgid ""
|
927
|
+
"There are no puppet environments set up on this puppet master. Please check "
|
928
|
+
"the puppet master configuration."
|
835
929
|
msgstr ""
|
836
930
|
|
837
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
931
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
932
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
933
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
934
|
+
#: ../lib/foreman_puppet/register.rb:174
|
838
935
|
msgid "Smart Class Parameters"
|
839
936
|
msgstr ""
|
840
937
|
|
@@ -842,7 +939,9 @@ msgstr ""
|
|
842
939
|
msgid "Parameter"
|
843
940
|
msgstr "Parametr"
|
844
941
|
|
845
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
942
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
943
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
944
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
846
945
|
msgid "Puppet Class"
|
847
946
|
msgstr "Puppet třída"
|
848
947
|
|
@@ -851,14 +950,18 @@ msgid "Number of Overrides"
|
|
851
950
|
msgstr ""
|
852
951
|
|
853
952
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
854
|
-
msgid "
|
953
|
+
msgid ""
|
954
|
+
"Parameterized class support permits detecting, importing, and supplying "
|
955
|
+
"parameters directly to classes which support it, via the ENC and depending "
|
956
|
+
"on a set of rules (Smart Matchers)."
|
855
957
|
msgstr ""
|
856
958
|
|
857
959
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
858
960
|
msgid "Included Classes"
|
859
961
|
msgstr "Obsažené třídy"
|
860
962
|
|
861
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
963
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
964
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
862
965
|
msgid "Not authorized to edit classes"
|
863
966
|
msgstr "Neoprávněni upravovat třídy"
|
864
967
|
|
@@ -874,7 +977,8 @@ msgstr "Třídy k dispozici"
|
|
874
977
|
msgid "Filter classes"
|
875
978
|
msgstr "Filtrovat třídy"
|
876
979
|
|
877
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
980
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
981
|
+
#: ../webpack/src/foreman_class_edit.js:84
|
878
982
|
msgid "belongs to config group"
|
879
983
|
msgstr "náleží do skupiny nastavení"
|
880
984
|
|
@@ -891,7 +995,9 @@ msgid "Omit"
|
|
891
995
|
msgstr "Vynechat"
|
892
996
|
|
893
997
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
894
|
-
msgid "
|
998
|
+
msgid ""
|
999
|
+
"The class could not be saved because of an error in one of the class "
|
1000
|
+
"parameters."
|
895
1001
|
msgstr ""
|
896
1002
|
|
897
1003
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
@@ -907,7 +1013,9 @@ msgid "This Puppet class has no parameters in its signature."
|
|
907
1013
|
msgstr "Tato Puppet třída nemá žádné parametry ve svém podpisu."
|
908
1014
|
|
909
1015
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
910
|
-
msgid "
|
1016
|
+
msgid ""
|
1017
|
+
"To update the class signature, go to the Puppet Classes page and select "
|
1018
|
+
"\"Import\"."
|
911
1019
|
msgstr ""
|
912
1020
|
|
913
1021
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
@@ -930,7 +1038,10 @@ msgstr "Upravit puppet třídu %s"
|
|
930
1038
|
msgid "Puppetclass|Name"
|
931
1039
|
msgstr "Puppetclass|Název"
|
932
1040
|
|
933
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1041
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1042
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1043
|
+
#: ../lib/foreman_puppet/register.rb:165
|
1044
|
+
#: ../webpack/src/Components/Environments/Welcome.js:21
|
934
1045
|
msgid "Environments"
|
935
1046
|
msgstr "Prostředí"
|
936
1047
|
|
@@ -951,21 +1062,23 @@ msgid "Set parameters to defaults"
|
|
951
1062
|
msgstr ""
|
952
1063
|
|
953
1064
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
954
|
-
msgid "
|
1065
|
+
msgid ""
|
1066
|
+
"This will reset parameters of the class %s to their default values. "
|
1067
|
+
"Continue?"
|
955
1068
|
msgstr ""
|
956
1069
|
|
957
1070
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
958
|
-
msgid "Puppet Class Parameters"
|
959
|
-
msgstr ""
|
960
|
-
|
961
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
962
1071
|
msgid "Notice"
|
963
1072
|
msgstr "Upozornění"
|
964
1073
|
|
965
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1074
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
966
1075
|
msgid "Please select an environment first"
|
967
1076
|
msgstr "Nejprve vyberte prostředí"
|
968
1077
|
|
1078
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1079
|
+
msgid "Puppet Class Parameters"
|
1080
|
+
msgstr ""
|
1081
|
+
|
969
1082
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
970
1083
|
msgid "Select environment"
|
971
1084
|
msgstr "Vybrat prostředí"
|
@@ -1007,7 +1120,8 @@ msgid "Facts"
|
|
1007
1120
|
msgstr "Fakta"
|
1008
1121
|
|
1009
1122
|
#: ../lib/foreman_puppet/register.rb:10
|
1010
|
-
msgid "
|
1123
|
+
msgid ""
|
1124
|
+
"Foreman will default to this puppet environment if it cannot auto detect one"
|
1011
1125
|
msgstr ""
|
1012
1126
|
|
1013
1127
|
#: ../lib/foreman_puppet/register.rb:12
|
@@ -1015,7 +1129,10 @@ msgid "Default Puppet environment"
|
|
1015
1129
|
msgstr ""
|
1016
1130
|
|
1017
1131
|
#: ../lib/foreman_puppet/register.rb:16
|
1018
|
-
msgid "
|
1132
|
+
msgid ""
|
1133
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. "
|
1134
|
+
"This will avoid conflicts between the environment in puppet.conf and the "
|
1135
|
+
"environment set in Foreman"
|
1019
1136
|
msgstr ""
|
1020
1137
|
|
1021
1138
|
#: ../lib/foreman_puppet/register.rb:19
|
@@ -1035,7 +1152,9 @@ msgid "Config Management"
|
|
1035
1152
|
msgstr "Správa nastavení"
|
1036
1153
|
|
1037
1154
|
#: ../lib/foreman_puppet/register.rb:30
|
1038
|
-
msgid "
|
1155
|
+
msgid ""
|
1156
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
1157
|
+
" sync."
|
1039
1158
|
msgstr ""
|
1040
1159
|
|
1041
1160
|
#: ../lib/foreman_puppet/register.rb:32
|
@@ -1043,73 +1162,19 @@ msgid "Puppet interval"
|
|
1043
1162
|
msgstr ""
|
1044
1163
|
|
1045
1164
|
#: ../lib/foreman_puppet/register.rb:35
|
1046
|
-
msgid "
|
1165
|
+
msgid ""
|
1166
|
+
"Disable host configuration status turning to out of sync for %s after report"
|
1167
|
+
" does not arrive within configured interval"
|
1047
1168
|
msgstr ""
|
1048
1169
|
|
1049
1170
|
#: ../lib/foreman_puppet/register.rb:37
|
1050
1171
|
msgid "%s out of sync disabled"
|
1051
1172
|
msgstr ""
|
1052
1173
|
|
1053
|
-
#: ../lib/foreman_puppet/register.rb:
|
1174
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1054
1175
|
msgid "Puppet ENC"
|
1055
1176
|
msgstr ""
|
1056
1177
|
|
1057
|
-
#: ../lib/foreman_puppet/register.rb:230
|
1058
|
-
msgid "Puppet env"
|
1059
|
-
msgstr ""
|
1060
|
-
|
1061
|
-
#: ../webpack/src/Components/Environments/Welcome.js:18
|
1062
|
-
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
|
1063
|
-
msgstr ""
|
1064
|
-
|
1065
|
-
#: ../webpack/src/Components/Environments/Welcome.js:29
|
1066
|
-
msgid "Puppet classes"
|
1067
|
-
msgstr ""
|
1068
|
-
|
1069
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
|
1070
|
-
msgid "Assigned classes"
|
1071
|
-
msgstr ""
|
1072
|
-
|
1073
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
|
1074
|
-
msgid "This tab is still a work in progress"
|
1075
|
-
msgstr ""
|
1076
|
-
|
1077
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
|
1078
|
-
msgid "Smart class parameters"
|
1079
|
-
msgstr ""
|
1080
|
-
|
1081
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
|
1082
|
-
msgid "Couldn't find any ENC data for this host"
|
1083
|
-
msgstr ""
|
1084
|
-
|
1085
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
|
1086
|
-
msgid "Error!"
|
1087
|
-
msgstr ""
|
1088
|
-
|
1089
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
|
1090
|
-
msgid "Puppet details"
|
1091
|
-
msgstr ""
|
1092
|
-
|
1093
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
|
1094
|
-
msgid "Puppet environment"
|
1095
|
-
msgstr ""
|
1096
|
-
|
1097
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
|
1098
|
-
msgid "Puppet Smart Proxy"
|
1099
|
-
msgstr ""
|
1100
|
-
|
1101
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
|
1102
|
-
msgid "Puppet CA Smart Proxy"
|
1103
|
-
msgstr ""
|
1104
|
-
|
1105
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
|
1106
|
-
msgid "Reports"
|
1107
|
-
msgstr "Výkazy"
|
1108
|
-
|
1109
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
|
1110
|
-
msgid "ENC Preview"
|
1111
|
-
msgstr ""
|
1112
|
-
|
1113
1178
|
#: ../webpack/src/foreman_class_edit.js:146
|
1114
1179
|
msgid "Click to remove config group"
|
1115
1180
|
msgstr "Kliknutím skupinu nastavení odeberete"
|
@@ -1122,38 +1187,22 @@ msgstr "Odebrat"
|
|
1122
1187
|
msgid "Loading parameters..."
|
1123
1188
|
msgstr "Načítání parametrů…"
|
1124
1189
|
|
1125
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1126
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1127
|
-
msgstr ""
|
1128
|
-
|
1129
1190
|
#: action_names.rb:2
|
1130
|
-
msgid "
|
1131
|
-
msgstr "Akce
|
1191
|
+
msgid "Action with sub plans"
|
1192
|
+
msgstr "Akce s dílčími plány"
|
1132
1193
|
|
1133
1194
|
#: action_names.rb:3
|
1134
|
-
msgid "
|
1135
|
-
msgstr ""
|
1195
|
+
msgid "Import facts"
|
1196
|
+
msgstr "Importovat fakta"
|
1136
1197
|
|
1137
1198
|
#: action_names.rb:4
|
1138
|
-
msgid "
|
1139
|
-
msgstr ""
|
1199
|
+
msgid "Import Puppet classes"
|
1200
|
+
msgstr "Importovat Puppet třídy"
|
1140
1201
|
|
1141
1202
|
#: action_names.rb:5
|
1142
|
-
msgid "
|
1143
|
-
msgstr ""
|
1203
|
+
msgid "Remote action:"
|
1204
|
+
msgstr "Akce na protějšku:"
|
1144
1205
|
|
1145
1206
|
#: gemspec.rb:2
|
1146
1207
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
1147
1208
|
msgstr ""
|
1148
|
-
|
1149
|
-
#~ msgid "Action with sub plans"
|
1150
|
-
#~ msgstr "Akce s dílčími plány"
|
1151
|
-
|
1152
|
-
#~ msgid "Environment name"
|
1153
|
-
#~ msgstr "Název prostředí"
|
1154
|
-
|
1155
|
-
#~ msgid "Import Puppet classes"
|
1156
|
-
#~ msgstr "Importovat Puppet třídy"
|
1157
|
-
|
1158
|
-
#~ msgid "Import facts"
|
1159
|
-
#~ msgstr "Importovat fakta"
|