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,15 +2,16 @@
|
|
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
|
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021
|
8
|
-
#
|
8
|
+
#
|
9
|
+
#, fuzzy
|
9
10
|
msgid ""
|
10
11
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_puppet
|
12
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
12
13
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date:
|
14
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
14
15
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
15
16
|
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021\n"
|
16
17
|
"Language-Team: Catalan (https://www.transifex.com/foreman/teams/114/ca/)\n"
|
@@ -21,23 +22,32 @@ msgstr ""
|
|
21
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
23
|
|
23
24
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
24
|
-
msgid "
|
25
|
+
msgid ""
|
26
|
+
"Ignored environment names resulting in booleans found. Please quote strings "
|
27
|
+
"like true/false and yes/no in config/ignored_environments.yml"
|
25
28
|
msgstr ""
|
26
29
|
|
27
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
30
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
31
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
28
32
|
msgid "No changes to your environments detected"
|
29
33
|
msgstr ""
|
30
34
|
|
31
35
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
32
|
-
msgid "
|
36
|
+
msgid ""
|
37
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet"
|
38
|
+
" installation"
|
33
39
|
msgstr ""
|
34
40
|
|
35
41
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
36
|
-
msgid "
|
42
|
+
msgid ""
|
43
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet "
|
44
|
+
"installation: %s"
|
37
45
|
msgstr ""
|
38
46
|
|
39
47
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
40
|
-
msgid "
|
48
|
+
msgid ""
|
49
|
+
"No smart proxy was found to import environments from, ensure that at least "
|
50
|
+
"one smart proxy is registered with the 'puppet' feature"
|
41
51
|
msgstr ""
|
42
52
|
|
43
53
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
@@ -68,40 +78,51 @@ msgstr ""
|
|
68
78
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
69
79
|
msgstr ""
|
70
80
|
|
71
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
81
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
82
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
72
83
|
msgid "ID of associated puppet Environment"
|
73
84
|
msgstr ""
|
74
85
|
|
75
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
86
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
87
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
76
88
|
msgid "IDs of associated Puppetclasses"
|
77
89
|
msgstr ""
|
78
90
|
|
79
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
91
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
92
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
80
93
|
msgid "IDs of associated ConfigGroups"
|
81
94
|
msgstr ""
|
82
95
|
|
83
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
96
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
84
97
|
msgid "Import puppet classes from puppet proxy"
|
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:15
|
101
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
88
102
|
msgid "Import puppet classes from puppet proxy for an environment"
|
89
103
|
msgstr ""
|
90
104
|
|
91
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
92
|
-
msgid "
|
105
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
|
106
|
+
msgid ""
|
107
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or "
|
108
|
+
"'obsolete'that is used to limit the imported Puppet classes"
|
93
109
|
msgstr ""
|
94
110
|
|
95
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
96
|
-
msgid "
|
111
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
|
112
|
+
msgid ""
|
113
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
114
|
+
" installation: %s"
|
97
115
|
msgstr ""
|
98
116
|
|
99
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
117
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
100
118
|
msgid "The requested environment cannot be found."
|
101
119
|
msgstr ""
|
102
120
|
|
103
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
104
|
-
|
121
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
|
122
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
|
123
|
+
msgid ""
|
124
|
+
"No proxy found to import classes from, ensure that the smart proxy has the "
|
125
|
+
"Puppet feature enabled."
|
105
126
|
msgstr ""
|
106
127
|
|
107
128
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
@@ -128,7 +149,9 @@ msgstr ""
|
|
128
149
|
msgid "environment id"
|
129
150
|
msgstr "id d'entorn"
|
130
151
|
|
131
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
152
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
153
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
154
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
132
155
|
msgid "ID of environment"
|
133
156
|
msgstr "ID d'entorn"
|
134
157
|
|
@@ -152,7 +175,8 @@ msgstr ""
|
|
152
175
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
153
176
|
msgstr ""
|
154
177
|
|
155
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
178
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
179
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
156
180
|
msgid "No environment selected!"
|
157
181
|
msgstr "No hi ha cap entorn seleccionat!"
|
158
182
|
|
@@ -174,24 +198,29 @@ msgstr "El servidor intermediari seleccionat no és vàlid!"
|
|
174
198
|
|
175
199
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
|
176
200
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
177
|
-
msgstr "
|
201
|
+
msgstr ""
|
202
|
+
"No s'ha pogut establir el servidor intermediari %{proxy_type} per a %{host}."
|
178
203
|
|
179
204
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
180
205
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
181
206
|
msgstr ""
|
182
207
|
|
183
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
208
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
209
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
184
210
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
185
211
|
msgstr ""
|
186
212
|
|
187
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
213
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
214
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
188
215
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
189
|
-
msgid_plural "
|
216
|
+
msgid_plural ""
|
217
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
190
218
|
msgstr[0] ""
|
191
219
|
msgstr[1] ""
|
192
220
|
|
193
221
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
194
|
-
msgid "
|
222
|
+
msgid ""
|
223
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
195
224
|
msgstr ""
|
196
225
|
|
197
226
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
@@ -238,7 +267,12 @@ msgstr "Llista tots els entorns per ubicació"
|
|
238
267
|
msgid "List environments per organization"
|
239
268
|
msgstr "Llista tots els entorns per organització"
|
240
269
|
|
241
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
270
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
271
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
272
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
273
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
274
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
275
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
242
276
|
msgid "ID of Puppet class"
|
243
277
|
msgstr "ID de classe de Puppet"
|
244
278
|
|
@@ -266,7 +300,10 @@ msgstr "Llista tots els ID de les classes de Puppet per a l'amfitrió"
|
|
266
300
|
msgid "Add a Puppet class to host"
|
267
301
|
msgstr "Afegeix una classe de Puppet a un amfitrió"
|
268
302
|
|
269
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
303
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
304
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
305
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
306
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
270
307
|
msgid "ID of host"
|
271
308
|
msgstr "ID d'amfitrió"
|
272
309
|
|
@@ -282,7 +319,10 @@ msgstr "Llista tots els ID de les classes de Puppet per al grup d'amfitrions"
|
|
282
319
|
msgid "Add a Puppet class to host group"
|
283
320
|
msgstr "Afegeix una classe de Puppet a un grup d'amfitrions"
|
284
321
|
|
285
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
322
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
323
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
324
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
325
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
286
326
|
msgid "ID of host group"
|
287
327
|
msgstr "ID de grup d'amfitrions"
|
288
328
|
|
@@ -294,7 +334,10 @@ msgstr "Suprimeix una classe de Puppet d'un grup d'amfitrions"
|
|
294
334
|
msgid "List of override values for a specific smart class parameter"
|
295
335
|
msgstr ""
|
296
336
|
|
297
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
337
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
338
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
339
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
340
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
298
341
|
msgid "Display hidden values"
|
299
342
|
msgstr "Mostra els valors ocults"
|
300
343
|
|
@@ -380,23 +423,35 @@ msgstr "Llista tots els paràmetres de la classe intel·ligent"
|
|
380
423
|
|
381
424
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
|
382
425
|
msgid "List of smart class parameters for a specific host"
|
383
|
-
msgstr "
|
426
|
+
msgstr ""
|
427
|
+
"Llista tots els paràmetres de la classe intel·ligent per a un amfitrió "
|
428
|
+
"específic"
|
384
429
|
|
385
430
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
|
386
431
|
msgid "List of smart class parameters for a specific host group"
|
387
|
-
msgstr "
|
432
|
+
msgstr ""
|
433
|
+
"Llista tots els paràmetres de la classe intel·ligent per a un grup "
|
434
|
+
"d'amfitrions específic"
|
388
435
|
|
389
436
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
|
390
437
|
msgid "List of smart class parameters for a specific Puppet class"
|
391
|
-
msgstr "
|
438
|
+
msgstr ""
|
439
|
+
"Llista tots els paràmetres de la classe intel·ligent per a una classe de "
|
440
|
+
"Puppet específica"
|
392
441
|
|
393
442
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
|
394
443
|
msgid "List of smart class parameters for a specific environment"
|
395
|
-
msgstr "
|
444
|
+
msgstr ""
|
445
|
+
"Llista tots els paràmetres de la classe intel·ligent per a un entorn "
|
446
|
+
"específic"
|
396
447
|
|
397
448
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
398
|
-
msgid "
|
399
|
-
|
449
|
+
msgid ""
|
450
|
+
"List of smart class parameters for a specific environment/Puppet class "
|
451
|
+
"combination"
|
452
|
+
msgstr ""
|
453
|
+
"Llista tots els paràmetres de la classe intel·ligent per a una combinació "
|
454
|
+
"especifica d'entorn i classe de Puppet"
|
400
455
|
|
401
456
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
402
457
|
msgid "Show a smart class parameter"
|
@@ -423,10 +478,13 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
423
478
|
msgstr ""
|
424
479
|
|
425
480
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
426
|
-
msgid "
|
481
|
+
msgid ""
|
482
|
+
"Foreman will not send this parameter in classification output.Puppet will "
|
483
|
+
"use the value defined in the Puppet manifest for this parameter"
|
427
484
|
msgstr ""
|
428
485
|
|
429
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
486
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
487
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
430
488
|
msgid "The order in which values are resolved"
|
431
489
|
msgstr "L'ordre en què es resolen els valors"
|
432
490
|
|
@@ -443,8 +501,12 @@ msgid "Types of variable values"
|
|
443
501
|
msgstr "Tipus de valors de la variable"
|
444
502
|
|
445
503
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
446
|
-
msgid "
|
447
|
-
|
504
|
+
msgid ""
|
505
|
+
"If true, will raise an error if there is no default value and no matcher "
|
506
|
+
"provide a value"
|
507
|
+
msgstr ""
|
508
|
+
"En cas que sigui cert, es produirà un error si no hi ha cap valor per "
|
509
|
+
"defecte i no hi ha cap classificador que proporcioni un valor"
|
448
510
|
|
449
511
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
450
512
|
msgid "Merge all matching values (only array/hash type)"
|
@@ -460,17 +522,23 @@ msgstr ""
|
|
460
522
|
|
461
523
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
|
462
524
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
463
|
-
msgstr "
|
525
|
+
msgstr ""
|
526
|
+
"S'han redefinit correctament tots els paràmetres de la classe de Puppet %s"
|
464
527
|
|
465
528
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
466
|
-
msgid "
|
467
|
-
|
529
|
+
msgid ""
|
530
|
+
"Successfully reset all parameters of Puppet class %s to their default values"
|
531
|
+
msgstr ""
|
532
|
+
"S'han restablert correctament tots els paràmetres de la classe de Puppet %s "
|
533
|
+
"als seus valors predeterminats"
|
468
534
|
|
469
535
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
470
536
|
msgid "No parameters to override for Puppet class %s"
|
471
537
|
msgstr "No hi ha cap paràmetre a redefinir a la classe de Puppet %s"
|
472
538
|
|
473
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
539
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
540
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
541
|
+
#: ../webpack/src/Components/Environments/Welcome.js:9
|
474
542
|
msgid "Create Puppet Environment"
|
475
543
|
msgstr ""
|
476
544
|
|
@@ -527,7 +595,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
527
595
|
msgstr ""
|
528
596
|
|
529
597
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
530
|
-
msgid "
|
598
|
+
msgid ""
|
599
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
600
|
+
" will be empty.</i><br/>"
|
531
601
|
msgstr ""
|
532
602
|
|
533
603
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
@@ -564,7 +634,8 @@ msgid_plural "%{name} has %{num_tag} classes"
|
|
564
634
|
msgstr[0] ""
|
565
635
|
msgstr[1] ""
|
566
636
|
|
567
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
637
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
638
|
+
#: ../webpack/src/foreman_class_edit.js:55
|
568
639
|
msgid "Click to remove %s"
|
569
640
|
msgstr "Feu clic per suprimir %s"
|
570
641
|
|
@@ -572,7 +643,8 @@ msgstr "Feu clic per suprimir %s"
|
|
572
643
|
msgid "Click to add %s"
|
573
644
|
msgstr "Feu clic per afegir %s"
|
574
645
|
|
575
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
646
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
647
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
576
648
|
msgid "None"
|
577
649
|
msgstr "Sense"
|
578
650
|
|
@@ -607,8 +679,12 @@ msgid "Operating system default"
|
|
607
679
|
msgstr "Valor predeterminat del sistema operatiu"
|
608
680
|
|
609
681
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
610
|
-
msgid "
|
611
|
-
|
682
|
+
msgid ""
|
683
|
+
"The final entry, Operating System default, can be set by editing the %s "
|
684
|
+
"page."
|
685
|
+
msgstr ""
|
686
|
+
"L'última de les entrades, valor predeterminat del sistema operatiu, es pot "
|
687
|
+
"establir amb l'edició de la pàgina del %s."
|
612
688
|
|
613
689
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
614
690
|
msgid "Operating System"
|
@@ -623,11 +699,15 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
|
|
623
699
|
msgstr ""
|
624
700
|
|
625
701
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
626
|
-
msgid "
|
702
|
+
msgid ""
|
703
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
704
|
+
"ignoring"
|
627
705
|
msgstr ""
|
628
706
|
|
629
707
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
630
|
-
msgid "
|
708
|
+
msgid ""
|
709
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
710
|
+
" and/or location"
|
631
711
|
msgstr ""
|
632
712
|
|
633
713
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
@@ -682,7 +762,11 @@ msgstr ""
|
|
682
762
|
msgid "Check/Uncheck all"
|
683
763
|
msgstr ""
|
684
764
|
|
685
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
765
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
766
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
767
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
768
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
769
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
686
770
|
msgid "Environment"
|
687
771
|
msgstr "Entorn"
|
688
772
|
|
@@ -722,19 +806,20 @@ msgstr "Cancel·la"
|
|
722
806
|
msgid "Update"
|
723
807
|
msgstr "Actualitza"
|
724
808
|
|
725
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
809
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
726
810
|
msgid "included already from parent"
|
727
811
|
msgstr ""
|
728
812
|
|
729
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
813
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
814
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
730
815
|
msgid "Remove"
|
731
816
|
msgstr "Suprimeix"
|
732
817
|
|
733
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
818
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
734
819
|
msgid "Add"
|
735
820
|
msgstr "Afegeix"
|
736
821
|
|
737
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
822
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
738
823
|
msgid "%s is not in environment"
|
739
824
|
msgstr ""
|
740
825
|
|
@@ -746,40 +831,57 @@ msgstr "Grups de configuracions inclosos"
|
|
746
831
|
msgid "Available Config Groups"
|
747
832
|
msgstr "Grups de configuracions disponibles"
|
748
833
|
|
749
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
834
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
835
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
836
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
750
837
|
msgid "Edit %s"
|
751
838
|
msgstr "Edita %s"
|
752
839
|
|
753
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
840
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
841
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
842
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
843
|
+
#: ../lib/foreman_puppet/register.rb:171
|
754
844
|
msgid "Config Groups"
|
755
845
|
msgstr "Grups de configuracions"
|
756
846
|
|
757
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
847
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
848
|
+
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
849
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
758
850
|
msgid "Create Config Group"
|
759
851
|
msgstr "Crea un grup de configuracions"
|
760
852
|
|
761
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
853
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
854
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
762
855
|
msgid "Puppet Classes"
|
763
856
|
msgstr "Classes de Puppet"
|
764
857
|
|
765
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
858
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
859
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
860
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
766
861
|
msgid "Hosts"
|
767
862
|
msgstr "Amfitrions"
|
768
863
|
|
769
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
864
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
865
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
770
866
|
msgid "Host Groups"
|
771
867
|
msgstr "Grups d'amfitrions"
|
772
868
|
|
773
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
869
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
870
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
871
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
774
872
|
msgid "Actions"
|
775
873
|
msgstr "Accions"
|
776
874
|
|
777
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
875
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
876
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
778
877
|
msgid "Delete %s?"
|
779
878
|
msgstr "Voleu suprimir %s?"
|
780
879
|
|
781
880
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
782
|
-
msgid "
|
881
|
+
msgid ""
|
882
|
+
"A config group provides a one-step method of associating many Puppet classes"
|
883
|
+
" to either a host or host group. Typically this would be used to add a "
|
884
|
+
"particular application profile or stack in one step."
|
783
885
|
msgstr ""
|
784
886
|
|
785
887
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
@@ -790,7 +892,9 @@ msgstr "Ubicacions"
|
|
790
892
|
msgid "Organizations"
|
791
893
|
msgstr "Organitzacions"
|
792
894
|
|
793
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
895
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
896
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
897
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
794
898
|
msgid "Puppet Environments"
|
795
899
|
msgstr "Entorns de Puppet"
|
796
900
|
|
@@ -798,7 +902,8 @@ msgstr "Entorns de Puppet"
|
|
798
902
|
msgid "Environment|Name"
|
799
903
|
msgstr "Nom"
|
800
904
|
|
801
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
905
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
906
|
+
#: ../lib/foreman_puppet/register.rb:168
|
802
907
|
msgid "Classes"
|
803
908
|
msgstr "Classes"
|
804
909
|
|
@@ -806,7 +911,8 @@ msgstr "Classes"
|
|
806
911
|
msgid "Create Environment"
|
807
912
|
msgstr ""
|
808
913
|
|
809
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
914
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
915
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
810
916
|
msgid "Puppet environments"
|
811
917
|
msgstr "Entorns de Puppet"
|
812
918
|
|
@@ -823,10 +929,15 @@ msgid "No environments found"
|
|
823
929
|
msgstr ""
|
824
930
|
|
825
931
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
826
|
-
msgid "
|
932
|
+
msgid ""
|
933
|
+
"There are no puppet environments set up on this puppet master. Please check "
|
934
|
+
"the puppet master configuration."
|
827
935
|
msgstr ""
|
828
936
|
|
829
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
937
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
938
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
939
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
940
|
+
#: ../lib/foreman_puppet/register.rb:174
|
830
941
|
msgid "Smart Class Parameters"
|
831
942
|
msgstr "Paràmetres de les classes intel·ligents"
|
832
943
|
|
@@ -834,7 +945,9 @@ msgstr "Paràmetres de les classes intel·ligents"
|
|
834
945
|
msgid "Parameter"
|
835
946
|
msgstr "Paràmetre"
|
836
947
|
|
837
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
948
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
949
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
950
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
838
951
|
msgid "Puppet Class"
|
839
952
|
msgstr "Classe de Puppet"
|
840
953
|
|
@@ -843,14 +956,18 @@ msgid "Number of Overrides"
|
|
843
956
|
msgstr "Nombre de redefinicions"
|
844
957
|
|
845
958
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
846
|
-
msgid "
|
959
|
+
msgid ""
|
960
|
+
"Parameterized class support permits detecting, importing, and supplying "
|
961
|
+
"parameters directly to classes which support it, via the ENC and depending "
|
962
|
+
"on a set of rules (Smart Matchers)."
|
847
963
|
msgstr ""
|
848
964
|
|
849
965
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
850
966
|
msgid "Included Classes"
|
851
967
|
msgstr "Classes incloses"
|
852
968
|
|
853
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
969
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
970
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
854
971
|
msgid "Not authorized to edit classes"
|
855
972
|
msgstr "No esteu autoritzat a editar les classes"
|
856
973
|
|
@@ -866,7 +983,8 @@ msgstr "Classes disponibles"
|
|
866
983
|
msgid "Filter classes"
|
867
984
|
msgstr "Filtra les classes"
|
868
985
|
|
869
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
986
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
987
|
+
#: ../webpack/src/foreman_class_edit.js:84
|
870
988
|
msgid "belongs to config group"
|
871
989
|
msgstr "pertany al grup de configuracions"
|
872
990
|
|
@@ -883,7 +1001,9 @@ msgid "Omit"
|
|
883
1001
|
msgstr ""
|
884
1002
|
|
885
1003
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
886
|
-
msgid "
|
1004
|
+
msgid ""
|
1005
|
+
"The class could not be saved because of an error in one of the class "
|
1006
|
+
"parameters."
|
887
1007
|
msgstr ""
|
888
1008
|
|
889
1009
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
@@ -899,7 +1019,9 @@ msgid "This Puppet class has no parameters in its signature."
|
|
899
1019
|
msgstr "Aquesta classe de Puppet no té paràmetres en la seva signatura."
|
900
1020
|
|
901
1021
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
902
|
-
msgid "
|
1022
|
+
msgid ""
|
1023
|
+
"To update the class signature, go to the Puppet Classes page and select "
|
1024
|
+
"\"Import\"."
|
903
1025
|
msgstr ""
|
904
1026
|
|
905
1027
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
@@ -922,7 +1044,10 @@ msgstr "Edita la classe de Puppet %s"
|
|
922
1044
|
msgid "Puppetclass|Name"
|
923
1045
|
msgstr "Nom"
|
924
1046
|
|
925
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1047
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1048
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1049
|
+
#: ../lib/foreman_puppet/register.rb:165
|
1050
|
+
#: ../webpack/src/Components/Environments/Welcome.js:21
|
926
1051
|
msgid "Environments"
|
927
1052
|
msgstr "Entorns"
|
928
1053
|
|
@@ -943,21 +1068,23 @@ msgid "Set parameters to defaults"
|
|
943
1068
|
msgstr "Estableix els paràmetres als valors per defecte"
|
944
1069
|
|
945
1070
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
946
|
-
msgid "
|
1071
|
+
msgid ""
|
1072
|
+
"This will reset parameters of the class %s to their default values. "
|
1073
|
+
"Continue?"
|
947
1074
|
msgstr ""
|
948
1075
|
|
949
1076
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
950
|
-
msgid "Puppet Class Parameters"
|
951
|
-
msgstr "Paràmetres de la classe de Puppet"
|
952
|
-
|
953
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
954
1077
|
msgid "Notice"
|
955
1078
|
msgstr "Avís"
|
956
1079
|
|
957
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1080
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
958
1081
|
msgid "Please select an environment first"
|
959
1082
|
msgstr "Si us plau, seleccioneu primer un entorn"
|
960
1083
|
|
1084
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1085
|
+
msgid "Puppet Class Parameters"
|
1086
|
+
msgstr "Paràmetres de la classe de Puppet"
|
1087
|
+
|
961
1088
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
962
1089
|
msgid "Select environment"
|
963
1090
|
msgstr "Selecciona l'entorn"
|
@@ -986,37 +1113,38 @@ msgstr ""
|
|
986
1113
|
msgid "Add Combination"
|
987
1114
|
msgstr "Afegeix una combinació"
|
988
1115
|
|
989
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
1116
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
990
1117
|
msgid "General"
|
991
1118
|
msgstr "General"
|
992
1119
|
|
993
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
1120
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
994
1121
|
msgid "Hosts managed:"
|
995
1122
|
msgstr ""
|
996
1123
|
|
997
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
998
|
-
msgid "Certificates"
|
999
|
-
msgstr ""
|
1000
|
-
|
1001
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
1002
|
-
msgid "Autosign entries"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
1124
|
#: ../lib/foreman_puppet/register.rb:7
|
1006
1125
|
msgid "Facts"
|
1007
1126
|
msgstr "Objectes d'interès"
|
1008
1127
|
|
1009
1128
|
#: ../lib/foreman_puppet/register.rb:10
|
1010
|
-
msgid "
|
1011
|
-
|
1129
|
+
msgid ""
|
1130
|
+
"Foreman will default to this puppet environment if it cannot auto detect one"
|
1131
|
+
msgstr ""
|
1132
|
+
"Foreman utilitzarà per defecte aquest entorn de puppet si no en pot detectar"
|
1133
|
+
" automàticament un"
|
1012
1134
|
|
1013
1135
|
#: ../lib/foreman_puppet/register.rb:12
|
1014
1136
|
msgid "Default Puppet environment"
|
1015
1137
|
msgstr "Entorn de Puppet per defecte"
|
1016
1138
|
|
1017
1139
|
#: ../lib/foreman_puppet/register.rb:16
|
1018
|
-
msgid "
|
1019
|
-
|
1140
|
+
msgid ""
|
1141
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. "
|
1142
|
+
"This will avoid conflicts between the environment in puppet.conf and the "
|
1143
|
+
"environment set in Foreman"
|
1144
|
+
msgstr ""
|
1145
|
+
"Foreman establirà explícitament l'entorn de puppet a la sortida YAML ENC. "
|
1146
|
+
"Això evitarà conflictes entre l'entorn establert al puppet.conf i l'entorn "
|
1147
|
+
"establert a Foreman"
|
1020
1148
|
|
1021
1149
|
#: ../lib/foreman_puppet/register.rb:19
|
1022
1150
|
msgid "ENC environment"
|
@@ -1024,7 +1152,9 @@ msgstr "Entorn ENC"
|
|
1024
1152
|
|
1025
1153
|
#: ../lib/foreman_puppet/register.rb:22
|
1026
1154
|
msgid "Foreman will update a host's environment from its facts"
|
1027
|
-
msgstr "
|
1155
|
+
msgstr ""
|
1156
|
+
"Foreman actualitzarà l'entorn d'un amfitrió a partir dels seus objectes "
|
1157
|
+
"d'interès"
|
1028
1158
|
|
1029
1159
|
#: ../lib/foreman_puppet/register.rb:24
|
1030
1160
|
msgid "Update environment from facts"
|
@@ -1035,7 +1165,9 @@ msgid "Config Management"
|
|
1035
1165
|
msgstr "Gestió de la configuració"
|
1036
1166
|
|
1037
1167
|
#: ../lib/foreman_puppet/register.rb:30
|
1038
|
-
msgid "
|
1168
|
+
msgid ""
|
1169
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
1170
|
+
" sync."
|
1039
1171
|
msgstr ""
|
1040
1172
|
|
1041
1173
|
#: ../lib/foreman_puppet/register.rb:32
|
@@ -1043,21 +1175,19 @@ msgid "Puppet interval"
|
|
1043
1175
|
msgstr "Interval de Puppet"
|
1044
1176
|
|
1045
1177
|
#: ../lib/foreman_puppet/register.rb:35
|
1046
|
-
msgid "
|
1178
|
+
msgid ""
|
1179
|
+
"Disable host configuration status turning to out of sync for %s after report"
|
1180
|
+
" does not arrive within configured interval"
|
1047
1181
|
msgstr ""
|
1048
1182
|
|
1049
1183
|
#: ../lib/foreman_puppet/register.rb:37
|
1050
1184
|
msgid "%s out of sync disabled"
|
1051
1185
|
msgstr ""
|
1052
1186
|
|
1053
|
-
#: ../lib/foreman_puppet/register.rb:
|
1187
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1054
1188
|
msgid "Puppet ENC"
|
1055
1189
|
msgstr ""
|
1056
1190
|
|
1057
|
-
#: ../webpack/src/Components/Environments/Welcome.js:13
|
1058
|
-
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>"
|
1059
|
-
msgstr ""
|
1060
|
-
|
1061
1191
|
#: ../webpack/src/foreman_class_edit.js:146
|
1062
1192
|
msgid "Click to remove config group"
|
1063
1193
|
msgstr "Feu clic per suprimir el grup de configuracions"
|
@@ -1070,10 +1200,6 @@ msgstr "Suprimeix"
|
|
1070
1200
|
msgid "Loading parameters..."
|
1071
1201
|
msgstr "S'estan carregant els paràmetres..."
|
1072
1202
|
|
1073
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1074
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1075
|
-
msgstr ""
|
1076
|
-
|
1077
1203
|
#: action_names.rb:2
|
1078
1204
|
msgid "Action with sub plans"
|
1079
1205
|
msgstr ""
|