foreman_discovery 12.0.2 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/mailers/discovered_mailer.rb +12 -1
  3. data/app/models/host/discovered.rb +20 -7
  4. data/app/models/setting/discovered.rb +2 -0
  5. data/app/services/foreman_discovery/fact_parser.rb +8 -2
  6. data/app/services/foreman_discovery/lldp_neighbors.rb +104 -0
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discovery/pxeless-vlan.json +217 -0
  9. data/lib/foreman_discovery/engine.rb +1 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +143 -58
  13. data/locale/ca/foreman_discovery.po +4 -4
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +145 -59
  16. data/locale/de/foreman_discovery.po +7 -7
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +90 -58
  19. data/locale/en/foreman_discovery.po +28 -4
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +151 -66
  22. data/locale/en_GB/foreman_discovery.po +12 -12
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +155 -70
  25. data/locale/es/foreman_discovery.po +16 -16
  26. data/locale/foreman_discovery.pot +93 -59
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +287 -200
  29. data/locale/fr/foreman_discovery.po +149 -148
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +144 -59
  32. data/locale/gl/foreman_discovery.po +5 -5
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +144 -59
  35. data/locale/it/foreman_discovery.po +5 -5
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +153 -68
  38. data/locale/ja/foreman_discovery.po +16 -14
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +143 -59
  41. data/locale/ko/foreman_discovery.po +5 -5
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +155 -70
  44. data/locale/pt_BR/foreman_discovery.po +16 -16
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +146 -63
  47. data/locale/ru/foreman_discovery.po +6 -6
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +144 -59
  50. data/locale/sv_SE/foreman_discovery.po +5 -5
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +150 -69
  53. data/locale/zh_CN/foreman_discovery.po +13 -15
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +227 -144
  56. data/locale/zh_TW/foreman_discovery.po +88 -88
  57. data/test/functional/api/v2/discovery_rules_controller_test.rb +8 -0
  58. data/test/functional/api/v2/settings_controller_test.rb +2 -0
  59. data/test/test_helper_discovery.rb +2 -0
  60. data/test/unit/discovered_mailer_test.rb +14 -0
  61. data/test/unit/discovery_rule_test.rb +3 -0
  62. data/test/unit/facts_with_lldp.json +107 -0
  63. data/test/unit/facts_with_lldp_bond_candidate.json +107 -0
  64. data/test/unit/host_discovered_test.rb +72 -1
  65. data/test/unit/lldp_neighbors_test.rb +56 -0
  66. metadata +11 -2
@@ -3,16 +3,16 @@
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
4
  #
5
5
  # Translators:
6
- # Andi Chandler <andi@gowling.com>, 2015-2017
6
+ # Andi Chandler <andi@gowling.com>, 2015-2018
7
7
  # Dominic Cleal <dominic@cleal.org>, 2013-2015
8
8
  # Dominic Cleal <dominic@cleal.org>, 2016
9
9
  # Lukáš Zapletal, 2015
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 10.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2017-12-25 01:46+0000\n"
15
+ "PO-Revision-Date: 2018-07-18 21:47+0000\n"
16
16
  "Last-Translator: Andi Chandler <andi@gowling.com>\n"
17
17
  "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
18
18
  "man/language/en_GB/)\n"
@@ -77,7 +77,7 @@ msgid "Clean all reported facts during provisioning (except discovery facts)"
77
77
  msgstr "Clean all reported facts during provisioning (except discovery facts)"
78
78
 
79
79
  msgid "Collapse All"
80
- msgstr ""
80
+ msgstr "Collapse All"
81
81
 
82
82
  msgid "Could not get facts from proxy %{url}: %{error}"
83
83
  msgstr "Could not get facts from proxy %{url}: %{error}"
@@ -101,7 +101,7 @@ msgid "DHCP filename option (Grub2 or PXELinux by default)"
101
101
  msgstr "DHCP filename option (Grub2 or PXELinux by default)"
102
102
 
103
103
  msgid "Delete"
104
- msgstr ""
104
+ msgstr "Delete"
105
105
 
106
106
  msgid "Delete %s?"
107
107
  msgstr "Delete %s?"
@@ -131,7 +131,7 @@ msgid "Discovered Hosts"
131
131
  msgstr "Discovered Hosts"
132
132
 
133
133
  msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
134
- msgstr ""
134
+ msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
135
135
 
136
136
  msgid "Discovered host: %s"
137
137
  msgstr "Discovered host: %s"
@@ -164,7 +164,7 @@ msgid "Discovery Rules"
164
164
  msgstr "Discovery Rules"
165
165
 
166
166
  msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
167
- msgstr ""
167
+ msgstr "Discovery fact parser does not work with non-discovery host '%{host}'"
168
168
 
169
169
  msgid "Discovery location"
170
170
  msgstr "Discovery location"
@@ -200,13 +200,13 @@ msgid "Disks size"
200
200
  msgstr "Disks size"
201
201
 
202
202
  msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
203
- msgstr ""
203
+ msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
204
204
 
205
205
  msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
206
206
  msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
207
207
 
208
208
  msgid "Edit %s"
209
- msgstr ""
209
+ msgstr "Edit %s"
210
210
 
211
211
  msgid "Enable"
212
212
  msgstr "Enable"
@@ -215,7 +215,7 @@ msgid "Enable rule '%s'?"
215
215
  msgstr "Enable rule '%s'?"
216
216
 
217
217
  msgid "Error on existing NIC"
218
- msgstr ""
218
+ msgstr "Error on existing NIC"
219
219
 
220
220
  msgid "Errors during auto provisioning: %s"
221
221
  msgstr "Errors during auto provisioning: %s"
@@ -657,7 +657,7 @@ msgid "Unable to find a discovery rule, no host provided (check permissions)"
657
657
  msgstr "Unable to find a discovery rule, no host provided (check permissions)"
658
658
 
659
659
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
660
- msgstr ""
660
+ msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
661
661
 
662
662
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
663
663
  msgstr "Unable to perform kexec on %{name} via %{url}: %{msg}"
@@ -702,7 +702,7 @@ msgid "location ID for provisioned hosts"
702
702
  msgstr "location ID for provisioned hosts"
703
703
 
704
704
  msgid "must be present."
705
- msgstr ""
705
+ msgstr "must be present."
706
706
 
707
707
  msgid "must start with a letter or ERB."
708
708
  msgstr "must start with a letter or ERB."
@@ -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_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # elobato <elobatocs@gmail.com>, 2015
7
7
  # francis <hackgo@gmail.com>, 2013-2014
@@ -9,12 +9,12 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 10.0.0\n"
12
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
15
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
16
- "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
17
- "\n"
14
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
15
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
16
+ "Last-Translator: Lukáš Zapletal\n"
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"
20
20
  "Content-Transfer-Encoding: 8bit\n"
@@ -25,19 +25,23 @@ msgstr ""
25
25
  msgid "List all discovered hosts"
26
26
  msgstr "Confeccionar una lista de los hosts detectados"
27
27
 
28
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
29
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
30
  msgid "filter results"
30
31
  msgstr "filtrar resultados"
31
32
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
34
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
35
  msgid "sort results"
34
36
  msgstr "organizar resultados"
35
37
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
39
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
40
  msgid "paginate results"
38
41
  msgstr "paginar resultados"
39
42
 
40
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
44
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
45
  msgid "number of entries per request"
42
46
  msgstr "número de entradas por solicitud"
43
47
 
@@ -45,7 +49,8 @@ msgstr "número de entradas por solicitud"
45
49
  msgid "Show a discovered host"
46
50
  msgstr "Mostrar un host detectado"
47
51
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
49
54
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
50
55
  msgstr "Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
51
56
 
@@ -66,11 +71,14 @@ msgid "not required if it's a virtual machine"
66
71
  msgstr "no es necesario si no se trata de una máquina virtual"
67
72
 
68
73
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
69
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
74
+ msgid ""
75
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
76
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
71
77
 
72
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
73
- msgid "required if value is not inherited from host group or default password in settings"
79
+ msgid ""
80
+ "required if value is not inherited from host group or default password in "
81
+ "settings"
74
82
  msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
75
83
 
76
84
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -82,14 +90,18 @@ msgid "Upload facts for a host, creating the host if required"
82
90
  msgstr "Subir eventos para un host, si es necesario cree el host."
83
91
 
84
92
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
85
- 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)"
93
+ msgid ""
94
+ "hash containing facts for the host with minimum set of facts: "
95
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
96
+ "eth0 (example in case primary interface is named eth0)"
86
97
  msgstr "hash que contiene eventos correspondientes al host con un conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo en caso de que la interfaz principal se denomine eth0)"
87
98
 
88
99
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
89
100
  msgid "Execute rules against a discovered host"
90
101
  msgstr "Ejecutar reglas en función de un host detectado"
91
102
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
104
+ #: ../app/controllers/discovered_hosts_controller.rb:159
93
105
  msgid "Host %{host} was provisioned with rule %{rule}"
94
106
  msgstr "El host %{host} se aprovisionó con la regla %{rule}"
95
107
 
@@ -97,7 +109,8 @@ msgstr "El host %{host} se aprovisionó con la regla %{rule}"
97
109
  msgid "Unable to provision %{host}: %{errors}"
98
110
  msgstr "No es posible aprovisionar %{host}: %{errors}"
99
111
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
113
+ #: ../app/controllers/discovered_hosts_controller.rb:166
101
114
  msgid "No rule found for host %s"
102
115
  msgstr "No se halló una regla para el host %s"
103
116
 
@@ -105,11 +118,13 @@ msgstr "No se halló una regla para el host %s"
105
118
  msgid "Execute rules against all currently discovered hosts"
106
119
  msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
107
120
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
122
+ #: ../app/controllers/discovered_hosts_controller.rb:172
109
123
  msgid "Errors during auto provisioning: %s"
110
124
  msgstr "Errores durante el autoaprovisionamiento: %s"
111
125
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
127
+ #: ../app/controllers/discovered_hosts_controller.rb:175
113
128
  msgid "No discovered hosts to provision"
114
129
  msgstr "No hay hosts detectados para aprovisionar"
115
130
 
@@ -129,7 +144,8 @@ msgstr "Reiniciando un host detectado"
129
144
  msgid "Rebooting all discovered hosts"
130
145
  msgstr "Reiniciando todos los hosts detectados"
131
146
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
148
+ #: ../app/controllers/discovered_hosts_controller.rb:128
133
149
  msgid "Discovered hosts are rebooting now"
134
150
  msgstr "Se están reiniciando ahora los hosts detectados"
135
151
 
@@ -154,7 +170,8 @@ msgid "the hostgroup that is used to auto provision a host"
154
170
  msgstr "grupo de host utilizado para autoaprovisionar un host"
155
171
 
156
172
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
157
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
173
+ msgid ""
174
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
158
175
  msgstr "define un patrón para asignarles a los hosts coincidentes nombres de hosts aptos para la lectura humana"
159
176
 
160
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -162,7 +179,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
162
179
  msgstr "se habilita para limitar la cantidad máxima de hosts aprovisionados por regla"
163
180
 
164
181
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
165
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
182
+ msgid ""
183
+ "puts the rules in order, low numbers go first. Must be greater then zero"
166
184
  msgstr "pone las reglas en orden, los números más bajos van en primer lugar. Deben ser superiores a cero"
167
185
 
168
186
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -171,11 +189,11 @@ msgstr "se utiliza una bandera para el cierre temporario de las reglas"
171
189
 
172
190
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
173
191
  msgid "location ID for provisioned hosts"
174
- msgstr ""
192
+ msgstr "ID de ubicación para hosts aprovisionados"
175
193
 
176
194
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
177
195
  msgid "organization ID for provisioned hosts"
178
- msgstr ""
196
+ msgstr "ID de organización para los hosts aprovisionados"
179
197
 
180
198
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
181
199
  msgid "Create a discovery rule"
@@ -313,15 +331,21 @@ msgstr "Regla deshabilitada"
313
331
  msgid "%s ago"
314
332
  msgstr "Hace %s"
315
333
 
316
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
334
+ #: ../app/helpers/discovered_hosts_helper.rb:14
335
+ #: ../app/helpers/discovered_hosts_helper.rb:29
336
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
317
337
  msgid "Auto Provision"
318
338
  msgstr "Autoaprovisionamiento"
319
339
 
320
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
340
+ #: ../app/helpers/discovered_hosts_helper.rb:15
341
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
321
342
  msgid "Refresh facts"
322
343
  msgstr "Refrescar datos"
323
344
 
324
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
345
+ #: ../app/helpers/discovered_hosts_helper.rb:16
346
+ #: ../app/helpers/discovered_hosts_helper.rb:30
347
+ #: ../app/models/setting/discovered.rb:23
348
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
325
349
  msgid "Reboot"
326
350
  msgstr "Reiniciar"
327
351
 
@@ -329,11 +353,13 @@ msgstr "Reiniciar"
329
353
  msgid "Back"
330
354
  msgstr "Atrás"
331
355
 
332
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
356
+ #: ../app/helpers/discovered_hosts_helper.rb:21
357
+ #: ../app/helpers/discovered_hosts_helper.rb:35
333
358
  msgid "Select Action"
334
359
  msgstr "Seleccionar una acción"
335
360
 
336
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
361
+ #: ../app/helpers/discovered_hosts_helper.rb:23
362
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
337
363
  msgid "Delete %s?"
338
364
  msgstr "¿Borrar %s?"
339
365
 
@@ -347,13 +373,14 @@ msgstr "Asignar Lugar"
347
373
 
348
374
  #: ../app/helpers/discovered_hosts_helper.rb:33
349
375
  msgid "Delete"
350
- msgstr ""
376
+ msgstr "Borrar"
351
377
 
352
378
  #: ../app/helpers/discovered_hosts_helper.rb:37
353
379
  msgid "%s - The following hosts are about to be changed"
354
380
  msgstr "%s - Los siguientes equipos están a punto de ser modificados"
355
381
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
382
+ #: ../app/helpers/discovered_hosts_helper.rb:46
383
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
357
384
  msgid "N/A"
358
385
  msgstr "N/A"
359
386
 
@@ -373,7 +400,11 @@ msgstr "Informado en los últimos 7 días"
373
400
  msgid "Provision"
374
401
  msgstr "Aprovisionamiento"
375
402
 
376
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:173
403
+ #: ../app/helpers/discovery_rules_helper.rb:26
404
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
405
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
406
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
407
+ #: ../lib/foreman_discovery/engine.rb:173
377
408
  msgid "Discovered Hosts"
378
409
  msgstr "Hosts detectados"
379
410
 
@@ -422,27 +453,34 @@ msgid "must be present."
422
453
  msgstr ""
423
454
 
424
455
  #: ../app/models/discovery_rule.rb:48
425
- msgid "Host group organization %s must also be associated to the discovery rule"
426
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
427
- msgstr[0] "La organización del grupo de host %s debe estar asociada también con la regla de detección"
428
- msgstr[1] "Las organizaciones del grupo de host %s deben estar asociadas también con la regla de detección"
456
+ msgid ""
457
+ "Host group organization %s must also be associated to the discovery rule"
458
+ msgid_plural ""
459
+ "Host group organizations %s must also be associated to the discovery rule"
460
+ msgstr[0] ""
461
+ msgstr[1] ""
429
462
 
430
463
  #: ../app/models/discovery_rule.rb:54
431
464
  msgid "Host group location %s must also be associated to the discovery rule"
432
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
433
- msgstr[0] "La ubicación del grupo de host %s debe estar asociada también con la regla de detección"
434
- msgstr[1] "Las ubicaciones del grupo de host %s deben estar asociadas también con la regla de detección"
465
+ msgid_plural ""
466
+ "Host group locations %s must also be associated to the discovery rule"
467
+ msgstr[0] ""
468
+ msgstr[1] ""
435
469
 
436
470
  #: ../app/models/host/discovered.rb:51
437
471
  msgid "Invalid facts, must be a Hash"
438
472
  msgstr "Eventos inválidos. Debe ser un hash"
439
473
 
440
474
  #: ../app/models/host/discovered.rb:56
441
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
475
+ msgid ""
476
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
477
+ "and set hostname"
442
478
  msgstr "Falta el discovery_fact '%s' esperado. No es posible detectar la interfaz principal y definir el nombre de host"
443
479
 
444
480
  #: ../app/models/host/discovered.rb:63
445
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
481
+ msgid ""
482
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
483
+ "the discovery_hostname setting: %s"
446
484
  msgstr "Eventos inválidos: el hash no contiene un valor válido para ninguno de los eventos en la configuración de discovery_hostname: %s"
447
485
 
448
486
  #: ../app/models/host/discovered.rb:89
@@ -514,7 +552,9 @@ msgid "Hostname facts"
514
552
  msgstr "Eventos del nombre de host"
515
553
 
516
554
  #: ../app/models/setting/discovered.rb:22
517
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
555
+ msgid ""
556
+ "Automatically provision newly discovered hosts, according to the "
557
+ "provisioning rules"
518
558
  msgstr "Aprovisionar automáticamente los hosts recientemente detectados, de acuerdo con las reglas de aprovisionamiento"
519
559
 
520
560
  #: ../app/models/setting/discovered.rb:22
@@ -590,7 +630,9 @@ msgid "IPMI facts"
590
630
  msgstr "Eventos IPMI"
591
631
 
592
632
  #: ../app/models/setting/discovered.rb:32
593
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
633
+ msgid ""
634
+ "Automatically generate PXE configuration to pin a newly discovered host to "
635
+ "discovery"
594
636
  msgstr "Generar configuración PXE en forma automática para adjuntar un host descubierto recientemente a la detección"
595
637
 
596
638
  #: ../app/models/setting/discovered.rb:32
@@ -630,7 +672,9 @@ msgid "Force DNS"
630
672
  msgstr "Forzar DNS"
631
673
 
632
674
  #: ../app/models/setting/discovered.rb:37
633
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
675
+ msgid ""
676
+ "Do not allow to discover existing managed host matching MAC of a "
677
+ "provisioning NIC (errors out early)"
634
678
  msgstr ""
635
679
 
636
680
  #: ../app/models/setting/discovered.rb:37
@@ -662,7 +706,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
662
706
  msgstr ""
663
707
 
664
708
  #: ../app/services/foreman_discovery/fact_parser.rb:12
665
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
709
+ msgid ""
710
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
711
+ "%{filter}"
666
712
  msgstr ""
667
713
 
668
714
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -681,21 +727,31 @@ msgstr "No hay hosts detectados disponibles"
681
727
  msgid "Host"
682
728
  msgstr "Host"
683
729
 
684
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
730
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
731
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
732
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
733
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
734
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
685
735
  msgid "Model"
686
736
  msgstr "Modelo"
687
737
 
688
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
738
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
739
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
740
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
741
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
689
742
  msgid "CPUs"
690
743
  msgstr "CPU"
691
744
 
692
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
745
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
746
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
747
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
748
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
693
749
  msgid "Memory"
694
750
  msgstr "Memoria"
695
751
 
696
752
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
697
753
  msgid "Customize Host"
698
- msgstr ""
754
+ msgstr "Personalizar host"
699
755
 
700
756
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
701
757
  msgid "Create Host"
@@ -709,11 +765,16 @@ msgstr "Seleccionar todos los objetos de esta página"
709
765
  msgid "items selected. Uncheck to Clear"
710
766
  msgstr "objetos seleccionados. Desactivar para limpiar"
711
767
 
712
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
768
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
769
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
770
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
771
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
713
772
  msgid "Name"
714
773
  msgstr "Nombre"
715
774
 
716
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
775
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
776
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
777
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
717
778
  msgid "IP Address"
718
779
  msgstr "Dirección IP"
719
780
 
@@ -725,11 +786,13 @@ msgstr "Conteo de discos"
725
786
  msgid "Disks Size"
726
787
  msgstr "Tamaño de los discos"
727
788
 
728
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
789
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
790
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
729
791
  msgid "Location"
730
792
  msgstr "Lugares"
731
793
 
732
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
795
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
733
796
  msgid "Organization"
734
797
  msgstr "Organización"
735
798
 
@@ -758,7 +821,9 @@ msgid "Provision %s"
758
821
  msgstr "Aprovisionar %s"
759
822
 
760
823
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
761
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
824
+ msgid ""
825
+ "This might take a while, as all hosts, facts and reports will be destroyed "
826
+ "as well"
762
827
  msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
763
828
 
764
829
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -795,19 +860,21 @@ msgstr "Dirección IP"
795
860
 
796
861
  #: ../app/views/discovered_hosts/show.html.erb:66
797
862
  msgid "Collapse All"
798
- msgstr ""
863
+ msgstr "Colapsó todo"
799
864
 
800
865
  #: ../app/views/discovered_hosts/welcome.html.erb:7
801
866
  msgid "No discovered hosts found in this context."
802
- msgstr ""
867
+ msgstr "No se encontraron hosts detectados en este contexto."
803
868
 
804
869
  #: ../app/views/discovered_hosts/welcome.html.erb:8
805
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
806
- msgstr ""
870
+ msgid ""
871
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
872
+ "provisioned."
873
+ msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
807
874
 
808
875
  #: ../app/views/discovered_hosts/welcome.html.erb:9
809
876
  msgid "Learn more about this in the documentation."
810
- msgstr ""
877
+ msgstr "Consulte la documentación para obtener más información."
811
878
 
812
879
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
813
880
  msgid "Summary report for discovered hosts from Foreman"
@@ -817,19 +884,23 @@ msgstr "Informe de resumen de los hosts detectados de Foreman"
817
884
  msgid "<b>Foreman</b> Discovered hosts summary"
818
885
  msgstr "<b>Foreman</b> Resumen de hosts detectados"
819
886
 
820
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
887
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
888
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
821
889
  msgid "Summary from %{time} ago to %{now}"
822
890
  msgstr "Resumen desde %{time} hasta el %{now}"
823
891
 
824
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
892
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
893
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
825
894
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
826
895
  msgstr "Hosts detectados desde el servidor de Foreman en %{foreman_url}"
827
896
 
828
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
897
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
898
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
829
899
  msgid "Disk count"
830
900
  msgstr "Número de discos"
831
901
 
832
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
902
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
903
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
833
904
  msgid "Disks size"
834
905
  msgstr "Tamaño de discos"
835
906
 
@@ -878,28 +949,38 @@ msgid "Rule priority (lower integer means higher priority)"
878
949
  msgstr "Prioridad de la regla (el número entero más bajo significa una mayor prioridad)"
879
950
 
880
951
  #: ../app/views/discovery_rules/_template_inline.erb:2
881
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
952
+ msgid ""
953
+ "Specify target hostname template pattern in the same syntax as in "
954
+ "Provisioning Templates (ERB)."
882
955
  msgstr "Especificar el patrón de la plantilla del nombre de host de destino con la misma sintaxis que en las Plantillas de aprovisionamiento (ERB)."
883
956
 
884
957
  #: ../app/views/discovery_rules/_template_inline.erb:4
885
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
958
+ msgid ""
959
+ "Domain will be appended automatically. A hostname based on MAC address will "
960
+ "be used when left blank."
886
961
  msgstr "El dominio se agregará en forma automática. Se utilizará un nombre de host basado en la dirección MAC cuando quede en blanco."
887
962
 
888
963
  #: ../app/views/discovery_rules/_template_inline.erb:5
889
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
964
+ msgid ""
965
+ "In addition to @host attribute function rand for random integers is "
966
+ "available. Examples:"
890
967
  msgstr "Además del atributo @host, la función aleatoria para los números enteros aleatorizados se encuentra disponible. Ejemplos:"
891
968
 
892
969
  #: ../app/views/discovery_rules/_template_inline.erb:8
893
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
970
+ msgid ""
971
+ "When creating hostname patterns, make sure the resulting host names are "
972
+ "unique."
894
973
  msgstr "Al crear patrones de nombres de host, asegúrese de que los nombres de host resultantes sean únicos."
895
974
 
896
975
  #: ../app/views/discovery_rules/_template_inline.erb:9
897
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
976
+ msgid ""
977
+ "Hostnames must not start with numbers. A good approach is to use unique "
978
+ "information provided by facter (MAC address, BIOS or serial ID)."
898
979
  msgstr "Los nombres de hosts no deben comenzar con números. Una buena estrategia consiste en utilizar la información particular aprovisionada por el suministrador de eventos (dirección MAC, BIOS o ID de serie)."
899
980
 
900
981
  #: ../app/views/discovery_rules/edit.html.erb:1
901
982
  msgid "Edit %s"
902
- msgstr ""
983
+ msgstr "Editar %s"
903
984
 
904
985
  #: ../app/views/discovery_rules/index.html.erb:1
905
986
  msgid "Discovery Rules"
@@ -970,9 +1051,13 @@ msgid "Discovery Proxy"
970
1051
  msgstr "Proxy de detección"
971
1052
 
972
1053
  #: ../lib/foreman_discovery/engine.rb:189
973
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1054
+ msgid ""
1055
+ "Discovery Proxy to use within this subnet for managing connection to "
1056
+ "discovered hosts"
974
1057
  msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
975
1058
 
976
1059
  #: ../lib/foreman_discovery/engine.rb:190
977
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1060
+ msgid ""
1061
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1062
+ "discovered hosts"
978
1063
  msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"