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,7 +2,7 @@
|
|
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
|
# Lukáš Zapletal, 2021
|
8
8
|
# Félix Barbeira <fbarbeira@gmail.com>, 2021
|
@@ -14,12 +14,13 @@
|
|
14
14
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
15
15
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
|
16
16
|
# elobato <elobatocs@gmail.com>, 2021
|
17
|
-
#
|
17
|
+
#
|
18
|
+
#, fuzzy
|
18
19
|
msgid ""
|
19
20
|
msgstr ""
|
20
|
-
"Project-Id-Version: foreman_puppet
|
21
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
21
22
|
"Report-Msgid-Bugs-To: \n"
|
22
|
-
"POT-Creation-Date:
|
23
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
23
24
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
24
25
|
"Last-Translator: elobato <elobatocs@gmail.com>, 2021\n"
|
25
26
|
"Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
|
@@ -30,24 +31,42 @@ msgstr ""
|
|
30
31
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
31
32
|
|
32
33
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
33
|
-
msgid "
|
34
|
-
|
34
|
+
msgid ""
|
35
|
+
"Ignored environment names resulting in booleans found. Please quote strings "
|
36
|
+
"like true/false and yes/no in config/ignored_environments.yml"
|
37
|
+
msgstr ""
|
38
|
+
"Se hallaron nombres de entornos ignorados que resultaron en valores "
|
39
|
+
"booleanos. Mencione las cadenas como verdadero/falso y sí/no en "
|
40
|
+
"config/ignored_environments.yml"
|
35
41
|
|
36
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
42
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
43
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
37
44
|
msgid "No changes to your environments detected"
|
38
45
|
msgstr "No se detectaron cambios en sus entornos"
|
39
46
|
|
40
47
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
41
|
-
msgid "
|
42
|
-
|
48
|
+
msgid ""
|
49
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet"
|
50
|
+
" installation"
|
51
|
+
msgstr ""
|
52
|
+
"Se actualizaron los entornos y clases Puppet con éxito desde la instalación "
|
53
|
+
"de Puppet en disco"
|
43
54
|
|
44
55
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
45
|
-
msgid "
|
46
|
-
|
56
|
+
msgid ""
|
57
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet "
|
58
|
+
"installation: %s"
|
59
|
+
msgstr ""
|
60
|
+
"Ocurrió un error al actualizar los entornos y las clases Puppet en la "
|
61
|
+
"instalación de Puppet en el disco: %s"
|
47
62
|
|
48
63
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
49
|
-
msgid "
|
50
|
-
|
64
|
+
msgid ""
|
65
|
+
"No smart proxy was found to import environments from, ensure that at least "
|
66
|
+
"one smart proxy is registered with the 'puppet' feature"
|
67
|
+
msgstr ""
|
68
|
+
"No se encontró un smart proxy desde el cual importar entornos, asegúrese de"
|
69
|
+
" que al menos se haya registrado uno con la funcionalidad 'puppet'."
|
51
70
|
|
52
71
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
53
72
|
msgid "Ignored environments: %s"
|
@@ -77,41 +96,56 @@ msgstr ""
|
|
77
96
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
78
97
|
msgstr ""
|
79
98
|
|
80
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
99
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
100
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
81
101
|
msgid "ID of associated puppet Environment"
|
82
102
|
msgstr ""
|
83
103
|
|
84
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
104
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
105
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
85
106
|
msgid "IDs of associated Puppetclasses"
|
86
107
|
msgstr ""
|
87
108
|
|
88
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
109
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
110
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
89
111
|
msgid "IDs of associated ConfigGroups"
|
90
112
|
msgstr ""
|
91
113
|
|
92
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
114
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
93
115
|
msgid "Import puppet classes from puppet proxy"
|
94
116
|
msgstr "Importar clases puppet desde el proxy de puppet"
|
95
117
|
|
96
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
118
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
|
119
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
97
120
|
msgid "Import puppet classes from puppet proxy for an environment"
|
98
121
|
msgstr "Importar clases puppet desde el proxy puppet de un entorno"
|
99
122
|
|
100
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
101
|
-
msgid "
|
123
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
|
124
|
+
msgid ""
|
125
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or "
|
126
|
+
"'obsolete'that is used to limit the imported Puppet classes"
|
102
127
|
msgstr ""
|
103
128
|
|
104
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
105
|
-
msgid "
|
106
|
-
|
129
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
|
130
|
+
msgid ""
|
131
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
132
|
+
" installation: %s"
|
133
|
+
msgstr ""
|
134
|
+
"Error al actualizar los entornos y clases Puppet desde el disco de "
|
135
|
+
"instalación de puppet: %s"
|
107
136
|
|
108
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
137
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
109
138
|
msgid "The requested environment cannot be found."
|
110
139
|
msgstr ""
|
111
140
|
|
112
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
113
|
-
|
114
|
-
|
141
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
|
142
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
|
143
|
+
msgid ""
|
144
|
+
"No proxy found to import classes from, ensure that the smart proxy has the "
|
145
|
+
"Puppet feature enabled."
|
146
|
+
msgstr ""
|
147
|
+
"No se encontró el Proxy para importar clases, asegúrese de que el proxy "
|
148
|
+
"inteligente tenga la funcionalidad Puppet habilitada."
|
115
149
|
|
116
150
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
117
151
|
msgid "List template combination"
|
@@ -137,7 +171,9 @@ msgstr ""
|
|
137
171
|
msgid "environment id"
|
138
172
|
msgstr "ID de entorno"
|
139
173
|
|
140
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
174
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
175
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
176
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
141
177
|
msgid "ID of environment"
|
142
178
|
msgstr "ID del entorno"
|
143
179
|
|
@@ -161,7 +197,8 @@ msgstr ""
|
|
161
197
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
162
198
|
msgstr ""
|
163
199
|
|
164
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
200
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
201
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
165
202
|
msgid "No environment selected!"
|
166
203
|
msgstr "¡Ningún entorno seleccionado!"
|
167
204
|
|
@@ -187,21 +224,29 @@ msgstr "No se pudo establecer el proxy %{proxy_type} para %{host}."
|
|
187
224
|
|
188
225
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
189
226
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
190
|
-
msgstr "
|
227
|
+
msgstr ""
|
228
|
+
"El proxy %{proxy_type} de los hosts seleccionados se estableció como "
|
229
|
+
"%{proxy_name}"
|
191
230
|
|
192
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
231
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
232
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
193
233
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
194
234
|
msgstr "Se borró el proxy %{proxy_type} de los hosts seleccionados."
|
195
235
|
|
196
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
236
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
237
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
197
238
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
198
|
-
msgid_plural "
|
239
|
+
msgid_plural ""
|
240
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
199
241
|
msgstr[0] ""
|
200
242
|
msgstr[1] ""
|
201
243
|
|
202
244
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
203
|
-
msgid "
|
204
|
-
|
245
|
+
msgid ""
|
246
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
247
|
+
msgstr ""
|
248
|
+
"El proxy %{proxy_type} del host seleccionado se estableció como "
|
249
|
+
"%{proxy_name}."
|
205
250
|
|
206
251
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
207
252
|
msgid "Puppet"
|
@@ -247,7 +292,12 @@ msgstr "Listar entornos por ubicación"
|
|
247
292
|
msgid "List environments per organization"
|
248
293
|
msgstr "Listar entornos por organización"
|
249
294
|
|
250
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
295
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
296
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
297
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
298
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
299
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
300
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
251
301
|
msgid "ID of Puppet class"
|
252
302
|
msgstr "ID de la clase Puppet"
|
253
303
|
|
@@ -275,7 +325,10 @@ msgstr "Listar todos los ID de clases Puppet para host"
|
|
275
325
|
msgid "Add a Puppet class to host"
|
276
326
|
msgstr "Añadir una clase Puppet al host"
|
277
327
|
|
278
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
328
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
329
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
330
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
331
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
279
332
|
msgid "ID of host"
|
280
333
|
msgstr "ID del host"
|
281
334
|
|
@@ -291,7 +344,10 @@ msgstr "Listar todos los ID de clases Puppet del grupo de hosts"
|
|
291
344
|
msgid "Add a Puppet class to host group"
|
292
345
|
msgstr "Añadir una clase Puppet al grupo de hosts"
|
293
346
|
|
294
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
347
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
348
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
349
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
350
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
295
351
|
msgid "ID of host group"
|
296
352
|
msgstr "ID del grupo de hosts"
|
297
353
|
|
@@ -301,15 +357,22 @@ msgstr "Eliminar clase Puppet de grupo de hosts"
|
|
301
357
|
|
302
358
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
|
303
359
|
msgid "List of override values for a specific smart class parameter"
|
304
|
-
msgstr "
|
360
|
+
msgstr ""
|
361
|
+
"Lista de valores de sobrescritura para un parámetro específico de clase "
|
362
|
+
"inteligente"
|
305
363
|
|
306
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
364
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
365
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
366
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
367
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
307
368
|
msgid "Display hidden values"
|
308
369
|
msgstr "Mostrar valores ocultos"
|
309
370
|
|
310
371
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
|
311
372
|
msgid "Show an override value for a specific smart class parameter"
|
312
|
-
msgstr "
|
373
|
+
msgstr ""
|
374
|
+
"Mostrar un valor de sobrescritura para un parámetro específico de clase "
|
375
|
+
"inteligente"
|
313
376
|
|
314
377
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
|
315
378
|
msgid "Override match"
|
@@ -325,15 +388,21 @@ msgstr "Foreman no enviará este parámetro en el resultado de clasificación"
|
|
325
388
|
|
326
389
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
|
327
390
|
msgid "Create an override value for a specific smart class parameter"
|
328
|
-
msgstr "
|
391
|
+
msgstr ""
|
392
|
+
"Crear un valor de sobrescritura para un parámetro específico de clase "
|
393
|
+
"inteligente"
|
329
394
|
|
330
395
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
|
331
396
|
msgid "Update an override value for a specific smart class parameter"
|
332
|
-
msgstr "
|
397
|
+
msgstr ""
|
398
|
+
"Actualizar un valor de sobrescritura para un parámetro específico de clase "
|
399
|
+
"inteligente"
|
333
400
|
|
334
401
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
|
335
402
|
msgid "Delete an override value for a specific smart class parameter"
|
336
|
-
msgstr "
|
403
|
+
msgstr ""
|
404
|
+
"Borrar un valor de sobrescritura para un parámetro de clase inteligente "
|
405
|
+
"específico"
|
337
406
|
|
338
407
|
#: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
|
339
408
|
msgid "%{model} with id '%{id}' was not found"
|
@@ -393,19 +462,25 @@ msgstr "Lista de parámetros de clase inteligentes para un host determinado"
|
|
393
462
|
|
394
463
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
|
395
464
|
msgid "List of smart class parameters for a specific host group"
|
396
|
-
msgstr "
|
465
|
+
msgstr ""
|
466
|
+
"Lista de parámetros de clase inteligentes para un grupo de hosts determinado"
|
397
467
|
|
398
468
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
|
399
469
|
msgid "List of smart class parameters for a specific Puppet class"
|
400
|
-
msgstr "
|
470
|
+
msgstr ""
|
471
|
+
"Lista de parámetros de clase inteligentes para una clase Puppet específica"
|
401
472
|
|
402
473
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
|
403
474
|
msgid "List of smart class parameters for a specific environment"
|
404
475
|
msgstr "Lista de parámetros de clase inteligentes para un entorno determinado"
|
405
476
|
|
406
477
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
407
|
-
msgid "
|
408
|
-
|
478
|
+
msgid ""
|
479
|
+
"List of smart class parameters for a specific environment/Puppet class "
|
480
|
+
"combination"
|
481
|
+
msgstr ""
|
482
|
+
"Lista de parámetros de clase inteligentes para una combinación determinada "
|
483
|
+
"entorno/clase Puppet"
|
409
484
|
|
410
485
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
411
486
|
msgid "Show a smart class parameter"
|
@@ -417,7 +492,8 @@ msgstr "Actualizar un parámetro de clase inteligente"
|
|
417
492
|
|
418
493
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
|
419
494
|
msgid "Whether the smart class parameter value is managed by Foreman"
|
420
|
-
msgstr "
|
495
|
+
msgstr ""
|
496
|
+
"Si el valor del parámetro de clase inteligente es administrado por Foreman"
|
421
497
|
|
422
498
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
|
423
499
|
msgid "Description of smart class"
|
@@ -432,10 +508,13 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
432
508
|
msgstr "Al habilitarse, el parámetro está oculto en la UI."
|
433
509
|
|
434
510
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
435
|
-
msgid "
|
511
|
+
msgid ""
|
512
|
+
"Foreman will not send this parameter in classification output.Puppet will "
|
513
|
+
"use the value defined in the Puppet manifest for this parameter"
|
436
514
|
msgstr ""
|
437
515
|
|
438
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
516
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
517
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
439
518
|
msgid "The order in which values are resolved"
|
440
519
|
msgstr "El orden en el cual se resuelven los valores"
|
441
520
|
|
@@ -452,8 +531,12 @@ msgid "Types of variable values"
|
|
452
531
|
msgstr "Tipos de valores de variable"
|
453
532
|
|
454
533
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
455
|
-
msgid "
|
456
|
-
|
534
|
+
msgid ""
|
535
|
+
"If true, will raise an error if there is no default value and no matcher "
|
536
|
+
"provide a value"
|
537
|
+
msgstr ""
|
538
|
+
"Si es así, se mostrará un error si no existe un valor predeterminado y no "
|
539
|
+
"existe ninguna concordancia que pueda proporcionar un valor"
|
457
540
|
|
458
541
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
459
542
|
msgid "Merge all matching values (only array/hash type)"
|
@@ -461,7 +544,8 @@ msgstr "Combinar todos los valores que coinciden (solo tipo array/hash)"
|
|
461
544
|
|
462
545
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
|
463
546
|
msgid "Include default value when merging all matching values"
|
464
|
-
msgstr "
|
547
|
+
msgstr ""
|
548
|
+
"Incluir el valor predeterminado al combinar todos los valores que coinciden"
|
465
549
|
|
466
550
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
467
551
|
msgid "Remove duplicate values (only array type)"
|
@@ -472,14 +556,19 @@ msgid "Successfully overridden all parameters of Puppet class %s"
|
|
472
556
|
msgstr "Se han sobrescrito con éxito todos los parámetros de clase Puppet %s"
|
473
557
|
|
474
558
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
475
|
-
msgid "
|
476
|
-
|
559
|
+
msgid ""
|
560
|
+
"Successfully reset all parameters of Puppet class %s to their default values"
|
561
|
+
msgstr ""
|
562
|
+
"Se han restablecido con éxito todos los parámetros de la clase Puppet %s a "
|
563
|
+
"sus valores predeterminados"
|
477
564
|
|
478
565
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
479
566
|
msgid "No parameters to override for Puppet class %s"
|
480
567
|
msgstr "No hay parámetros para sobrescribir la clase Puppet %s"
|
481
568
|
|
482
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
569
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
570
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
571
|
+
#: ../webpack/src/Components/Environments/Welcome.js:9
|
483
572
|
msgid "Create Puppet Environment"
|
484
573
|
msgstr "Crear entorno Puppet"
|
485
574
|
|
@@ -536,8 +625,12 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
536
625
|
msgstr "Parámetro requerido sin valor.<br/><b>¡Sustituir!</b><br/>"
|
537
626
|
|
538
627
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
539
|
-
msgid "
|
540
|
-
|
628
|
+
msgid ""
|
629
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
630
|
+
" will be empty.</i><br/>"
|
631
|
+
msgstr ""
|
632
|
+
"Parámetro opcional sin valor.<br/><i>Aún administrado por Foreman, el valor "
|
633
|
+
"estará vacío.</i><br/>"
|
541
634
|
|
542
635
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
543
636
|
msgid "Empty environment"
|
@@ -573,7 +666,8 @@ msgid_plural "%{name} has %{num_tag} classes"
|
|
573
666
|
msgstr[0] ""
|
574
667
|
msgstr[1] ""
|
575
668
|
|
576
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
669
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
670
|
+
#: ../webpack/src/foreman_class_edit.js:55
|
577
671
|
msgid "Click to remove %s"
|
578
672
|
msgstr "Haga clic para eliminar %s"
|
579
673
|
|
@@ -581,7 +675,8 @@ msgstr "Haga clic para eliminar %s"
|
|
581
675
|
msgid "Click to add %s"
|
582
676
|
msgstr "Haga clic para añadir %s"
|
583
677
|
|
584
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
678
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
679
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
585
680
|
msgid "None"
|
586
681
|
msgstr "Ninguno"
|
587
682
|
|
@@ -616,8 +711,12 @@ msgid "Operating system default"
|
|
616
711
|
msgstr "Sistema operativo predeterminado"
|
617
712
|
|
618
713
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
619
|
-
msgid "
|
620
|
-
|
714
|
+
msgid ""
|
715
|
+
"The final entry, Operating System default, can be set by editing the %s "
|
716
|
+
"page."
|
717
|
+
msgstr ""
|
718
|
+
"La última entrada, sistema operativo predeterminado, puede configurarse al "
|
719
|
+
"editar la página %s."
|
621
720
|
|
622
721
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
623
722
|
msgid "Operating System"
|
@@ -625,19 +724,28 @@ msgstr "Sistema operativo"
|
|
625
724
|
|
626
725
|
#: ../app/models/foreman_puppet/environment.rb:44
|
627
726
|
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
628
|
-
msgstr "
|
727
|
+
msgstr ""
|
728
|
+
"No se encuentra un Proxy Foreman con características de Puppet habilitadas"
|
629
729
|
|
630
730
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:61
|
631
731
|
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
632
732
|
msgstr ""
|
633
733
|
|
634
734
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
635
|
-
msgid "
|
636
|
-
|
735
|
+
msgid ""
|
736
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
737
|
+
"ignoring"
|
738
|
+
msgstr ""
|
739
|
+
"Falló al importar %{klass} para %{name}: no existe en la base de datos - se "
|
740
|
+
"ignora."
|
637
741
|
|
638
742
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
639
|
-
msgid "
|
640
|
-
|
743
|
+
msgid ""
|
744
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
745
|
+
" and/or location"
|
746
|
+
msgstr ""
|
747
|
+
"con ID %{object_id} no existe o no está asignado a la organización o "
|
748
|
+
"ubicación adecuada"
|
641
749
|
|
642
750
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
643
751
|
msgid "must be true to edit the parameter"
|
@@ -691,7 +799,11 @@ msgstr "Marcar/Desmarcar obsoletos"
|
|
691
799
|
msgid "Check/Uncheck all"
|
692
800
|
msgstr "Marcar/Desmarcar todos"
|
693
801
|
|
694
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
802
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
803
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
804
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
805
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
806
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
695
807
|
msgid "Environment"
|
696
808
|
msgstr "Entorno"
|
697
809
|
|
@@ -731,19 +843,20 @@ msgstr "Cancelar"
|
|
731
843
|
msgid "Update"
|
732
844
|
msgstr "Actualizar"
|
733
845
|
|
734
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
846
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
735
847
|
msgid "included already from parent"
|
736
848
|
msgstr "incluidos previamente por el padre"
|
737
849
|
|
738
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
850
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
851
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
739
852
|
msgid "Remove"
|
740
853
|
msgstr "Eliminar"
|
741
854
|
|
742
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
855
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
743
856
|
msgid "Add"
|
744
857
|
msgstr "Añadir"
|
745
858
|
|
746
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
859
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
747
860
|
msgid "%s is not in environment"
|
748
861
|
msgstr "%s no está en el entorno"
|
749
862
|
|
@@ -755,41 +868,61 @@ msgstr "Grupos de configuración Incluidos"
|
|
755
868
|
msgid "Available Config Groups"
|
756
869
|
msgstr "Grupos de configuración disponibles"
|
757
870
|
|
758
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
871
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
872
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
873
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
759
874
|
msgid "Edit %s"
|
760
875
|
msgstr "Editar %s"
|
761
876
|
|
762
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
877
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
878
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
879
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
880
|
+
#: ../lib/foreman_puppet/register.rb:171
|
763
881
|
msgid "Config Groups"
|
764
882
|
msgstr "Grupos de configuración"
|
765
883
|
|
766
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
884
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
885
|
+
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
886
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
767
887
|
msgid "Create Config Group"
|
768
888
|
msgstr "Crear grupo de configuración"
|
769
889
|
|
770
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
890
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
891
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
771
892
|
msgid "Puppet Classes"
|
772
893
|
msgstr "Clases Puppet"
|
773
894
|
|
774
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
895
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
896
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
897
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
775
898
|
msgid "Hosts"
|
776
899
|
msgstr "Hosts"
|
777
900
|
|
778
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
901
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
902
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
779
903
|
msgid "Host Groups"
|
780
904
|
msgstr "Grupo del host"
|
781
905
|
|
782
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
906
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
907
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
908
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
783
909
|
msgid "Actions"
|
784
910
|
msgstr "Acciones"
|
785
911
|
|
786
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
912
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
913
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
787
914
|
msgid "Delete %s?"
|
788
915
|
msgstr "¿Borrar %s?"
|
789
916
|
|
790
917
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
791
|
-
msgid "
|
792
|
-
|
918
|
+
msgid ""
|
919
|
+
"A config group provides a one-step method of associating many Puppet classes"
|
920
|
+
" to either a host or host group. Typically this would be used to add a "
|
921
|
+
"particular application profile or stack in one step."
|
922
|
+
msgstr ""
|
923
|
+
"Un grupo de configuración permite asociar muchas clases Puppet a un host o "
|
924
|
+
"grupo de hosts en un solo paso. Normalmente, esto se utilizaría para añadir "
|
925
|
+
"un perfil de aplicación particular o una pila en un solo paso."
|
793
926
|
|
794
927
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
795
928
|
msgid "Locations"
|
@@ -799,7 +932,9 @@ msgstr "Ubicaciones"
|
|
799
932
|
msgid "Organizations"
|
800
933
|
msgstr "Organizaciones"
|
801
934
|
|
802
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
935
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
936
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
937
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
803
938
|
msgid "Puppet Environments"
|
804
939
|
msgstr "Entornos Puppet"
|
805
940
|
|
@@ -807,7 +942,8 @@ msgstr "Entornos Puppet"
|
|
807
942
|
msgid "Environment|Name"
|
808
943
|
msgstr "Nombre"
|
809
944
|
|
810
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
945
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
946
|
+
#: ../lib/foreman_puppet/register.rb:168
|
811
947
|
msgid "Classes"
|
812
948
|
msgstr "Clases"
|
813
949
|
|
@@ -815,7 +951,8 @@ msgstr "Clases"
|
|
815
951
|
msgid "Create Environment"
|
816
952
|
msgstr "Crear entorno"
|
817
953
|
|
818
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
954
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
955
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
819
956
|
msgid "Puppet environments"
|
820
957
|
msgstr "Entornos Puppet"
|
821
958
|
|
@@ -832,10 +969,17 @@ msgid "No environments found"
|
|
832
969
|
msgstr "No se encontraron entornos"
|
833
970
|
|
834
971
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
835
|
-
msgid "
|
836
|
-
|
972
|
+
msgid ""
|
973
|
+
"There are no puppet environments set up on this puppet master. Please check "
|
974
|
+
"the puppet master configuration."
|
975
|
+
msgstr ""
|
976
|
+
"No hay entornos Puppet configurados en este puppetmaster. Verifique la "
|
977
|
+
"configuración de puppetmaster."
|
837
978
|
|
838
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
979
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
980
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
981
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
982
|
+
#: ../lib/foreman_puppet/register.rb:174
|
839
983
|
msgid "Smart Class Parameters"
|
840
984
|
msgstr "Parámetros de clase inteligente"
|
841
985
|
|
@@ -843,7 +987,9 @@ msgstr "Parámetros de clase inteligente"
|
|
843
987
|
msgid "Parameter"
|
844
988
|
msgstr "Parámetro"
|
845
989
|
|
846
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
990
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
991
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
992
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
847
993
|
msgid "Puppet Class"
|
848
994
|
msgstr "Clase Puppet"
|
849
995
|
|
@@ -852,14 +998,22 @@ msgid "Number of Overrides"
|
|
852
998
|
msgstr "Cantidad de reemplazos"
|
853
999
|
|
854
1000
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
855
|
-
msgid "
|
856
|
-
|
1001
|
+
msgid ""
|
1002
|
+
"Parameterized class support permits detecting, importing, and supplying "
|
1003
|
+
"parameters directly to classes which support it, via the ENC and depending "
|
1004
|
+
"on a set of rules (Smart Matchers)."
|
1005
|
+
msgstr ""
|
1006
|
+
"El soporte de clase parametrizada permite detectar, importar y suministrar "
|
1007
|
+
"parámetros a las clases que lo admiten de forma directa y a través de ENC, "
|
1008
|
+
"aunque depende de un conjunto de reglas (concordancias inteligentes o Smart "
|
1009
|
+
"Matchers)."
|
857
1010
|
|
858
1011
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
859
1012
|
msgid "Included Classes"
|
860
1013
|
msgstr "Clases incluidas"
|
861
1014
|
|
862
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
1015
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
1016
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
863
1017
|
msgid "Not authorized to edit classes"
|
864
1018
|
msgstr "No autorizado para editar clases"
|
865
1019
|
|
@@ -875,7 +1029,8 @@ msgstr "Clases disponibles"
|
|
875
1029
|
msgid "Filter classes"
|
876
1030
|
msgstr "Clases de filtro"
|
877
1031
|
|
878
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1032
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1033
|
+
#: ../webpack/src/foreman_class_edit.js:84
|
879
1034
|
msgid "belongs to config group"
|
880
1035
|
msgstr "pertenece a un grupo de configuración"
|
881
1036
|
|
@@ -892,8 +1047,12 @@ msgid "Omit"
|
|
892
1047
|
msgstr "Omitir"
|
893
1048
|
|
894
1049
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
895
|
-
msgid "
|
896
|
-
|
1050
|
+
msgid ""
|
1051
|
+
"The class could not be saved because of an error in one of the class "
|
1052
|
+
"parameters."
|
1053
|
+
msgstr ""
|
1054
|
+
"La clase no se pudo guardar debido a un error en uno de los parámetros de "
|
1055
|
+
"clase."
|
897
1056
|
|
898
1057
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
899
1058
|
msgid "Smart Class Parameter"
|
@@ -908,8 +1067,12 @@ msgid "This Puppet class has no parameters in its signature."
|
|
908
1067
|
msgstr "Esta clase Puppet no tiene parámetros en su firma."
|
909
1068
|
|
910
1069
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
911
|
-
msgid "
|
912
|
-
|
1070
|
+
msgid ""
|
1071
|
+
"To update the class signature, go to the Puppet Classes page and select "
|
1072
|
+
"\"Import\"."
|
1073
|
+
msgstr ""
|
1074
|
+
"Para actualizar la firma de clase, seleccione \"Importar\" en la página de "
|
1075
|
+
"clases Puppet."
|
913
1076
|
|
914
1077
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
915
1078
|
msgid "Filter by name"
|
@@ -931,7 +1094,10 @@ msgstr "Editar clase Puppet %s"
|
|
931
1094
|
msgid "Puppetclass|Name"
|
932
1095
|
msgstr "Nombre"
|
933
1096
|
|
934
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1097
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1098
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1099
|
+
#: ../lib/foreman_puppet/register.rb:165
|
1100
|
+
#: ../webpack/src/Components/Environments/Welcome.js:21
|
935
1101
|
msgid "Environments"
|
936
1102
|
msgstr "Entornos"
|
937
1103
|
|
@@ -952,21 +1118,25 @@ msgid "Set parameters to defaults"
|
|
952
1118
|
msgstr "Restablecer los parámetros predeterminados"
|
953
1119
|
|
954
1120
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
955
|
-
msgid "
|
956
|
-
|
1121
|
+
msgid ""
|
1122
|
+
"This will reset parameters of the class %s to their default values. "
|
1123
|
+
"Continue?"
|
1124
|
+
msgstr ""
|
1125
|
+
"Esto restablecerá los parámetros de la clase %s a los valores "
|
1126
|
+
"predeterminados. ¿Continuar?"
|
957
1127
|
|
958
1128
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
959
|
-
msgid "Puppet Class Parameters"
|
960
|
-
msgstr "Parámetros de clase de Puppet"
|
961
|
-
|
962
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
963
1129
|
msgid "Notice"
|
964
1130
|
msgstr "Notificación"
|
965
1131
|
|
966
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1132
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
967
1133
|
msgid "Please select an environment first"
|
968
1134
|
msgstr "Seleccione primero un entorno"
|
969
1135
|
|
1136
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1137
|
+
msgid "Puppet Class Parameters"
|
1138
|
+
msgstr "Parámetros de clase de Puppet"
|
1139
|
+
|
970
1140
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
971
1141
|
msgid "Select environment"
|
972
1142
|
msgstr "Seleccionar entorno"
|
@@ -995,37 +1165,37 @@ msgstr "Combinaciones válidas de grupos de hosts y entornos"
|
|
995
1165
|
msgid "Add Combination"
|
996
1166
|
msgstr "Añadir combinación"
|
997
1167
|
|
998
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
1168
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
999
1169
|
msgid "General"
|
1000
1170
|
msgstr "General"
|
1001
1171
|
|
1002
|
-
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
1172
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
1003
1173
|
msgid "Hosts managed:"
|
1004
1174
|
msgstr "Hosts administrados:"
|
1005
1175
|
|
1006
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
1007
|
-
msgid "Certificates"
|
1008
|
-
msgstr ""
|
1009
|
-
|
1010
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
1011
|
-
msgid "Autosign entries"
|
1012
|
-
msgstr ""
|
1013
|
-
|
1014
1176
|
#: ../lib/foreman_puppet/register.rb:7
|
1015
1177
|
msgid "Facts"
|
1016
1178
|
msgstr "Eventos"
|
1017
1179
|
|
1018
1180
|
#: ../lib/foreman_puppet/register.rb:10
|
1019
|
-
msgid "
|
1020
|
-
|
1181
|
+
msgid ""
|
1182
|
+
"Foreman will default to this puppet environment if it cannot auto detect one"
|
1183
|
+
msgstr ""
|
1184
|
+
"Foreman usará este entorno Puppet si no puede detectar uno automáticamente"
|
1021
1185
|
|
1022
1186
|
#: ../lib/foreman_puppet/register.rb:12
|
1023
1187
|
msgid "Default Puppet environment"
|
1024
1188
|
msgstr "Entorno Puppet predeterminado"
|
1025
1189
|
|
1026
1190
|
#: ../lib/foreman_puppet/register.rb:16
|
1027
|
-
msgid "
|
1028
|
-
|
1191
|
+
msgid ""
|
1192
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. "
|
1193
|
+
"This will avoid conflicts between the environment in puppet.conf and the "
|
1194
|
+
"environment set in Foreman"
|
1195
|
+
msgstr ""
|
1196
|
+
"Foreman establecerá explícitamente el entorno puppet en las salida yaml de "
|
1197
|
+
"ENC. Esto evitará conflictos entre el entorno de puppet.conf y el "
|
1198
|
+
"establecido en Foreman"
|
1029
1199
|
|
1030
1200
|
#: ../lib/foreman_puppet/register.rb:19
|
1031
1201
|
msgid "ENC environment"
|
@@ -1044,29 +1214,34 @@ msgid "Config Management"
|
|
1044
1214
|
msgstr "Administración de configuración"
|
1045
1215
|
|
1046
1216
|
#: ../lib/foreman_puppet/register.rb:30
|
1047
|
-
msgid "
|
1048
|
-
|
1217
|
+
msgid ""
|
1218
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
1219
|
+
" sync."
|
1220
|
+
msgstr ""
|
1221
|
+
"Duración en minutos después de que los servidores que informan mediante "
|
1222
|
+
"Puppet se clasifiquen como fuera de sincronización."
|
1049
1223
|
|
1050
1224
|
#: ../lib/foreman_puppet/register.rb:32
|
1051
1225
|
msgid "Puppet interval"
|
1052
1226
|
msgstr "Intervalo Puppet"
|
1053
1227
|
|
1054
1228
|
#: ../lib/foreman_puppet/register.rb:35
|
1055
|
-
msgid "
|
1056
|
-
|
1229
|
+
msgid ""
|
1230
|
+
"Disable host configuration status turning to out of sync for %s after report"
|
1231
|
+
" does not arrive within configured interval"
|
1232
|
+
msgstr ""
|
1233
|
+
"Deshabilitar el estado de configuración de host que pasa a fuera de "
|
1234
|
+
"sincronización para %s si el informe no llega dentro del intervalo "
|
1235
|
+
"configurado"
|
1057
1236
|
|
1058
1237
|
#: ../lib/foreman_puppet/register.rb:37
|
1059
1238
|
msgid "%s out of sync disabled"
|
1060
1239
|
msgstr "%s fuera de sincronización deshabilitado"
|
1061
1240
|
|
1062
|
-
#: ../lib/foreman_puppet/register.rb:
|
1241
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1063
1242
|
msgid "Puppet ENC"
|
1064
1243
|
msgstr ""
|
1065
1244
|
|
1066
|
-
#: ../webpack/src/Components/Environments/Welcome.js:13
|
1067
|
-
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>"
|
1068
|
-
msgstr ""
|
1069
|
-
|
1070
1245
|
#: ../webpack/src/foreman_class_edit.js:146
|
1071
1246
|
msgid "Click to remove config group"
|
1072
1247
|
msgstr "Haga clic para eliminar el grupo de configuración"
|
@@ -1079,10 +1254,6 @@ msgstr "Quitar"
|
|
1079
1254
|
msgid "Loading parameters..."
|
1080
1255
|
msgstr "Cargando parámetros..."
|
1081
1256
|
|
1082
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1083
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1084
|
-
msgstr ""
|
1085
|
-
|
1086
1257
|
#: action_names.rb:2
|
1087
1258
|
msgid "Action with sub plans"
|
1088
1259
|
msgstr "Acción con subplanes"
|