foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -3,17 +3,17 @@
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-2018
7
- # Dominic Cleal <dominic@cleal.org>, 2013-2015
8
- # Dominic Cleal <dominic@cleal.org>, 2016
6
+ # Andi Chandler <andi@gowling.com>, 2015-2019
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2013-2015
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
9
9
  # Lukáš Zapletal, 2015
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
16
- "Last-Translator: Lukáš Zapletal\n"
15
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
+ "Last-Translator: Transifex Bot <>\n"
17
17
  "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
18
18
  "man/language/en_GB/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -37,6 +37,9 @@ msgstr "Foreman Discovered hosts summary"
37
37
  msgid "A summary of discovered hosts"
38
38
  msgstr "A summary of discovered hosts"
39
39
 
40
+ msgid "Action with sub plans"
41
+ msgstr ""
42
+
40
43
  msgid "Actions"
41
44
  msgstr "Actions"
42
45
 
@@ -139,6 +142,11 @@ msgstr "Disable"
139
142
  msgid "Disable rule '%s'?"
140
143
  msgstr "Disable rule '%s'?"
141
144
 
145
+ msgid "Discovered Host"
146
+ msgid_plural "Discovered Hosts"
147
+ msgstr[0] ""
148
+ msgstr[1] ""
149
+
142
150
  msgid "Discovered Hosts"
143
151
  msgstr "Discovered Hosts"
144
152
 
@@ -350,6 +358,9 @@ msgstr "IP Address"
350
358
  msgid "IP address"
351
359
  msgstr "IP address"
352
360
 
361
+ msgid "IPAM must be configured for subnet '%s'"
362
+ msgstr "IPAM must be configured for subnet '%s'"
363
+
353
364
  msgid "IPMI"
354
365
  msgstr "IPMI"
355
366
 
@@ -365,6 +376,12 @@ msgstr "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
365
376
  msgid "Image API returned HTTP/%{code} with '%{body}"
366
377
  msgstr "Image API returned HTTP/%{code} with '%{body}"
367
378
 
379
+ msgid "Import Puppet classes"
380
+ msgstr ""
381
+
382
+ msgid "Import facts"
383
+ msgstr ""
384
+
368
385
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
369
386
  msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
370
387
 
@@ -581,6 +598,9 @@ msgstr "Regex to organise facts for storage section"
581
598
  msgid "Reloading kernel on %s"
582
599
  msgstr "Reloading kernel on %s"
583
600
 
601
+ msgid "Remote action:"
602
+ msgstr ""
603
+
584
604
  msgid "Reported in the last 7 days"
585
605
  msgstr "Reported in the last 7 days"
586
606
 
@@ -680,15 +700,15 @@ msgstr "Unable to find a discovery rule, no host provided (check permissions)"
680
700
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
681
701
  msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
682
702
 
683
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
684
- msgstr "Unable to perform kexec on %{name} via %{url}: %{msg}"
703
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
704
+ msgstr ""
705
+
706
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
707
+ msgstr ""
685
708
 
686
709
  msgid "Unable to provision %{host}: %{errors}"
687
710
  msgstr "Unable to provision %{host}: %{errors}"
688
711
 
689
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
690
- msgstr "Unable to reboot %{name} via %{url}: %{msg}"
691
-
692
712
  msgid "Update a rule"
693
713
  msgstr "Update a rule"
694
714
 
@@ -1,21 +1,20 @@
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
8
- # Sergio Ocón <sergio.ocon@redhat.com>, 2014-2015
9
- # Sergio Ocón <sergio.ocon@redhat.com>, 2014
8
+ # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014-2015
9
+ # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 15.0.0\n"
12
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
15
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
16
- "Last-Translator: Lukáš Zapletal\n"
17
- "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
18
- "\n"
14
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
15
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
+ "Last-Translator: Transifex Bot <>\n"
17
+ "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
19
18
  "MIME-Version: 1.0\n"
20
19
  "Content-Type: text/plain; charset=UTF-8\n"
21
20
  "Content-Transfer-Encoding: 8bit\n"
@@ -26,19 +25,23 @@ msgstr ""
26
25
  msgid "List all discovered hosts"
27
26
  msgstr "Confeccionar una lista de los hosts detectados"
28
27
 
29
- #: ../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
30
30
  msgid "filter results"
31
31
  msgstr "filtrar resultados"
32
32
 
33
- #: ../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
34
35
  msgid "sort results"
35
36
  msgstr "organizar resultados"
36
37
 
37
- #: ../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
38
40
  msgid "paginate results"
39
41
  msgstr "paginar resultados"
40
42
 
41
- #: ../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
42
45
  msgid "number of entries per request"
43
46
  msgstr "número de entradas por solicitud"
44
47
 
@@ -46,7 +49,8 @@ msgstr "número de entradas por solicitud"
46
49
  msgid "Show a discovered host"
47
50
  msgstr "Mostrar un host detectado"
48
51
 
49
- #: ../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
50
54
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
51
55
  msgstr "Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
52
56
 
@@ -67,11 +71,14 @@ msgid "not required if it's a virtual machine"
67
71
  msgstr "no es necesario si no se trata de una máquina virtual"
68
72
 
69
73
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
- 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"
71
76
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
72
77
 
73
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
74
- 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"
75
82
  msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
76
83
 
77
84
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -83,14 +90,18 @@ msgid "Upload facts for a host, creating the host if required"
83
90
  msgstr "Subir eventos para un host, si es necesario cree el host."
84
91
 
85
92
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
86
- 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)"
87
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)"
88
98
 
89
99
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
90
100
  msgid "Execute rules against a discovered host"
91
101
  msgstr "Ejecutar reglas en función de un host detectado"
92
102
 
93
- #: ../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:160
94
105
  msgid "Host %{host} was provisioned with rule %{rule}"
95
106
  msgstr "El host %{host} se aprovisionó con la regla %{rule}"
96
107
 
@@ -98,7 +109,8 @@ msgstr "El host %{host} se aprovisionó con la regla %{rule}"
98
109
  msgid "Unable to provision %{host}: %{errors}"
99
110
  msgstr "No es posible aprovisionar %{host}: %{errors}"
100
111
 
101
- #: ../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:167
102
114
  msgid "No rule found for host %s"
103
115
  msgstr "No se halló una regla para el host %s"
104
116
 
@@ -106,11 +118,13 @@ msgstr "No se halló una regla para el host %s"
106
118
  msgid "Execute rules against all currently discovered hosts"
107
119
  msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
108
120
 
109
- #: ../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:173
110
123
  msgid "Errors during auto provisioning: %s"
111
124
  msgstr "Errores durante el autoaprovisionamiento: %s"
112
125
 
113
- #: ../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:176
114
128
  msgid "No discovered hosts to provision"
115
129
  msgstr "No hay hosts detectados para aprovisionar"
116
130
 
@@ -130,7 +144,8 @@ msgstr "Reiniciando un host detectado"
130
144
  msgid "Rebooting all discovered hosts"
131
145
  msgstr "Reiniciando todos los hosts detectados"
132
146
 
133
- #: ../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:129
134
149
  msgid "Discovered hosts are rebooting now"
135
150
  msgstr "Se están reiniciando ahora los hosts detectados"
136
151
 
@@ -155,7 +170,8 @@ msgid "the hostgroup that is used to auto provision a host"
155
170
  msgstr "grupo de host utilizado para autoaprovisionar un host"
156
171
 
157
172
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
158
- 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"
159
175
  msgstr "define un patrón para asignarles a los hosts coincidentes nombres de hosts aptos para la lectura humana"
160
176
 
161
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -163,7 +179,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
163
179
  msgstr "se habilita para limitar la cantidad máxima de hosts aprovisionados por regla"
164
180
 
165
181
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
166
- 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"
167
184
  msgstr "pone las reglas en orden, los números más bajos van en primer lugar. Deben ser superiores a cero"
168
185
 
169
186
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -202,11 +219,11 @@ msgstr "No es posible buscar una regla de detección, no se ha aprovisionado un
202
219
  msgid "No hostgroup associated with rule '%s'"
203
220
  msgstr "No hay grupo de host asociado con la regla '%s'"
204
221
 
205
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
222
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
206
223
  msgid "Errors during reboot: %s"
207
224
  msgstr "Errores durante el reinicio: %s"
208
225
 
209
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
226
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
210
227
  msgid "No discovered hosts to reboot"
211
228
  msgstr "No se detectaron hosts para reiniciar"
212
229
 
@@ -214,91 +231,91 @@ msgstr "No se detectaron hosts para reiniciar"
214
231
  msgid "Successfully provisioned %s"
215
232
  msgstr "Se aprovisionó correctamente %s"
216
233
 
217
- #: ../app/controllers/discovered_hosts_controller.rb:96
234
+ #: ../app/controllers/discovered_hosts_controller.rb:97
218
235
  msgid "Facts refreshed for %s"
219
236
  msgstr "Datos actualizados para %s"
220
237
 
221
- #: ../app/controllers/discovered_hosts_controller.rb:98
238
+ #: ../app/controllers/discovered_hosts_controller.rb:99
222
239
  msgid "Failed to refresh facts for %s"
223
240
  msgstr "Fallo al refrescar datos para %s"
224
241
 
225
- #: ../app/controllers/discovered_hosts_controller.rb:101
242
+ #: ../app/controllers/discovered_hosts_controller.rb:102
226
243
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
227
244
  msgstr "Ocurrió un error al actualizar los eventos de %{hostname} con el error %{error_message}"
228
245
 
229
- #: ../app/controllers/discovered_hosts_controller.rb:108
246
+ #: ../app/controllers/discovered_hosts_controller.rb:109
230
247
  msgid "Host of type %s can not be rebooted"
231
248
  msgstr "No es posible reiniciar el tipo de host %s"
232
249
 
233
- #: ../app/controllers/discovered_hosts_controller.rb:112
250
+ #: ../app/controllers/discovered_hosts_controller.rb:113
234
251
  msgid "Rebooting host %s"
235
252
  msgstr "Reiniciando el host %s"
236
253
 
237
- #: ../app/controllers/discovered_hosts_controller.rb:114
254
+ #: ../app/controllers/discovered_hosts_controller.rb:115
238
255
  msgid "Failed to reboot host %s"
239
256
  msgstr "Ocurrió un error al reiniciar el host %s"
240
257
 
241
- #: ../app/controllers/discovered_hosts_controller.rb:117
258
+ #: ../app/controllers/discovered_hosts_controller.rb:118
242
259
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
243
260
  msgstr "Ocurrió un error al reiniciar el host %{hostname} con el error %{error_message}"
244
261
 
245
- #: ../app/controllers/discovered_hosts_controller.rb:131
262
+ #: ../app/controllers/discovered_hosts_controller.rb:132
246
263
  msgid "Failed to reboot hosts with error %s"
247
264
  msgstr "Ocurrió un error al reiniciar los hosts con el error %s"
248
265
 
249
- #: ../app/controllers/discovered_hosts_controller.rb:149
266
+ #: ../app/controllers/discovered_hosts_controller.rb:150
250
267
  msgid "Destroyed selected hosts"
251
268
  msgstr "Eliminados equipos seleccionados"
252
269
 
253
- #: ../app/controllers/discovered_hosts_controller.rb:151
270
+ #: ../app/controllers/discovered_hosts_controller.rb:152
254
271
  msgid "The following hosts were not deleted: %s"
255
272
  msgstr "Los siguientes equipos no han sido eliminados: %s"
256
273
 
257
- #: ../app/controllers/discovered_hosts_controller.rb:163
274
+ #: ../app/controllers/discovered_hosts_controller.rb:164
258
275
  msgid "Failed to auto provision host %s: %s"
259
276
  msgstr "Ocurrió un error al autoaprovisionar el host %s: %s"
260
277
 
261
- #: ../app/controllers/discovered_hosts_controller.rb:191
278
+ #: ../app/controllers/discovered_hosts_controller.rb:192
262
279
  msgid "Discovered hosts are provisioning now"
263
280
  msgstr "Los hosts detectados se están aprovisionando ahora"
264
281
 
265
- #: ../app/controllers/discovered_hosts_controller.rb:223
282
+ #: ../app/controllers/discovered_hosts_controller.rb:224
266
283
  msgid "Highlights"
267
284
  msgstr "Aspectos destacados"
268
285
 
269
- #: ../app/controllers/discovered_hosts_controller.rb:223
286
+ #: ../app/controllers/discovered_hosts_controller.rb:224
270
287
  msgid "Storage"
271
288
  msgstr "Almacenamiento"
272
289
 
273
- #: ../app/controllers/discovered_hosts_controller.rb:223
290
+ #: ../app/controllers/discovered_hosts_controller.rb:224
274
291
  msgid "Hardware"
275
292
  msgstr "Hardware"
276
293
 
277
- #: ../app/controllers/discovered_hosts_controller.rb:223
294
+ #: ../app/controllers/discovered_hosts_controller.rb:224
278
295
  msgid "Network"
279
296
  msgstr "Red"
280
297
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:223
298
+ #: ../app/controllers/discovered_hosts_controller.rb:224
282
299
  msgid "Software"
283
300
  msgstr "Software"
284
301
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:223
302
+ #: ../app/controllers/discovered_hosts_controller.rb:224
286
303
  msgid "IPMI"
287
304
  msgstr "IPMI"
288
305
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:223
306
+ #: ../app/controllers/discovered_hosts_controller.rb:224
290
307
  msgid "Miscellaneous"
291
308
  msgstr "Miscelánea"
292
309
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:301
310
+ #: ../app/controllers/discovered_hosts_controller.rb:302
294
311
  msgid "No hosts were found with that id or name"
295
312
  msgstr "No se han encontrado equipos con ese id o nombre"
296
313
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:305
314
+ #: ../app/controllers/discovered_hosts_controller.rb:306
298
315
  msgid "No hosts selected"
299
316
  msgstr "Ningún equipo seleccionado"
300
317
 
301
- #: ../app/controllers/discovered_hosts_controller.rb:311
318
+ #: ../app/controllers/discovered_hosts_controller.rb:312
302
319
  msgid "Something went wrong while selecting hosts - %s"
303
320
  msgstr "Algo ha fallado al seleccionar equipos - %s"
304
321
 
@@ -314,15 +331,21 @@ msgstr "Regla deshabilitada"
314
331
  msgid "%s ago"
315
332
  msgstr "Hace %s"
316
333
 
317
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
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:37
318
337
  msgid "Auto Provision"
319
338
  msgstr "Autoaprovisionamiento"
320
339
 
321
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
340
+ #: ../app/helpers/discovered_hosts_helper.rb:15
341
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
322
342
  msgid "Refresh facts"
323
343
  msgstr "Refrescar datos"
324
344
 
325
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
345
+ #: ../app/helpers/discovered_hosts_helper.rb:16
346
+ #: ../app/helpers/discovered_hosts_helper.rb:30
347
+ #: ../app/models/setting/discovered.rb:22
348
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
326
349
  msgid "Reboot"
327
350
  msgstr "Reiniciar"
328
351
 
@@ -330,11 +353,13 @@ msgstr "Reiniciar"
330
353
  msgid "Back"
331
354
  msgstr "Atrás"
332
355
 
333
- #: ../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
334
358
  msgid "Select Action"
335
359
  msgstr "Seleccionar una acción"
336
360
 
337
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
361
+ #: ../app/helpers/discovered_hosts_helper.rb:23
362
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
338
363
  msgid "Delete %s?"
339
364
  msgstr "¿Borrar %s?"
340
365
 
@@ -354,7 +379,8 @@ msgstr "Borrar"
354
379
  msgid "%s - The following hosts are about to be changed"
355
380
  msgstr "%s - Los siguientes equipos están a punto de ser modificados"
356
381
 
357
- #: ../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
358
384
  msgid "N/A"
359
385
  msgstr "N/A"
360
386
 
@@ -374,7 +400,12 @@ msgstr "Informado en los últimos 7 días"
374
400
  msgid "Provision"
375
401
  msgstr "Aprovisionamiento"
376
402
 
377
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
403
+ #: ../app/helpers/discovery_rules_helper.rb:26
404
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
405
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
406
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
407
+ #: ../lib/foreman_discovery/engine.rb:158
408
+ #: ../lib/foreman_discovery/engine.rb:173
378
409
  msgid "Discovered Hosts"
379
410
  msgstr "Hosts detectados"
380
411
 
@@ -423,14 +454,17 @@ msgid "must be present."
423
454
  msgstr "debe estar presente."
424
455
 
425
456
  #: ../app/models/discovery_rule.rb:52
426
- msgid "Host group organization %s must also be associated to the discovery rule"
427
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
457
+ msgid ""
458
+ "Host group organization %s must also be associated to the discovery rule"
459
+ msgid_plural ""
460
+ "Host group organizations %s must also be associated to the discovery rule"
428
461
  msgstr[0] ""
429
462
  msgstr[1] ""
430
463
 
431
464
  #: ../app/models/discovery_rule.rb:56
432
465
  msgid "Host group location %s must also be associated to the discovery rule"
433
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
466
+ msgid_plural ""
467
+ "Host group locations %s must also be associated to the discovery rule"
434
468
  msgstr[0] ""
435
469
  msgstr[1] ""
436
470
 
@@ -451,11 +485,15 @@ msgid "Invalid facts, must be a Hash"
451
485
  msgstr "Eventos inválidos. Debe ser un hash"
452
486
 
453
487
  #: ../app/models/host/discovered.rb:56
454
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
488
+ msgid ""
489
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
490
+ "and set hostname"
455
491
  msgstr "Falta el discovery_fact '%s' esperado. No es posible detectar la interfaz principal y definir el nombre de host"
456
492
 
457
493
  #: ../app/models/host/discovered.rb:69
458
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
494
+ msgid ""
495
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
496
+ "the discovery_hostname setting: %s"
459
497
  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"
460
498
 
461
499
  #: ../app/models/host/discovered.rb:95
@@ -466,15 +504,15 @@ msgstr "No se pudieron importar los eventos"
466
504
  msgid "Could not get facts from proxy %{url}: %{error}"
467
505
  msgstr "No pudieron obtenerse los eventos del proxy %{url}: %{error}"
468
506
 
469
- #: ../app/models/host/discovered.rb:158
470
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
471
- msgstr "No es posible reiniciar %{name} a través de %{url}: %{msg}"
507
+ #: ../app/models/host/discovered.rb:162
508
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
509
+ msgstr ""
472
510
 
473
- #: ../app/models/host/discovered.rb:166
474
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
475
- msgstr "No es posible ejecutar kexec en %{name} a través de %{url}: %{msg}"
511
+ #: ../app/models/host/discovered.rb:181
512
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
513
+ msgstr ""
476
514
 
477
- #: ../app/models/host/discovered.rb:185
515
+ #: ../app/models/host/discovered.rb:207
478
516
  msgid "Invalid hostname: Could not normalize the hostname"
479
517
  msgstr "Nombre de host inválido: no es posible normalizar el nombre de host"
480
518
 
@@ -502,183 +540,191 @@ msgstr "La URL del kexec Init RAM no es válida: '%s'"
502
540
  msgid "Rebuild DNS for %s"
503
541
  msgstr "Reconstruir DNS para %s"
504
542
 
505
- #: ../app/models/setting/discovered.rb:19
543
+ #: ../app/models/setting/discovered.rb:15
506
544
  msgid "The default location to place discovered hosts in"
507
545
  msgstr "La ubicación predeterminada para colocar hosts descubiertos "
508
546
 
509
- #: ../app/models/setting/discovered.rb:19
547
+ #: ../app/models/setting/discovered.rb:15
510
548
  msgid "Discovery location"
511
549
  msgstr "Ubicación de la detección"
512
550
 
513
- #: ../app/models/setting/discovered.rb:20
551
+ #: ../app/models/setting/discovered.rb:16
514
552
  msgid "The default organization to place discovered hosts in"
515
553
  msgstr "La ubicación predeterminada para colocar organizaciones descubiertas "
516
554
 
517
- #: ../app/models/setting/discovered.rb:20
555
+ #: ../app/models/setting/discovered.rb:16
518
556
  msgid "Discovery organization"
519
557
  msgstr "Organización de detección"
520
558
 
521
- #: ../app/models/setting/discovered.rb:21
559
+ #: ../app/models/setting/discovered.rb:17
522
560
  msgid "Fact name to use for primary interface detection"
523
561
  msgstr "Nombre de evento que debe utilizarse para la detección de la interfaz principal"
524
562
 
525
- #: ../app/models/setting/discovered.rb:21
563
+ #: ../app/models/setting/discovered.rb:17
526
564
  msgid "Interface fact"
527
565
  msgstr "Evento de interfaz"
528
566
 
529
- #: ../app/models/setting/discovered.rb:22
530
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
567
+ #: ../app/models/setting/discovered.rb:18
568
+ msgid ""
569
+ "Automatic bond interface (if another interface is detected on the same VLAN "
570
+ "via LLDP)"
531
571
  msgstr "Interfaz de asociación aleatoria (si se detecta otra interfaz en la misma VLAN mediante LLDP)"
532
572
 
533
- #: ../app/models/setting/discovered.rb:22
573
+ #: ../app/models/setting/discovered.rb:18
534
574
  msgid "Create bond interfaces"
535
575
  msgstr "Crear interfaces de asociación"
536
576
 
537
- #: ../app/models/setting/discovered.rb:23
577
+ #: ../app/models/setting/discovered.rb:19
538
578
  msgid "Clean all reported facts during provisioning (except discovery facts)"
539
579
  msgstr "Eliminar todos los eventos informados durante el aprovisionamiento (excepto los eventos de detección)"
540
580
 
541
- #: ../app/models/setting/discovered.rb:23
581
+ #: ../app/models/setting/discovered.rb:19
542
582
  msgid "Clean all facts"
543
583
  msgstr "Eliminar todos los eventos"
544
584
 
545
- #: ../app/models/setting/discovered.rb:24
585
+ #: ../app/models/setting/discovered.rb:20
546
586
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
547
587
  msgstr "Mostrar los eventos que deben utilizarse para el nombre de host (separados por comas, los primeros son los más importantes)"
548
588
 
549
- #: ../app/models/setting/discovered.rb:24
589
+ #: ../app/models/setting/discovered.rb:20
550
590
  msgid "Hostname facts"
551
591
  msgstr "Eventos del nombre de host"
552
592
 
553
- #: ../app/models/setting/discovered.rb:25
554
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
593
+ #: ../app/models/setting/discovered.rb:21
594
+ msgid ""
595
+ "Automatically provision newly discovered hosts, according to the "
596
+ "provisioning rules"
555
597
  msgstr "Aprovisionar automáticamente los hosts recientemente detectados, de acuerdo con las reglas de aprovisionamiento"
556
598
 
557
- #: ../app/models/setting/discovered.rb:25
599
+ #: ../app/models/setting/discovered.rb:21
558
600
  msgid "Auto provisioning"
559
601
  msgstr "Autoaprovisionamiento"
560
602
 
561
- #: ../app/models/setting/discovered.rb:26
603
+ #: ../app/models/setting/discovered.rb:22
562
604
  msgid "Automatically reboot or kexec discovered host during provisioning"
563
605
  msgstr "Reiniciar en forma automática o host kexec detectado durante el aprovisionamiento"
564
606
 
565
- #: ../app/models/setting/discovered.rb:27
607
+ #: ../app/models/setting/discovered.rb:23
566
608
  msgid "The default prefix to use for the host name, must start with a letter"
567
609
  msgstr "Prefijo predeterminado que debe utilizarse para el nombre de host. Debe comenzar con una letra"
568
610
 
569
- #: ../app/models/setting/discovered.rb:27
611
+ #: ../app/models/setting/discovered.rb:23
570
612
  msgid "Hostname prefix"
571
613
  msgstr "Prefijo del nombre de host"
572
614
 
573
- #: ../app/models/setting/discovered.rb:28
615
+ #: ../app/models/setting/discovered.rb:24
574
616
  msgid "Extra facter columns to show in host lists (separate by comma)"
575
617
  msgstr "Columnas de eventos adicionales para mostrar en las listas de hosts (separados por comas)"
576
618
 
577
- #: ../app/models/setting/discovered.rb:28
619
+ #: ../app/models/setting/discovered.rb:24
578
620
  msgid "Fact columns"
579
621
  msgstr "Columnas de eventos"
580
622
 
581
- #: ../app/models/setting/discovered.rb:29
623
+ #: ../app/models/setting/discovered.rb:25
582
624
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
583
625
  msgstr "Regex para organizar los eventos para la sección de aspectos destacados, por ejemplo, ^(abc|cde)$"
584
626
 
585
- #: ../app/models/setting/discovered.rb:29
627
+ #: ../app/models/setting/discovered.rb:25
586
628
  msgid "Highlighted facts"
587
629
  msgstr "Eventos destacados"
588
630
 
589
- #: ../app/models/setting/discovered.rb:30
631
+ #: ../app/models/setting/discovered.rb:26
590
632
  msgid "Regex to organize facts for storage section"
591
633
  msgstr "Regex para organizar eventos para la sección de almacenamiento"
592
634
 
593
- #: ../app/models/setting/discovered.rb:30
635
+ #: ../app/models/setting/discovered.rb:26
594
636
  msgid "Storage facts"
595
637
  msgstr "Eventos de almacenamiento"
596
638
 
597
- #: ../app/models/setting/discovered.rb:31
639
+ #: ../app/models/setting/discovered.rb:27
598
640
  msgid "Regex to organize facts for software section"
599
641
  msgstr "Regex para organizar eventos para la sección de software"
600
642
 
601
- #: ../app/models/setting/discovered.rb:31
643
+ #: ../app/models/setting/discovered.rb:27
602
644
  msgid "Software facts"
603
645
  msgstr "Eventos de software"
604
646
 
605
- #: ../app/models/setting/discovered.rb:32
647
+ #: ../app/models/setting/discovered.rb:28
606
648
  msgid "Regex to organize facts for hardware section"
607
649
  msgstr "Regex para organizar eventos para sección de hardware"
608
650
 
609
- #: ../app/models/setting/discovered.rb:32
651
+ #: ../app/models/setting/discovered.rb:28
610
652
  msgid "Hardware facts"
611
653
  msgstr "Eventos de hardware"
612
654
 
613
- #: ../app/models/setting/discovered.rb:33
655
+ #: ../app/models/setting/discovered.rb:29
614
656
  msgid "Regex to organize facts for network section"
615
657
  msgstr "Regex para organizar los eventos para la sección de redes"
616
658
 
617
- #: ../app/models/setting/discovered.rb:33
659
+ #: ../app/models/setting/discovered.rb:29
618
660
  msgid "Network facts"
619
661
  msgstr "Eventos de red"
620
662
 
621
- #: ../app/models/setting/discovered.rb:34
663
+ #: ../app/models/setting/discovered.rb:30
622
664
  msgid "Regex to organize facts for ipmi section"
623
665
  msgstr "Regex para organizar eventos para la sección ipmi"
624
666
 
625
- #: ../app/models/setting/discovered.rb:34
667
+ #: ../app/models/setting/discovered.rb:30
626
668
  msgid "IPMI facts"
627
669
  msgstr "Eventos IPMI"
628
670
 
629
- #: ../app/models/setting/discovered.rb:35
630
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
671
+ #: ../app/models/setting/discovered.rb:31
672
+ msgid ""
673
+ "Automatically generate PXE configuration to pin a newly discovered host to "
674
+ "discovery"
631
675
  msgstr "Generar configuración PXE en forma automática para adjuntar un host descubierto recientemente a la detección"
632
676
 
633
- #: ../app/models/setting/discovered.rb:35
677
+ #: ../app/models/setting/discovered.rb:31
634
678
  msgid "Lock PXE"
635
679
  msgstr "Bloquear PXE"
636
680
 
637
- #: ../app/models/setting/discovered.rb:36
681
+ #: ../app/models/setting/discovered.rb:32
638
682
  msgid "PXELinux template to be used when pinning a host to discovery"
639
683
  msgstr "Debe utilizarse la plantilla PXELinux para adjuntar un host a la detección"
640
684
 
641
- #: ../app/models/setting/discovered.rb:36
685
+ #: ../app/models/setting/discovered.rb:32
642
686
  msgid "Locked PXELinux template name"
643
687
  msgstr "Nombre de plantilla PXELinux bloqueada"
644
688
 
645
- #: ../app/models/setting/discovered.rb:37
689
+ #: ../app/models/setting/discovered.rb:33
646
690
  msgid "PXEGrub template to be used when pinning a host to discovery"
647
691
  msgstr "Plantilla PXEGrub que debe utilizarse para adjuntar un host a la detección"
648
692
 
649
- #: ../app/models/setting/discovered.rb:37
693
+ #: ../app/models/setting/discovered.rb:33
650
694
  msgid "Locked PXEGrub template name"
651
695
  msgstr "Nombre de plantilla PXEGrub bloqueado"
652
696
 
653
- #: ../app/models/setting/discovered.rb:38
697
+ #: ../app/models/setting/discovered.rb:34
654
698
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
655
699
  msgstr "Plantilla PXEGrub2 que debe utilizarse al adjuntar un host a la detección"
656
700
 
657
- #: ../app/models/setting/discovered.rb:38
701
+ #: ../app/models/setting/discovered.rb:34
658
702
  msgid "Locked PXEGrub2 template name"
659
703
  msgstr "Nombre de plantilla PXEGrub2 bloqueado"
660
704
 
661
- #: ../app/models/setting/discovered.rb:39
705
+ #: ../app/models/setting/discovered.rb:35
662
706
  msgid "Force DNS entries creation when provisioning discovered host"
663
707
  msgstr "Forzar la creación de entradas DNS al aprovisionar host detectado"
664
708
 
665
- #: ../app/models/setting/discovered.rb:39
709
+ #: ../app/models/setting/discovered.rb:35
666
710
  msgid "Force DNS"
667
711
  msgstr "Forzar DNS"
668
712
 
669
- #: ../app/models/setting/discovered.rb:40
670
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
713
+ #: ../app/models/setting/discovered.rb:36
714
+ msgid ""
715
+ "Do not allow to discover existing managed host matching MAC of a "
716
+ "provisioning NIC (errors out early)"
671
717
  msgstr "No permitir detectar host administrados existentes que coincidan con la MAC de una NIC de aprovisionamiento (se produce un error temprano)"
672
718
 
673
- #: ../app/models/setting/discovered.rb:40
719
+ #: ../app/models/setting/discovered.rb:36
674
720
  msgid "Error on existing NIC"
675
721
  msgstr "Error en la NIC existente"
676
722
 
677
- #: ../app/models/setting/discovered.rb:41
723
+ #: ../app/models/setting/discovered.rb:37
678
724
  msgid "Discovery hostname naming pattern"
679
725
  msgstr "Detección de patrón de definición de nombre de host"
680
726
 
681
- #: ../app/models/setting/discovered.rb:41
727
+ #: ../app/models/setting/discovered.rb:37
682
728
  msgid "Type of name generator"
683
729
  msgstr "Tipo de generador de nombre"
684
730
 
@@ -691,9 +737,15 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
691
737
  msgstr "El host detectado '%{host}' tiene todas las NIC filtradas, filtro: %{filter}"
692
738
 
693
739
  #: ../app/services/foreman_discovery/fact_parser.rb:12
694
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
740
+ msgid ""
741
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
742
+ "%{filter}"
695
743
  msgstr "No se puede encontrar la NIC principal con %{mac} especificada mediante '%{fact}', filtro de NIC: %{filter}"
696
744
 
745
+ #: ../app/services/foreman_discovery/host_converter.rb:39
746
+ msgid "IPAM must be configured for subnet '%s'"
747
+ msgstr ""
748
+
697
749
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
698
750
  msgid "Image API returned HTTP/%{code} with '%{body}"
699
751
  msgstr "La API de la imagen arrojó HTTP/%{code} with '%{body}"
@@ -702,6 +754,12 @@ msgstr "La API de la imagen arrojó HTTP/%{code} with '%{body}"
702
754
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
703
755
  msgstr "Error de procesamiento de la API de la imagen: %{msg} (HTTP/%{code}, body: %{body})"
704
756
 
757
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
758
+ msgid "Discovered Host"
759
+ msgid_plural "Discovered Hosts"
760
+ msgstr[0] ""
761
+ msgstr[1] ""
762
+
705
763
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
706
764
  msgid "No discovered hosts available"
707
765
  msgstr "No hay hosts detectados disponibles"
@@ -710,23 +768,33 @@ msgstr "No hay hosts detectados disponibles"
710
768
  msgid "Host"
711
769
  msgstr "Host"
712
770
 
713
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
771
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
772
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
773
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
774
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
775
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
714
776
  msgid "Model"
715
777
  msgstr "Modelo"
716
778
 
717
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
779
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
781
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
782
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
718
783
  msgid "CPUs"
719
784
  msgstr "CPU"
720
785
 
721
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
786
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
787
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
788
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
789
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
722
790
  msgid "Memory"
723
791
  msgstr "Memoria"
724
792
 
725
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
793
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
726
794
  msgid "Customize Host"
727
795
  msgstr "Personalizar host"
728
796
 
729
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
797
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
730
798
  msgid "Create Host"
731
799
  msgstr "Crear host"
732
800
 
@@ -738,11 +806,16 @@ msgstr "Seleccionar todos los objetos de esta página"
738
806
  msgid "items selected. Uncheck to Clear"
739
807
  msgstr "objetos seleccionados. Desactivar para limpiar"
740
808
 
741
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../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
809
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
810
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
811
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
812
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
742
813
  msgid "Name"
743
814
  msgstr "Nombre"
744
815
 
745
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
816
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
817
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
818
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
746
819
  msgid "IP Address"
747
820
  msgstr "Dirección IP"
748
821
 
@@ -754,11 +827,13 @@ msgstr "Conteo de discos"
754
827
  msgid "Disks Size"
755
828
  msgstr "Tamaño de los discos"
756
829
 
757
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
831
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
758
832
  msgid "Location"
759
833
  msgstr "Lugares"
760
834
 
761
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
835
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
836
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
762
837
  msgid "Organization"
763
838
  msgstr "Organización"
764
839
 
@@ -770,7 +845,8 @@ msgstr "Subred"
770
845
  msgid "Last Facts Upload"
771
846
  msgstr "Última carga de datos"
772
847
 
773
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
848
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
849
+ #: ../app/views/discovery_rules/index.html.erb:12
774
850
  msgid "Actions"
775
851
  msgstr "Acciones"
776
852
 
@@ -791,7 +867,9 @@ msgid "Provision %s"
791
867
  msgstr "Aprovisionar %s"
792
868
 
793
869
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
794
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
870
+ msgid ""
871
+ "This might take a while, as all hosts, facts and reports will be destroyed "
872
+ "as well"
795
873
  msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
796
874
 
797
875
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -835,7 +913,9 @@ msgid "No discovered hosts found in this context."
835
913
  msgstr "No se encontraron hosts detectados en este contexto."
836
914
 
837
915
  #: ../app/views/discovered_hosts/welcome.html.erb:8
838
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
916
+ msgid ""
917
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
918
+ "provisioned."
839
919
  msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
840
920
 
841
921
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -850,19 +930,23 @@ msgstr "Informe de resumen de los hosts detectados de Foreman"
850
930
  msgid "<b>Foreman</b> Discovered hosts summary"
851
931
  msgstr "<b>Foreman</b> Resumen de hosts detectados"
852
932
 
853
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
933
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
934
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
854
935
  msgid "Summary from %{time} ago to %{now}"
855
936
  msgstr "Resumen desde %{time} hasta el %{now}"
856
937
 
857
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
938
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
939
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
858
940
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
859
941
  msgstr "Hosts detectados desde el servidor de Foreman en %{foreman_url}"
860
942
 
861
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
943
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
944
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
862
945
  msgid "Disk count"
863
946
  msgstr "Número de discos"
864
947
 
865
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
948
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
949
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
866
950
  msgid "Disks size"
867
951
  msgstr "Tamaño de discos"
868
952
 
@@ -911,30 +995,41 @@ msgid "Rule priority (lower integer means higher priority)"
911
995
  msgstr "Prioridad de la regla (el número entero más bajo significa una mayor prioridad)"
912
996
 
913
997
  #: ../app/views/discovery_rules/_template_inline.erb:2
914
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
998
+ msgid ""
999
+ "Specify target hostname template pattern in the same syntax as in "
1000
+ "Provisioning Templates (ERB)."
915
1001
  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)."
916
1002
 
917
1003
  #: ../app/views/discovery_rules/_template_inline.erb:4
918
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1004
+ msgid ""
1005
+ "Domain will be appended automatically. A hostname based on MAC address will "
1006
+ "be used when left blank."
919
1007
  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."
920
1008
 
921
1009
  #: ../app/views/discovery_rules/_template_inline.erb:5
922
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1010
+ msgid ""
1011
+ "In addition to @host attribute function rand for random integers is "
1012
+ "available. Examples:"
923
1013
  msgstr "Además del atributo @host, la función aleatoria para los números enteros aleatorizados se encuentra disponible. Ejemplos:"
924
1014
 
925
1015
  #: ../app/views/discovery_rules/_template_inline.erb:8
926
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1016
+ msgid ""
1017
+ "When creating hostname patterns, make sure the resulting host names are "
1018
+ "unique."
927
1019
  msgstr "Al crear patrones de nombres de host, asegúrese de que los nombres de host resultantes sean únicos."
928
1020
 
929
1021
  #: ../app/views/discovery_rules/_template_inline.erb:9
930
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1022
+ msgid ""
1023
+ "Hostnames must not start with numbers. A good approach is to use unique "
1024
+ "information provided by facter (MAC address, BIOS or serial ID)."
931
1025
  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)."
932
1026
 
933
1027
  #: ../app/views/discovery_rules/edit.html.erb:1
934
1028
  msgid "Edit %s"
935
1029
  msgstr "Editar %s"
936
1030
 
937
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1031
+ #: ../app/views/discovery_rules/index.html.erb:1
1032
+ #: ../lib/foreman_discovery/engine.rb:163
938
1033
  msgid "Discovery Rules"
939
1034
  msgstr "Reglas de detección"
940
1035
 
@@ -999,9 +1094,13 @@ msgid "Discovery Proxy"
999
1094
  msgstr "Proxy de detección"
1000
1095
 
1001
1096
  #: ../lib/foreman_discovery/engine.rb:189
1002
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1097
+ msgid ""
1098
+ "Discovery Proxy to use within this subnet for managing connection to "
1099
+ "discovered hosts"
1003
1100
  msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1004
1101
 
1005
1102
  #: ../lib/foreman_discovery/engine.rb:190
1006
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1103
+ msgid ""
1104
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1105
+ "discovered hosts"
1007
1106
  msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"