foreman_discovery 16.1.4 → 16.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +3 -3
- data/lib/foreman_discovery/engine.rb +3 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +104 -75
- data/locale/ca/foreman_discovery.po +25 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +111 -82
- data/locale/de/foreman_discovery.po +25 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +97 -73
- data/locale/en/foreman_discovery.po +25 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +110 -81
- data/locale/en_GB/foreman_discovery.po +25 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +112 -83
- data/locale/es/foreman_discovery.po +25 -10
- data/locale/foreman_discovery.pot +137 -114
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +112 -83
- data/locale/fr/foreman_discovery.po +25 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +103 -74
- data/locale/gl/foreman_discovery.po +25 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +110 -81
- data/locale/it/foreman_discovery.po +25 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +112 -83
- data/locale/ja/foreman_discovery.po +25 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +110 -81
- data/locale/ko/foreman_discovery.po +25 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +112 -83
- data/locale/pt_BR/foreman_discovery.po +25 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +111 -82
- data/locale/ru/foreman_discovery.po +25 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +104 -75
- data/locale/sv_SE/foreman_discovery.po +25 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +112 -83
- data/locale/zh_CN/foreman_discovery.po +25 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +110 -81
- data/locale/zh_TW/foreman_discovery.po +25 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +21 -11
- data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -10,7 +10,7 @@
|
|
10
10
|
# Lukáš Zapletal, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -328,6 +328,12 @@ msgstr[1] "Host group organisations %s must also be associated to the discovery
|
|
328
328
|
msgid "Host of type %s can not be rebooted"
|
329
329
|
msgstr "Host of type %s can not be rebooted"
|
330
330
|
|
331
|
+
msgid "Host's owner type"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Host's parameters (array or indexed hash)"
|
335
|
+
msgstr ""
|
336
|
+
|
331
337
|
msgid "Hostname facts"
|
332
338
|
msgstr "Hostname facts"
|
333
339
|
|
@@ -415,9 +421,6 @@ msgstr "Kexec template not associated with operating system"
|
|
415
421
|
msgid "Last Facts Upload"
|
416
422
|
msgstr "Last Facts Upload"
|
417
423
|
|
418
|
-
msgid "Learn more about this in the documentation."
|
419
|
-
msgstr "Learn more about this in the documentation."
|
420
|
-
|
421
424
|
msgid "List all discovered hosts"
|
422
425
|
msgstr "List all discovered hosts"
|
423
426
|
|
@@ -472,6 +475,9 @@ msgstr "N/A"
|
|
472
475
|
msgid "Name"
|
473
476
|
msgstr "Name"
|
474
477
|
|
478
|
+
msgid "Name of the parameter"
|
479
|
+
msgstr ""
|
480
|
+
|
475
481
|
msgid "Network"
|
476
482
|
msgstr "Network"
|
477
483
|
|
@@ -490,9 +496,6 @@ msgstr "No discovered hosts available"
|
|
490
496
|
msgid "No discovered hosts for the selected period"
|
491
497
|
msgstr "No discovered hosts for the selected period"
|
492
498
|
|
493
|
-
msgid "No discovered hosts found in this context."
|
494
|
-
msgstr "No discovered hosts found in this context."
|
495
|
-
|
496
499
|
msgid "No discovered hosts to provision"
|
497
500
|
msgstr "No discovered hosts to provision"
|
498
501
|
|
@@ -535,6 +538,9 @@ msgstr "PXEGrub2 template to be used when pinning a host to discovery"
|
|
535
538
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
536
539
|
msgstr "PXELinux template to be used when pinning a host to discovery"
|
537
540
|
|
541
|
+
msgid "Parameter value"
|
542
|
+
msgstr ""
|
543
|
+
|
538
544
|
msgid "Please Confirm"
|
539
545
|
msgstr "Please Confirm"
|
540
546
|
|
@@ -682,15 +688,15 @@ msgstr "The following hosts were not deleted: %s"
|
|
682
688
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
683
689
|
msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
684
690
|
|
685
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
686
|
-
msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
687
|
-
|
688
691
|
msgid "Type"
|
689
692
|
msgstr "Type"
|
690
693
|
|
691
694
|
msgid "Type of name generator"
|
692
695
|
msgstr "Type of name generator"
|
693
696
|
|
697
|
+
msgid "Type of value"
|
698
|
+
msgstr ""
|
699
|
+
|
694
700
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
695
701
|
msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
696
702
|
|
@@ -775,6 +781,15 @@ msgstr "query to match discovered hosts for the particular rule"
|
|
775
781
|
msgid "represents rule name shown to the users"
|
776
782
|
msgstr "represents rule name shown to the users"
|
777
783
|
|
784
|
+
msgid "required if host is managed and custom partition has not been defined"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
790
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
791
|
+
msgstr ""
|
792
|
+
|
778
793
|
msgid "required if value is not inherited from host group or default password in settings"
|
779
794
|
msgstr "required if value is not inherited from host group or default password in settings"
|
780
795
|
|
Binary file
|
@@ -13,8 +13,9 @@ msgid ""
|
|
13
13
|
msgstr ""
|
14
14
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
16
|
-
"
|
17
|
-
"
|
16
|
+
"POT-Creation-Date: 2021-05-03 08:46+0200\n"
|
17
|
+
"PO-Revision-Date: 2021-01-25 08:35+0000\n"
|
18
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
|
18
19
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
|
19
20
|
"\n"
|
20
21
|
"MIME-Version: 1.0\n"
|
@@ -119,51 +120,51 @@ msgstr "Subir eventos para un host, si es necesario cree el host."
|
|
119
120
|
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)"
|
120
121
|
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)"
|
121
122
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
123
124
|
msgid "Execute rules against a discovered host"
|
124
125
|
msgstr "Ejecutar reglas en función de un host detectado"
|
125
126
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
|
127
128
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
128
129
|
msgstr "El host %{host} se aprovisionó con la regla %{rule}"
|
129
130
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
131
132
|
msgid "Unable to provision %{host}: %{errors}"
|
132
133
|
msgstr "No es posible aprovisionar %{host}: %{errors}"
|
133
134
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
|
135
136
|
msgid "No rule found for host %s"
|
136
137
|
msgstr "No se halló una regla para el host %s"
|
137
138
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
139
140
|
msgid "Execute rules against all currently discovered hosts"
|
140
141
|
msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
|
141
142
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
|
143
144
|
msgid "Errors during auto provisioning: %s"
|
144
145
|
msgstr "Errores durante el autoaprovisionamiento: %s"
|
145
146
|
|
146
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
|
147
148
|
msgid "No discovered hosts to provision"
|
148
149
|
msgstr "No hay hosts detectados para aprovisionar"
|
149
150
|
|
150
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
151
152
|
msgid "%s discovered hosts were provisioned"
|
152
153
|
msgstr "Se aprovisionaron %s hosts detectados"
|
153
154
|
|
154
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
155
156
|
msgid "Refreshing the facts of a discovered host"
|
156
157
|
msgstr "Actualizando los eventos de un host detectado"
|
157
158
|
|
158
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
159
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
159
160
|
msgid "Rebooting a discovered host"
|
160
161
|
msgstr "Reiniciando un host detectado"
|
161
162
|
|
162
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
163
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
163
164
|
msgid "Rebooting all discovered hosts"
|
164
165
|
msgstr "Reiniciando todos los hosts detectados"
|
165
166
|
|
166
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
167
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
|
167
168
|
msgid "Discovered hosts are rebooting now"
|
168
169
|
msgstr "Se están reiniciando ahora los hosts detectados"
|
169
170
|
|
@@ -243,110 +244,86 @@ msgstr "Errores durante el reinicio: %s"
|
|
243
244
|
msgid "No discovered hosts to reboot"
|
244
245
|
msgstr "No se detectaron hosts para reiniciar"
|
245
246
|
|
246
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:60
|
247
248
|
msgid "Successfully provisioned %s"
|
248
249
|
msgstr "Se aprovisionó correctamente %s"
|
249
250
|
|
250
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:94
|
251
252
|
msgid "Facts refreshed for %s"
|
252
253
|
msgstr "Datos actualizados para %s"
|
253
254
|
|
254
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
255
256
|
msgid "Failed to refresh facts for %s"
|
256
257
|
msgstr "Fallo al refrescar datos para %s"
|
257
258
|
|
258
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:99
|
259
260
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
260
261
|
msgstr "Ocurrió un error al actualizar los eventos de %{hostname} con el error %{error_message}"
|
261
262
|
|
262
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
263
264
|
msgid "Host of type %s can not be rebooted"
|
264
265
|
msgstr "No es posible reiniciar el tipo de host %s"
|
265
266
|
|
266
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:110
|
267
268
|
msgid "Rebooting host %s"
|
268
269
|
msgstr "Reiniciando el host %s"
|
269
270
|
|
270
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
271
272
|
msgid "Failed to reboot host %s"
|
272
273
|
msgstr "Ocurrió un error al reiniciar el host %s"
|
273
274
|
|
274
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:115
|
275
276
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
276
277
|
msgstr "Ocurrió un error al reiniciar el host %{hostname} con el error %{error_message}"
|
277
278
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:129
|
279
280
|
msgid "Failed to reboot hosts with error %s"
|
280
281
|
msgstr "Ocurrió un error al reiniciar los hosts con el error %s"
|
281
282
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
283
284
|
msgid "Destroyed selected hosts"
|
284
285
|
msgstr "Eliminados equipos seleccionados"
|
285
286
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:149
|
287
288
|
msgid "The following hosts were not deleted: %s"
|
288
289
|
msgstr "Los siguientes equipos no han sido eliminados: %s"
|
289
290
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:161
|
291
292
|
msgid "Failed to auto provision host %s: %s"
|
292
293
|
msgstr "Ocurrió un error al autoaprovisionar el host %s: %s"
|
293
294
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:189
|
295
296
|
msgid "Discovered hosts are provisioning now"
|
296
297
|
msgstr "Los hosts detectados se están aprovisionando ahora"
|
297
298
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
-
msgid "
|
300
|
-
msgstr "
|
301
|
-
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
303
|
-
msgid "Storage"
|
304
|
-
msgstr "Almacenamiento"
|
305
|
-
|
306
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
307
|
-
msgid "Hardware"
|
308
|
-
msgstr "Hardware"
|
309
|
-
|
310
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
311
|
-
msgid "Network"
|
312
|
-
msgstr "Red"
|
313
|
-
|
314
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
315
|
-
msgid "Software"
|
316
|
-
msgstr "Software"
|
317
|
-
|
318
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
319
|
-
msgid "IPMI"
|
320
|
-
msgstr "IPMI"
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:270
|
300
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
301
|
+
msgstr ""
|
321
302
|
|
322
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
323
|
-
msgid "
|
324
|
-
msgstr "
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:275
|
304
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
305
|
+
msgstr ""
|
325
306
|
|
326
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:289
|
327
308
|
msgid "No hosts were found with that id or name"
|
328
309
|
msgstr "No se han encontrado equipos con ese id o nombre"
|
329
310
|
|
330
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:293
|
331
312
|
msgid "No hosts selected"
|
332
313
|
msgstr "Ningún host seleccionado"
|
333
314
|
|
334
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
315
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
335
316
|
msgid "Something went wrong while selecting hosts - %s"
|
336
317
|
msgstr "Algo ha fallado al seleccionar hosts - %s"
|
337
318
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
319
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
339
320
|
msgid "Rule enabled"
|
340
321
|
msgstr "Regla habilitada"
|
341
322
|
|
342
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
323
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
343
324
|
msgid "Rule disabled"
|
344
325
|
msgstr "Regla deshabilitada"
|
345
326
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:10
|
347
|
-
msgid "%s ago"
|
348
|
-
msgstr "Hace %s"
|
349
|
-
|
350
327
|
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
351
328
|
msgid "Auto Provision"
|
352
329
|
msgstr "Autoaprovisionamiento"
|
@@ -432,6 +409,10 @@ msgid "Enable rule '%s'?"
|
|
432
409
|
msgstr "¿Habilitar regla '%s'?"
|
433
410
|
|
434
411
|
#: ../app/helpers/discovery_rules_helper.rb:33
|
412
|
+
msgid "Clone"
|
413
|
+
msgstr ""
|
414
|
+
|
415
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
435
416
|
msgid "Delete rule '%s'?"
|
436
417
|
msgstr "¿Eliminar regla '%s'?"
|
437
418
|
|
@@ -455,13 +436,13 @@ msgstr "debe comenzar con una letra o ERB."
|
|
455
436
|
msgid "must be present."
|
456
437
|
msgstr "debe estar presente."
|
457
438
|
|
458
|
-
#: ../app/models/discovery_rule.rb:
|
439
|
+
#: ../app/models/discovery_rule.rb:57
|
459
440
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
460
441
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
461
442
|
msgstr[0] "La organización del grupo de host %s debe estar asociada también con la regla de detección"
|
462
443
|
msgstr[1] "Las organizaciones del grupo de host %s deben estar asociadas también con la regla de detección"
|
463
444
|
|
464
|
-
#: ../app/models/discovery_rule.rb:
|
445
|
+
#: ../app/models/discovery_rule.rb:61
|
465
446
|
msgid "Host group location %s must also be associated to the discovery rule"
|
466
447
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
467
448
|
msgstr[0] "La ubicación del grupo de host %s debe estar asociada también con la regla de detección"
|
@@ -731,6 +712,34 @@ msgstr "El host detectado '%{host}' tiene todas las NIC filtradas, filtro: %{fil
|
|
731
712
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
732
713
|
msgstr "No se puede encontrar la NIC principal con %{mac} especificada mediante '%{fact}', filtro de NIC: %{filter}"
|
733
714
|
|
715
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
716
|
+
msgid "Highlights"
|
717
|
+
msgstr "Aspectos destacados"
|
718
|
+
|
719
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
720
|
+
msgid "Storage"
|
721
|
+
msgstr "Almacenamiento"
|
722
|
+
|
723
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
724
|
+
msgid "Hardware"
|
725
|
+
msgstr "Hardware"
|
726
|
+
|
727
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
728
|
+
msgid "Network"
|
729
|
+
msgstr "Red"
|
730
|
+
|
731
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
732
|
+
msgid "Software"
|
733
|
+
msgstr "Software"
|
734
|
+
|
735
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
736
|
+
msgid "IPMI"
|
737
|
+
msgstr "IPMI"
|
738
|
+
|
739
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
740
|
+
msgid "Miscellaneous"
|
741
|
+
msgstr "Misceláneo"
|
742
|
+
|
734
743
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
735
744
|
msgid "IPAM must be configured for subnet '%s'"
|
736
745
|
msgstr "El IPAM debe ser configurado para la subred '%s'"
|
@@ -743,6 +752,10 @@ msgstr "La API de la imagen arrojó HTTP/%{code} with '%{body}"
|
|
743
752
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
744
753
|
msgstr "Error de procesamiento de la API de la imagen: %{msg} (HTTP/%{code}, body: %{body})"
|
745
754
|
|
755
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
756
|
+
msgid "Host %s has been dicovered"
|
757
|
+
msgstr ""
|
758
|
+
|
746
759
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
747
760
|
msgid "Discovered Host"
|
748
761
|
msgid_plural "Discovered Hosts"
|
@@ -801,11 +814,11 @@ msgstr "Conteo de discos"
|
|
801
814
|
msgid "Disks Size"
|
802
815
|
msgstr "Tamaño de los discos"
|
803
816
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
817
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
805
818
|
msgid "Location"
|
806
819
|
msgstr "Ubicación"
|
807
820
|
|
808
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
821
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
809
822
|
msgid "Organization"
|
810
823
|
msgstr "Organización"
|
811
824
|
|
@@ -817,7 +830,7 @@ msgstr "Subred"
|
|
817
830
|
msgid "Last Facts Upload"
|
818
831
|
msgstr "Última carga de datos"
|
819
832
|
|
820
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:
|
833
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
821
834
|
msgid "Actions"
|
822
835
|
msgstr "Acciones"
|
823
836
|
|
@@ -965,6 +978,10 @@ msgstr "Al crear patrones de nombres de host, asegúrese de que los nombres de h
|
|
965
978
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
966
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)."
|
967
980
|
|
981
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
982
|
+
msgid "Clone %s"
|
983
|
+
msgstr ""
|
984
|
+
|
968
985
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
969
986
|
msgid "Edit %s"
|
970
987
|
msgstr "Editar %s"
|
@@ -997,7 +1014,7 @@ msgstr "Grupo de Equipo"
|
|
997
1014
|
msgid "Hosts/Limit"
|
998
1015
|
msgstr "Hosts/Límite"
|
999
1016
|
|
1000
|
-
#: ../app/views/discovery_rules/index.html.erb:
|
1017
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
1001
1018
|
msgid "DiscoveryRule|Enabled"
|
1002
1019
|
msgstr "Regla de detección|Habilitada"
|
1003
1020
|
|
@@ -1018,8 +1035,8 @@ msgid "A summary of discovered hosts"
|
|
1018
1035
|
msgstr "Resumen de los hosts detectados"
|
1019
1036
|
|
1020
1037
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
1021
|
-
msgid "
|
1022
|
-
msgstr "
|
1038
|
+
msgid "New hosts"
|
1039
|
+
msgstr ""
|
1023
1040
|
|
1024
1041
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
1025
1042
|
msgid "One or more hosts have been discovered"
|
@@ -1029,19 +1046,27 @@ msgstr "Se detectaron uno o más hosts"
|
|
1029
1046
|
msgid "Details"
|
1030
1047
|
msgstr "Detalles"
|
1031
1048
|
|
1032
|
-
#: ../
|
1049
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
1050
|
+
msgid "Hosts"
|
1051
|
+
msgstr "Hosts"
|
1052
|
+
|
1053
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
1054
|
+
msgid "Error message goes here"
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
1033
1058
|
msgid "Discovery Kexec template"
|
1034
1059
|
msgstr "Plantilla Kexec de detección"
|
1035
1060
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:185
|
1037
1062
|
msgid "Discovery Proxy"
|
1038
1063
|
msgstr "Proxy de detección"
|
1039
1064
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
1041
1066
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1042
1067
|
msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1043
1068
|
|
1044
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1069
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
1045
1070
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1046
1071
|
msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1047
1072
|
|
@@ -1051,20 +1076,24 @@ msgstr ""
|
|
1051
1076
|
|
1052
1077
|
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1053
1078
|
msgid "documentation"
|
1054
|
-
msgstr ""
|
1079
|
+
msgstr "documentación"
|
1055
1080
|
|
1056
1081
|
#: action_names.rb:2
|
1057
|
-
msgid "
|
1058
|
-
msgstr "Acción
|
1082
|
+
msgid "Remote action:"
|
1083
|
+
msgstr "Acción remota:"
|
1059
1084
|
|
1060
1085
|
#: action_names.rb:3
|
1061
|
-
msgid "Import facts"
|
1062
|
-
msgstr "Importar datos"
|
1063
|
-
|
1064
|
-
#: action_names.rb:4
|
1065
1086
|
msgid "Import Puppet classes"
|
1066
1087
|
msgstr "Importar clases Puppet"
|
1067
1088
|
|
1089
|
+
#: action_names.rb:4
|
1090
|
+
msgid "Import facts"
|
1091
|
+
msgstr "Importar datos"
|
1092
|
+
|
1068
1093
|
#: action_names.rb:5
|
1069
|
-
msgid "
|
1070
|
-
msgstr "Acción
|
1094
|
+
msgid "Action with sub plans"
|
1095
|
+
msgstr "Acción con subplanes"
|
1096
|
+
|
1097
|
+
#: ../app/helpers/discovered_hosts_helper.rb:10
|
1098
|
+
#~ msgid "%s ago"
|
1099
|
+
#~ msgstr "Hace %s"
|