foreman_discovery 7.0.0 → 7.0.1
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/controllers/concerns/foreman/controller/parameters/discovered_host.rb +0 -2
- data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +18 -0
- data/app/models/nic/managed_extensions.rb +1 -1
- data/db/migrate/20160719124942_add_missing_view_permissions.rb +2 -11
- data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +15 -0
- data/lib/foreman_discovery/engine.rb +2 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +152 -145
- data/locale/de/foreman_discovery.edit.po +154 -147
- data/locale/en_GB/foreman_discovery.edit.po +154 -147
- data/locale/es/foreman_discovery.edit.po +154 -147
- data/locale/fr/foreman_discovery.edit.po +154 -147
- data/locale/gl/foreman_discovery.edit.po +151 -144
- data/locale/it/foreman_discovery.edit.po +153 -146
- data/locale/ja/foreman_discovery.edit.po +154 -147
- data/locale/ko/foreman_discovery.edit.po +154 -147
- data/locale/pt_BR/foreman_discovery.edit.po +156 -149
- data/locale/ru/foreman_discovery.edit.po +154 -147
- data/locale/sv_SE/foreman_discovery.edit.po +152 -145
- data/locale/zh_CN/foreman_discovery.edit.po +154 -147
- data/locale/zh_TW/foreman_discovery.edit.po +154 -147
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +25 -0
- metadata +6 -2
@@ -11,9 +11,9 @@ msgid ""
|
|
11
11
|
msgstr ""
|
12
12
|
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
|
-
"POT-Creation-Date: 2016-
|
15
|
-
"PO-Revision-Date: 2016-08-
|
16
|
-
"Last-Translator:
|
14
|
+
"POT-Creation-Date: 2016-08-30 16:48+0200\n"
|
15
|
+
"PO-Revision-Date: 2016-08-31 08:17+0000\n"
|
16
|
+
"Last-Translator: Lukáš Zapletal\n"
|
17
17
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -21,176 +21,176 @@ msgstr ""
|
|
21
21
|
"Language: es\n"
|
22
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23
23
|
|
24
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
24
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
25
25
|
msgid "List all discovered hosts"
|
26
26
|
msgstr "Listar todos los hosts descubiertos"
|
27
27
|
|
28
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
29
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
28
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
29
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
30
30
|
msgid "filter results"
|
31
31
|
msgstr "filtrar resultados"
|
32
32
|
|
33
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
34
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
33
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
34
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
35
35
|
msgid "sort results"
|
36
36
|
msgstr "organizar resultados"
|
37
37
|
|
38
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
39
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
38
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
39
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
40
40
|
msgid "paginate results"
|
41
41
|
msgstr "paginar resultados"
|
42
42
|
|
43
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
44
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
43
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
44
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
45
45
|
msgid "number of entries per request"
|
46
46
|
msgstr "número de entradas por solicitud"
|
47
47
|
|
48
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
48
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
|
49
49
|
msgid "Show a discovered host"
|
50
50
|
msgstr "Mostrar un host descubierto"
|
51
51
|
|
52
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
52
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:40
|
53
53
|
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
54
54
|
msgstr "Crear un host descubierto para pruebas (use /facts para crear hosts nuevos)"
|
55
55
|
|
56
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
56
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:48
|
57
57
|
msgid "Provision a discovered host"
|
58
58
|
msgstr "Aprovisionar un host descubierto"
|
59
59
|
|
60
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
60
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
|
61
61
|
msgid "not required if using a subnet with DHCP proxy"
|
62
62
|
msgstr "no es necesario si se usa una subred con un proxy DHCP"
|
63
63
|
|
64
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
64
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
|
65
65
|
msgid "not required if it's a virtual machine"
|
66
66
|
msgstr "no se requiere, si es una máquina virtual"
|
67
67
|
|
68
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
68
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
69
69
|
msgid ""
|
70
70
|
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
71
71
|
msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
|
72
72
|
|
73
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
74
74
|
msgid ""
|
75
75
|
"required if value is not inherited from host group or default password in "
|
76
76
|
"settings"
|
77
77
|
msgstr "obligatorio si el valor no se hereda del grupo de host o de contraseña predeterminada en parámetros"
|
78
78
|
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
|
80
80
|
msgid "Delete a discovered host"
|
81
81
|
msgstr "Borrar un host descubierto"
|
82
82
|
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
84
84
|
msgid "Upload facts for a host, creating the host if required"
|
85
85
|
msgstr "Subir eventos para un host, si es necesario cree el host."
|
86
86
|
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
|
88
88
|
msgid ""
|
89
89
|
"hash containing facts for the host with minimum set of facts: "
|
90
90
|
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
91
91
|
"eth0 (example in case primary interface is named eth0)"
|
92
92
|
msgstr "hash con eventos para el host con conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo, en el caso de la interfaz principal, se llama eth0)"
|
93
93
|
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
|
95
95
|
msgid "Execute rules against a discovered host"
|
96
96
|
msgstr "Ejecutar reglas enun host descubierto"
|
97
97
|
|
98
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
99
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
98
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
99
|
+
#: ../app/controllers/discovered_hosts_controller.rb:165
|
100
100
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
101
101
|
msgstr "Se aprovisionó host %{host} con regla %{rule}"
|
102
102
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
|
104
104
|
msgid "Unable to provision %{host}: %{errors}"
|
105
105
|
msgstr "No se puede aprovisionar %{host}: %{errors}."
|
106
106
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
108
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
108
|
+
#: ../app/controllers/discovered_hosts_controller.rb:172
|
109
109
|
msgid "No rule found for host %s"
|
110
110
|
msgstr "No se encontró regla para host %s"
|
111
111
|
|
112
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
|
113
113
|
msgid "Execute rules against all currently discovered hosts"
|
114
114
|
msgstr "Ejecutar todas las reglas en todos los hosts descubiertos actualmente"
|
115
115
|
|
116
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
117
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
116
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
117
|
+
#: ../app/controllers/discovered_hosts_controller.rb:178
|
118
118
|
msgid "Errors during auto provisioning: %s"
|
119
119
|
msgstr "Errores durante el autoaprovisionamiento: %s"
|
120
120
|
|
121
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
122
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
122
|
+
#: ../app/controllers/discovered_hosts_controller.rb:181
|
123
123
|
msgid "No discovered hosts to provision"
|
124
124
|
msgstr "No hay hosts descubiertos para aprovisionar"
|
125
125
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
|
127
127
|
msgid "%s discovered hosts were provisioned"
|
128
128
|
msgstr "%s hosts descubiertos para aprovisionar"
|
129
129
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
|
131
131
|
msgid "Refreshing the facts of a discovered host"
|
132
132
|
msgstr "Actualizar eventos de un host descubierto"
|
133
133
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
134
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
|
135
135
|
msgid "Rebooting a discovered host"
|
136
136
|
msgstr "Reinicio de un host descubierto"
|
137
137
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
139
139
|
msgid "Rebooting all discovered hosts"
|
140
140
|
msgstr "Reinicio de todos los hosts descubiertos"
|
141
141
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
143
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
143
|
+
#: ../app/controllers/discovered_hosts_controller.rb:123
|
144
144
|
msgid "Discovered hosts are rebooting now"
|
145
145
|
msgstr "Los hosts descubiertos están reiniciando"
|
146
146
|
|
147
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
148
148
|
msgid "List all discovery rules"
|
149
149
|
msgstr "Listar todas las reglas de descubrimiento"
|
150
150
|
|
151
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
152
152
|
msgid "Show a discovery rule"
|
153
153
|
msgstr "Mostrar una regla descubierta"
|
154
154
|
|
155
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
156
156
|
msgid "represents rule name shown to the users"
|
157
157
|
msgstr "Representa nombre de regla mostrada para usuarios"
|
158
158
|
|
159
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
159
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
160
160
|
msgid "query to match discovered hosts for the particular rule"
|
161
161
|
msgstr "solicitud para coincidir hosts descubiertos para la determinada regla"
|
162
162
|
|
163
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
163
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
164
164
|
msgid "the hostgroup that is used to auto provision a host"
|
165
165
|
msgstr "El grupo de hosts utilizado para autoaprovisionar un host"
|
166
166
|
|
167
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
167
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
168
168
|
msgid ""
|
169
169
|
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
170
170
|
msgstr "Define un patrón para asignar nombres de hosts de lectura para hosts coincidentes"
|
171
171
|
|
172
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
172
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
173
173
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
174
174
|
msgstr "Permite un límite máxima de hosts aprovisionados por regla"
|
175
175
|
|
176
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
176
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
177
177
|
msgid ""
|
178
178
|
"puts the rules in order, low numbers go first. Must be greater then zero"
|
179
179
|
msgstr "pone las reglas en orden, los números inferiores van primero. Debe ser mayor que cero"
|
180
180
|
|
181
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
181
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
182
182
|
msgid "flag is used for temporary shutdown of rules"
|
183
183
|
msgstr "Indicador utilizado para cierres temporales de reglas "
|
184
184
|
|
185
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
185
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:43
|
186
186
|
msgid "Create a discovery rule"
|
187
187
|
msgstr "Crear una regla de descubrimiento"
|
188
188
|
|
189
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
189
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:51
|
190
190
|
msgid "Update a rule"
|
191
191
|
msgstr "Actualizar una regla"
|
192
192
|
|
193
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
193
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:59
|
194
194
|
msgid "Delete a rule"
|
195
195
|
msgstr "Borrar una regla"
|
196
196
|
|
@@ -214,103 +214,103 @@ msgstr "Hubo errores durante el reinicio: %s"
|
|
214
214
|
msgid "No discovered hosts to reboot"
|
215
215
|
msgstr "No hay hosts descubiertos para reiniciar"
|
216
216
|
|
217
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
217
|
+
#: ../app/controllers/discovered_hosts_controller.rb:59
|
218
218
|
msgid "Successfully provisioned %s"
|
219
219
|
msgstr ""
|
220
220
|
|
221
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
221
|
+
#: ../app/controllers/discovered_hosts_controller.rb:91
|
222
222
|
msgid "Facts refreshed for %s"
|
223
223
|
msgstr "Eventos actualizados para %s"
|
224
224
|
|
225
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
225
|
+
#: ../app/controllers/discovered_hosts_controller.rb:93
|
226
226
|
msgid "Failed to refresh facts for %s"
|
227
227
|
msgstr "No se pudieron actualizar datos para %s"
|
228
228
|
|
229
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
229
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
230
230
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
231
231
|
msgstr "No se pudieron reiniciar los eventos para %{hostname} con error %{error_message}."
|
232
232
|
|
233
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
233
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
234
234
|
msgid "Host of type %s can not be rebooted"
|
235
235
|
msgstr "Host de tipo %s no puede ser reiniciado"
|
236
236
|
|
237
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
237
|
+
#: ../app/controllers/discovered_hosts_controller.rb:107
|
238
238
|
msgid "Rebooting host %s"
|
239
239
|
msgstr "Reiniciando host %s"
|
240
240
|
|
241
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
241
|
+
#: ../app/controllers/discovered_hosts_controller.rb:109
|
242
242
|
msgid "Failed to reboot host %s"
|
243
243
|
msgstr "No se pudo reiniciar el host %s"
|
244
244
|
|
245
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
245
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
246
246
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
247
247
|
msgstr "No se pudo reiniciar host %{hostname} con error %{error_message}"
|
248
248
|
|
249
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
249
|
+
#: ../app/controllers/discovered_hosts_controller.rb:126
|
250
250
|
msgid "Failed to reboot hosts with error %s"
|
251
251
|
msgstr "No se pudieron reiniciar los hosts con error %s."
|
252
252
|
|
253
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
253
|
+
#: ../app/controllers/discovered_hosts_controller.rb:140
|
254
254
|
msgid "Destroyed selected hosts"
|
255
255
|
msgstr "Se eliminó los hosts seleccionados "
|
256
256
|
|
257
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
257
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
258
258
|
msgid "The following hosts were not deleted: %s"
|
259
259
|
msgstr "Los siguientes hosts no han sido eliminados: %s"
|
260
260
|
|
261
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
261
|
+
#: ../app/controllers/discovered_hosts_controller.rb:169
|
262
262
|
msgid "Failed to auto provision host %s: %s"
|
263
263
|
msgstr "Falló aprovisionamiento de host %s: %s"
|
264
264
|
|
265
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
265
|
+
#: ../app/controllers/discovered_hosts_controller.rb:197
|
266
266
|
msgid "Discovered hosts are provisioning now"
|
267
267
|
msgstr "Hosts descubiertos se están aprovisionando"
|
268
268
|
|
269
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
269
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
270
270
|
msgid "Highlights"
|
271
271
|
msgstr ""
|
272
272
|
|
273
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
273
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
274
274
|
msgid "Storage"
|
275
275
|
msgstr ""
|
276
276
|
|
277
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
277
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
278
278
|
msgid "Hardware"
|
279
279
|
msgstr ""
|
280
280
|
|
281
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
281
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
282
282
|
msgid "Network"
|
283
283
|
msgstr ""
|
284
284
|
|
285
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
285
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
286
286
|
msgid "Software"
|
287
287
|
msgstr ""
|
288
288
|
|
289
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
289
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
290
290
|
msgid "IPMI"
|
291
291
|
msgstr ""
|
292
292
|
|
293
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
293
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
294
294
|
msgid "Miscellaneous"
|
295
295
|
msgstr ""
|
296
296
|
|
297
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
297
|
+
#: ../app/controllers/discovered_hosts_controller.rb:303
|
298
298
|
msgid "No hosts were found with that id or name"
|
299
299
|
msgstr "No se han encontrado hosts con ese ID o nombre"
|
300
300
|
|
301
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
301
|
+
#: ../app/controllers/discovered_hosts_controller.rb:307
|
302
302
|
msgid "No hosts selected"
|
303
303
|
msgstr "Ningún host seleccionado"
|
304
304
|
|
305
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
305
|
+
#: ../app/controllers/discovered_hosts_controller.rb:313
|
306
306
|
msgid "Something went wrong while selecting hosts - %s"
|
307
307
|
msgstr "Algo ha fallado al seleccionar hosts - %s"
|
308
308
|
|
309
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
309
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
310
310
|
msgid "Rule enabled"
|
311
311
|
msgstr "Regla habilitada"
|
312
312
|
|
313
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
313
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
314
314
|
msgid "Rule disabled"
|
315
315
|
msgstr "Regla inhabilitada"
|
316
316
|
|
@@ -319,76 +319,75 @@ msgid "%s ago"
|
|
319
319
|
msgstr "Hace %s"
|
320
320
|
|
321
321
|
#: ../app/helpers/discovered_hosts_helper.rb:14
|
322
|
-
#: ../app/
|
323
|
-
msgid "Provision"
|
324
|
-
msgstr "Aprovisionamiento"
|
325
|
-
|
326
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
327
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:74
|
322
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
328
323
|
msgid "Auto Provision"
|
329
324
|
msgstr "Autoaprovisionamiento"
|
330
325
|
|
331
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
332
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
326
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
327
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
333
328
|
msgid "Refresh facts"
|
334
329
|
msgstr "Actualizar datos"
|
335
330
|
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
331
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
337
332
|
#: ../app/models/setting/discovered.rb:23
|
338
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
333
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
339
334
|
msgid "Reboot"
|
340
335
|
msgstr "reiniciar"
|
341
336
|
|
342
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
337
|
+
#: ../app/helpers/discovered_hosts_helper.rb:19
|
343
338
|
msgid "Back"
|
344
339
|
msgstr "Atrás"
|
345
340
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
341
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
342
|
+
#: ../app/helpers/discovered_hosts_helper.rb:38
|
348
343
|
msgid "Select Action"
|
349
344
|
msgstr "Seleccionar una acción"
|
350
345
|
|
351
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
352
347
|
msgid "Expand All"
|
353
348
|
msgstr "Expandir todos"
|
354
349
|
|
355
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
356
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:28
|
351
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
357
352
|
msgid "Delete %s?"
|
358
353
|
msgstr "¿Borrar %s?"
|
359
354
|
|
360
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
355
|
+
#: ../app/helpers/discovered_hosts_helper.rb:34
|
361
356
|
msgid "Delete hosts"
|
362
357
|
msgstr "Borrar hosts"
|
363
358
|
|
364
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
359
|
+
#: ../app/helpers/discovered_hosts_helper.rb:35
|
365
360
|
msgid "Assign Organization"
|
366
361
|
msgstr "Asignar Organización"
|
367
362
|
|
368
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
363
|
+
#: ../app/helpers/discovered_hosts_helper.rb:36
|
369
364
|
msgid "Assign Location"
|
370
365
|
msgstr "Asignar Lugar"
|
371
366
|
|
372
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
367
|
+
#: ../app/helpers/discovered_hosts_helper.rb:40
|
373
368
|
msgid "%s - The following hosts are about to be changed"
|
374
369
|
msgstr "%s - Los siguientes hosts están a punto de ser modificados"
|
375
370
|
|
376
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
371
|
+
#: ../app/helpers/discovered_hosts_helper.rb:49
|
377
372
|
msgid "N/A"
|
378
373
|
msgstr "N/D"
|
379
374
|
|
380
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
375
|
+
#: ../app/helpers/discovered_hosts_helper.rb:61
|
381
376
|
msgid "New in the last 24 hours"
|
382
377
|
msgstr "Nuevo en las últimas 24 horas"
|
383
378
|
|
384
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
379
|
+
#: ../app/helpers/discovered_hosts_helper.rb:65
|
385
380
|
msgid "Not reported in more than 7 days"
|
386
381
|
msgstr "No se informó en más de 7 días."
|
387
382
|
|
388
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
383
|
+
#: ../app/helpers/discovered_hosts_helper.rb:69
|
389
384
|
msgid "Reported in the last 7 days"
|
390
385
|
msgstr "Se informó en los últimos 7 días."
|
391
386
|
|
387
|
+
#: ../app/helpers/discovered_hosts_helper.rb:93
|
388
|
+
msgid "Provision"
|
389
|
+
msgstr "Aprovisionamiento"
|
390
|
+
|
392
391
|
#: ../app/helpers/discovery_rules_helper.rb:26
|
393
392
|
msgid "Discovered Hosts"
|
394
393
|
msgstr "Equipos descubiertos"
|
@@ -425,15 +424,15 @@ msgstr "Debe especificar un usuario si habilita el email"
|
|
425
424
|
msgid "Discovered hosts summary"
|
426
425
|
msgstr ""
|
427
426
|
|
428
|
-
#: ../app/models/discovery_rule.rb:
|
427
|
+
#: ../app/models/discovery_rule.rb:9
|
429
428
|
msgid "can't contain white spaces."
|
430
429
|
msgstr "no pueden contener espacios en blanco."
|
431
430
|
|
432
|
-
#: ../app/models/discovery_rule.rb:
|
431
|
+
#: ../app/models/discovery_rule.rb:11
|
433
432
|
msgid "must start with a letter or ERB."
|
434
433
|
msgstr "debe iniciar por una letra o ERB."
|
435
434
|
|
436
|
-
#: ../app/models/discovery_rule.rb:
|
435
|
+
#: ../app/models/discovery_rule.rb:45
|
437
436
|
msgid ""
|
438
437
|
"Host group organization %s must also be associated to the discovery rule"
|
439
438
|
msgid_plural ""
|
@@ -441,73 +440,69 @@ msgid_plural ""
|
|
441
440
|
msgstr[0] ""
|
442
441
|
msgstr[1] ""
|
443
442
|
|
444
|
-
#: ../app/models/discovery_rule.rb:
|
443
|
+
#: ../app/models/discovery_rule.rb:51
|
445
444
|
msgid "Host group location %s must also be associated to the discovery rule"
|
446
445
|
msgid_plural ""
|
447
446
|
"Host group locations %s must also be associated to the discovery rule"
|
448
447
|
msgstr[0] ""
|
449
448
|
msgstr[1] ""
|
450
449
|
|
451
|
-
#: ../app/models/host/discovered.rb:
|
450
|
+
#: ../app/models/host/discovered.rb:33
|
452
451
|
msgid "Invalid facts, must be a Hash"
|
453
452
|
msgstr "Eventos no válidos, debe ser un Hash"
|
454
453
|
|
455
|
-
#: ../app/models/host/discovered.rb:
|
454
|
+
#: ../app/models/host/discovered.rb:38
|
456
455
|
msgid ""
|
457
456
|
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
458
457
|
"and set hostname"
|
459
458
|
msgstr "No se encontró discovery_fact '%s', ha sido imposible detectar el interfaz primario y asignar el nombre de host"
|
460
459
|
|
461
|
-
#: ../app/models/host/discovered.rb:
|
460
|
+
#: ../app/models/host/discovered.rb:45
|
462
461
|
msgid ""
|
463
462
|
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
464
463
|
"the discovery_hostname setting: %s"
|
465
464
|
msgstr ""
|
466
465
|
|
467
|
-
#: ../app/models/host/discovered.rb:
|
466
|
+
#: ../app/models/host/discovered.rb:62
|
468
467
|
msgid "Facts could not be imported"
|
469
468
|
msgstr ""
|
470
469
|
|
471
|
-
#: ../app/models/host/discovered.rb:
|
470
|
+
#: ../app/models/host/discovered.rb:112
|
472
471
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
473
472
|
msgstr "No se puede asignar la subred, a la interfaz principal le falta la dirección IP."
|
474
473
|
|
475
|
-
#: ../app/models/host/discovered.rb:
|
474
|
+
#: ../app/models/host/discovered.rb:166
|
476
475
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
477
476
|
msgstr "No se pueden obtener eventos del proxy %{url}: %{error}"
|
478
477
|
|
479
|
-
#: ../app/models/host/discovered.rb:
|
478
|
+
#: ../app/models/host/discovered.rb:182
|
480
479
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
481
480
|
msgstr "No se puede reiniciar %{name} a través de %{url}: %{msg}."
|
482
481
|
|
483
|
-
#: ../app/models/host/discovered.rb:
|
482
|
+
#: ../app/models/host/discovered.rb:190
|
484
483
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
485
484
|
msgstr "No se puede realizar kexec en %{name} a través de %{url}: %{msg}."
|
486
485
|
|
487
|
-
#: ../app/models/host/discovered.rb:
|
486
|
+
#: ../app/models/host/discovered.rb:209
|
488
487
|
msgid "Invalid hostname: Could not normalize the hostname"
|
489
488
|
msgstr ""
|
490
489
|
|
491
|
-
#: ../app/models/host/managed_extensions.rb:
|
490
|
+
#: ../app/models/host/managed_extensions.rb:23
|
492
491
|
msgid "Reloading kernel on %s"
|
493
492
|
msgstr "Volviendo a cargar núcleo en %s"
|
494
493
|
|
495
|
-
#: ../app/models/host/managed_extensions.rb:
|
494
|
+
#: ../app/models/host/managed_extensions.rb:25
|
496
495
|
msgid "Rebooting %s"
|
497
496
|
msgstr "Reiniciando %s"
|
498
497
|
|
499
498
|
#: ../app/models/host/managed_extensions.rb:45
|
500
|
-
msgid "Operating system not set for host/hostgroup"
|
501
|
-
msgstr "El sistema operativo no está configurado para el host/grupo de hosts."
|
502
|
-
|
503
|
-
#: ../app/models/host/managed_extensions.rb:47
|
504
|
-
msgid "Medium not set for host/hostgroup"
|
505
|
-
msgstr "El medio no está configurado para el host/grupo de hosts."
|
506
|
-
|
507
|
-
#: ../app/models/host/managed_extensions.rb:54
|
508
499
|
msgid "Kexec template not associated with operating system"
|
509
500
|
msgstr "La plantilla Kexec no está asociada al sistema operativo."
|
510
501
|
|
502
|
+
#: ../app/models/nic/managed_extensions.rb:14
|
503
|
+
msgid "Rebuild DNS for %s"
|
504
|
+
msgstr ""
|
505
|
+
|
511
506
|
#: ../app/models/setting/discovered.rb:19
|
512
507
|
msgid "Fact name to use for primary interface detection"
|
513
508
|
msgstr ""
|
@@ -628,19 +623,27 @@ msgstr ""
|
|
628
623
|
msgid "Locked template name"
|
629
624
|
msgstr ""
|
630
625
|
|
631
|
-
#: ../app/models/setting/discovered.rb:
|
626
|
+
#: ../app/models/setting/discovered.rb:34
|
627
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
628
|
+
msgstr ""
|
629
|
+
|
630
|
+
#: ../app/models/setting/discovered.rb:34
|
631
|
+
msgid "Force DNS"
|
632
|
+
msgstr ""
|
633
|
+
|
634
|
+
#: ../app/models/setting/discovered.rb:41
|
632
635
|
msgid "The default location to place discovered hosts in"
|
633
636
|
msgstr "La ubicación predeterminada en la cual se sitúan los hosts descubiertos "
|
634
637
|
|
635
|
-
#: ../app/models/setting/discovered.rb:
|
638
|
+
#: ../app/models/setting/discovered.rb:41
|
636
639
|
msgid "Discovery location"
|
637
640
|
msgstr ""
|
638
641
|
|
639
|
-
#: ../app/models/setting/discovered.rb:
|
642
|
+
#: ../app/models/setting/discovered.rb:49
|
640
643
|
msgid "The default organization to place discovered hosts in"
|
641
644
|
msgstr "La ubicación predeterminada para situar organizaciones descubiertas "
|
642
645
|
|
643
|
-
#: ../app/models/setting/discovered.rb:
|
646
|
+
#: ../app/models/setting/discovered.rb:49
|
644
647
|
msgid "Discovery organization"
|
645
648
|
msgstr ""
|
646
649
|
|
@@ -688,6 +691,18 @@ msgstr "Procesadores"
|
|
688
691
|
msgid "Memory"
|
689
692
|
msgstr "Memoria"
|
690
693
|
|
694
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
|
695
|
+
msgid "Select initial host properties"
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
699
|
+
msgid "Quick create"
|
700
|
+
msgstr ""
|
701
|
+
|
702
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
|
703
|
+
msgid "Create host"
|
704
|
+
msgstr ""
|
705
|
+
|
691
706
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
692
707
|
#: ../lib/foreman_discovery/engine.rb:147
|
693
708
|
msgid "Discovered hosts"
|
@@ -744,27 +759,15 @@ msgstr "Subred"
|
|
744
759
|
msgid "Last facts upload"
|
745
760
|
msgstr "Últimos datos cargados"
|
746
761
|
|
747
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
748
|
-
msgid "Select initial host properties"
|
749
|
-
msgstr ""
|
750
|
-
|
751
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:65
|
752
|
-
msgid "Quick create"
|
753
|
-
msgstr ""
|
754
|
-
|
755
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
756
|
-
msgid "Create host"
|
757
|
-
msgstr ""
|
758
|
-
|
759
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:88
|
762
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
|
760
763
|
msgid "Please Confirm"
|
761
764
|
msgstr "Confirmar"
|
762
765
|
|
763
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
766
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
764
767
|
msgid "Cancel"
|
765
768
|
msgstr "Cancelar"
|
766
769
|
|
767
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
770
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:67
|
768
771
|
msgid "Submit"
|
769
772
|
msgstr "Enviar"
|
770
773
|
|
@@ -798,19 +801,23 @@ msgstr "Seleccionar organización"
|
|
798
801
|
msgid "Discovered host: %s"
|
799
802
|
msgstr "Host descubierto: %s"
|
800
803
|
|
801
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
804
|
+
#: ../app/views/discovered_hosts/show.html.erb:34
|
802
805
|
msgid "Interfaces"
|
803
806
|
msgstr ""
|
804
807
|
|
805
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
808
|
+
#: ../app/views/discovered_hosts/show.html.erb:41
|
809
|
+
msgid "Type"
|
810
|
+
msgstr ""
|
811
|
+
|
812
|
+
#: ../app/views/discovered_hosts/show.html.erb:42
|
806
813
|
msgid "Identifier"
|
807
814
|
msgstr "Identificador"
|
808
815
|
|
809
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
816
|
+
#: ../app/views/discovered_hosts/show.html.erb:43
|
810
817
|
msgid "MAC address"
|
811
818
|
msgstr "Dirección MAC"
|
812
819
|
|
813
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
820
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
814
821
|
msgid "IP address"
|
815
822
|
msgstr "Dirección IP"
|
816
823
|
|
@@ -958,6 +965,6 @@ msgstr ""
|
|
958
965
|
msgid "Discovery rules"
|
959
966
|
msgstr "Reglas de descubrimiento"
|
960
967
|
|
961
|
-
#: ../lib/foreman_discovery/engine.rb:
|
968
|
+
#: ../lib/foreman_discovery/engine.rb:162
|
962
969
|
msgid "Discovery widget"
|
963
970
|
msgstr "Asistente de descubrimiento"
|