foreman_puppet 3.0.5 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
- data/lib/foreman_puppet/register.rb +4 -4
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +237 -111
- data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
- data/locale/de/foreman_puppet.edit.po +326 -148
- data/locale/en/foreman_puppet.edit.po +80 -172
- data/locale/en_GB/foreman_puppet.edit.po +200 -100
- data/locale/es/foreman_puppet.edit.po +304 -133
- data/locale/fr/foreman_puppet.edit.po +313 -135
- data/locale/gl/foreman_puppet.edit.po +210 -102
- data/locale/it/foreman_puppet.edit.po +250 -116
- data/locale/ja/foreman_puppet.edit.po +223 -107
- data/locale/ko/foreman_puppet.edit.po +202 -101
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +243 -115
- data/locale/pl/foreman_puppet.edit.po +260 -121
- data/locale/pt_BR/foreman_puppet.edit.po +317 -139
- data/locale/ru/foreman_puppet.edit.po +258 -122
- data/locale/sv_SE/foreman_puppet.edit.po +209 -103
- data/locale/zh_CN/foreman_puppet.edit.po +209 -105
- data/locale/zh_TW/foreman_puppet.edit.po +202 -103
- data/package.json +7 -7
- data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
- data/test/models/foreman_puppet/host_test.rb +6 -0
- data/webpack/global_index.js +11 -0
- data/webpack/index.js +0 -7
- data/webpack/legacy.js +31 -0
- data/webpack/src/Extends/Fills/index.js +26 -0
- data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
- data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
- data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
- data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
- metadata +67 -55
- data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
- data/webpack/fills_index.js +0 -30
@@ -2,23 +2,23 @@
|
|
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
7
|
# EmielK <emiel@kremers.us>, 2021
|
8
8
|
# Wouter Wijsman <wwijsman@live.nl>, 2021
|
9
9
|
# Maxim Burgerhout <maxim@wzzrd.com>, 2021
|
10
10
|
# dschutterop <daniel@schutterop.nl>, 2021
|
11
11
|
# Mark Olie <mark.transifex@oliekoets.nl>, 2021
|
12
|
-
#
|
12
|
+
#
|
13
|
+
#, fuzzy
|
13
14
|
msgid ""
|
14
15
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_puppet
|
16
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
16
17
|
"Report-Msgid-Bugs-To: \n"
|
17
|
-
"POT-Creation-Date:
|
18
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
18
19
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
19
20
|
"Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2021\n"
|
20
|
-
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/foreman/teams/
|
21
|
-
"4/nl_NL/)\n"
|
21
|
+
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/foreman/teams/114/nl_NL/)\n"
|
22
22
|
"MIME-Version: 1.0\n"
|
23
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
24
24
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -26,24 +26,42 @@ msgstr ""
|
|
26
26
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
27
27
|
|
28
28
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
29
|
-
msgid "
|
30
|
-
|
29
|
+
msgid ""
|
30
|
+
"Ignored environment names resulting in booleans found. Please quote strings "
|
31
|
+
"like true/false and yes/no in config/ignored_environments.yml"
|
32
|
+
msgstr ""
|
33
|
+
"Genegeerde omgevings namen gevonden in de boolean resultaten. Gebruikquoted "
|
34
|
+
"strings zoals true/false en yes/no in config/ignored_environments.yml"
|
31
35
|
|
32
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
36
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
37
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
33
38
|
msgid "No changes to your environments detected"
|
34
39
|
msgstr "Geen wijzigingen in je omgevingen gedetecteerd"
|
35
40
|
|
36
41
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
37
|
-
msgid "
|
38
|
-
|
42
|
+
msgid ""
|
43
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet"
|
44
|
+
" installation"
|
45
|
+
msgstr ""
|
46
|
+
"Het is gelukt om de omgevingen te wijzigen vanuit de Puppet classes on-disk "
|
47
|
+
"Puppet installatie"
|
39
48
|
|
40
49
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
41
|
-
msgid "
|
42
|
-
|
50
|
+
msgid ""
|
51
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet "
|
52
|
+
"installation: %s"
|
53
|
+
msgstr ""
|
54
|
+
"Het is niet gelukt om de omgevingen te wijzigigen vanuit de Puppet classes "
|
55
|
+
"on-disk Puppet installatie: %s"
|
43
56
|
|
44
57
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
45
|
-
msgid "
|
46
|
-
|
58
|
+
msgid ""
|
59
|
+
"No smart proxy was found to import environments from, ensure that at least "
|
60
|
+
"one smart proxy is registered with the 'puppet' feature"
|
61
|
+
msgstr ""
|
62
|
+
"Er waren geen smart proxies gevonden waarvandaan omgevingen geimporteerd "
|
63
|
+
"konden worden, check dat tenminste een smart proxy is geregistreerd met de "
|
64
|
+
"'puppet' feature"
|
47
65
|
|
48
66
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
49
67
|
msgid "Ignored environments: %s"
|
@@ -73,41 +91,56 @@ msgstr ""
|
|
73
91
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
74
92
|
msgstr ""
|
75
93
|
|
76
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
94
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
95
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
77
96
|
msgid "ID of associated puppet Environment"
|
78
97
|
msgstr ""
|
79
98
|
|
80
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
99
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
100
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
81
101
|
msgid "IDs of associated Puppetclasses"
|
82
102
|
msgstr ""
|
83
103
|
|
84
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
104
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
105
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
85
106
|
msgid "IDs of associated ConfigGroups"
|
86
107
|
msgstr ""
|
87
108
|
|
88
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
109
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
89
110
|
msgid "Import puppet classes from puppet proxy"
|
90
111
|
msgstr ""
|
91
112
|
|
92
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
113
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
|
114
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
93
115
|
msgid "Import puppet classes from puppet proxy for an environment"
|
94
116
|
msgstr "Importeer puppet classes van de puppet proxy voor een omgeving"
|
95
117
|
|
96
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
97
|
-
msgid "
|
118
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
|
119
|
+
msgid ""
|
120
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or "
|
121
|
+
"'obsolete'that is used to limit the imported Puppet classes"
|
98
122
|
msgstr ""
|
99
123
|
|
100
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
101
|
-
msgid "
|
102
|
-
|
124
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
|
125
|
+
msgid ""
|
126
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
127
|
+
" installation: %s"
|
128
|
+
msgstr ""
|
129
|
+
"Wijzigen van de omgevingen is niet gelukt van de on-disk puppet installatie:"
|
130
|
+
" %s"
|
103
131
|
|
104
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
132
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
105
133
|
msgid "The requested environment cannot be found."
|
106
134
|
msgstr ""
|
107
135
|
|
108
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
109
|
-
|
110
|
-
|
136
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
|
137
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
|
138
|
+
msgid ""
|
139
|
+
"No proxy found to import classes from, ensure that the smart proxy has the "
|
140
|
+
"Puppet feature enabled."
|
141
|
+
msgstr ""
|
142
|
+
"Geen proxy gevonden om classes van te importeren, check dat de smart proxy "
|
143
|
+
"de Puppet feature geinstalleerd heeft staan."
|
111
144
|
|
112
145
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
113
146
|
msgid "List template combination"
|
@@ -133,7 +166,9 @@ msgstr ""
|
|
133
166
|
msgid "environment id"
|
134
167
|
msgstr "Omgevings ID"
|
135
168
|
|
136
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
169
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
170
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
171
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
137
172
|
msgid "ID of environment"
|
138
173
|
msgstr "ID van de omgeving"
|
139
174
|
|
@@ -157,7 +192,8 @@ msgstr ""
|
|
157
192
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
158
193
|
msgstr ""
|
159
194
|
|
160
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
195
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
196
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
161
197
|
msgid "No environment selected!"
|
162
198
|
msgstr "Geen omgeving geselecteerd!"
|
163
199
|
|
@@ -183,21 +219,29 @@ msgstr "Niet gelukt om %{proxy_type} te zetten op proxy voor %{host}."
|
|
183
219
|
|
184
220
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
185
221
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
186
|
-
msgstr "
|
222
|
+
msgstr ""
|
223
|
+
"De %{proxy_type} proxy van de geselecteerde hosts werd gezet op "
|
224
|
+
"%{proxy_name}"
|
187
225
|
|
188
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
226
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
227
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
189
228
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
190
229
|
msgstr "De %{proxy_type} proxy van de geselecteerde hosts zijn verwijderd."
|
191
230
|
|
192
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
231
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
232
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
193
233
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
194
|
-
msgid_plural "
|
234
|
+
msgid_plural ""
|
235
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
195
236
|
msgstr[0] ""
|
196
237
|
msgstr[1] ""
|
197
238
|
|
198
239
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
199
|
-
msgid "
|
200
|
-
|
240
|
+
msgid ""
|
241
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
242
|
+
msgstr ""
|
243
|
+
"De %{proxy_type} proxy van de geselecteerde hosts werd gezet op "
|
244
|
+
"%{proxy_name}."
|
201
245
|
|
202
246
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
203
247
|
msgid "Puppet"
|
@@ -243,7 +287,12 @@ msgstr "Bekijk omgevingen per locatie"
|
|
243
287
|
msgid "List environments per organization"
|
244
288
|
msgstr "Bekijk omgevingen per organisatie"
|
245
289
|
|
246
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
290
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
291
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
292
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
293
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
294
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
295
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
247
296
|
msgid "ID of Puppet class"
|
248
297
|
msgstr "ID van de Puppet class"
|
249
298
|
|
@@ -271,7 +320,10 @@ msgstr "Som alle puppet class IDs voor de host op"
|
|
271
320
|
msgid "Add a Puppet class to host"
|
272
321
|
msgstr "Een Puppet class toevoegen aan de host"
|
273
322
|
|
274
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
323
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
324
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
325
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
326
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
275
327
|
msgid "ID of host"
|
276
328
|
msgstr "ID van de host"
|
277
329
|
|
@@ -287,7 +339,10 @@ msgstr "Som alle Puppet class IDs voor de host groep op"
|
|
287
339
|
msgid "Add a Puppet class to host group"
|
288
340
|
msgstr "Een Puppet class aan een host groep toevoegen"
|
289
341
|
|
290
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
342
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
343
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
344
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
345
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
291
346
|
msgid "ID of host group"
|
292
347
|
msgstr "ID van de host groep"
|
293
348
|
|
@@ -297,9 +352,13 @@ msgstr "Verwijder een Puppet class van een host groep"
|
|
297
352
|
|
298
353
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
|
299
354
|
msgid "List of override values for a specific smart class parameter"
|
300
|
-
msgstr "
|
355
|
+
msgstr ""
|
356
|
+
"Som alle override waarden op voor een specifieke smart class parameter"
|
301
357
|
|
302
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
358
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
359
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
360
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
361
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
303
362
|
msgid "Display hidden values"
|
304
363
|
msgstr "Bekijk verstopte waarden"
|
305
364
|
|
@@ -329,7 +388,8 @@ msgstr "Wijzig een override waarde voor een specifieke smart class parameter"
|
|
329
388
|
|
330
389
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
|
331
390
|
msgid "Delete an override value for a specific smart class parameter"
|
332
|
-
msgstr "
|
391
|
+
msgstr ""
|
392
|
+
"Verwijder een override waarde voor een specifieke smart class parameter"
|
333
393
|
|
334
394
|
#: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
|
335
395
|
msgid "%{model} with id '%{id}' was not found"
|
@@ -400,8 +460,12 @@ msgid "List of smart class parameters for a specific environment"
|
|
400
460
|
msgstr "Som alle smart class parameters op voor een specifieke omgeving"
|
401
461
|
|
402
462
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
403
|
-
msgid "
|
404
|
-
|
463
|
+
msgid ""
|
464
|
+
"List of smart class parameters for a specific environment/Puppet class "
|
465
|
+
"combination"
|
466
|
+
msgstr ""
|
467
|
+
"Som alle smart class parameters op voor een specifieke omgeving/Puppet class"
|
468
|
+
" combinatie"
|
405
469
|
|
406
470
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
407
471
|
msgid "Show a smart class parameter"
|
@@ -428,10 +492,13 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
428
492
|
msgstr "Als aangezet dan wordt de parameter wordt hidden in de UI"
|
429
493
|
|
430
494
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
431
|
-
msgid "
|
495
|
+
msgid ""
|
496
|
+
"Foreman will not send this parameter in classification output.Puppet will "
|
497
|
+
"use the value defined in the Puppet manifest for this parameter"
|
432
498
|
msgstr ""
|
433
499
|
|
434
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
500
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
501
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
435
502
|
msgid "The order in which values are resolved"
|
436
503
|
msgstr "De volgorde waarin waarden worden opgezocht"
|
437
504
|
|
@@ -448,8 +515,12 @@ msgid "Types of variable values"
|
|
448
515
|
msgstr "Types van variabelen"
|
449
516
|
|
450
517
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
451
|
-
msgid "
|
452
|
-
|
518
|
+
msgid ""
|
519
|
+
"If true, will raise an error if there is no default value and no matcher "
|
520
|
+
"provide a value"
|
521
|
+
msgstr ""
|
522
|
+
"Als gezet, wordt er een fout gegenereerd als er geen standaardwaarde is en "
|
523
|
+
"geen matcher een waarde aanbiedt"
|
453
524
|
|
454
525
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
455
526
|
msgid "Merge all matching values (only array/hash type)"
|
@@ -457,7 +528,8 @@ msgstr "Voeg alle matching values samen (alleen array/hash types)"
|
|
457
528
|
|
458
529
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
|
459
530
|
msgid "Include default value when merging all matching values"
|
460
|
-
msgstr "
|
531
|
+
msgstr ""
|
532
|
+
"Voeg een default value toe wanneer alle matching waarden worden samengevoegd"
|
461
533
|
|
462
534
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
463
535
|
msgid "Remove duplicate values (only array type)"
|
@@ -468,14 +540,19 @@ msgid "Successfully overridden all parameters of Puppet class %s"
|
|
468
540
|
msgstr "Alle parameters van puppet class %s zijn succesvol overridden."
|
469
541
|
|
470
542
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
471
|
-
msgid "
|
472
|
-
|
543
|
+
msgid ""
|
544
|
+
"Successfully reset all parameters of Puppet class %s to their default values"
|
545
|
+
msgstr ""
|
546
|
+
"Alle parameters van puppet class %s zijn succesvol terug naar hun standaard "
|
547
|
+
"waarden gezet"
|
473
548
|
|
474
549
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
475
550
|
msgid "No parameters to override for Puppet class %s"
|
476
551
|
msgstr "Geen parameters te overriden voor Puppet class %s"
|
477
552
|
|
478
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
553
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
554
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
555
|
+
#: ../webpack/src/Components/Environments/Welcome.js:9
|
479
556
|
msgid "Create Puppet Environment"
|
480
557
|
msgstr "Maak Puppet Environment"
|
481
558
|
|
@@ -532,7 +609,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
532
609
|
msgstr ""
|
533
610
|
|
534
611
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
535
|
-
msgid "
|
612
|
+
msgid ""
|
613
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
614
|
+
" will be empty.</i><br/>"
|
536
615
|
msgstr ""
|
537
616
|
|
538
617
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
@@ -569,7 +648,8 @@ msgid_plural "%{name} has %{num_tag} classes"
|
|
569
648
|
msgstr[0] ""
|
570
649
|
msgstr[1] ""
|
571
650
|
|
572
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
651
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
652
|
+
#: ../webpack/src/foreman_class_edit.js:55
|
573
653
|
msgid "Click to remove %s"
|
574
654
|
msgstr "Klik om %s te verwijderen"
|
575
655
|
|
@@ -577,7 +657,8 @@ msgstr "Klik om %s te verwijderen"
|
|
577
657
|
msgid "Click to add %s"
|
578
658
|
msgstr "Klik om %s toe te voegen"
|
579
659
|
|
580
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
660
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
661
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
581
662
|
msgid "None"
|
582
663
|
msgstr ""
|
583
664
|
|
@@ -612,8 +693,12 @@ msgid "Operating system default"
|
|
612
693
|
msgstr ""
|
613
694
|
|
614
695
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
615
|
-
msgid "
|
616
|
-
|
696
|
+
msgid ""
|
697
|
+
"The final entry, Operating System default, can be set by editing the %s "
|
698
|
+
"page."
|
699
|
+
msgstr ""
|
700
|
+
"De laatste inschrijving. Besturingssysteem standaard. kan worden gezet door "
|
701
|
+
"de %s pagina te bewerken."
|
617
702
|
|
618
703
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
619
704
|
msgid "Operating System"
|
@@ -628,11 +713,15 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
|
|
628
713
|
msgstr ""
|
629
714
|
|
630
715
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
631
|
-
msgid "
|
716
|
+
msgid ""
|
717
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
718
|
+
"ignoring"
|
632
719
|
msgstr ""
|
633
720
|
|
634
721
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
635
|
-
msgid "
|
722
|
+
msgid ""
|
723
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
724
|
+
" and/or location"
|
636
725
|
msgstr ""
|
637
726
|
|
638
727
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
@@ -687,7 +776,11 @@ msgstr "Vink overtollige aan/uit"
|
|
687
776
|
msgid "Check/Uncheck all"
|
688
777
|
msgstr "Vink alles aan/uit"
|
689
778
|
|
690
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
779
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
780
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
781
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
782
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
783
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
691
784
|
msgid "Environment"
|
692
785
|
msgstr ""
|
693
786
|
|
@@ -727,19 +820,20 @@ msgstr "Annuleren"
|
|
727
820
|
msgid "Update"
|
728
821
|
msgstr ""
|
729
822
|
|
730
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
823
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
731
824
|
msgid "included already from parent"
|
732
825
|
msgstr ""
|
733
826
|
|
734
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
827
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
828
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
735
829
|
msgid "Remove"
|
736
830
|
msgstr ""
|
737
831
|
|
738
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
832
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
739
833
|
msgid "Add"
|
740
834
|
msgstr ""
|
741
835
|
|
742
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
836
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
743
837
|
msgid "%s is not in environment"
|
744
838
|
msgstr "%s is niet in omgeving"
|
745
839
|
|
@@ -751,40 +845,57 @@ msgstr ""
|
|
751
845
|
msgid "Available Config Groups"
|
752
846
|
msgstr "Beschikbare Config Groepen"
|
753
847
|
|
754
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
848
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
849
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
850
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
755
851
|
msgid "Edit %s"
|
756
852
|
msgstr "Bewerken %s"
|
757
853
|
|
758
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
854
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
855
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
856
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
857
|
+
#: ../lib/foreman_puppet/register.rb:171
|
759
858
|
msgid "Config Groups"
|
760
859
|
msgstr ""
|
761
860
|
|
762
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
861
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
862
|
+
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
863
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
763
864
|
msgid "Create Config Group"
|
764
865
|
msgstr ""
|
765
866
|
|
766
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
867
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
868
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
767
869
|
msgid "Puppet Classes"
|
768
870
|
msgstr ""
|
769
871
|
|
770
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
872
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
873
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
874
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
771
875
|
msgid "Hosts"
|
772
876
|
msgstr ""
|
773
877
|
|
774
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
878
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
879
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
775
880
|
msgid "Host Groups"
|
776
881
|
msgstr ""
|
777
882
|
|
778
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
883
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
884
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
885
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
779
886
|
msgid "Actions"
|
780
887
|
msgstr "Acties"
|
781
888
|
|
782
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
889
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
890
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
783
891
|
msgid "Delete %s?"
|
784
892
|
msgstr "%s verwijderen?"
|
785
893
|
|
786
894
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
787
|
-
msgid "
|
895
|
+
msgid ""
|
896
|
+
"A config group provides a one-step method of associating many Puppet classes"
|
897
|
+
" to either a host or host group. Typically this would be used to add a "
|
898
|
+
"particular application profile or stack in one step."
|
788
899
|
msgstr ""
|
789
900
|
|
790
901
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
@@ -795,7 +906,9 @@ msgstr ""
|
|
795
906
|
msgid "Organizations"
|
796
907
|
msgstr ""
|
797
908
|
|
798
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
909
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
910
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
911
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
799
912
|
msgid "Puppet Environments"
|
800
913
|
msgstr ""
|
801
914
|
|
@@ -803,7 +916,8 @@ msgstr ""
|
|
803
916
|
msgid "Environment|Name"
|
804
917
|
msgstr ""
|
805
918
|
|
806
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
919
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
920
|
+
#: ../lib/foreman_puppet/register.rb:168
|
807
921
|
msgid "Classes"
|
808
922
|
msgstr "Classes"
|
809
923
|
|
@@ -811,7 +925,8 @@ msgstr "Classes"
|
|
811
925
|
msgid "Create Environment"
|
812
926
|
msgstr ""
|
813
927
|
|
814
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
928
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
929
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
815
930
|
msgid "Puppet environments"
|
816
931
|
msgstr ""
|
817
932
|
|
@@ -828,10 +943,15 @@ msgid "No environments found"
|
|
828
943
|
msgstr ""
|
829
944
|
|
830
945
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
831
|
-
msgid "
|
946
|
+
msgid ""
|
947
|
+
"There are no puppet environments set up on this puppet master. Please check "
|
948
|
+
"the puppet master configuration."
|
832
949
|
msgstr ""
|
833
950
|
|
834
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
951
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
952
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
953
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
954
|
+
#: ../lib/foreman_puppet/register.rb:174
|
835
955
|
msgid "Smart Class Parameters"
|
836
956
|
msgstr ""
|
837
957
|
|
@@ -839,7 +959,9 @@ msgstr ""
|
|
839
959
|
msgid "Parameter"
|
840
960
|
msgstr ""
|
841
961
|
|
842
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
962
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
963
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
964
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
843
965
|
msgid "Puppet Class"
|
844
966
|
msgstr ""
|
845
967
|
|
@@ -848,14 +970,18 @@ msgid "Number of Overrides"
|
|
848
970
|
msgstr ""
|
849
971
|
|
850
972
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
851
|
-
msgid "
|
973
|
+
msgid ""
|
974
|
+
"Parameterized class support permits detecting, importing, and supplying "
|
975
|
+
"parameters directly to classes which support it, via the ENC and depending "
|
976
|
+
"on a set of rules (Smart Matchers)."
|
852
977
|
msgstr ""
|
853
978
|
|
854
979
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
855
980
|
msgid "Included Classes"
|
856
981
|
msgstr ""
|
857
982
|
|
858
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
983
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
984
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
859
985
|
msgid "Not authorized to edit classes"
|
860
986
|
msgstr "Niet geautoriseerd om classes te bewerken"
|
861
987
|
|
@@ -871,7 +997,8 @@ msgstr "Beschikbare Classes"
|
|
871
997
|
msgid "Filter classes"
|
872
998
|
msgstr ""
|
873
999
|
|
874
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1000
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1001
|
+
#: ../webpack/src/foreman_class_edit.js:84
|
875
1002
|
msgid "belongs to config group"
|
876
1003
|
msgstr "hoort bij config group"
|
877
1004
|
|
@@ -888,7 +1015,9 @@ msgid "Omit"
|
|
888
1015
|
msgstr ""
|
889
1016
|
|
890
1017
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
891
|
-
msgid "
|
1018
|
+
msgid ""
|
1019
|
+
"The class could not be saved because of an error in one of the class "
|
1020
|
+
"parameters."
|
892
1021
|
msgstr ""
|
893
1022
|
|
894
1023
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
@@ -904,7 +1033,9 @@ msgid "This Puppet class has no parameters in its signature."
|
|
904
1033
|
msgstr ""
|
905
1034
|
|
906
1035
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
907
|
-
msgid "
|
1036
|
+
msgid ""
|
1037
|
+
"To update the class signature, go to the Puppet Classes page and select "
|
1038
|
+
"\"Import\"."
|
908
1039
|
msgstr ""
|
909
1040
|
|
910
1041
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
@@ -927,7 +1058,10 @@ msgstr "Bewerk Puppet Class %s"
|
|
927
1058
|
msgid "Puppetclass|Name"
|
928
1059
|
msgstr ""
|
929
1060
|
|
930
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1061
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1062
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1063
|
+
#: ../lib/foreman_puppet/register.rb:165
|
1064
|
+
#: ../webpack/src/Components/Environments/Welcome.js:21
|
931
1065
|
msgid "Environments"
|
932
1066
|
msgstr ""
|
933
1067
|
|
@@ -948,21 +1082,23 @@ msgid "Set parameters to defaults"
|
|
948
1082
|
msgstr ""
|
949
1083
|
|
950
1084
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
951
|
-
msgid "
|
1085
|
+
msgid ""
|
1086
|
+
"This will reset parameters of the class %s to their default values. "
|
1087
|
+
"Continue?"
|
952
1088
|
msgstr ""
|
953
1089
|
|
954
1090
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
955
|
-
msgid "Puppet Class Parameters"
|
956
|
-
msgstr ""
|
957
|
-
|
958
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
959
1091
|
msgid "Notice"
|
960
1092
|
msgstr ""
|
961
1093
|
|
962
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1094
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
963
1095
|
msgid "Please select an environment first"
|
964
1096
|
msgstr ""
|
965
1097
|
|
1098
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1099
|
+
msgid "Puppet Class Parameters"
|
1100
|
+
msgstr ""
|
1101
|
+
|
966
1102
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
967
1103
|
msgid "Select environment"
|
968
1104
|
msgstr ""
|
@@ -991,28 +1127,21 @@ msgstr ""
|
|
991
1127
|
msgid "Add Combination"
|
992
1128
|
msgstr ""
|
993
1129
|
|
994
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
1130
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
995
1131
|
msgid "General"
|
996
1132
|
msgstr ""
|
997
1133
|
|
998
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
1134
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
999
1135
|
msgid "Hosts managed:"
|
1000
1136
|
msgstr ""
|
1001
1137
|
|
1002
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
1003
|
-
msgid "Certificates"
|
1004
|
-
msgstr ""
|
1005
|
-
|
1006
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
1007
|
-
msgid "Autosign entries"
|
1008
|
-
msgstr ""
|
1009
|
-
|
1010
1138
|
#: ../lib/foreman_puppet/register.rb:7
|
1011
1139
|
msgid "Facts"
|
1012
1140
|
msgstr ""
|
1013
1141
|
|
1014
1142
|
#: ../lib/foreman_puppet/register.rb:10
|
1015
|
-
msgid "
|
1143
|
+
msgid ""
|
1144
|
+
"Foreman will default to this puppet environment if it cannot auto detect one"
|
1016
1145
|
msgstr ""
|
1017
1146
|
|
1018
1147
|
#: ../lib/foreman_puppet/register.rb:12
|
@@ -1020,7 +1149,10 @@ msgid "Default Puppet environment"
|
|
1020
1149
|
msgstr ""
|
1021
1150
|
|
1022
1151
|
#: ../lib/foreman_puppet/register.rb:16
|
1023
|
-
msgid "
|
1152
|
+
msgid ""
|
1153
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. "
|
1154
|
+
"This will avoid conflicts between the environment in puppet.conf and the "
|
1155
|
+
"environment set in Foreman"
|
1024
1156
|
msgstr ""
|
1025
1157
|
|
1026
1158
|
#: ../lib/foreman_puppet/register.rb:19
|
@@ -1040,7 +1172,9 @@ msgid "Config Management"
|
|
1040
1172
|
msgstr ""
|
1041
1173
|
|
1042
1174
|
#: ../lib/foreman_puppet/register.rb:30
|
1043
|
-
msgid "
|
1175
|
+
msgid ""
|
1176
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
1177
|
+
" sync."
|
1044
1178
|
msgstr ""
|
1045
1179
|
|
1046
1180
|
#: ../lib/foreman_puppet/register.rb:32
|
@@ -1048,21 +1182,19 @@ msgid "Puppet interval"
|
|
1048
1182
|
msgstr ""
|
1049
1183
|
|
1050
1184
|
#: ../lib/foreman_puppet/register.rb:35
|
1051
|
-
msgid "
|
1185
|
+
msgid ""
|
1186
|
+
"Disable host configuration status turning to out of sync for %s after report"
|
1187
|
+
" does not arrive within configured interval"
|
1052
1188
|
msgstr ""
|
1053
1189
|
|
1054
1190
|
#: ../lib/foreman_puppet/register.rb:37
|
1055
1191
|
msgid "%s out of sync disabled"
|
1056
1192
|
msgstr ""
|
1057
1193
|
|
1058
|
-
#: ../lib/foreman_puppet/register.rb:
|
1194
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1059
1195
|
msgid "Puppet ENC"
|
1060
1196
|
msgstr ""
|
1061
1197
|
|
1062
|
-
#: ../webpack/src/Components/Environments/Welcome.js:13
|
1063
|
-
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>"
|
1064
|
-
msgstr ""
|
1065
|
-
|
1066
1198
|
#: ../webpack/src/foreman_class_edit.js:146
|
1067
1199
|
msgid "Click to remove config group"
|
1068
1200
|
msgstr "Klik om config groep te verwijderen"
|
@@ -1075,10 +1207,6 @@ msgstr "Verwijder"
|
|
1075
1207
|
msgid "Loading parameters..."
|
1076
1208
|
msgstr "Laad parameters..."
|
1077
1209
|
|
1078
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1079
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1080
|
-
msgstr ""
|
1081
|
-
|
1082
1210
|
#: action_names.rb:2
|
1083
1211
|
msgid "Action with sub plans"
|
1084
1212
|
msgstr ""
|