foreman_puppet 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
- data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
- data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
- data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
- data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
- data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
- data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
- data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
- data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
- data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
- data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
- data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +243 -167
- data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
- data/locale/de/foreman_puppet.edit.po +339 -220
- data/locale/en/foreman_puppet.edit.po +89 -229
- data/locale/en_GB/foreman_puppet.edit.po +210 -166
- data/locale/es/foreman_puppet.edit.po +333 -223
- data/locale/fr/foreman_puppet.edit.po +339 -236
- data/locale/gl/foreman_puppet.edit.po +216 -155
- data/locale/it/foreman_puppet.edit.po +262 -185
- data/locale/ja/foreman_puppet.edit.po +247 -201
- data/locale/ko/foreman_puppet.edit.po +213 -171
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +249 -168
- data/locale/pl/foreman_puppet.edit.po +267 -175
- data/locale/pt_BR/foreman_puppet.edit.po +345 -227
- data/locale/ru/foreman_puppet.edit.po +268 -191
- data/locale/sv_SE/foreman_puppet.edit.po +215 -156
- data/locale/zh_CN/foreman_puppet.edit.po +237 -202
- data/locale/zh_TW/foreman_puppet.edit.po +213 -173
- data/webpack/src/Components/Environments/Welcome.js +1 -1
- metadata +69 -61
- data/locale/ka/foreman_puppet.edit.po +0 -1177
- /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -2,53 +2,71 @@
|
|
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
|
9
9
|
# francis <hackgo@gmail.com>, 2021
|
10
|
+
# Jared Nelson <jared@ajpadilla.com>, 2021
|
10
11
|
# Gustavo Varela <gustavo.varela@gmail.com>, 2021
|
12
|
+
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
|
13
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2021
|
14
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
11
15
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
|
12
16
|
# elobato <elobatocs@gmail.com>, 2021
|
13
|
-
#
|
14
|
-
|
15
|
-
# Jared Nelson <jared@ajpadilla.com>, 2022
|
16
|
-
# mbacovsky <martin.bacovsky@gmail.com>, 2022
|
17
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
18
|
-
#
|
17
|
+
#
|
18
|
+
#, fuzzy
|
19
19
|
msgid ""
|
20
20
|
msgstr ""
|
21
|
-
"Project-Id-Version: foreman_puppet
|
21
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
23
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
23
24
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
24
|
-
"Last-Translator:
|
25
|
+
"Last-Translator: elobato <elobatocs@gmail.com>, 2021\n"
|
25
26
|
"Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
|
26
27
|
"MIME-Version: 1.0\n"
|
27
28
|
"Content-Type: text/plain; charset=UTF-8\n"
|
28
29
|
"Content-Transfer-Encoding: 8bit\n"
|
29
30
|
"Language: es\n"
|
30
|
-
"Plural-Forms: nplurals=
|
31
|
-
" 2;\n"
|
31
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
32
32
|
|
33
33
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
34
|
-
msgid "
|
35
|
-
|
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"
|
36
41
|
|
37
|
-
#: ../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
|
38
44
|
msgid "No changes to your environments detected"
|
39
45
|
msgstr "No se detectaron cambios en sus entornos"
|
40
46
|
|
41
47
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
42
|
-
msgid "
|
43
|
-
|
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"
|
44
54
|
|
45
55
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
46
|
-
msgid "
|
47
|
-
|
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"
|
48
62
|
|
49
63
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
50
|
-
msgid "
|
51
|
-
|
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'."
|
52
70
|
|
53
71
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
54
72
|
msgid "Ignored environments: %s"
|
@@ -78,41 +96,56 @@ msgstr ""
|
|
78
96
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
79
97
|
msgstr ""
|
80
98
|
|
81
|
-
#: ../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
|
82
101
|
msgid "ID of associated puppet Environment"
|
83
102
|
msgstr ""
|
84
103
|
|
85
|
-
#: ../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
|
86
106
|
msgid "IDs of associated Puppetclasses"
|
87
107
|
msgstr ""
|
88
108
|
|
89
|
-
#: ../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
|
90
111
|
msgid "IDs of associated ConfigGroups"
|
91
112
|
msgstr ""
|
92
113
|
|
93
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
114
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
94
115
|
msgid "Import puppet classes from puppet proxy"
|
95
116
|
msgstr "Importar clases puppet desde el proxy de puppet"
|
96
117
|
|
97
|
-
#: ../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
|
98
120
|
msgid "Import puppet classes from puppet proxy for an environment"
|
99
121
|
msgstr "Importar clases puppet desde el proxy puppet de un entorno"
|
100
122
|
|
101
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
102
|
-
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"
|
103
127
|
msgstr ""
|
104
128
|
|
105
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
106
|
-
msgid "
|
107
|
-
|
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"
|
108
136
|
|
109
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
137
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
110
138
|
msgid "The requested environment cannot be found."
|
111
139
|
msgstr ""
|
112
140
|
|
113
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
114
|
-
|
115
|
-
|
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."
|
116
149
|
|
117
150
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
118
151
|
msgid "List template combination"
|
@@ -138,7 +171,9 @@ msgstr ""
|
|
138
171
|
msgid "environment id"
|
139
172
|
msgstr "ID de entorno"
|
140
173
|
|
141
|
-
#: ../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
|
142
177
|
msgid "ID of environment"
|
143
178
|
msgstr "ID del entorno"
|
144
179
|
|
@@ -162,7 +197,8 @@ msgstr ""
|
|
162
197
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
163
198
|
msgstr ""
|
164
199
|
|
165
|
-
#: ../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
|
166
202
|
msgid "No environment selected!"
|
167
203
|
msgstr "¡Ningún entorno seleccionado!"
|
168
204
|
|
@@ -184,27 +220,35 @@ msgstr "¡El proxy seleccionado no es válido!"
|
|
184
220
|
|
185
221
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
|
186
222
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
187
|
-
msgstr "
|
223
|
+
msgstr "No se pudo establecer el proxy %{proxy_type} para %{host}."
|
188
224
|
|
189
225
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
190
226
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
191
|
-
msgstr "
|
227
|
+
msgstr ""
|
228
|
+
"El proxy %{proxy_type} de los hosts seleccionados se estableció como "
|
229
|
+
"%{proxy_name}"
|
192
230
|
|
193
|
-
#: ../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
|
194
233
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
195
|
-
msgstr "Se
|
234
|
+
msgstr "Se borró el proxy %{proxy_type} de los hosts seleccionados."
|
196
235
|
|
197
|
-
#: ../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
|
198
238
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
199
|
-
msgid_plural "
|
239
|
+
msgid_plural ""
|
240
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
200
241
|
msgstr[0] ""
|
201
242
|
msgstr[1] ""
|
202
243
|
|
203
244
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
204
|
-
msgid "
|
205
|
-
|
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}."
|
206
250
|
|
207
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
251
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
208
252
|
msgid "Puppet"
|
209
253
|
msgstr "Puppet"
|
210
254
|
|
@@ -248,7 +292,12 @@ msgstr "Listar entornos por ubicación"
|
|
248
292
|
msgid "List environments per organization"
|
249
293
|
msgstr "Listar entornos por organización"
|
250
294
|
|
251
|
-
#: ../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
|
252
301
|
msgid "ID of Puppet class"
|
253
302
|
msgstr "ID de la clase Puppet"
|
254
303
|
|
@@ -276,7 +325,10 @@ msgstr "Listar todos los ID de clases Puppet para host"
|
|
276
325
|
msgid "Add a Puppet class to host"
|
277
326
|
msgstr "Añadir una clase Puppet al host"
|
278
327
|
|
279
|
-
#: ../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
|
280
332
|
msgid "ID of host"
|
281
333
|
msgstr "ID del host"
|
282
334
|
|
@@ -292,7 +344,10 @@ msgstr "Listar todos los ID de clases Puppet del grupo de hosts"
|
|
292
344
|
msgid "Add a Puppet class to host group"
|
293
345
|
msgstr "Añadir una clase Puppet al grupo de hosts"
|
294
346
|
|
295
|
-
#: ../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
|
296
351
|
msgid "ID of host group"
|
297
352
|
msgstr "ID del grupo de hosts"
|
298
353
|
|
@@ -302,15 +357,22 @@ msgstr "Eliminar clase Puppet de grupo de hosts"
|
|
302
357
|
|
303
358
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
|
304
359
|
msgid "List of override values for a specific smart class parameter"
|
305
|
-
msgstr "
|
360
|
+
msgstr ""
|
361
|
+
"Lista de valores de sobrescritura para un parámetro específico de clase "
|
362
|
+
"inteligente"
|
306
363
|
|
307
|
-
#: ../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
|
308
368
|
msgid "Display hidden values"
|
309
369
|
msgstr "Mostrar valores ocultos"
|
310
370
|
|
311
371
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
|
312
372
|
msgid "Show an override value for a specific smart class parameter"
|
313
|
-
msgstr "
|
373
|
+
msgstr ""
|
374
|
+
"Mostrar un valor de sobrescritura para un parámetro específico de clase "
|
375
|
+
"inteligente"
|
314
376
|
|
315
377
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
|
316
378
|
msgid "Override match"
|
@@ -326,19 +388,25 @@ msgstr "Foreman no enviará este parámetro en el resultado de clasificación"
|
|
326
388
|
|
327
389
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
|
328
390
|
msgid "Create an override value for a specific smart class parameter"
|
329
|
-
msgstr "
|
391
|
+
msgstr ""
|
392
|
+
"Crear un valor de sobrescritura para un parámetro específico de clase "
|
393
|
+
"inteligente"
|
330
394
|
|
331
395
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
|
332
396
|
msgid "Update an override value for a specific smart class parameter"
|
333
|
-
msgstr "
|
397
|
+
msgstr ""
|
398
|
+
"Actualizar un valor de sobrescritura para un parámetro específico de clase "
|
399
|
+
"inteligente"
|
334
400
|
|
335
401
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
|
336
402
|
msgid "Delete an override value for a specific smart class parameter"
|
337
|
-
msgstr "
|
403
|
+
msgstr ""
|
404
|
+
"Borrar un valor de sobrescritura para un parámetro de clase inteligente "
|
405
|
+
"específico"
|
338
406
|
|
339
407
|
#: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
|
340
408
|
msgid "%{model} with id '%{id}' was not found"
|
341
|
-
msgstr "%{model} con id '%{id}'
|
409
|
+
msgstr "No se encontró %{model} con id '%{id}'."
|
342
410
|
|
343
411
|
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
|
344
412
|
msgid "List all Puppet classes"
|
@@ -394,19 +462,25 @@ msgstr "Lista de parámetros de clase inteligentes para un host determinado"
|
|
394
462
|
|
395
463
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
|
396
464
|
msgid "List of smart class parameters for a specific host group"
|
397
|
-
msgstr "
|
465
|
+
msgstr ""
|
466
|
+
"Lista de parámetros de clase inteligentes para un grupo de hosts determinado"
|
398
467
|
|
399
468
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
|
400
469
|
msgid "List of smart class parameters for a specific Puppet class"
|
401
|
-
msgstr "
|
470
|
+
msgstr ""
|
471
|
+
"Lista de parámetros de clase inteligentes para una clase Puppet específica"
|
402
472
|
|
403
473
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
|
404
474
|
msgid "List of smart class parameters for a specific environment"
|
405
475
|
msgstr "Lista de parámetros de clase inteligentes para un entorno determinado"
|
406
476
|
|
407
477
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
408
|
-
msgid "
|
409
|
-
|
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"
|
410
484
|
|
411
485
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
412
486
|
msgid "Show a smart class parameter"
|
@@ -418,7 +492,8 @@ msgstr "Actualizar un parámetro de clase inteligente"
|
|
418
492
|
|
419
493
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
|
420
494
|
msgid "Whether the smart class parameter value is managed by Foreman"
|
421
|
-
msgstr "
|
495
|
+
msgstr ""
|
496
|
+
"Si el valor del parámetro de clase inteligente es administrado por Foreman"
|
422
497
|
|
423
498
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
|
424
499
|
msgid "Description of smart class"
|
@@ -433,10 +508,13 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
433
508
|
msgstr "Al habilitarse, el parámetro está oculto en la UI."
|
434
509
|
|
435
510
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
436
|
-
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"
|
437
514
|
msgstr ""
|
438
515
|
|
439
|
-
#: ../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
|
440
518
|
msgid "The order in which values are resolved"
|
441
519
|
msgstr "El orden en el cual se resuelven los valores"
|
442
520
|
|
@@ -453,8 +531,12 @@ msgid "Types of variable values"
|
|
453
531
|
msgstr "Tipos de valores de variable"
|
454
532
|
|
455
533
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
456
|
-
msgid "
|
457
|
-
|
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"
|
458
540
|
|
459
541
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
460
542
|
msgid "Merge all matching values (only array/hash type)"
|
@@ -462,7 +544,8 @@ msgstr "Combinar todos los valores que coinciden (solo tipo array/hash)"
|
|
462
544
|
|
463
545
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
|
464
546
|
msgid "Include default value when merging all matching values"
|
465
|
-
msgstr "
|
547
|
+
msgstr ""
|
548
|
+
"Incluir el valor predeterminado al combinar todos los valores que coinciden"
|
466
549
|
|
467
550
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
468
551
|
msgid "Remove duplicate values (only array type)"
|
@@ -470,24 +553,25 @@ msgstr "Eliminar valores duplicados (solo tipo array)"
|
|
470
553
|
|
471
554
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
|
472
555
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
473
|
-
msgstr "Se han sobrescrito
|
556
|
+
msgstr "Se han sobrescrito con éxito todos los parámetros de clase Puppet %s"
|
474
557
|
|
475
558
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
476
|
-
msgid "
|
477
|
-
|
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"
|
478
564
|
|
479
565
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
480
566
|
msgid "No parameters to override for Puppet class %s"
|
481
|
-
msgstr "No hay parámetros para la clase Puppet %s"
|
567
|
+
msgstr "No hay parámetros para sobrescribir la clase Puppet %s"
|
482
568
|
|
483
|
-
#: ../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
|
484
572
|
msgid "Create Puppet Environment"
|
485
573
|
msgstr "Crear entorno Puppet"
|
486
574
|
|
487
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
|
488
|
-
msgid "Help"
|
489
|
-
msgstr "Ayuda"
|
490
|
-
|
491
575
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
492
576
|
msgid "Change Environment"
|
493
577
|
msgstr "Cambiar entorno"
|
@@ -504,7 +588,7 @@ msgstr ""
|
|
504
588
|
msgid "Puppet external nodes YAML dump"
|
505
589
|
msgstr "Volcado YAML de nodos externos Puppet"
|
506
590
|
|
507
|
-
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
591
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
508
592
|
msgid "Puppet Environment"
|
509
593
|
msgstr "Entorno de Puppet"
|
510
594
|
|
@@ -538,11 +622,15 @@ msgstr ""
|
|
538
622
|
|
539
623
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
|
540
624
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
541
|
-
msgstr "Parámetro
|
625
|
+
msgstr "Parámetro requerido sin valor.<br/><b>¡Sustituir!</b><br/>"
|
542
626
|
|
543
627
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
544
|
-
msgid "
|
545
|
-
|
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/>"
|
546
634
|
|
547
635
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
548
636
|
msgid "Empty environment"
|
@@ -554,7 +642,7 @@ msgstr "Entorno eliminado"
|
|
554
642
|
|
555
643
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
|
556
644
|
msgid "Deleted environment %{env} and %{pcs}"
|
557
|
-
msgstr "
|
645
|
+
msgstr "Eliminado entorno %{env} y %{pcs}"
|
558
646
|
|
559
647
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
|
560
648
|
msgid "Ignored environment"
|
@@ -570,7 +658,7 @@ msgstr "Importar entornos desde %s"
|
|
570
658
|
|
571
659
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
|
572
660
|
msgid "Import classes from %s"
|
573
|
-
msgstr "Importar clases
|
661
|
+
msgstr "Importar clases desde %s"
|
574
662
|
|
575
663
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
|
576
664
|
msgid "%{name} has %{num_tag} class"
|
@@ -578,7 +666,8 @@ msgid_plural "%{name} has %{num_tag} classes"
|
|
578
666
|
msgstr[0] ""
|
579
667
|
msgstr[1] ""
|
580
668
|
|
581
|
-
#: ../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
|
582
671
|
msgid "Click to remove %s"
|
583
672
|
msgstr "Haga clic para eliminar %s"
|
584
673
|
|
@@ -586,7 +675,8 @@ msgstr "Haga clic para eliminar %s"
|
|
586
675
|
msgid "Click to add %s"
|
587
676
|
msgstr "Haga clic para añadir %s"
|
588
677
|
|
589
|
-
#: ../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
|
590
680
|
msgid "None"
|
591
681
|
msgstr "Ninguno"
|
592
682
|
|
@@ -621,8 +711,12 @@ msgid "Operating system default"
|
|
621
711
|
msgstr "Sistema operativo predeterminado"
|
622
712
|
|
623
713
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
624
|
-
msgid "
|
625
|
-
|
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."
|
626
720
|
|
627
721
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
628
722
|
msgid "Operating System"
|
@@ -630,19 +724,28 @@ msgstr "Sistema operativo"
|
|
630
724
|
|
631
725
|
#: ../app/models/foreman_puppet/environment.rb:44
|
632
726
|
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
633
|
-
msgstr "
|
727
|
+
msgstr ""
|
728
|
+
"No se encuentra un Proxy Foreman con características de Puppet habilitadas"
|
634
729
|
|
635
730
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:61
|
636
731
|
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
637
732
|
msgstr ""
|
638
733
|
|
639
734
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
640
|
-
msgid "
|
641
|
-
|
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."
|
642
741
|
|
643
742
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
644
|
-
msgid "
|
645
|
-
|
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"
|
646
749
|
|
647
750
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
648
751
|
msgid "must be true to edit the parameter"
|
@@ -696,7 +799,11 @@ msgstr "Marcar/Desmarcar obsoletos"
|
|
696
799
|
msgid "Check/Uncheck all"
|
697
800
|
msgstr "Marcar/Desmarcar todos"
|
698
801
|
|
699
|
-
#: ../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
|
700
807
|
msgid "Environment"
|
701
808
|
msgstr "Entorno"
|
702
809
|
|
@@ -710,7 +817,7 @@ msgstr "Módulos Puppet"
|
|
710
817
|
|
711
818
|
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
|
712
819
|
msgid "Check/Uncheck all %s changes"
|
713
|
-
msgstr "Marcar/Desmarcar todos los cambios %s
|
820
|
+
msgstr "Marcar/Desmarcar todos los cambios %s"
|
714
821
|
|
715
822
|
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
|
716
823
|
msgid "Add:"
|
@@ -736,19 +843,20 @@ msgstr "Cancelar"
|
|
736
843
|
msgid "Update"
|
737
844
|
msgstr "Actualizar"
|
738
845
|
|
739
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
846
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
740
847
|
msgid "included already from parent"
|
741
848
|
msgstr "incluidos previamente por el padre"
|
742
849
|
|
743
|
-
#: ../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
|
744
852
|
msgid "Remove"
|
745
853
|
msgstr "Eliminar"
|
746
854
|
|
747
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
855
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
748
856
|
msgid "Add"
|
749
857
|
msgstr "Añadir"
|
750
858
|
|
751
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
859
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
752
860
|
msgid "%s is not in environment"
|
753
861
|
msgstr "%s no está en el entorno"
|
754
862
|
|
@@ -760,41 +868,61 @@ msgstr "Grupos de configuración Incluidos"
|
|
760
868
|
msgid "Available Config Groups"
|
761
869
|
msgstr "Grupos de configuración disponibles"
|
762
870
|
|
763
|
-
#: ../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
|
764
874
|
msgid "Edit %s"
|
765
875
|
msgstr "Editar %s"
|
766
876
|
|
767
|
-
#: ../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
|
768
881
|
msgid "Config Groups"
|
769
882
|
msgstr "Grupos de configuración"
|
770
883
|
|
771
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
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
|
772
887
|
msgid "Create Config Group"
|
773
888
|
msgstr "Crear grupo de configuración"
|
774
889
|
|
775
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
890
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
891
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
776
892
|
msgid "Puppet Classes"
|
777
893
|
msgstr "Clases Puppet"
|
778
894
|
|
779
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
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
|
780
898
|
msgid "Hosts"
|
781
899
|
msgstr "Hosts"
|
782
900
|
|
783
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
901
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
902
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
784
903
|
msgid "Host Groups"
|
785
904
|
msgstr "Grupo del host"
|
786
905
|
|
787
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
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
|
788
909
|
msgid "Actions"
|
789
910
|
msgstr "Acciones"
|
790
911
|
|
791
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
912
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
913
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
792
914
|
msgid "Delete %s?"
|
793
|
-
msgstr "Borrar %s?"
|
915
|
+
msgstr "¿Borrar %s?"
|
794
916
|
|
795
917
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
796
|
-
msgid "
|
797
|
-
|
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."
|
798
926
|
|
799
927
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
800
928
|
msgid "Locations"
|
@@ -804,7 +932,9 @@ msgstr "Ubicaciones"
|
|
804
932
|
msgid "Organizations"
|
805
933
|
msgstr "Organizaciones"
|
806
934
|
|
807
|
-
#: ../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
|
808
938
|
msgid "Puppet Environments"
|
809
939
|
msgstr "Entornos Puppet"
|
810
940
|
|
@@ -812,7 +942,8 @@ msgstr "Entornos Puppet"
|
|
812
942
|
msgid "Environment|Name"
|
813
943
|
msgstr "Nombre"
|
814
944
|
|
815
|
-
#: ../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
|
816
947
|
msgid "Classes"
|
817
948
|
msgstr "Clases"
|
818
949
|
|
@@ -820,7 +951,8 @@ msgstr "Clases"
|
|
820
951
|
msgid "Create Environment"
|
821
952
|
msgstr "Crear entorno"
|
822
953
|
|
823
|
-
#: ../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
|
824
956
|
msgid "Puppet environments"
|
825
957
|
msgstr "Entornos Puppet"
|
826
958
|
|
@@ -837,10 +969,17 @@ msgid "No environments found"
|
|
837
969
|
msgstr "No se encontraron entornos"
|
838
970
|
|
839
971
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
840
|
-
msgid "
|
841
|
-
|
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."
|
842
978
|
|
843
|
-
#: ../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
|
844
983
|
msgid "Smart Class Parameters"
|
845
984
|
msgstr "Parámetros de clase inteligente"
|
846
985
|
|
@@ -848,7 +987,9 @@ msgstr "Parámetros de clase inteligente"
|
|
848
987
|
msgid "Parameter"
|
849
988
|
msgstr "Parámetro"
|
850
989
|
|
851
|
-
#: ../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
|
852
993
|
msgid "Puppet Class"
|
853
994
|
msgstr "Clase Puppet"
|
854
995
|
|
@@ -857,14 +998,22 @@ msgid "Number of Overrides"
|
|
857
998
|
msgstr "Cantidad de reemplazos"
|
858
999
|
|
859
1000
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
860
|
-
msgid "
|
861
|
-
|
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)."
|
862
1010
|
|
863
1011
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
864
1012
|
msgid "Included Classes"
|
865
1013
|
msgstr "Clases incluidas"
|
866
1014
|
|
867
|
-
#: ../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
|
868
1017
|
msgid "Not authorized to edit classes"
|
869
1018
|
msgstr "No autorizado para editar clases"
|
870
1019
|
|
@@ -880,7 +1029,8 @@ msgstr "Clases disponibles"
|
|
880
1029
|
msgid "Filter classes"
|
881
1030
|
msgstr "Clases de filtro"
|
882
1031
|
|
883
|
-
#: ../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
|
884
1034
|
msgid "belongs to config group"
|
885
1035
|
msgstr "pertenece a un grupo de configuración"
|
886
1036
|
|
@@ -897,8 +1047,12 @@ msgid "Omit"
|
|
897
1047
|
msgstr "Omitir"
|
898
1048
|
|
899
1049
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
900
|
-
msgid "
|
901
|
-
|
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."
|
902
1056
|
|
903
1057
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
904
1058
|
msgid "Smart Class Parameter"
|
@@ -913,8 +1067,12 @@ msgid "This Puppet class has no parameters in its signature."
|
|
913
1067
|
msgstr "Esta clase Puppet no tiene parámetros en su firma."
|
914
1068
|
|
915
1069
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
916
|
-
msgid "
|
917
|
-
|
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."
|
918
1076
|
|
919
1077
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
920
1078
|
msgid "Filter by name"
|
@@ -930,13 +1088,16 @@ msgstr "Reemplazado"
|
|
930
1088
|
|
931
1089
|
#: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
|
932
1090
|
msgid "Edit Puppet Class %s"
|
933
|
-
msgstr "Editar clase
|
1091
|
+
msgstr "Editar clase Puppet %s"
|
934
1092
|
|
935
1093
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
|
936
1094
|
msgid "Puppetclass|Name"
|
937
1095
|
msgstr "Nombre"
|
938
1096
|
|
939
|
-
#: ../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
|
940
1101
|
msgid "Environments"
|
941
1102
|
msgstr "Entornos"
|
942
1103
|
|
@@ -950,28 +1111,32 @@ msgstr "Sobrescribir todos los parámetros"
|
|
950
1111
|
|
951
1112
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
|
952
1113
|
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
953
|
-
msgstr "
|
1114
|
+
msgstr "Se establecerán todos los parámetros de la clase %s. ¿Continuar?"
|
954
1115
|
|
955
1116
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
956
1117
|
msgid "Set parameters to defaults"
|
957
1118
|
msgstr "Restablecer los parámetros predeterminados"
|
958
1119
|
|
959
1120
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
960
|
-
msgid "
|
961
|
-
|
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?"
|
962
1127
|
|
963
1128
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
964
|
-
msgid "Puppet Class Parameters"
|
965
|
-
msgstr "Parámetros de clase de Puppet"
|
966
|
-
|
967
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
968
1129
|
msgid "Notice"
|
969
1130
|
msgstr "Notificación"
|
970
1131
|
|
971
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1132
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
972
1133
|
msgid "Please select an environment first"
|
973
1134
|
msgstr "Seleccione primero un entorno"
|
974
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
|
+
|
975
1140
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
976
1141
|
msgid "Select environment"
|
977
1142
|
msgstr "Seleccionar entorno"
|
@@ -1013,16 +1178,24 @@ msgid "Facts"
|
|
1013
1178
|
msgstr "Eventos"
|
1014
1179
|
|
1015
1180
|
#: ../lib/foreman_puppet/register.rb:10
|
1016
|
-
msgid "
|
1017
|
-
|
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"
|
1018
1185
|
|
1019
1186
|
#: ../lib/foreman_puppet/register.rb:12
|
1020
1187
|
msgid "Default Puppet environment"
|
1021
1188
|
msgstr "Entorno Puppet predeterminado"
|
1022
1189
|
|
1023
1190
|
#: ../lib/foreman_puppet/register.rb:16
|
1024
|
-
msgid "
|
1025
|
-
|
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"
|
1026
1199
|
|
1027
1200
|
#: ../lib/foreman_puppet/register.rb:19
|
1028
1201
|
msgid "ENC environment"
|
@@ -1041,125 +1214,62 @@ msgid "Config Management"
|
|
1041
1214
|
msgstr "Administración de configuración"
|
1042
1215
|
|
1043
1216
|
#: ../lib/foreman_puppet/register.rb:30
|
1044
|
-
msgid "
|
1045
|
-
|
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."
|
1046
1223
|
|
1047
1224
|
#: ../lib/foreman_puppet/register.rb:32
|
1048
1225
|
msgid "Puppet interval"
|
1049
1226
|
msgstr "Intervalo Puppet"
|
1050
1227
|
|
1051
1228
|
#: ../lib/foreman_puppet/register.rb:35
|
1052
|
-
msgid "
|
1053
|
-
|
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"
|
1054
1236
|
|
1055
1237
|
#: ../lib/foreman_puppet/register.rb:37
|
1056
1238
|
msgid "%s out of sync disabled"
|
1057
|
-
msgstr "%s
|
1239
|
+
msgstr "%s fuera de sincronización deshabilitado"
|
1058
1240
|
|
1059
|
-
#: ../lib/foreman_puppet/register.rb:
|
1241
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1060
1242
|
msgid "Puppet ENC"
|
1061
1243
|
msgstr ""
|
1062
1244
|
|
1063
|
-
#: ../lib/foreman_puppet/register.rb:230
|
1064
|
-
msgid "Puppet env"
|
1065
|
-
msgstr ""
|
1066
|
-
|
1067
|
-
#: ../webpack/src/Components/Environments/Welcome.js:18
|
1068
|
-
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
|
1069
|
-
msgstr ""
|
1070
|
-
|
1071
|
-
#: ../webpack/src/Components/Environments/Welcome.js:29
|
1072
|
-
msgid "Puppet classes"
|
1073
|
-
msgstr ""
|
1074
|
-
|
1075
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
|
1076
|
-
msgid "Assigned classes"
|
1077
|
-
msgstr ""
|
1078
|
-
|
1079
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
|
1080
|
-
msgid "This tab is still a work in progress"
|
1081
|
-
msgstr ""
|
1082
|
-
|
1083
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
|
1084
|
-
msgid "Smart class parameters"
|
1085
|
-
msgstr "Parámetros de clase inteligentes"
|
1086
|
-
|
1087
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
|
1088
|
-
msgid "Couldn't find any ENC data for this host"
|
1089
|
-
msgstr ""
|
1090
|
-
|
1091
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
|
1092
|
-
msgid "Error!"
|
1093
|
-
msgstr "Error"
|
1094
|
-
|
1095
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
|
1096
|
-
msgid "Puppet details"
|
1097
|
-
msgstr ""
|
1098
|
-
|
1099
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
|
1100
|
-
msgid "Puppet environment"
|
1101
|
-
msgstr "Entorno de Puppet"
|
1102
|
-
|
1103
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
|
1104
|
-
msgid "Puppet Smart Proxy"
|
1105
|
-
msgstr ""
|
1106
|
-
|
1107
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
|
1108
|
-
msgid "Puppet CA Smart Proxy"
|
1109
|
-
msgstr ""
|
1110
|
-
|
1111
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
|
1112
|
-
msgid "Reports"
|
1113
|
-
msgstr "Informes"
|
1114
|
-
|
1115
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
|
1116
|
-
msgid "ENC Preview"
|
1117
|
-
msgstr ""
|
1118
|
-
|
1119
1245
|
#: ../webpack/src/foreman_class_edit.js:146
|
1120
1246
|
msgid "Click to remove config group"
|
1121
1247
|
msgstr "Haga clic para eliminar el grupo de configuración"
|
1122
1248
|
|
1123
1249
|
#: ../webpack/src/foreman_class_edit.js:149
|
1124
1250
|
msgid " Remove"
|
1125
|
-
msgstr "
|
1251
|
+
msgstr "Quitar"
|
1126
1252
|
|
1127
1253
|
#: ../webpack/src/foreman_puppet_host_form.js:32
|
1128
1254
|
msgid "Loading parameters..."
|
1129
1255
|
msgstr "Cargando parámetros..."
|
1130
1256
|
|
1131
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1132
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1133
|
-
msgstr "Algunas clases de Puppet no están disponibles en el entorno seleccionado"
|
1134
|
-
|
1135
1257
|
#: action_names.rb:2
|
1136
|
-
msgid "
|
1137
|
-
msgstr "Acción
|
1258
|
+
msgid "Action with sub plans"
|
1259
|
+
msgstr "Acción con subplanes"
|
1138
1260
|
|
1139
1261
|
#: action_names.rb:3
|
1140
|
-
msgid "
|
1141
|
-
msgstr ""
|
1262
|
+
msgid "Import facts"
|
1263
|
+
msgstr "Importar datos"
|
1142
1264
|
|
1143
1265
|
#: action_names.rb:4
|
1144
|
-
msgid "
|
1145
|
-
msgstr ""
|
1266
|
+
msgid "Import Puppet classes"
|
1267
|
+
msgstr "Importar clases Puppet"
|
1146
1268
|
|
1147
1269
|
#: action_names.rb:5
|
1148
|
-
msgid "
|
1149
|
-
msgstr ""
|
1270
|
+
msgid "Remote action:"
|
1271
|
+
msgstr "Acción remota:"
|
1150
1272
|
|
1151
1273
|
#: gemspec.rb:2
|
1152
1274
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
1153
1275
|
msgstr ""
|
1154
|
-
|
1155
|
-
#~ msgid "Action with sub plans"
|
1156
|
-
#~ msgstr "Acción con subplanes"
|
1157
|
-
|
1158
|
-
#~ msgid "Environment name"
|
1159
|
-
#~ msgstr "Nombre de entorno"
|
1160
|
-
|
1161
|
-
#~ msgid "Import Puppet classes"
|
1162
|
-
#~ msgstr "Importar clases Puppet"
|
1163
|
-
|
1164
|
-
#~ msgid "Import facts"
|
1165
|
-
#~ msgstr "Importar datos"
|