foreman_puppet 1.0.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
- data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
- data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
- data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
- data/app/controllers/concerns/foreman_puppet/extensions/hostgroups_controller_extensions.rb +3 -1
- data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
- data/app/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +41 -32
- data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +37 -34
- data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
- data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
- data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
- data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
- data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
- data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
- data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
- data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
- data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
- data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
- data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
- data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +2 -0
- data/app/services/concerns/foreman_puppet/extensions/host_counter.rb +17 -0
- data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
- data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
- data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
- data/config/api_routes.rb +1 -9
- data/config/initializers/api_reroute.rb +73 -5
- data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
- data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
- data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +36 -20
- data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
- data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
- data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
- data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +10 -0
- data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +3 -3
- data/db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb +29 -0
- data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +12 -0
- data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb +9 -0
- data/db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb +21 -0
- data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
- data/db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb +5 -0
- data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb +24 -0
- data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
- data/lib/foreman_puppet/engine.rb +6 -36
- data/lib/foreman_puppet/register.rb +49 -45
- data/lib/foreman_puppet/version.rb +1 -1
- data/lib/foreman_puppet.rb +1 -6
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.po +760 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +1085 -0
- data/locale/cs_CZ/foreman_puppet.po +823 -0
- data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.po +844 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +317 -162
- data/locale/en/foreman_puppet.po +119 -8
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.po +820 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.po +827 -0
- data/locale/foreman_puppet.pot +376 -205
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.po +835 -0
- data/locale/gemspec.rb +1 -1
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.po +818 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.po +822 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.po +830 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.po +819 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.po +823 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.po +822 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.po +826 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.po +827 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.po +822 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.po +831 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.po +821 -0
- data/package.json +8 -11
- data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
- data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
- data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
- data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
- data/test/factories/foreman_puppet_factories.rb +0 -2
- data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +70 -31
- data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
- data/test/integration/foreman_puppet/host_js_test.rb +0 -1
- data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
- data/test/models/foreman_puppet/host_puppet_facet_test.rb +7 -1
- data/test/models/foreman_puppet/host_test.rb +26 -0
- data/test/models/foreman_puppet/user_test.rb +1 -5
- data/test/services/foreman_puppet/host_counter_test.rb +17 -0
- data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
- data/webpack/src/Components/Environments/Welcome.js +2 -2
- metadata +73 -18
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +0 -35
@@ -0,0 +1,827 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_puppet package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Lukáš Zapletal, 2021
|
8
|
+
# Félix Barbeira <fbarbeira@gmail.com>, 2021
|
9
|
+
# francis <hackgo@gmail.com>, 2021
|
10
|
+
# Jared Nelson <jared@ajpadilla.com>, 2021
|
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
|
15
|
+
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
|
16
|
+
# elobato <elobatocs@gmail.com>, 2021
|
17
|
+
#
|
18
|
+
#, fuzzy
|
19
|
+
msgid ""
|
20
|
+
msgstr ""
|
21
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
22
|
+
"Report-Msgid-Bugs-To: \n"
|
23
|
+
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
24
|
+
"Last-Translator: elobato <elobatocs@gmail.com>, 2021\n"
|
25
|
+
"Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
|
26
|
+
"MIME-Version: 1.0\n"
|
27
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
28
|
+
"Content-Transfer-Encoding: 8bit\n"
|
29
|
+
"Language: es\n"
|
30
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
31
|
+
|
32
|
+
msgid " Remove"
|
33
|
+
msgstr "Quitar"
|
34
|
+
|
35
|
+
msgid "%s is not in environment"
|
36
|
+
msgstr "%s no está en el entorno"
|
37
|
+
|
38
|
+
msgid "%s out of sync disabled"
|
39
|
+
msgstr "%s fuera de sincronización deshabilitado"
|
40
|
+
|
41
|
+
msgid "%{model} with id '%{id}' was not found"
|
42
|
+
msgstr "No se encontró %{model} con id '%{id}'."
|
43
|
+
|
44
|
+
msgid "%{name} has %{num_tag} class"
|
45
|
+
msgid_plural "%{name} has %{num_tag} classes"
|
46
|
+
msgstr[0] ""
|
47
|
+
msgstr[1] ""
|
48
|
+
|
49
|
+
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
msgid "*Clear environment*"
|
53
|
+
msgstr "*Limpiar entorno*"
|
54
|
+
|
55
|
+
msgid "*Inherit from host group*"
|
56
|
+
msgstr "*Heredar del grupo de hosts*"
|
57
|
+
|
58
|
+
msgid ""
|
59
|
+
"<b>Description:</b> %{desc}<br/>\n"
|
60
|
+
" <b>Type:</b> %{type}<br/>\n"
|
61
|
+
" <b>Matcher:</b> %{matcher}<br/>\n"
|
62
|
+
" <b>Inherited value:</b> %{inherited_value}"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
|
66
|
+
msgstr "Un grupo de configuración permite asociar muchas clases Puppet a un host o grupo de hosts en un solo paso. Normalmente, esto se utilizaría para añadir un perfil de aplicación particular o una pila en un solo paso."
|
67
|
+
|
68
|
+
msgid "Action with sub plans"
|
69
|
+
msgstr "Acción con subplanes"
|
70
|
+
|
71
|
+
msgid "Actions"
|
72
|
+
msgstr "Acciones"
|
73
|
+
|
74
|
+
msgid "Add"
|
75
|
+
msgstr "Añadir"
|
76
|
+
|
77
|
+
msgid "Add Combination"
|
78
|
+
msgstr "Añadir combinación"
|
79
|
+
|
80
|
+
msgid "Add a Puppet class to host"
|
81
|
+
msgstr "Añadir una clase Puppet al host"
|
82
|
+
|
83
|
+
msgid "Add a Puppet class to host group"
|
84
|
+
msgstr "Añadir una clase Puppet al grupo de hosts"
|
85
|
+
|
86
|
+
msgid "Add a template combination"
|
87
|
+
msgstr "Añadir una combinación de plantillas"
|
88
|
+
|
89
|
+
msgid "Add:"
|
90
|
+
msgstr "Añadir:"
|
91
|
+
|
92
|
+
msgid "All environments - (not filtered)"
|
93
|
+
msgstr "Todos los entornos - (no filtrados)"
|
94
|
+
|
95
|
+
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
msgid "Available Classes"
|
99
|
+
msgstr "Clases disponibles"
|
100
|
+
|
101
|
+
msgid "Available Config Groups"
|
102
|
+
msgstr "Grupos de configuración disponibles"
|
103
|
+
|
104
|
+
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
105
|
+
msgstr "No se encuentra un Proxy Foreman con características de Puppet habilitadas"
|
106
|
+
|
107
|
+
msgid "Can't find a valid Proxy with a Puppet feature"
|
108
|
+
msgstr ""
|
109
|
+
|
110
|
+
msgid "Cancel"
|
111
|
+
msgstr "Cancelar"
|
112
|
+
|
113
|
+
msgid "Change Environment"
|
114
|
+
msgstr "Cambiar entorno"
|
115
|
+
|
116
|
+
msgid "Change Puppet Master"
|
117
|
+
msgstr "Cambiar Puppetmaster"
|
118
|
+
|
119
|
+
msgid "Changed environments"
|
120
|
+
msgstr "Entornos modificados"
|
121
|
+
|
122
|
+
msgid "Check/Uncheck all"
|
123
|
+
msgstr "Marcar/Desmarcar todos"
|
124
|
+
|
125
|
+
msgid "Check/Uncheck all %s changes"
|
126
|
+
msgstr "Marcar/Desmarcar todos los cambios %s"
|
127
|
+
|
128
|
+
msgid "Check/Uncheck new"
|
129
|
+
msgstr "Marcar/Desmarcar nuevos"
|
130
|
+
|
131
|
+
msgid "Check/Uncheck obsolete"
|
132
|
+
msgstr "Marcar/Desmarcar obsoletos"
|
133
|
+
|
134
|
+
msgid "Check/Uncheck updated"
|
135
|
+
msgstr "Marcar/Desmarcar actualizados"
|
136
|
+
|
137
|
+
msgid "Classes"
|
138
|
+
msgstr "Clases"
|
139
|
+
|
140
|
+
msgid "Click to add %s"
|
141
|
+
msgstr "Haga clic para añadir %s"
|
142
|
+
|
143
|
+
msgid "Click to remove %s"
|
144
|
+
msgstr "Haga clic para eliminar %s"
|
145
|
+
|
146
|
+
msgid "Click to remove config group"
|
147
|
+
msgstr "Haga clic para eliminar el grupo de configuración"
|
148
|
+
|
149
|
+
msgid "Config Groups"
|
150
|
+
msgstr "Grupos de configuración"
|
151
|
+
|
152
|
+
msgid "Config Management"
|
153
|
+
msgstr "Administración de configuración"
|
154
|
+
|
155
|
+
msgid "Create Config Group"
|
156
|
+
msgstr "Crear grupo de configuración"
|
157
|
+
|
158
|
+
msgid "Create Environment"
|
159
|
+
msgstr "Crear entorno"
|
160
|
+
|
161
|
+
msgid "Create Puppet Environment"
|
162
|
+
msgstr "Crear entorno Puppet"
|
163
|
+
|
164
|
+
msgid "Create a Puppet class"
|
165
|
+
msgstr "Crear una clase Puppet"
|
166
|
+
|
167
|
+
msgid "Create a config group"
|
168
|
+
msgstr "Crear un grupo de configuración"
|
169
|
+
|
170
|
+
msgid "Create an environment"
|
171
|
+
msgstr "Crear un entorno"
|
172
|
+
|
173
|
+
msgid "Create an override value for a specific smart class parameter"
|
174
|
+
msgstr "Crear un valor de sobrescritura para un parámetro específico de clase inteligente"
|
175
|
+
|
176
|
+
msgid "Default Puppet environment"
|
177
|
+
msgstr "Entorno Puppet predeterminado"
|
178
|
+
|
179
|
+
msgid "Default value"
|
180
|
+
msgstr "Valor por defecto"
|
181
|
+
|
182
|
+
msgid "Delete %s?"
|
183
|
+
msgstr "¿Borrar %s?"
|
184
|
+
|
185
|
+
msgid "Delete a Puppet class"
|
186
|
+
msgstr "Borrar una clase Puppet"
|
187
|
+
|
188
|
+
msgid "Delete a config group"
|
189
|
+
msgstr "Borrar un grupo de configuración"
|
190
|
+
|
191
|
+
msgid "Delete an environment"
|
192
|
+
msgstr "Borrar un entorno"
|
193
|
+
|
194
|
+
msgid "Delete an override value for a specific smart class parameter"
|
195
|
+
msgstr "Borrar un valor de sobrescritura para un parámetro de clase inteligente específico"
|
196
|
+
|
197
|
+
msgid "Deleted environment"
|
198
|
+
msgstr "Entorno eliminado"
|
199
|
+
|
200
|
+
msgid "Deleted environment %{env} and %{pcs}"
|
201
|
+
msgstr "Eliminado entorno %{env} y %{pcs}"
|
202
|
+
|
203
|
+
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
204
|
+
msgstr ""
|
205
|
+
|
206
|
+
msgid "Deprecated in favor of host/puppet_attributes/environment_id"
|
207
|
+
msgstr ""
|
208
|
+
|
209
|
+
msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
|
210
|
+
msgstr ""
|
211
|
+
|
212
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
213
|
+
msgstr ""
|
214
|
+
|
215
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
|
216
|
+
msgstr ""
|
217
|
+
|
218
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
|
219
|
+
msgstr ""
|
220
|
+
|
221
|
+
msgid "Description of smart class"
|
222
|
+
msgstr "Descripción de clase inteligente"
|
223
|
+
|
224
|
+
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
225
|
+
msgstr "Deshabilitar el estado de configuración de host que pasa a fuera de sincronización para %s si el informe no llega dentro del intervalo configurado"
|
226
|
+
|
227
|
+
msgid "Display hidden values"
|
228
|
+
msgstr "Mostrar valores ocultos"
|
229
|
+
|
230
|
+
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
231
|
+
msgstr "Duración en minutos después de que los servidores que informan mediante Puppet se clasifiquen como fuera de sincronización."
|
232
|
+
|
233
|
+
msgid "ENC environment"
|
234
|
+
msgstr "Entorno ENC"
|
235
|
+
|
236
|
+
msgid "Edit %s"
|
237
|
+
msgstr "Editar %s"
|
238
|
+
|
239
|
+
msgid "Edit Puppet Class %s"
|
240
|
+
msgstr "Editar clase Puppet %s"
|
241
|
+
|
242
|
+
msgid "Empty environment"
|
243
|
+
msgstr "Entorno vacío"
|
244
|
+
|
245
|
+
msgid "Environment"
|
246
|
+
msgstr "Entorno"
|
247
|
+
|
248
|
+
msgid "Environment only"
|
249
|
+
msgstr "Solo entorno"
|
250
|
+
|
251
|
+
msgid "Environments"
|
252
|
+
msgstr "Entornos"
|
253
|
+
|
254
|
+
msgid "Environment|Name"
|
255
|
+
msgstr "Nombre"
|
256
|
+
|
257
|
+
msgid "Facts"
|
258
|
+
msgstr "Eventos"
|
259
|
+
|
260
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
261
|
+
msgstr "Falló al importar %{klass} para %{name}: no existe en la base de datos - se ignora."
|
262
|
+
|
263
|
+
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
264
|
+
msgstr "No se pudo establecer el proxy %{proxy_type} para %{host}."
|
265
|
+
|
266
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
267
|
+
msgstr "Ocurrió un error al actualizar los entornos y las clases Puppet en la instalación de Puppet en el disco: %s"
|
268
|
+
|
269
|
+
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
270
|
+
msgstr "Error al actualizar los entornos y clases Puppet desde el disco de instalación de puppet: %s"
|
271
|
+
|
272
|
+
msgid "Filter by name"
|
273
|
+
msgstr "Filtrar por nombre"
|
274
|
+
|
275
|
+
msgid "Filter classes"
|
276
|
+
msgstr "Clases de filtro"
|
277
|
+
|
278
|
+
msgid "Foreman will default to this puppet environment if it cannot auto detect one"
|
279
|
+
msgstr "Foreman usará este entorno Puppet si no puede detectar uno automáticamente"
|
280
|
+
|
281
|
+
msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
|
282
|
+
msgstr "Foreman establecerá explícitamente el entorno puppet en las salida yaml de ENC. Esto evitará conflictos entre el entorno de puppet.conf y el establecido en Foreman"
|
283
|
+
|
284
|
+
msgid "Foreman will not send this parameter in classification output"
|
285
|
+
msgstr "Foreman no enviará este parámetro en el resultado de clasificación"
|
286
|
+
|
287
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
288
|
+
msgstr ""
|
289
|
+
|
290
|
+
msgid "Foreman will update a host's environment from its facts"
|
291
|
+
msgstr "Foreman actualizará el entorno del host mediante eventos"
|
292
|
+
|
293
|
+
msgid "General"
|
294
|
+
msgstr "General"
|
295
|
+
|
296
|
+
msgid "Host Groups"
|
297
|
+
msgstr "Grupo del host"
|
298
|
+
|
299
|
+
msgid "Host group and Environment"
|
300
|
+
msgstr "Grupo del host y Entorno"
|
301
|
+
|
302
|
+
msgid "Host group only"
|
303
|
+
msgstr "Solo Grupo del host"
|
304
|
+
|
305
|
+
msgid "Host groups"
|
306
|
+
msgstr "Grupo del host"
|
307
|
+
|
308
|
+
msgid "Hostgroup"
|
309
|
+
msgstr "Grupo de hosts"
|
310
|
+
|
311
|
+
msgid "Hosts"
|
312
|
+
msgstr "Hosts"
|
313
|
+
|
314
|
+
msgid "Hosts managed:"
|
315
|
+
msgstr "Hosts administrados:"
|
316
|
+
|
317
|
+
msgid "ID of Puppet class"
|
318
|
+
msgstr "ID de la clase Puppet"
|
319
|
+
|
320
|
+
msgid "ID of Puppet environment"
|
321
|
+
msgstr ""
|
322
|
+
|
323
|
+
msgid "ID of Puppetclass"
|
324
|
+
msgstr ""
|
325
|
+
|
326
|
+
msgid "ID of associated puppet Environment"
|
327
|
+
msgstr ""
|
328
|
+
|
329
|
+
msgid "ID of environment"
|
330
|
+
msgstr "ID del entorno"
|
331
|
+
|
332
|
+
msgid "ID of host"
|
333
|
+
msgstr "ID del host"
|
334
|
+
|
335
|
+
msgid "ID of host group"
|
336
|
+
msgstr "ID del grupo de hosts"
|
337
|
+
|
338
|
+
msgid "ID of puppet environment"
|
339
|
+
msgstr ""
|
340
|
+
|
341
|
+
msgid "IDs of associated ConfigGroups"
|
342
|
+
msgstr ""
|
343
|
+
|
344
|
+
msgid "IDs of associated Puppetclasses"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
348
|
+
msgstr "Si es así, se mostrará un error si no existe un valor predeterminado y no existe ninguna concordancia que pueda proporcionar un valor"
|
349
|
+
|
350
|
+
msgid "Ignored classes in the environments: %s"
|
351
|
+
msgstr "Clases ignoradas en los entornos: %s"
|
352
|
+
|
353
|
+
msgid "Ignored environment"
|
354
|
+
msgstr "Entorno ignorado"
|
355
|
+
|
356
|
+
msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
|
357
|
+
msgstr "Se hallaron nombres de entornos ignorados que resultaron en valores booleanos. Mencione las cadenas como verdadero/falso y sí/no en config/ignored_environments.yml"
|
358
|
+
|
359
|
+
msgid "Ignored environments: %s"
|
360
|
+
msgstr "Entornos ignorados: %s"
|
361
|
+
|
362
|
+
msgid "Ignored:"
|
363
|
+
msgstr "Ignorado:"
|
364
|
+
|
365
|
+
msgid "Import"
|
366
|
+
msgstr "Importar"
|
367
|
+
|
368
|
+
msgid "Import Puppet classes"
|
369
|
+
msgstr "Importar clases Puppet"
|
370
|
+
|
371
|
+
msgid "Import classes from %s"
|
372
|
+
msgstr "Importar clases desde %s"
|
373
|
+
|
374
|
+
msgid "Import environments from %s"
|
375
|
+
msgstr "Importar entornos desde %s"
|
376
|
+
|
377
|
+
msgid "Import facts"
|
378
|
+
msgstr "Importar datos"
|
379
|
+
|
380
|
+
msgid "Import puppet classes from puppet proxy"
|
381
|
+
msgstr "Importar clases puppet desde el proxy de puppet"
|
382
|
+
|
383
|
+
msgid "Import puppet classes from puppet proxy for an environment"
|
384
|
+
msgstr "Importar clases puppet desde el proxy puppet de un entorno"
|
385
|
+
|
386
|
+
msgid "Include default value when merging all matching values"
|
387
|
+
msgstr "Incluir el valor predeterminado al combinar todos los valores que coinciden"
|
388
|
+
|
389
|
+
msgid "Included Classes"
|
390
|
+
msgstr "Clases incluidas"
|
391
|
+
|
392
|
+
msgid "Included Config Groups"
|
393
|
+
msgstr "Grupos de configuración Incluidos"
|
394
|
+
|
395
|
+
msgid "Inherited Classes from %s"
|
396
|
+
msgstr "Clases heredadas de %s"
|
397
|
+
|
398
|
+
msgid "Invalid proxy selected!"
|
399
|
+
msgstr "¡El proxy seleccionado no es válido!"
|
400
|
+
|
401
|
+
msgid "List all Puppet class IDs for host"
|
402
|
+
msgstr "Listar todos los ID de clases Puppet para host"
|
403
|
+
|
404
|
+
msgid "List all Puppet class IDs for host group"
|
405
|
+
msgstr "Listar todos los ID de clases Puppet del grupo de hosts"
|
406
|
+
|
407
|
+
msgid "List all Puppet classes"
|
408
|
+
msgstr "Listar todas las clases Puppet"
|
409
|
+
|
410
|
+
msgid "List all Puppet classes for a host"
|
411
|
+
msgstr "Listar todas las clases Puppet de un host"
|
412
|
+
|
413
|
+
msgid "List all Puppet classes for a host group"
|
414
|
+
msgstr "Listar todas las clases Puppet de un grupo de hosts"
|
415
|
+
|
416
|
+
msgid "List all Puppet classes for an environment"
|
417
|
+
msgstr "Listar todas las clases Puppet de un entorno"
|
418
|
+
|
419
|
+
msgid "List all environments"
|
420
|
+
msgstr "Listar todos los entornos"
|
421
|
+
|
422
|
+
msgid "List all host groups for a Puppet class"
|
423
|
+
msgstr "Listarr los grupos de hosts para una clase Puppet"
|
424
|
+
|
425
|
+
msgid "List all smart class parameters"
|
426
|
+
msgstr "Listar todos los parámetros de clase inteligentes"
|
427
|
+
|
428
|
+
msgid "List environments of Puppet class"
|
429
|
+
msgstr "Listar entornos de clase Puppet"
|
430
|
+
|
431
|
+
msgid "List environments per location"
|
432
|
+
msgstr "Listar entornos por ubicación"
|
433
|
+
|
434
|
+
msgid "List environments per organization"
|
435
|
+
msgstr "Listar entornos por organización"
|
436
|
+
|
437
|
+
msgid "List hosts per environment"
|
438
|
+
msgstr "Listar hosts por entorno"
|
439
|
+
|
440
|
+
msgid "List of config groups"
|
441
|
+
msgstr "Lista de grupos de computación"
|
442
|
+
|
443
|
+
msgid "List of override values for a specific smart class parameter"
|
444
|
+
msgstr "Lista de valores de sobrescritura para un parámetro específico de clase inteligente"
|
445
|
+
|
446
|
+
msgid "List of smart class parameters for a specific Puppet class"
|
447
|
+
msgstr "Lista de parámetros de clase inteligentes para una clase Puppet específica"
|
448
|
+
|
449
|
+
msgid "List of smart class parameters for a specific environment"
|
450
|
+
msgstr "Lista de parámetros de clase inteligentes para un entorno determinado"
|
451
|
+
|
452
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
453
|
+
msgstr "Lista de parámetros de clase inteligentes para una combinación determinada entorno/clase Puppet"
|
454
|
+
|
455
|
+
msgid "List of smart class parameters for a specific host"
|
456
|
+
msgstr "Lista de parámetros de clase inteligentes para un host determinado"
|
457
|
+
|
458
|
+
msgid "List of smart class parameters for a specific host group"
|
459
|
+
msgstr "Lista de parámetros de clase inteligentes para un grupo de hosts determinado"
|
460
|
+
|
461
|
+
msgid "List template combination"
|
462
|
+
msgstr "Listar combinaciones de plantillas"
|
463
|
+
|
464
|
+
msgid "Loading parameters..."
|
465
|
+
msgstr "Cargando parámetros..."
|
466
|
+
|
467
|
+
msgid "Locations"
|
468
|
+
msgstr "Ubicaciones"
|
469
|
+
|
470
|
+
msgid "Merge all matching values (only array/hash type)"
|
471
|
+
msgstr "Combinar todos los valores que coinciden (solo tipo array/hash)"
|
472
|
+
|
473
|
+
msgid "Name"
|
474
|
+
msgstr "Nombre"
|
475
|
+
|
476
|
+
msgid "New"
|
477
|
+
msgstr "Nuevo"
|
478
|
+
|
479
|
+
msgid "No changes to your environments detected"
|
480
|
+
msgstr "No se detectaron cambios en sus entornos"
|
481
|
+
|
482
|
+
msgid "No environment selected!"
|
483
|
+
msgstr "¡Ningún entorno seleccionado!"
|
484
|
+
|
485
|
+
msgid "No environments found"
|
486
|
+
msgstr "No se encontraron entornos"
|
487
|
+
|
488
|
+
msgid "No parameters to override for Puppet class %s"
|
489
|
+
msgstr "No hay parámetros para sobrescribir la clase Puppet %s"
|
490
|
+
|
491
|
+
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
492
|
+
msgstr "No se encontró el Proxy para importar clases, asegúrese de que el proxy inteligente tenga la funcionalidad Puppet habilitada."
|
493
|
+
|
494
|
+
msgid "No proxy selected!"
|
495
|
+
msgstr "¡No se seleccionó ningún proxy!"
|
496
|
+
|
497
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
498
|
+
msgstr "No se encontró un smart proxy desde el cual importar entornos, asegúrese de que al menos se haya registrado uno con la funcionalidad 'puppet'."
|
499
|
+
|
500
|
+
msgid "None"
|
501
|
+
msgstr "Ninguno"
|
502
|
+
|
503
|
+
msgid "Not authorized to edit classes"
|
504
|
+
msgstr "No autorizado para editar clases"
|
505
|
+
|
506
|
+
msgid "Notice"
|
507
|
+
msgstr "Notificación"
|
508
|
+
|
509
|
+
msgid "Number of Overrides"
|
510
|
+
msgstr "Cantidad de reemplazos"
|
511
|
+
|
512
|
+
msgid "Number of classes"
|
513
|
+
msgstr "Cantidad de clases"
|
514
|
+
|
515
|
+
msgid "Obsolete"
|
516
|
+
msgstr "Obsoleta"
|
517
|
+
|
518
|
+
msgid "Omit"
|
519
|
+
msgstr "Omitir"
|
520
|
+
|
521
|
+
msgid "Omit from classification output"
|
522
|
+
msgstr "Omitir del resultado de clasificación"
|
523
|
+
|
524
|
+
msgid "Operating System"
|
525
|
+
msgstr "Sistema operativo"
|
526
|
+
|
527
|
+
msgid "Operating system default"
|
528
|
+
msgstr "Sistema operativo predeterminado"
|
529
|
+
|
530
|
+
msgid "Operation"
|
531
|
+
msgstr "Operación"
|
532
|
+
|
533
|
+
msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
|
534
|
+
msgstr ""
|
535
|
+
|
536
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
537
|
+
msgstr "Parámetro opcional sin valor.<br/><i>Aún administrado por Foreman, el valor estará vacío.</i><br/>"
|
538
|
+
|
539
|
+
msgid "Organizations"
|
540
|
+
msgstr "Organizaciones"
|
541
|
+
|
542
|
+
msgid "Original value info"
|
543
|
+
msgstr "Información del valor original"
|
544
|
+
|
545
|
+
msgid "Overridden"
|
546
|
+
msgstr "Reemplazado"
|
547
|
+
|
548
|
+
msgid "Override all parameters"
|
549
|
+
msgstr "Sobrescribir todos los parámetros"
|
550
|
+
|
551
|
+
msgid "Override match"
|
552
|
+
msgstr "Sustituir coincidencia"
|
553
|
+
|
554
|
+
msgid "Override this value"
|
555
|
+
msgstr "Sobrescribir este valor"
|
556
|
+
|
557
|
+
msgid "Override value, required if omit is false"
|
558
|
+
msgstr "Valor de reemplazo; obligatorio si omit es 'false'"
|
559
|
+
|
560
|
+
msgid "Parameter"
|
561
|
+
msgstr "Parámetro"
|
562
|
+
|
563
|
+
msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
|
564
|
+
msgstr "El soporte de clase parametrizada permite detectar, importar y suministrar parámetros a las clases que lo admiten de forma directa y a través de ENC, aunque depende de un conjunto de reglas (concordancias inteligentes o Smart Matchers)."
|
565
|
+
|
566
|
+
msgid "Parameters"
|
567
|
+
msgstr "Parámetros"
|
568
|
+
|
569
|
+
msgid "Please select an environment first"
|
570
|
+
msgstr "Seleccione primero un entorno"
|
571
|
+
|
572
|
+
msgid "Puppet"
|
573
|
+
msgstr "Puppet"
|
574
|
+
|
575
|
+
msgid "Puppet CA"
|
576
|
+
msgstr "CA Puppet"
|
577
|
+
|
578
|
+
msgid "Puppet Class"
|
579
|
+
msgstr "Clase Puppet"
|
580
|
+
|
581
|
+
msgid "Puppet Class Parameters"
|
582
|
+
msgstr "Parámetros de clase de Puppet"
|
583
|
+
|
584
|
+
msgid "Puppet Classes"
|
585
|
+
msgstr "Clases Puppet"
|
586
|
+
|
587
|
+
msgid "Puppet ENC"
|
588
|
+
msgstr ""
|
589
|
+
|
590
|
+
msgid "Puppet Environment"
|
591
|
+
msgstr "Entorno de Puppet"
|
592
|
+
|
593
|
+
msgid "Puppet Environments"
|
594
|
+
msgstr "Entornos Puppet"
|
595
|
+
|
596
|
+
msgid "Puppet Modules"
|
597
|
+
msgstr "Módulos Puppet"
|
598
|
+
|
599
|
+
msgid "Puppet YAML"
|
600
|
+
msgstr ""
|
601
|
+
|
602
|
+
msgid "Puppet environments"
|
603
|
+
msgstr "Entornos Puppet"
|
604
|
+
|
605
|
+
msgid "Puppet external nodes YAML dump"
|
606
|
+
msgstr "Volcado YAML de nodos externos Puppet"
|
607
|
+
|
608
|
+
msgid "Puppet interval"
|
609
|
+
msgstr "Intervalo Puppet"
|
610
|
+
|
611
|
+
msgid "Puppet parameter"
|
612
|
+
msgstr "Parámetro Puppet"
|
613
|
+
|
614
|
+
msgid "Puppetclass|Name"
|
615
|
+
msgstr "Nombre"
|
616
|
+
|
617
|
+
msgid "Remote action:"
|
618
|
+
msgstr "Acción remota:"
|
619
|
+
|
620
|
+
msgid "Remove"
|
621
|
+
msgstr "Eliminar"
|
622
|
+
|
623
|
+
msgid "Remove Combination"
|
624
|
+
msgstr "Eliminar combinación"
|
625
|
+
|
626
|
+
msgid "Remove a Puppet class from host"
|
627
|
+
msgstr "Eliminar clase Puppet desde host"
|
628
|
+
|
629
|
+
msgid "Remove a Puppet class from host group"
|
630
|
+
msgstr "Eliminar clase Puppet de grupo de hosts"
|
631
|
+
|
632
|
+
msgid "Remove duplicate values (only array type)"
|
633
|
+
msgstr "Eliminar valores duplicados (solo tipo array)"
|
634
|
+
|
635
|
+
msgid "Remove this override"
|
636
|
+
msgstr "Eliminar esta sustitución"
|
637
|
+
|
638
|
+
msgid "Remove:"
|
639
|
+
msgstr "Eliminar:"
|
640
|
+
|
641
|
+
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
642
|
+
msgstr "Parámetro requerido sin valor.<br/><b>¡Sustituir!</b><br/>"
|
643
|
+
|
644
|
+
msgid "Select environment"
|
645
|
+
msgstr "Seleccionar entorno"
|
646
|
+
|
647
|
+
msgid "Select the changes you want to apply to Foreman"
|
648
|
+
msgstr "Seleccione los cambios que desea aplicar a Foreman"
|
649
|
+
|
650
|
+
msgid "Set parameters to defaults"
|
651
|
+
msgstr "Restablecer los parámetros predeterminados"
|
652
|
+
|
653
|
+
msgid "Show a Puppet class"
|
654
|
+
msgstr "Mostrar una clase Puppet"
|
655
|
+
|
656
|
+
msgid "Show a Puppet class for a host group"
|
657
|
+
msgstr "Mostrar una clase Puppet para un grupo de hosts"
|
658
|
+
|
659
|
+
msgid "Show a Puppet class for an environment"
|
660
|
+
msgstr "Mostrar una clase Puppet para un entorno"
|
661
|
+
|
662
|
+
msgid "Show a Puppet class for host"
|
663
|
+
msgstr "Mostrar una clase Puppet para un host"
|
664
|
+
|
665
|
+
msgid "Show a config group"
|
666
|
+
msgstr "Mostrar un grupo de configuración"
|
667
|
+
|
668
|
+
msgid "Show a smart class parameter"
|
669
|
+
msgstr "Mostrar un parametro de clase inteligente"
|
670
|
+
|
671
|
+
msgid "Show an environment"
|
672
|
+
msgstr "Mostrar un entorno"
|
673
|
+
|
674
|
+
msgid "Show an override value for a specific smart class parameter"
|
675
|
+
msgstr "Mostrar un valor de sobrescritura para un parámetro específico de clase inteligente"
|
676
|
+
|
677
|
+
msgid "Show template combination"
|
678
|
+
msgstr "Mostrar combinación de plantilla"
|
679
|
+
|
680
|
+
msgid "Smart Class Parameter"
|
681
|
+
msgstr "Parámetro de clase Inteligente"
|
682
|
+
|
683
|
+
msgid "Smart Class Parameters"
|
684
|
+
msgstr "Parámetros de clase inteligente"
|
685
|
+
|
686
|
+
msgid "Successfully overridden all parameters of Puppet class %s"
|
687
|
+
msgstr "Se han sobrescrito con éxito todos los parámetros de clase Puppet %s"
|
688
|
+
|
689
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
690
|
+
msgstr "Se han restablecido con éxito todos los parámetros de la clase Puppet %s a sus valores predeterminados"
|
691
|
+
|
692
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
693
|
+
msgstr "Se actualizaron los entornos y clases Puppet con éxito desde la instalación de Puppet en disco"
|
694
|
+
|
695
|
+
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
696
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
697
|
+
msgstr[0] ""
|
698
|
+
msgstr[1] ""
|
699
|
+
|
700
|
+
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
701
|
+
msgstr "Se borró el proxy %{proxy_type} de los hosts seleccionados."
|
702
|
+
|
703
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
704
|
+
msgstr "El proxy %{proxy_type} de los hosts seleccionados se estableció como %{proxy_name}"
|
705
|
+
|
706
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
707
|
+
msgstr "El proxy %{proxy_type} del host seleccionado se estableció como %{proxy_name}."
|
708
|
+
|
709
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
710
|
+
msgstr "La clase no se pudo guardar debido a un error en uno de los parámetros de clase."
|
711
|
+
|
712
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
713
|
+
msgstr "La última entrada, sistema operativo predeterminado, puede configurarse al editar la página %s."
|
714
|
+
|
715
|
+
msgid "The order in which values are resolved"
|
716
|
+
msgstr "El orden en el cual se resuelven los valores"
|
717
|
+
|
718
|
+
msgid "The requested environment cannot be found."
|
719
|
+
msgstr ""
|
720
|
+
|
721
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
722
|
+
msgstr "No hay entornos Puppet configurados en este puppetmaster. Verifique la configuración de puppetmaster."
|
723
|
+
|
724
|
+
msgid "This Puppet class has no parameters in its signature."
|
725
|
+
msgstr "Esta clase Puppet no tiene parámetros en su firma."
|
726
|
+
|
727
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
728
|
+
msgstr "Esto restablecerá los parámetros de la clase %s a los valores predeterminados. ¿Continuar?"
|
729
|
+
|
730
|
+
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
731
|
+
msgstr "Se establecerán todos los parámetros de la clase %s. ¿Continuar?"
|
732
|
+
|
733
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
734
|
+
msgstr "Para actualizar la firma de clase, seleccione \"Importar\" en la página de clases Puppet."
|
735
|
+
|
736
|
+
msgid "Toggle"
|
737
|
+
msgstr "Conmutar"
|
738
|
+
|
739
|
+
msgid "Total"
|
740
|
+
msgstr "Total"
|
741
|
+
|
742
|
+
msgid "Types of validation values"
|
743
|
+
msgstr "Tipos de valores de validación"
|
744
|
+
|
745
|
+
msgid "Types of variable values"
|
746
|
+
msgstr "Tipos de valores de variable"
|
747
|
+
|
748
|
+
msgid "Unable to generate output, Check log files"
|
749
|
+
msgstr "No es posible generar salida, verifique los archivos de registro."
|
750
|
+
|
751
|
+
msgid "Update"
|
752
|
+
msgstr "Actualizar"
|
753
|
+
|
754
|
+
msgid "Update a Puppet class"
|
755
|
+
msgstr "Actualizar una clase Puppet"
|
756
|
+
|
757
|
+
msgid "Update a config group"
|
758
|
+
msgstr "Actualizar un grupo de configuración"
|
759
|
+
|
760
|
+
msgid "Update a smart class parameter"
|
761
|
+
msgstr "Actualizar un parámetro de clase inteligente"
|
762
|
+
|
763
|
+
msgid "Update an environment"
|
764
|
+
msgstr "Actualizar un entorno"
|
765
|
+
|
766
|
+
msgid "Update an override value for a specific smart class parameter"
|
767
|
+
msgstr "Actualizar un valor de sobrescritura para un parámetro específico de clase inteligente"
|
768
|
+
|
769
|
+
msgid "Update environment from facts"
|
770
|
+
msgstr "Actualizar el entorno a partir de los eventos"
|
771
|
+
|
772
|
+
msgid "Update template combination"
|
773
|
+
msgstr "Actualizar la combinación de plantillas"
|
774
|
+
|
775
|
+
msgid "Update:"
|
776
|
+
msgstr "Actualizar:"
|
777
|
+
|
778
|
+
msgid "Updated"
|
779
|
+
msgstr "Actualizado"
|
780
|
+
|
781
|
+
msgid "Updated hosts: changed environment"
|
782
|
+
msgstr "Hosts actualizados: se cambió el entorno"
|
783
|
+
|
784
|
+
msgid "Used to enforce certain values for the parameter values"
|
785
|
+
msgstr "Utilizado para imponer ciertos valores para los valores del parámetro"
|
786
|
+
|
787
|
+
msgid "Valid Host Group and Environment Combinations"
|
788
|
+
msgstr "Combinaciones válidas de grupos de hosts y entornos"
|
789
|
+
|
790
|
+
msgid "Value"
|
791
|
+
msgstr "Valor"
|
792
|
+
|
793
|
+
msgid "Value to use when there is no match"
|
794
|
+
msgstr "Valor a utilizar cuando no existen coincidencias"
|
795
|
+
|
796
|
+
msgid ""
|
797
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\n"
|
798
|
+
" will select the best match from the available templates of that type, in the \\\n"
|
799
|
+
" following order:"
|
800
|
+
msgstr ""
|
801
|
+
|
802
|
+
msgid ""
|
803
|
+
"When editing a template, you must assign a list \\\n"
|
804
|
+
" of operating systems which this template can be used with. Optionally, you can \\\n"
|
805
|
+
" restrict a template to a list of host groups and/or environments."
|
806
|
+
msgstr ""
|
807
|
+
|
808
|
+
msgid "When enabled the parameter is hidden in the UI"
|
809
|
+
msgstr "Al habilitarse, el parámetro está oculto en la UI."
|
810
|
+
|
811
|
+
msgid "Whether the smart class parameter value is managed by Foreman"
|
812
|
+
msgstr "Si el valor del parámetro de clase inteligente es administrado por Foreman"
|
813
|
+
|
814
|
+
msgid "belongs to config group"
|
815
|
+
msgstr "pertenece a un grupo de configuración"
|
816
|
+
|
817
|
+
msgid "environment id"
|
818
|
+
msgstr "ID de entorno"
|
819
|
+
|
820
|
+
msgid "included already from parent"
|
821
|
+
msgstr "incluidos previamente por el padre"
|
822
|
+
|
823
|
+
msgid "must be true to edit the parameter"
|
824
|
+
msgstr "Debe ser verdadero para modificar el parámetro"
|
825
|
+
|
826
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
827
|
+
msgstr "con ID %{object_id} no existe o no está asignado a la organización o ubicación adecuada"
|