foreman_discovery 4.0.0 → 4.1.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/api/v2/discovered_hosts_controller.rb +12 -3
- data/app/models/host/discovered.rb +28 -25
- data/app/models/host/managed_extensions.rb +24 -3
- data/app/services/foreman_discovery/host_converter.rb +16 -2
- data/app/services/foreman_discovery/node_api/node_resource.rb +117 -0
- data/app/services/foreman_discovery/node_api/power.rb +57 -0
- data/{lib → app/services}/foreman_discovery/proxy_operations.rb +0 -0
- data/app/views/foreman_discovery/redhat_kexec.erb +44 -0
- data/db/seeds.d/50_discovery_templates.rb +18 -0
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/de/foreman_discovery.po +146 -64
- data/locale/en_GB/foreman_discovery.po +146 -64
- data/locale/es/foreman_discovery.po +146 -64
- data/locale/foreman_discovery.pot +97 -41
- data/locale/fr/foreman_discovery.po +146 -64
- data/locale/gl/foreman_discovery.po +100 -59
- data/locale/it/foreman_discovery.po +106 -59
- data/locale/ja/foreman_discovery.po +132 -61
- data/locale/ko/foreman_discovery.po +104 -58
- data/locale/pt_BR/foreman_discovery.po +106 -59
- data/locale/ru/foreman_discovery.po +152 -66
- data/locale/sv_SE/foreman_discovery.po +103 -59
- data/locale/zh_CN/foreman_discovery.po +104 -58
- data/locale/zh_TW/foreman_discovery.po +104 -58
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +30 -11
- data/test/functional/discovered_hosts_controller_test.rb +30 -26
- data/test/unit/discovered_extensions_test.rb +8 -8
- metadata +10 -34
- data/app/views/api/v2/discovered_hosts/auto_provision.json.rabl +0 -3
- data/app/views/api/v2/discovered_hosts/auto_provision_all.json.rabl +0 -3
- data/locale/Makefile +0 -62
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.pox +0 -40
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.pox +0 -0
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.pox +0 -41
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.pox +0 -69
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.pox +0 -21
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.pox +0 -0
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.pox +0 -29
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.pox +0 -189
- data/locale/messages.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.pox +0 -0
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.pox +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zanata.xml +0 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.pox +0 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.pox +0 -23
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# elobato <elobatocs@gmail.com>, 2015
|
7
7
|
# francis <hackgo@gmail.com>, 2013-2014
|
@@ -10,15 +10,15 @@
|
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
12
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
14
|
-
"POT-Creation-Date: 2015-
|
13
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
14
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
15
15
|
"PO-Revision-Date: 2015-03-21 22:53+0000\n"
|
16
16
|
"Last-Translator: Sergio Ocón <sergio.ocon@redhat.com>\n"
|
17
17
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
|
18
|
+
"Language: es\n"
|
18
19
|
"MIME-Version: 1.0\n"
|
19
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
20
21
|
"Content-Transfer-Encoding: 8bit\n"
|
21
|
-
"Language: es\n"
|
22
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23
23
|
|
24
24
|
msgid "%s - The following hosts are about to be changed"
|
@@ -42,11 +42,12 @@ msgstr "Auto Provisionamiento"
|
|
42
42
|
msgid "Auto Provision All"
|
43
43
|
msgstr "Auto provisionar todos"
|
44
44
|
|
45
|
-
msgid ""
|
46
|
-
"Automatically provision newly discovered hosts, according to the "
|
47
|
-
"provisioning rules"
|
45
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
48
46
|
msgstr "Provisionar automáticamente los hosts descubiertos, de acuerdo con las pautas de provisión"
|
49
47
|
|
48
|
+
msgid "Automatically reboot discovered host during provisioning"
|
49
|
+
msgstr ""
|
50
|
+
|
50
51
|
msgid "CPUs"
|
51
52
|
msgstr "Procesadores"
|
52
53
|
|
@@ -56,8 +57,8 @@ msgstr "Cancelar"
|
|
56
57
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
57
58
|
msgstr "No se pudo obtener los detalles del proxy %{url}: %{error}"
|
58
59
|
|
59
|
-
msgid "Create a discovered host"
|
60
|
-
msgstr "
|
60
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
61
|
+
msgstr ""
|
61
62
|
|
62
63
|
msgid "Create a discovery rule"
|
63
64
|
msgstr "Crear una pauta de descubrimiento"
|
@@ -86,9 +87,6 @@ msgstr "Deshabilitar"
|
|
86
87
|
msgid "Disable rule?"
|
87
88
|
msgstr "¿Deshabilitar la pauta?"
|
88
89
|
|
89
|
-
msgid "Discovered Host Pool"
|
90
|
-
msgstr "Pool de hosts descubierto"
|
91
|
-
|
92
90
|
msgid "Discovered host: %s"
|
93
91
|
msgstr "Equipo descubierto: %s"
|
94
92
|
|
@@ -98,15 +96,12 @@ msgstr "Equipos descubiertos"
|
|
98
96
|
msgid "Discovered hosts are provisioning now"
|
99
97
|
msgstr "Los hosts descubiertos se están provisionando"
|
100
98
|
|
99
|
+
msgid "Discovered hosts are rebooting now"
|
100
|
+
msgstr ""
|
101
|
+
|
101
102
|
msgid "Discovery Rules"
|
102
103
|
msgstr "Pautas de detección"
|
103
104
|
|
104
|
-
msgid "Discovery rules"
|
105
|
-
msgstr "Pautas de descubrimiento"
|
106
|
-
|
107
|
-
msgid "Discovery widget"
|
108
|
-
msgstr "Widget de descubrimiento"
|
109
|
-
|
110
105
|
msgid "DiscoveryRule|Enabled"
|
111
106
|
msgstr "Activada"
|
112
107
|
|
@@ -125,10 +120,7 @@ msgstr "Número de discos"
|
|
125
120
|
msgid "Disks size"
|
126
121
|
msgstr "Tamaño de discos"
|
127
122
|
|
128
|
-
msgid ""
|
129
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
130
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
131
|
-
"random integers is available. Examples:"
|
123
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
132
124
|
msgstr "Se añadirá el dominio automáticamente. Si se deja vacío, se utiliza un nombre de host basado en la dirección MAC. Además del atributo @host dispone de la función rand para números aleatorios. Ejemplos:"
|
133
125
|
|
134
126
|
msgid "Edit Discovery Rule"
|
@@ -143,15 +135,27 @@ msgstr "¿Activar la pauta?"
|
|
143
135
|
msgid "Errors during auto provisioning: %s"
|
144
136
|
msgstr "Errores en la provisión automática: %s"
|
145
137
|
|
138
|
+
msgid "Errors during reboot: %s"
|
139
|
+
msgstr ""
|
140
|
+
|
146
141
|
msgid "Execute rules against a discovered host"
|
147
142
|
msgstr "Ejecutar las pautas relativas al host descubierto"
|
148
143
|
|
149
144
|
msgid "Execute rules against all currently discovered hosts"
|
150
145
|
msgstr "Ejecutar la pautas en todos los hosts descubiertos actualmente"
|
151
146
|
|
147
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
151
|
+
msgstr ""
|
152
|
+
|
152
153
|
msgid "Fact"
|
153
154
|
msgstr "Dato"
|
154
155
|
|
156
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
157
|
+
msgstr ""
|
158
|
+
|
155
159
|
msgid "Facts discovered on this host"
|
156
160
|
msgstr "Datos descubiertos en este equipo"
|
157
161
|
|
@@ -161,12 +165,6 @@ msgstr "Datos actualizados para %s"
|
|
161
165
|
msgid "Failed to auto provision host %s: %s"
|
162
166
|
msgstr "Error al provisionar el host automáticamente: %s"
|
163
167
|
|
164
|
-
msgid "Failed to import facts for discovered host"
|
165
|
-
msgstr "Error al importar detalles del host descubierto"
|
166
|
-
|
167
|
-
msgid "Failed to import facts for discovered host: %s"
|
168
|
-
msgstr "Error al Error al importar detalles del host descubierto: %s"
|
169
|
-
|
170
168
|
msgid "Failed to reboot host %s"
|
171
169
|
msgstr "No se pudo reinicar el host %s"
|
172
170
|
|
@@ -185,6 +183,16 @@ msgstr "El host %{host} se provisión con la pauta %{rule}"
|
|
185
183
|
msgid "Host group"
|
186
184
|
msgstr "Grupo del host"
|
187
185
|
|
186
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
187
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
188
|
+
msgstr[0] ""
|
189
|
+
msgstr[1] ""
|
190
|
+
|
191
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
192
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
193
|
+
msgstr[0] ""
|
194
|
+
msgstr[1] ""
|
195
|
+
|
188
196
|
msgid "Host of type %s can not be rebooted"
|
189
197
|
msgstr "No se puede reiniciar un host de tipo %s"
|
190
198
|
|
@@ -200,18 +208,12 @@ msgstr "Hosts/límite"
|
|
200
208
|
msgid "IP Address"
|
201
209
|
msgstr "Dirección IP"
|
202
210
|
|
203
|
-
msgid "
|
204
|
-
msgstr "
|
211
|
+
msgid "Incompatible version of puppet fact parser"
|
212
|
+
msgstr ""
|
205
213
|
|
206
214
|
msgid "Invalid facts, must be a Hash"
|
207
215
|
msgstr "Datos no válidos, debe ser un Hash"
|
208
216
|
|
209
|
-
msgid "Invalid facts: hash does not contain IP address"
|
210
|
-
msgstr "Detalles inválidiso: el hash no contiene una dirección IP"
|
211
|
-
|
212
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
213
|
-
msgstr "Datos no válidos: el hash debe contener '%s'"
|
214
|
-
|
215
217
|
msgid "Last facts upload"
|
216
218
|
msgstr "Últimos datos subidos"
|
217
219
|
|
@@ -224,6 +226,9 @@ msgstr "Enumerar todas las pautas de descubrimiento"
|
|
224
226
|
msgid "Location"
|
225
227
|
msgstr "Lugares"
|
226
228
|
|
229
|
+
msgid "Locations"
|
230
|
+
msgstr ""
|
231
|
+
|
227
232
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
228
233
|
msgstr "Número máximo de hosts provisionados con esta pauta (0 = ilimitado)"
|
229
234
|
|
@@ -245,12 +250,18 @@ msgstr "Nueva pauta de descubrimiento"
|
|
245
250
|
msgid "New Rule"
|
246
251
|
msgstr "Nueva pauta"
|
247
252
|
|
253
|
+
msgid "New in the last 24 hours"
|
254
|
+
msgstr ""
|
255
|
+
|
248
256
|
msgid "No discovered hosts available"
|
249
257
|
msgstr "No hay hosts descubiertos disponibles"
|
250
258
|
|
251
259
|
msgid "No discovered hosts to provision"
|
252
260
|
msgstr "No se han descubierto hosts para provisionar"
|
253
261
|
|
262
|
+
msgid "No discovered hosts to reboot"
|
263
|
+
msgstr ""
|
264
|
+
|
254
265
|
msgid "No hosts selected"
|
255
266
|
msgstr "Ningún equipo seleccionado"
|
256
267
|
|
@@ -260,12 +271,21 @@ msgstr "No se han encontrado equipos con ese id o nombre"
|
|
260
271
|
msgid "No rule found for host %s"
|
261
272
|
msgstr "No se han encontrado pautas para el host %s"
|
262
273
|
|
274
|
+
msgid "Not reported in more than 7 days"
|
275
|
+
msgstr ""
|
276
|
+
|
263
277
|
msgid "Organization"
|
264
278
|
msgstr "Organización"
|
265
279
|
|
280
|
+
msgid "Organizations"
|
281
|
+
msgstr ""
|
282
|
+
|
266
283
|
msgid "Please Confirm"
|
267
284
|
msgstr "Confirme, por favor"
|
268
285
|
|
286
|
+
msgid "Primary"
|
287
|
+
msgstr ""
|
288
|
+
|
269
289
|
msgid "Provision"
|
270
290
|
msgstr "Aprovisionamiento"
|
271
291
|
|
@@ -275,12 +295,18 @@ msgstr "Provisionar un host descubierto"
|
|
275
295
|
msgid "Reboot"
|
276
296
|
msgstr "Reiniciar"
|
277
297
|
|
298
|
+
msgid "Reboot All"
|
299
|
+
msgstr ""
|
300
|
+
|
278
301
|
msgid "Rebooting %s"
|
279
302
|
msgstr "Reiniciando %s"
|
280
303
|
|
281
304
|
msgid "Rebooting a discovered host"
|
282
305
|
msgstr "Reiniciando un host descubierto"
|
283
306
|
|
307
|
+
msgid "Rebooting all discovered hosts"
|
308
|
+
msgstr ""
|
309
|
+
|
284
310
|
msgid "Rebooting host %s"
|
285
311
|
msgstr "Reiniciando host %s"
|
286
312
|
|
@@ -290,6 +316,9 @@ msgstr "Refrescar datos"
|
|
290
316
|
msgid "Refreshing the facts of a discovered host"
|
291
317
|
msgstr "Actualizando los detalles de un host descubierto"
|
292
318
|
|
319
|
+
msgid "Reported in the last 7 days"
|
320
|
+
msgstr ""
|
321
|
+
|
293
322
|
msgid "Rule disabled"
|
294
323
|
msgstr "Pauta deshabiltada"
|
295
324
|
|
@@ -317,15 +346,10 @@ msgstr "Mostrar un host descubierto"
|
|
317
346
|
msgid "Show a discovery rule"
|
318
347
|
msgstr "Mostrar una pauta de descubrimiento"
|
319
348
|
|
320
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
321
|
-
msgstr "Mostrar detalle como una columna adicional en la lista de hosts descubiertos"
|
322
|
-
|
323
349
|
msgid "Something went wrong while selecting hosts - %s"
|
324
350
|
msgstr "Algo ha fallado al seleccionar equipos - %s"
|
325
351
|
|
326
|
-
msgid ""
|
327
|
-
"Specify target hostname template pattern in the same syntax as in "
|
328
|
-
"Provisioning Templates (ERB)."
|
352
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
329
353
|
msgstr "Especifique el patrón de nombres objetivo con la misma sintaxis que las Plantillas de provisión (ERB)."
|
330
354
|
|
331
355
|
msgid "Submit"
|
@@ -340,9 +364,6 @@ msgstr "Seleccione el grupo de hosts para esta pauta con todas las propiedades a
|
|
340
364
|
msgid "Template"
|
341
365
|
msgstr "Plantilla"
|
342
366
|
|
343
|
-
msgid "The default fact name to use for the MAC of the system"
|
344
|
-
msgstr "El nombre de dato por defecto a usar para la MAC del sistema"
|
345
|
-
|
346
367
|
msgid "The default location to place discovered hosts in"
|
347
368
|
msgstr "La ubicación predeterminada para colocar hosts descubiertos "
|
348
369
|
|
@@ -355,20 +376,24 @@ msgstr "Prefijo por defecto para el nombre de hosts, debe comenzar por una letra
|
|
355
376
|
msgid "The following hosts were not deleted: %s"
|
356
377
|
msgstr "Los siguientes equipos no han sido eliminados: %s"
|
357
378
|
|
358
|
-
msgid ""
|
359
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
360
|
-
"as well"
|
379
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
361
380
|
msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
|
362
381
|
|
363
|
-
msgid "
|
364
|
-
msgid_plural "Total pool size"
|
365
|
-
msgstr[0] "Tamaño total del pool"
|
366
|
-
msgstr[1] "Tamaño total del pool"
|
367
|
-
|
368
|
-
msgid ""
|
369
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
382
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
370
383
|
msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
|
371
384
|
|
385
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
389
|
+
msgstr ""
|
390
|
+
|
391
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
392
|
+
msgstr ""
|
393
|
+
|
394
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
395
|
+
msgstr ""
|
396
|
+
|
372
397
|
msgid "Update a rule"
|
373
398
|
msgstr "Actualizar una pauta"
|
374
399
|
|
@@ -381,20 +406,26 @@ msgstr "Valor"
|
|
381
406
|
msgid "Warning"
|
382
407
|
msgstr "Aviso"
|
383
408
|
|
384
|
-
msgid ""
|
385
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
386
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
387
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
409
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
388
410
|
msgstr "Cuando cree patrones para nombres, asegúrese de que los nombre de host resultantes son únicos. Los nombres de host no deben comenzar por números. Una buena técnica es usar información única del facter (dirección MAC, BIOS o ID)"
|
389
411
|
|
390
412
|
msgid "can't contain white spaces."
|
391
413
|
msgstr "no puede contener espacios en blanco."
|
392
414
|
|
415
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
416
|
+
msgstr ""
|
417
|
+
|
418
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
419
|
+
msgstr ""
|
420
|
+
|
393
421
|
msgid "filter results"
|
394
422
|
msgstr "filtrar resultados"
|
395
423
|
|
396
|
-
msgid "
|
397
|
-
msgstr "
|
424
|
+
msgid "flag is used for temporary shutdown of rules"
|
425
|
+
msgstr ""
|
426
|
+
|
427
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
428
|
+
msgstr ""
|
398
429
|
|
399
430
|
msgid "items selected. Uncheck to Clear"
|
400
431
|
msgstr "objetos seleccionados. Desactivar para limpiar"
|
@@ -414,10 +445,61 @@ msgstr "número de entradas por petición"
|
|
414
445
|
msgid "paginate results"
|
415
446
|
msgstr "paginar resultados"
|
416
447
|
|
417
|
-
msgid ""
|
418
|
-
|
419
|
-
|
448
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
msgid "query to match discovered hosts for the particular rule"
|
452
|
+
msgstr ""
|
453
|
+
|
454
|
+
msgid "represents rule name shown to the users"
|
455
|
+
msgstr ""
|
456
|
+
|
457
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
420
458
|
msgstr "obligatorio si el valor no se hereda del grupo de hosts o no hay password por defecto en la configuración"
|
421
459
|
|
422
460
|
msgid "sort results"
|
423
461
|
msgstr "ordenar resultados"
|
462
|
+
|
463
|
+
msgid "the hostgroup that is used to auto provision a host"
|
464
|
+
msgstr ""
|
465
|
+
|
466
|
+
#~ msgid "Create a discovered host"
|
467
|
+
#~ msgstr "Crear descubriendo un host"
|
468
|
+
|
469
|
+
#~ msgid "Discovered Host Pool"
|
470
|
+
#~ msgstr "Pool de hosts descubierto"
|
471
|
+
|
472
|
+
#~ msgid "Discovery rules"
|
473
|
+
#~ msgstr "Pautas de descubrimiento"
|
474
|
+
|
475
|
+
#~ msgid "Discovery widget"
|
476
|
+
#~ msgstr "Widget de descubrimiento"
|
477
|
+
|
478
|
+
#~ msgid "Failed to import facts for discovered host"
|
479
|
+
#~ msgstr "Error al importar detalles del host descubierto"
|
480
|
+
|
481
|
+
#~ msgid "Failed to import facts for discovered host: %s"
|
482
|
+
#~ msgstr "Error al Error al importar detalles del host descubierto: %s"
|
483
|
+
|
484
|
+
#~ msgid "Imported discovered host"
|
485
|
+
#~ msgstr "Se importó el host descubierto"
|
486
|
+
|
487
|
+
#~ msgid "Invalid facts: hash does not contain IP address"
|
488
|
+
#~ msgstr "Detalles inválidiso: el hash no contiene una dirección IP"
|
489
|
+
|
490
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
491
|
+
#~ msgstr "Datos no válidos: el hash debe contener '%s'"
|
492
|
+
|
493
|
+
#~ msgid "Show fact as an extra column in the discovered hosts list"
|
494
|
+
#~ msgstr "Mostrar detalle como una columna adicional en la lista de hosts descubiertos"
|
495
|
+
|
496
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
497
|
+
#~ msgstr "El nombre de dato por defecto a usar para la MAC del sistema"
|
498
|
+
|
499
|
+
#~ msgid "Total pool size"
|
500
|
+
#~ msgid_plural "Total pool size"
|
501
|
+
#~ msgstr[0] "Tamaño total del pool"
|
502
|
+
#~ msgstr[1] "Tamaño total del pool"
|
503
|
+
|
504
|
+
#~ msgid "hash containing facts for the host"
|
505
|
+
#~ msgstr "hash que contiene detalles del host"
|
@@ -1,15 +1,15 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
|
-
# Copyright (C)
|
3
|
-
# This file is distributed under the same license as the
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
2
|
+
# Copyright (C) 2015 Foreman developers
|
3
|
+
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
5
5
|
#
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version:
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2015-
|
12
|
-
"PO-Revision-Date: 2015-
|
9
|
+
"Project-Id-Version: foreman_discovery 4.0.0\n"
|
10
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
11
|
+
"POT-Creation-Date: 2015-08-13 16:28+0200\n"
|
12
|
+
"PO-Revision-Date: 2015-08-13 16:28+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -42,6 +42,9 @@ msgstr ""
|
|
42
42
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
43
43
|
msgstr ""
|
44
44
|
|
45
|
+
msgid "Automatically reboot discovered host during provisioning"
|
46
|
+
msgstr ""
|
47
|
+
|
45
48
|
msgid "CPUs"
|
46
49
|
msgstr ""
|
47
50
|
|
@@ -51,7 +54,7 @@ msgstr ""
|
|
51
54
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
52
55
|
msgstr ""
|
53
56
|
|
54
|
-
msgid "Create a discovered host"
|
57
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
55
58
|
msgstr ""
|
56
59
|
|
57
60
|
msgid "Create a discovery rule"
|
@@ -81,9 +84,6 @@ msgstr ""
|
|
81
84
|
msgid "Disable rule?"
|
82
85
|
msgstr ""
|
83
86
|
|
84
|
-
msgid "Discovered Host Pool"
|
85
|
-
msgstr ""
|
86
|
-
|
87
87
|
msgid "Discovered host: %s"
|
88
88
|
msgstr ""
|
89
89
|
|
@@ -93,13 +93,10 @@ msgstr ""
|
|
93
93
|
msgid "Discovered hosts are provisioning now"
|
94
94
|
msgstr ""
|
95
95
|
|
96
|
-
msgid "
|
97
|
-
msgstr ""
|
98
|
-
|
99
|
-
msgid "Discovery rules"
|
96
|
+
msgid "Discovered hosts are rebooting now"
|
100
97
|
msgstr ""
|
101
98
|
|
102
|
-
msgid "Discovery
|
99
|
+
msgid "Discovery Rules"
|
103
100
|
msgstr ""
|
104
101
|
|
105
102
|
msgid "DiscoveryRule|Enabled"
|
@@ -135,28 +132,34 @@ msgstr ""
|
|
135
132
|
msgid "Errors during auto provisioning: %s"
|
136
133
|
msgstr ""
|
137
134
|
|
135
|
+
msgid "Errors during reboot: %s"
|
136
|
+
msgstr ""
|
137
|
+
|
138
138
|
msgid "Execute rules against a discovered host"
|
139
139
|
msgstr ""
|
140
140
|
|
141
141
|
msgid "Execute rules against all currently discovered hosts"
|
142
142
|
msgstr ""
|
143
143
|
|
144
|
-
msgid "
|
144
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
145
145
|
msgstr ""
|
146
146
|
|
147
|
-
msgid "
|
147
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
148
148
|
msgstr ""
|
149
149
|
|
150
|
-
msgid "
|
150
|
+
msgid "Fact"
|
151
151
|
msgstr ""
|
152
152
|
|
153
|
-
msgid "
|
153
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
154
154
|
msgstr ""
|
155
155
|
|
156
|
-
msgid "
|
156
|
+
msgid "Facts discovered on this host"
|
157
157
|
msgstr ""
|
158
158
|
|
159
|
-
msgid "
|
159
|
+
msgid "Facts refreshed for %s"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
msgid "Failed to auto provision host %s: %s"
|
160
163
|
msgstr ""
|
161
164
|
|
162
165
|
msgid "Failed to reboot host %s"
|
@@ -177,6 +180,16 @@ msgstr ""
|
|
177
180
|
msgid "Host group"
|
178
181
|
msgstr ""
|
179
182
|
|
183
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
184
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
185
|
+
msgstr[0] ""
|
186
|
+
msgstr[1] ""
|
187
|
+
|
188
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
189
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
190
|
+
msgstr[0] ""
|
191
|
+
msgstr[1] ""
|
192
|
+
|
180
193
|
msgid "Host of type %s can not be rebooted"
|
181
194
|
msgstr ""
|
182
195
|
|
@@ -192,18 +205,12 @@ msgstr ""
|
|
192
205
|
msgid "IP Address"
|
193
206
|
msgstr ""
|
194
207
|
|
195
|
-
msgid "
|
208
|
+
msgid "Incompatible version of puppet fact parser"
|
196
209
|
msgstr ""
|
197
210
|
|
198
211
|
msgid "Invalid facts, must be a Hash"
|
199
212
|
msgstr ""
|
200
213
|
|
201
|
-
msgid "Invalid facts: hash does not contain IP address"
|
202
|
-
msgstr ""
|
203
|
-
|
204
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
205
|
-
msgstr ""
|
206
|
-
|
207
214
|
msgid "Last facts upload"
|
208
215
|
msgstr ""
|
209
216
|
|
@@ -216,6 +223,9 @@ msgstr ""
|
|
216
223
|
msgid "Location"
|
217
224
|
msgstr ""
|
218
225
|
|
226
|
+
msgid "Locations"
|
227
|
+
msgstr ""
|
228
|
+
|
219
229
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
220
230
|
msgstr ""
|
221
231
|
|
@@ -237,12 +247,18 @@ msgstr ""
|
|
237
247
|
msgid "New Rule"
|
238
248
|
msgstr ""
|
239
249
|
|
250
|
+
msgid "New in the last 24 hours"
|
251
|
+
msgstr ""
|
252
|
+
|
240
253
|
msgid "No discovered hosts available"
|
241
254
|
msgstr ""
|
242
255
|
|
243
256
|
msgid "No discovered hosts to provision"
|
244
257
|
msgstr ""
|
245
258
|
|
259
|
+
msgid "No discovered hosts to reboot"
|
260
|
+
msgstr ""
|
261
|
+
|
246
262
|
msgid "No hosts selected"
|
247
263
|
msgstr ""
|
248
264
|
|
@@ -252,12 +268,21 @@ msgstr ""
|
|
252
268
|
msgid "No rule found for host %s"
|
253
269
|
msgstr ""
|
254
270
|
|
271
|
+
msgid "Not reported in more than 7 days"
|
272
|
+
msgstr ""
|
273
|
+
|
255
274
|
msgid "Organization"
|
256
275
|
msgstr ""
|
257
276
|
|
277
|
+
msgid "Organizations"
|
278
|
+
msgstr ""
|
279
|
+
|
258
280
|
msgid "Please Confirm"
|
259
281
|
msgstr ""
|
260
282
|
|
283
|
+
msgid "Primary"
|
284
|
+
msgstr ""
|
285
|
+
|
261
286
|
msgid "Provision"
|
262
287
|
msgstr ""
|
263
288
|
|
@@ -267,12 +292,18 @@ msgstr ""
|
|
267
292
|
msgid "Reboot"
|
268
293
|
msgstr ""
|
269
294
|
|
295
|
+
msgid "Reboot All"
|
296
|
+
msgstr ""
|
297
|
+
|
270
298
|
msgid "Rebooting %s"
|
271
299
|
msgstr ""
|
272
300
|
|
273
301
|
msgid "Rebooting a discovered host"
|
274
302
|
msgstr ""
|
275
303
|
|
304
|
+
msgid "Rebooting all discovered hosts"
|
305
|
+
msgstr ""
|
306
|
+
|
276
307
|
msgid "Rebooting host %s"
|
277
308
|
msgstr ""
|
278
309
|
|
@@ -282,6 +313,9 @@ msgstr ""
|
|
282
313
|
msgid "Refreshing the facts of a discovered host"
|
283
314
|
msgstr ""
|
284
315
|
|
316
|
+
msgid "Reported in the last 7 days"
|
317
|
+
msgstr ""
|
318
|
+
|
285
319
|
msgid "Rule disabled"
|
286
320
|
msgstr ""
|
287
321
|
|
@@ -309,9 +343,6 @@ msgstr ""
|
|
309
343
|
msgid "Show a discovery rule"
|
310
344
|
msgstr ""
|
311
345
|
|
312
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
313
|
-
msgstr ""
|
314
|
-
|
315
346
|
msgid "Something went wrong while selecting hosts - %s"
|
316
347
|
msgstr ""
|
317
348
|
|
@@ -330,9 +361,6 @@ msgstr ""
|
|
330
361
|
msgid "Template"
|
331
362
|
msgstr ""
|
332
363
|
|
333
|
-
msgid "The default fact name to use for the MAC of the system"
|
334
|
-
msgstr ""
|
335
|
-
|
336
364
|
msgid "The default location to place discovered hosts in"
|
337
365
|
msgstr ""
|
338
366
|
|
@@ -348,14 +376,21 @@ msgstr ""
|
|
348
376
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
349
377
|
msgstr ""
|
350
378
|
|
351
|
-
msgid "Total pool size"
|
352
|
-
msgid_plural "Total pool size"
|
353
|
-
msgstr[0] ""
|
354
|
-
msgstr[1] ""
|
355
|
-
|
356
379
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
357
380
|
msgstr ""
|
358
381
|
|
382
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
383
|
+
msgstr ""
|
384
|
+
|
385
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
389
|
+
msgstr ""
|
390
|
+
|
391
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
392
|
+
msgstr ""
|
393
|
+
|
359
394
|
msgid "Update a rule"
|
360
395
|
msgstr ""
|
361
396
|
|
@@ -374,10 +409,19 @@ msgstr ""
|
|
374
409
|
msgid "can't contain white spaces."
|
375
410
|
msgstr ""
|
376
411
|
|
412
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
413
|
+
msgstr ""
|
414
|
+
|
415
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
416
|
+
msgstr ""
|
417
|
+
|
377
418
|
msgid "filter results"
|
378
419
|
msgstr ""
|
379
420
|
|
380
|
-
msgid "
|
421
|
+
msgid "flag is used for temporary shutdown of rules"
|
422
|
+
msgstr ""
|
423
|
+
|
424
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
381
425
|
msgstr ""
|
382
426
|
|
383
427
|
msgid "items selected. Uncheck to Clear"
|
@@ -398,8 +442,20 @@ msgstr ""
|
|
398
442
|
msgid "paginate results"
|
399
443
|
msgstr ""
|
400
444
|
|
445
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
446
|
+
msgstr ""
|
447
|
+
|
448
|
+
msgid "query to match discovered hosts for the particular rule"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
msgid "represents rule name shown to the users"
|
452
|
+
msgstr ""
|
453
|
+
|
401
454
|
msgid "required if value is not inherited from host group or default password in settings"
|
402
455
|
msgstr ""
|
403
456
|
|
404
457
|
msgid "sort results"
|
405
458
|
msgstr ""
|
459
|
+
|
460
|
+
msgid "the hostgroup that is used to auto provision a host"
|
461
|
+
msgstr ""
|