foreman_ansible 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/services/foreman_ansible/variables_importer.rb +1 -1
- data/lib/foreman_ansible/engine.rb +10 -24
- data/lib/foreman_ansible/register.rb +4 -4
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/de/foreman_ansible.edit.po +825 -0
- data/locale/de/foreman_ansible.po.time_stamp +0 -0
- data/locale/en/foreman_ansible.edit.po +714 -0
- data/locale/en/foreman_ansible.po.time_stamp +0 -0
- data/locale/es/foreman_ansible.edit.po +845 -0
- data/locale/es/foreman_ansible.po.time_stamp +0 -0
- data/locale/fr/foreman_ansible.edit.po +847 -0
- data/locale/fr/foreman_ansible.po.time_stamp +0 -0
- data/locale/it/foreman_ansible.edit.po +818 -0
- data/locale/it/foreman_ansible.po.time_stamp +0 -0
- data/locale/ja/foreman_ansible.edit.po +818 -0
- data/locale/ja/foreman_ansible.po.time_stamp +0 -0
- data/locale/ko/foreman_ansible.edit.po +804 -0
- data/locale/ko/foreman_ansible.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_ansible.edit.po +845 -0
- data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
- data/locale/ru/foreman_ansible.edit.po +819 -0
- data/locale/ru/foreman_ansible.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_ansible.edit.po +813 -0
- data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_ansible.edit.po +804 -0
- data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
- data/test/functional/api/v2/ansible_inventories_controller_test.rb +10 -0
- data/test/functional/hosts_controller_test.rb +1 -1
- metadata +55 -33
File without changes
|
@@ -0,0 +1,845 @@
|
|
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_ansible package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Jared Nelson <jared@ajpadilla.com>, 2018
|
8
|
+
# Gustavo Varela <gustavo.varela@gmail.com>, 2018
|
9
|
+
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2018
|
10
|
+
# Lukáš Zapletal, 2018
|
11
|
+
# francis <hackgo@gmail.com>, 2018
|
12
|
+
# Sergio Ocón <sergio.ocon@redhat.com>, 2019
|
13
|
+
# Félix Barbeira <fbarbeira@gmail.com>, 2019
|
14
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
15
|
+
#
|
16
|
+
#, fuzzy
|
17
|
+
msgid ""
|
18
|
+
msgstr ""
|
19
|
+
"Project-Id-Version: foreman_ansible 3.0.0\n"
|
20
|
+
"Report-Msgid-Bugs-To: \n"
|
21
|
+
"POT-Creation-Date: 2019-06-27 17:00+0200\n"
|
22
|
+
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
23
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
|
24
|
+
"Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
|
25
|
+
"MIME-Version: 1.0\n"
|
26
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
27
|
+
"Content-Transfer-Encoding: 8bit\n"
|
28
|
+
"Language: es\n"
|
29
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
30
|
+
|
31
|
+
#: ../app/controllers/ansible_roles_controller.rb:35
|
32
|
+
msgid "Import of roles successfully finished."
|
33
|
+
msgstr "Importación de roles finalizada correctamente."
|
34
|
+
|
35
|
+
#: ../app/controllers/ansible_roles_controller.rb:50
|
36
|
+
msgid "No changes in roles detected."
|
37
|
+
msgstr "No se detectaron cambios en roles."
|
38
|
+
|
39
|
+
#: ../app/controllers/ansible_roles_controller.rb:51
|
40
|
+
msgid "No changes in roles detected on %s."
|
41
|
+
msgstr "No se detectaron cambios en roles en %s."
|
42
|
+
|
43
|
+
#: ../app/controllers/ansible_variables_controller.rb:39
|
44
|
+
msgid "No changes in variables detected on %s."
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: ../app/controllers/ansible_variables_controller.rb:49
|
48
|
+
msgid ""
|
49
|
+
"Import of variables successfully finished.\n"
|
50
|
+
"Added: #{results[:added].count} \n"
|
51
|
+
" Removed: #{results[:obsolete].count} \n"
|
52
|
+
"Updated: #{results[:updated].count}"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../app/controllers/ansible_variables_controller.rb:102
|
56
|
+
msgid ""
|
57
|
+
"No proxy found to import variables from, ensure that the smart proxy has the"
|
58
|
+
" Ansible feature enabled."
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
|
62
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
|
63
|
+
msgid "Show Ansible inventory for hosts"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
|
67
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
|
68
|
+
msgid "IDs of hosts included in inventory"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
|
72
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
|
73
|
+
msgid "Show Ansible inventory for hostgroups"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
|
77
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
|
78
|
+
msgid "IDs of hostgroups included in inventory"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
82
|
+
msgid "Override match"
|
83
|
+
msgstr "Sustituir coincidencia"
|
84
|
+
|
85
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
|
86
|
+
msgid "Override value, required if omit is false"
|
87
|
+
msgstr "Valor de reemplazo; obligatorio si omit es 'false'"
|
88
|
+
|
89
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
|
90
|
+
msgid "Create an override value for a specific ansible variable"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
|
94
|
+
msgid "Destroy an override value"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:18
|
98
|
+
msgid "Show role"
|
99
|
+
msgstr "Mostrar rol"
|
100
|
+
|
101
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:22
|
102
|
+
msgid "List Ansible roles"
|
103
|
+
msgstr "Mostrar roles Ansible"
|
104
|
+
|
105
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:29
|
106
|
+
msgid "Deletes Ansible role"
|
107
|
+
msgstr "Elimina rol Ansible"
|
108
|
+
|
109
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
110
|
+
msgid "Import Ansible roles"
|
111
|
+
msgstr "Importar roles Ansible"
|
112
|
+
|
113
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:36
|
114
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:43
|
115
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:75
|
116
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:85
|
117
|
+
msgid "Smart Proxy to import from"
|
118
|
+
msgstr "Proxy inteligente desde el cual importar"
|
119
|
+
|
120
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:37
|
121
|
+
msgid "Ansible role names to import"
|
122
|
+
msgstr "Nombres de rol Ansible por importar"
|
123
|
+
|
124
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:42
|
125
|
+
msgid "Obsolete Ansible roles"
|
126
|
+
msgstr "Roles Ansible obsoletos"
|
127
|
+
|
128
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:49
|
129
|
+
msgid "Fetch Ansible roles available to be imported"
|
130
|
+
msgstr "Buscar roles Ansible disponibles para importar"
|
131
|
+
|
132
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:50
|
133
|
+
msgid "Smart Proxy to fetch from"
|
134
|
+
msgstr "Proxy inteligente desde el cual se debe buscar"
|
135
|
+
|
136
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:73
|
137
|
+
msgid "Smart proxy id is required"
|
138
|
+
msgstr ""
|
139
|
+
|
140
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:20
|
141
|
+
msgid "Show variable"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:24
|
145
|
+
msgid "List Ansible variables"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:31
|
149
|
+
msgid "Deletes Ansible variable"
|
150
|
+
msgstr ""
|
151
|
+
|
152
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:40
|
153
|
+
msgid "Name of variable"
|
154
|
+
msgstr "Nombre de la variable"
|
155
|
+
|
156
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:41
|
157
|
+
msgid "Role ID"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:42
|
161
|
+
msgid "Default value of variable"
|
162
|
+
msgstr "Valor predeterminado de la variable"
|
163
|
+
|
164
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
165
|
+
msgid "When enabled the parameter is hidden in the UI"
|
166
|
+
msgstr "Al habilitarse, el parámetro está oculto en la UI."
|
167
|
+
|
168
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
169
|
+
msgid "The order in which values are resolved"
|
170
|
+
msgstr "El orden en el cual se resuelven los valores"
|
171
|
+
|
172
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:45
|
173
|
+
msgid "Description of variable"
|
174
|
+
msgstr "Descripción de la variable"
|
175
|
+
|
176
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:46
|
177
|
+
msgid "Types of validation values"
|
178
|
+
msgstr "Tipos de valores de validación"
|
179
|
+
|
180
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:47
|
181
|
+
msgid "Used to enforce certain values for the parameter values"
|
182
|
+
msgstr "Utilizado para imponer ciertos valores para los valores del parámetro"
|
183
|
+
|
184
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:48
|
185
|
+
msgid "Types of variable values"
|
186
|
+
msgstr "Tipos de valores de variable"
|
187
|
+
|
188
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:49
|
189
|
+
msgid "Merge all matching values (only array/hash type)"
|
190
|
+
msgstr "Combinar todos los valores que coinciden (solo tipo array/hash)"
|
191
|
+
|
192
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:50
|
193
|
+
msgid "Include default value when merging all matching values"
|
194
|
+
msgstr ""
|
195
|
+
"Incluir el valor predeterminado al combinar todos los valores que coinciden"
|
196
|
+
|
197
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:51
|
198
|
+
msgid "Remove duplicate values (only array type)"
|
199
|
+
msgstr "Eliminar valores duplicados (solo tipo array)"
|
200
|
+
|
201
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:52
|
202
|
+
msgid "Whether to override variable or not"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:56
|
206
|
+
msgid "Create Ansible variable"
|
207
|
+
msgstr ""
|
208
|
+
|
209
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:63
|
210
|
+
msgid "Updates Ansible variable"
|
211
|
+
msgstr ""
|
212
|
+
|
213
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:73
|
214
|
+
msgid ""
|
215
|
+
"Import Ansible variables. This will only import variables for already "
|
216
|
+
"existing roles, it will not import any new roles"
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:83
|
220
|
+
msgid ""
|
221
|
+
"Obsolete Ansible variables. This will only obsolete variables for already "
|
222
|
+
"existing roles, it will not delete any old roles"
|
223
|
+
msgstr ""
|
224
|
+
|
225
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
|
226
|
+
msgid "Plays Ansible roles on a hostgroup"
|
227
|
+
msgstr "Ejecuta roles Ansible en un grupo de hosts"
|
228
|
+
|
229
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
|
230
|
+
msgid "Plays Ansible roles on hostgroups"
|
231
|
+
msgstr "Ejecuta roles Ansible en grupos de hosts"
|
232
|
+
|
233
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
|
234
|
+
msgid "IDs of hostgroups to play roles on"
|
235
|
+
msgstr "ID de grupos de hosts en los que se ejecutan roles"
|
236
|
+
|
237
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
|
238
|
+
msgid "List all Ansible roles for a hostgroup"
|
239
|
+
msgstr "Lista de todos los roles Ansible para un grupo de hosts"
|
240
|
+
|
241
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
|
242
|
+
msgid "Assigns Ansible roles to a hostgroup"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:56
|
246
|
+
msgid "Ansible roles to assign to a hostgroup"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
250
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
|
251
|
+
msgid "IDs of associated ansible roles"
|
252
|
+
msgstr "ID de roles Ansible asociados"
|
253
|
+
|
254
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
|
255
|
+
msgid "Plays Ansible roles on a host"
|
256
|
+
msgstr "Ejecuta roles Ansible en un host"
|
257
|
+
|
258
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
|
259
|
+
msgid "Plays Ansible roles on hosts"
|
260
|
+
msgstr "Ejecuta roles Ansible en hosts"
|
261
|
+
|
262
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
|
263
|
+
msgid "IDs of hosts to play roles on"
|
264
|
+
msgstr "ID de hosts en los que se ejecutan roles"
|
265
|
+
|
266
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
|
267
|
+
msgid "List all Ansible roles for a host"
|
268
|
+
msgstr "Lista de todos los roles Ansible para un host"
|
269
|
+
|
270
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
|
271
|
+
msgid "Assigns Ansible roles to a host"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:59
|
275
|
+
msgid "Ansible roles to assign to a host"
|
276
|
+
msgstr ""
|
277
|
+
|
278
|
+
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
|
279
|
+
msgid "Host group has no associated hosts"
|
280
|
+
msgstr "El grupo de hosts no tiene hosts asociados"
|
281
|
+
|
282
|
+
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
|
283
|
+
msgid "There are no Ansible roles to play"
|
284
|
+
msgstr "No hay roles Ansible para ejecutar"
|
285
|
+
|
286
|
+
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
|
287
|
+
msgid "Could not run Ansible roles for %{host}"
|
288
|
+
msgstr "No fue posible ejecutar roles Ansible para %{host}"
|
289
|
+
|
290
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
|
291
|
+
msgid "Import from %s"
|
292
|
+
msgstr "Importar de %s"
|
293
|
+
|
294
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
|
295
|
+
msgid "Ansible Role"
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
|
299
|
+
msgid "Import"
|
300
|
+
msgstr "Importar"
|
301
|
+
|
302
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
|
303
|
+
msgid "%s ago"
|
304
|
+
msgstr "Hace %s"
|
305
|
+
|
306
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
307
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
|
308
|
+
msgid "Play Ansible roles"
|
309
|
+
msgstr "Ejecutar roles Ansible"
|
310
|
+
|
311
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
|
312
|
+
msgid "Playbook execution failed"
|
313
|
+
msgstr "Error en la ejecución del Playbook"
|
314
|
+
|
315
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
316
|
+
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
317
|
+
msgid "Error loading data from proxy"
|
318
|
+
msgstr "Error al cargar los datos del proxy"
|
319
|
+
|
320
|
+
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
|
321
|
+
msgid "Foreman"
|
322
|
+
msgstr "Foreman"
|
323
|
+
|
324
|
+
#: ../app/lib/proxy_api/ansible.rb:27
|
325
|
+
msgid "Unable to get roles from Ansible"
|
326
|
+
msgstr "No se pudieron obtener roles de Ansible"
|
327
|
+
|
328
|
+
#: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
|
329
|
+
msgid "Unable to get roles/variables from Ansible"
|
330
|
+
msgstr ""
|
331
|
+
|
332
|
+
#: ../app/models/setting/ansible.rb:20
|
333
|
+
msgid ""
|
334
|
+
"Use this to supply a path to an SSH Private Key that Ansible will use in "
|
335
|
+
"lieu of a password Override with \"ansible_ssh_private_key_file\" host "
|
336
|
+
"parameter"
|
337
|
+
msgstr ""
|
338
|
+
"Utilice esto para proveer una ruta a una clave privada SSH que utilizará "
|
339
|
+
"Ansible, en lugar de un reemplazo de contraseña con el parámetro de host "
|
340
|
+
"\"ansible_ssh_private_key_file\""
|
341
|
+
|
342
|
+
#: ../app/models/setting/ansible.rb:25
|
343
|
+
msgid "Private Key Path"
|
344
|
+
msgstr "Ruta de clave privada"
|
345
|
+
|
346
|
+
#: ../app/models/setting/ansible.rb:29
|
347
|
+
msgid ""
|
348
|
+
"Use this connection type by default when running Ansible playbooks. You can "
|
349
|
+
"override this on hosts by adding a parameter \"ansible_connection\""
|
350
|
+
msgstr ""
|
351
|
+
"Utilice este tipo de conexión de forma predeterminada al ejecutar playbooks "
|
352
|
+
"de Ansible. Puede reemplazarlo en los hosts añadiendo un parámetro "
|
353
|
+
"\"ansible_connection\""
|
354
|
+
|
355
|
+
#: ../app/models/setting/ansible.rb:33
|
356
|
+
msgid "Connection type"
|
357
|
+
msgstr "Tipo de conexión"
|
358
|
+
|
359
|
+
#: ../app/models/setting/ansible.rb:37
|
360
|
+
msgid ""
|
361
|
+
"Enable/disable WinRM server certificate validation when running Ansible "
|
362
|
+
"playbooks. You can override this on hosts by adding a parameter "
|
363
|
+
"\"ansible_winrm_server_cert_validation\""
|
364
|
+
msgstr ""
|
365
|
+
"Habilite/inhabilite la validación del certificado del servidor WinRM al "
|
366
|
+
"ejecutar playbooks de Ansible. Puede reemplazarlo en los hosts añadiendo un "
|
367
|
+
"parámetro \"ansible_winrm_server_cert_validation\""
|
368
|
+
|
369
|
+
#: ../app/models/setting/ansible.rb:42
|
370
|
+
msgid "WinRM cert Validation"
|
371
|
+
msgstr "Validación de certificado WinRM"
|
372
|
+
|
373
|
+
#: ../app/models/setting/ansible.rb:46
|
374
|
+
msgid ""
|
375
|
+
"Foreman will add the this level of verbosity for additional debugging output"
|
376
|
+
" when running Ansible playbooks."
|
377
|
+
msgstr ""
|
378
|
+
"Foreman añadirá este nivel de detalle para una salida de depuración "
|
379
|
+
"adicional al ejecutar playbooks de Ansible."
|
380
|
+
|
381
|
+
#: ../app/models/setting/ansible.rb:49
|
382
|
+
msgid "Default verbosity level"
|
383
|
+
msgstr "Nivel de detalle predeterminado"
|
384
|
+
|
385
|
+
#: ../app/models/setting/ansible.rb:52
|
386
|
+
msgid "Disabled"
|
387
|
+
msgstr "Deshabilitado"
|
388
|
+
|
389
|
+
#: ../app/models/setting/ansible.rb:53
|
390
|
+
msgid "Level 1 (-v)"
|
391
|
+
msgstr "Nivel 1 (-v)"
|
392
|
+
|
393
|
+
#: ../app/models/setting/ansible.rb:54
|
394
|
+
msgid "Level 2 (-vv)"
|
395
|
+
msgstr "Nivel 2 (-vv)"
|
396
|
+
|
397
|
+
#: ../app/models/setting/ansible.rb:55
|
398
|
+
msgid "Level 3 (-vvv)"
|
399
|
+
msgstr "Nivel 3 (-vvv)"
|
400
|
+
|
401
|
+
#: ../app/models/setting/ansible.rb:56
|
402
|
+
msgid "Level 4 (-vvvv)"
|
403
|
+
msgstr "Nivel 4 (-vvvv)"
|
404
|
+
|
405
|
+
#: ../app/models/setting/ansible.rb:62
|
406
|
+
msgid ""
|
407
|
+
"Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
|
408
|
+
"task after a host is fully provisioned. Set this to the maximum time you "
|
409
|
+
"expect a host to take until it is ready after a reboot."
|
410
|
+
msgstr ""
|
411
|
+
"Tiempo de espera (en segundos) a definir para cuando Foreman desencadene una"
|
412
|
+
" tarea de ejecución de roles Ansible después de aprovisionar un host por "
|
413
|
+
"completo. Defina este parámetro en el tiempo máximo que prevé que tardará un"
|
414
|
+
" host hasta estar listo tras un reinicio."
|
415
|
+
|
416
|
+
#: ../app/models/setting/ansible.rb:67
|
417
|
+
msgid "Post-provision timeout"
|
418
|
+
msgstr "Tiempo de espera después del aprovisionamiento"
|
419
|
+
|
420
|
+
#: ../app/models/setting/ansible.rb:71
|
421
|
+
msgid "Timeout (in minutes) when hosts should have reported."
|
422
|
+
msgstr "Límite de tiempo (en minutos) para informar los hosts."
|
423
|
+
|
424
|
+
#: ../app/models/setting/ansible.rb:73
|
425
|
+
msgid "Ansible report timeout"
|
426
|
+
msgstr "Límite de tiempo de informe de Ansible"
|
427
|
+
|
428
|
+
#: ../app/models/setting/ansible.rb:77
|
429
|
+
msgid ""
|
430
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} "
|
431
|
+
"after report does not arrive within configured interval"
|
432
|
+
msgstr ""
|
433
|
+
"Deshabilitar el estado de configuración de host que pasa a fuera de "
|
434
|
+
"sincronización para %{cfgmgmt} si el informe no llega dentro del intervalo "
|
435
|
+
"configurado"
|
436
|
+
|
437
|
+
#: ../app/models/setting/ansible.rb:81
|
438
|
+
msgid "%{cfgmgmt} out of sync disabled"
|
439
|
+
msgstr "%{cfgmgmt} fuera de sincronización deshabilitado"
|
440
|
+
|
441
|
+
#: ../app/models/setting/ansible.rb:86
|
442
|
+
msgid "Foreman will run Ansible playbooks using this implementation"
|
443
|
+
msgstr ""
|
444
|
+
|
445
|
+
#: ../app/models/setting/ansible.rb:88
|
446
|
+
msgid "Implementation for running Ansible"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
#: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
|
450
|
+
msgid "Ansible"
|
451
|
+
msgstr "Ansible"
|
452
|
+
|
453
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:51
|
454
|
+
msgid "Remediation Plan"
|
455
|
+
msgstr "Plan de reparación"
|
456
|
+
|
457
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
458
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:13
|
459
|
+
msgid "Job Details"
|
460
|
+
msgstr "Detalles del trabajo"
|
461
|
+
|
462
|
+
#: ../app/services/foreman_ansible/proxy_api.rb:13
|
463
|
+
msgid "Proxy not found"
|
464
|
+
msgstr "No se encontró el proxy"
|
465
|
+
|
466
|
+
#: ../app/views/ansible_roles/import.html.erb:1
|
467
|
+
msgid "Changed Ansible roles"
|
468
|
+
msgstr "Roles Ansible cambiados"
|
469
|
+
|
470
|
+
#: ../app/views/ansible_roles/import.html.erb:3
|
471
|
+
#: ../app/views/ansible_variables/import.html.erb:3
|
472
|
+
msgid "Select the changes you want to realize in Foreman"
|
473
|
+
msgstr "Seleccionar los cambios que desea realizar en Foreman"
|
474
|
+
|
475
|
+
#: ../app/views/ansible_roles/import.html.erb:5
|
476
|
+
#: ../app/views/ansible_variables/import.html.erb:5
|
477
|
+
msgid "Toggle"
|
478
|
+
msgstr "Alternar"
|
479
|
+
|
480
|
+
#: ../app/views/ansible_roles/import.html.erb:6
|
481
|
+
#: ../app/views/ansible_variables/import.html.erb:6
|
482
|
+
msgid "New"
|
483
|
+
msgstr "Nuevo"
|
484
|
+
|
485
|
+
#: ../app/views/ansible_roles/import.html.erb:8
|
486
|
+
#: ../app/views/ansible_variables/import.html.erb:8
|
487
|
+
msgid "Check/Uncheck new"
|
488
|
+
msgstr "Marcar/Desmarcar nuevos"
|
489
|
+
|
490
|
+
#: ../app/views/ansible_roles/import.html.erb:9
|
491
|
+
#: ../app/views/ansible_variables/import.html.erb:9
|
492
|
+
msgid "Obsolete"
|
493
|
+
msgstr "Obsoleto"
|
494
|
+
|
495
|
+
#: ../app/views/ansible_roles/import.html.erb:11
|
496
|
+
#: ../app/views/ansible_variables/import.html.erb:11
|
497
|
+
msgid "Check/Uncheck obsolete"
|
498
|
+
msgstr "Marcar/Desmarcar obsoletos"
|
499
|
+
|
500
|
+
#: ../app/views/ansible_roles/import.html.erb:19
|
501
|
+
#: ../app/views/ansible_variables/import.html.erb:22
|
502
|
+
msgid "Check/Uncheck all"
|
503
|
+
msgstr "Marcar/Desmarcar todos"
|
504
|
+
|
505
|
+
#: ../app/views/ansible_roles/import.html.erb:21
|
506
|
+
#: ../app/views/ansible_variables/import.html.erb:24
|
507
|
+
msgid "Name"
|
508
|
+
msgstr "Nombre"
|
509
|
+
|
510
|
+
#: ../app/views/ansible_roles/import.html.erb:22
|
511
|
+
#: ../app/views/ansible_variables/import.html.erb:26
|
512
|
+
msgid "Hosts count"
|
513
|
+
msgstr "Conteo de hosts"
|
514
|
+
|
515
|
+
#: ../app/views/ansible_roles/import.html.erb:23
|
516
|
+
#: ../app/views/ansible_variables/import.html.erb:27
|
517
|
+
msgid "Hostgroups count"
|
518
|
+
msgstr "Conteo de grupos de hosts"
|
519
|
+
|
520
|
+
#: ../app/views/ansible_roles/import.html.erb:24
|
521
|
+
#: ../app/views/ansible_variables/import.html.erb:28
|
522
|
+
msgid "Operation"
|
523
|
+
msgstr "Operación"
|
524
|
+
|
525
|
+
#: ../app/views/ansible_roles/import.html.erb:35
|
526
|
+
#: ../app/views/ansible_variables/import.html.erb:39
|
527
|
+
msgid "Check/Uncheck all %s changes"
|
528
|
+
msgstr "Marcar/Desmarcar todos los cambios %s"
|
529
|
+
|
530
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
531
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
532
|
+
msgid "Add"
|
533
|
+
msgstr "Añadir"
|
534
|
+
|
535
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
536
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
537
|
+
msgid "Remove"
|
538
|
+
msgstr "Retirar"
|
539
|
+
|
540
|
+
#: ../app/views/ansible_roles/import.html.erb:48
|
541
|
+
#: ../app/views/ansible_variables/import.html.erb:53
|
542
|
+
msgid "Cancel"
|
543
|
+
msgstr "Cancelar"
|
544
|
+
|
545
|
+
#: ../app/views/ansible_roles/import.html.erb:49
|
546
|
+
#: ../app/views/ansible_variables/import.html.erb:12
|
547
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
548
|
+
#: ../app/views/ansible_variables/import.html.erb:54
|
549
|
+
msgid "Update"
|
550
|
+
msgstr "Actualizar"
|
551
|
+
|
552
|
+
#: ../app/views/ansible_roles/index.html.erb:1
|
553
|
+
#: ../app/views/ansible_roles/welcome.html.erb:1
|
554
|
+
#: ../app/views/ansible_roles/welcome.html.erb:6
|
555
|
+
#: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
|
556
|
+
msgid "Ansible Roles"
|
557
|
+
msgstr "Roles Ansible"
|
558
|
+
|
559
|
+
#: ../app/views/ansible_roles/index.html.erb:9
|
560
|
+
msgid "Role|Name"
|
561
|
+
msgstr "Nombre"
|
562
|
+
|
563
|
+
#: ../app/views/ansible_roles/index.html.erb:10
|
564
|
+
msgid "Hostgroups"
|
565
|
+
msgstr "Grupos de hosts"
|
566
|
+
|
567
|
+
#: ../app/views/ansible_roles/index.html.erb:11
|
568
|
+
msgid "Hosts"
|
569
|
+
msgstr "Hosts"
|
570
|
+
|
571
|
+
#: ../app/views/ansible_roles/index.html.erb:12
|
572
|
+
msgid "Imported at"
|
573
|
+
msgstr "Importado a las"
|
574
|
+
|
575
|
+
#: ../app/views/ansible_roles/index.html.erb:13
|
576
|
+
#: ../app/views/ansible_variables/index.html.erb:16
|
577
|
+
msgid "Actions"
|
578
|
+
msgstr "Acciones"
|
579
|
+
|
580
|
+
#: ../app/views/ansible_roles/index.html.erb:27
|
581
|
+
#: ../lib/foreman_ansible/register.rb:103
|
582
|
+
msgid "Variables"
|
583
|
+
msgstr "Variables"
|
584
|
+
|
585
|
+
#: ../app/views/ansible_roles/index.html.erb:33
|
586
|
+
#: ../app/views/ansible_variables/index.html.erb:41
|
587
|
+
msgid "Delete %s?"
|
588
|
+
msgstr "¿Borrar %s?"
|
589
|
+
|
590
|
+
#: ../app/views/ansible_roles/welcome.html.erb:7
|
591
|
+
msgid ""
|
592
|
+
"No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
|
593
|
+
" you have to import them first."
|
594
|
+
msgstr ""
|
595
|
+
"No se encontraron roles Ansible en Foreman. Si desea asignar roles a sus hosts,\n"
|
596
|
+
" debe importarlos primero."
|
597
|
+
|
598
|
+
#: ../app/views/ansible_roles/welcome.html.erb:10
|
599
|
+
msgid "Learn more about this in the documentation."
|
600
|
+
msgstr "Obtener más información acerca de esto en la documentación."
|
601
|
+
|
602
|
+
#: ../app/views/ansible_variables/_fields.erb:4
|
603
|
+
msgid "Ansible Variable Details (Imported)"
|
604
|
+
msgstr ""
|
605
|
+
|
606
|
+
#: ../app/views/ansible_variables/_fields.erb:4
|
607
|
+
msgid "Ansible Variable Details"
|
608
|
+
msgstr ""
|
609
|
+
|
610
|
+
#: ../app/views/ansible_variables/_fields.erb:11
|
611
|
+
msgid "Default Behavior"
|
612
|
+
msgstr "Comportamiento predeterminado"
|
613
|
+
|
614
|
+
#: ../app/views/ansible_variables/_fields.erb:12
|
615
|
+
msgid "Override the default value of the Ansible variable."
|
616
|
+
msgstr ""
|
617
|
+
|
618
|
+
#: ../app/views/ansible_variables/_fields.erb:14
|
619
|
+
msgid ""
|
620
|
+
"Mark the variable to be managed by Foreman. When the Ansible role of this "
|
621
|
+
"variable is assigned to a host, the default value will be added to Ansible "
|
622
|
+
"inventory as a host variable. Specify matchers to set a different value for "
|
623
|
+
"such variable."
|
624
|
+
msgstr ""
|
625
|
+
|
626
|
+
#: ../app/views/ansible_variables/_fields.erb:27
|
627
|
+
msgid "Value to use when there is no match."
|
628
|
+
msgstr "Valor a utilizar cuando no existen coincidencias"
|
629
|
+
|
630
|
+
#: ../app/views/ansible_variables/_fields.erb:30
|
631
|
+
msgid "Hidden Value"
|
632
|
+
msgstr "Valor oculto"
|
633
|
+
|
634
|
+
#: ../app/views/ansible_variables/_fields.erb:33
|
635
|
+
msgid "Hide all values for this parameter."
|
636
|
+
msgstr "Ocultar todos los valores para este parámetro"
|
637
|
+
|
638
|
+
#: ../app/views/ansible_variables/_fields.erb:39
|
639
|
+
msgid "Optional Input Validator"
|
640
|
+
msgstr "Validador de entrada opcional"
|
641
|
+
|
642
|
+
#: ../app/views/ansible_variables/_fields.erb:41
|
643
|
+
msgid ""
|
644
|
+
"Before including these variables on your playbooks, Foreman will validate "
|
645
|
+
"that your variables comply with the validation."
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
#: ../app/views/ansible_variables/_fields.erb:44
|
649
|
+
msgid ""
|
650
|
+
"If checked, will raise an error if there is no default value and no matcher "
|
651
|
+
"provide a value."
|
652
|
+
msgstr ""
|
653
|
+
"Al seleccionarlo, aparecerá un error si no existe un valor predeterminado y "
|
654
|
+
"no existe ningún comparador que pueda proporcionar el valor."
|
655
|
+
|
656
|
+
#: ../app/views/ansible_variables/_fields.erb:53
|
657
|
+
msgid "Prioritize Attribute Order"
|
658
|
+
msgstr "Priorizar orden de atributos"
|
659
|
+
|
660
|
+
#: ../app/views/ansible_variables/_fields.erb:54
|
661
|
+
msgid "Set the order in which values are resolved."
|
662
|
+
msgstr "Establecer el orden en el cual se resuelven los valores"
|
663
|
+
|
664
|
+
#: ../app/views/ansible_variables/_fields.erb:55
|
665
|
+
msgid "Order"
|
666
|
+
msgstr "Orden"
|
667
|
+
|
668
|
+
#: ../app/views/ansible_variables/_fields.erb:56
|
669
|
+
msgid ""
|
670
|
+
"The order in which matchers keys are processed, first match wins.<br> You "
|
671
|
+
"may use multiple attributes as a matcher key, for example, an order of "
|
672
|
+
"<code>host group, environment</code> would expect a matcher such as "
|
673
|
+
"<code>hostgroup = \"web servers\", environment = production</code>"
|
674
|
+
msgstr ""
|
675
|
+
"El orden en que se procesan las llaves de concordancia, la primera "
|
676
|
+
"concordancia gana.<br> Se pueden usar múltiples atributos como llave de "
|
677
|
+
"concordancia, por ejemplo, con una orden de <code>host group, "
|
678
|
+
"environment</code> se esperaría una comparación como <code>hostgroup = \"web"
|
679
|
+
" servers\", environment = production</code>"
|
680
|
+
|
681
|
+
#: ../app/views/ansible_variables/_fields.erb:59
|
682
|
+
msgid ""
|
683
|
+
"Continue to look for matches after first find (only array/hash type)? Note: "
|
684
|
+
"merging overrides ignores all matchers that are omitted."
|
685
|
+
msgstr ""
|
686
|
+
"¿Desea continuar buscando coincidencias después del primer resultado (solo "
|
687
|
+
"tipo array/hash)? Nota: Fusionar las anulaciones ignora todos los "
|
688
|
+
"comparadores que están omitidos."
|
689
|
+
|
690
|
+
#: ../app/views/ansible_variables/_fields.erb:61
|
691
|
+
msgid "Include default value when merging all matching values."
|
692
|
+
msgstr ""
|
693
|
+
"Incluir valor predeterminado al combinar todos los valores que coinciden"
|
694
|
+
|
695
|
+
#: ../app/views/ansible_variables/_fields.erb:64
|
696
|
+
msgid "Avoid duplicate values when merging them (only array type)?"
|
697
|
+
msgstr "¿Evitar valores duplicados al combinarlos (solo tipo array)?"
|
698
|
+
|
699
|
+
#: ../app/views/ansible_variables/_fields.erb:68
|
700
|
+
msgid "Specify Matchers"
|
701
|
+
msgstr "Especificar concordancias"
|
702
|
+
|
703
|
+
#: ../app/views/ansible_variables/edit.html.erb:4
|
704
|
+
#: ../app/views/ansible_variables/index.html.erb:1
|
705
|
+
#: ../app/views/ansible_variables/new.html.erb:4
|
706
|
+
msgid "Ansible Variables"
|
707
|
+
msgstr ""
|
708
|
+
|
709
|
+
#: ../app/views/ansible_variables/edit.html.erb:8
|
710
|
+
msgid "Edit %s"
|
711
|
+
msgstr "Editar %s"
|
712
|
+
|
713
|
+
#: ../app/views/ansible_variables/edit.html.erb:13
|
714
|
+
msgid "Edit Ansible Variable"
|
715
|
+
msgstr ""
|
716
|
+
|
717
|
+
#: ../app/views/ansible_variables/import.html.erb:1
|
718
|
+
msgid "Changed Ansible variables"
|
719
|
+
msgstr ""
|
720
|
+
|
721
|
+
#: ../app/views/ansible_variables/import.html.erb:14
|
722
|
+
msgid "Check/Uncheck update"
|
723
|
+
msgstr ""
|
724
|
+
|
725
|
+
#: ../app/views/ansible_variables/import.html.erb:25
|
726
|
+
msgid "Ansible role"
|
727
|
+
msgstr ""
|
728
|
+
|
729
|
+
#: ../app/views/ansible_variables/index.html.erb:5
|
730
|
+
msgid "New Ansible Variable"
|
731
|
+
msgstr ""
|
732
|
+
|
733
|
+
#: ../app/views/ansible_variables/index.html.erb:12
|
734
|
+
msgid "Variable|Name"
|
735
|
+
msgstr ""
|
736
|
+
|
737
|
+
#: ../app/views/ansible_variables/index.html.erb:13
|
738
|
+
msgid "Variable|Role"
|
739
|
+
msgstr ""
|
740
|
+
|
741
|
+
#: ../app/views/ansible_variables/index.html.erb:14
|
742
|
+
msgid "Type"
|
743
|
+
msgstr "Tipo"
|
744
|
+
|
745
|
+
#: ../app/views/ansible_variables/index.html.erb:15
|
746
|
+
msgid "Imported?"
|
747
|
+
msgstr ""
|
748
|
+
|
749
|
+
#: ../app/views/ansible_variables/index.html.erb:23
|
750
|
+
msgid "Overriden"
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
#: ../app/views/ansible_variables/new.html.erb:8
|
754
|
+
#: ../app/views/ansible_variables/new.html.erb:13
|
755
|
+
msgid "Create Ansible Variable"
|
756
|
+
msgstr ""
|
757
|
+
|
758
|
+
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
759
|
+
msgid "Play Roles"
|
760
|
+
msgstr "Ejecutar roles"
|
761
|
+
|
762
|
+
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
|
763
|
+
msgid "Nest"
|
764
|
+
msgstr "Anidar"
|
765
|
+
|
766
|
+
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
|
767
|
+
msgid "Clone"
|
768
|
+
msgstr "Clonar"
|
769
|
+
|
770
|
+
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
|
771
|
+
msgid "Level"
|
772
|
+
msgstr "Nivel"
|
773
|
+
|
774
|
+
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
|
775
|
+
msgid "Module"
|
776
|
+
msgstr "Módulo"
|
777
|
+
|
778
|
+
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
|
779
|
+
msgid "Arguments"
|
780
|
+
msgstr "Argumentos"
|
781
|
+
|
782
|
+
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
|
783
|
+
msgid "Message"
|
784
|
+
msgstr "Mensaje"
|
785
|
+
|
786
|
+
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
|
787
|
+
msgid "Nothing to show"
|
788
|
+
msgstr "Nada que mostrar"
|
789
|
+
|
790
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:5
|
791
|
+
msgid "Jobs"
|
792
|
+
msgstr "Trabajos"
|
793
|
+
|
794
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:7
|
795
|
+
msgid ""
|
796
|
+
"Insights remediation on %{hosts_count} host(s) has finished successfully"
|
797
|
+
msgstr ""
|
798
|
+
"La reparación de Insights en %{hosts_count} host(s) ha finalizado "
|
799
|
+
"correctamente"
|
800
|
+
|
801
|
+
#: ../lib/foreman_ansible/register.rb:99
|
802
|
+
msgid "Roles"
|
803
|
+
msgstr "Roles"
|
804
|
+
|
805
|
+
#: ../lib/foreman_ansible/remote_execution.rb:20
|
806
|
+
msgid "Run Ansible roles"
|
807
|
+
msgstr "Ejecutar roles Ansible"
|
808
|
+
|
809
|
+
#: ../lib/foreman_ansible/remote_execution.rb:21
|
810
|
+
msgid ""
|
811
|
+
"Runs an Ansible playbook which contains all the roles defined for a host"
|
812
|
+
msgstr ""
|
813
|
+
"Ejecuta un playbook de Ansible que contiene todos los roles definidos para "
|
814
|
+
"un host"
|
815
|
+
|
816
|
+
#: ../lib/foreman_ansible/remote_execution.rb:27
|
817
|
+
msgid "Ansible: Run Insights maintenance plan"
|
818
|
+
msgstr "Ansible: Ejecutar plan de mantenimiento de Insights"
|
819
|
+
|
820
|
+
#: ../lib/foreman_ansible/remote_execution.rb:28
|
821
|
+
msgid ""
|
822
|
+
"Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
823
|
+
msgstr ""
|
824
|
+
"Ejecuta un plan de mantenimiento determinado a partir de Red Hat Access "
|
825
|
+
"Insights con una ID."
|
826
|
+
|
827
|
+
#: action_names.rb:2
|
828
|
+
msgid "Remote action:"
|
829
|
+
msgstr "Acción remota:"
|
830
|
+
|
831
|
+
#: action_names.rb:3
|
832
|
+
msgid "Import Puppet classes"
|
833
|
+
msgstr "Importar clases Puppet"
|
834
|
+
|
835
|
+
#: action_names.rb:4
|
836
|
+
msgid "Import facts"
|
837
|
+
msgstr "Importar datos"
|
838
|
+
|
839
|
+
#: action_names.rb:5
|
840
|
+
msgid "Action with sub plans"
|
841
|
+
msgstr "Acción con subplanes"
|
842
|
+
|
843
|
+
#: gemspec.rb:2
|
844
|
+
msgid "Ansible support in Foreman"
|
845
|
+
msgstr "Compatibilidad de Ansible en Foreman"
|