foreman_discovery 16.1.3 → 16.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/controllers/discovered_hosts_controller.rb +5 -3
  4. data/app/helpers/discovered_hosts_helper.rb +5 -0
  5. data/app/models/host/discovered.rb +11 -15
  6. data/app/models/setting/discovered.rb +3 -1
  7. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  8. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  9. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  10. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  11. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  12. data/app/views/discovery_rules/index.html.erb +1 -1
  13. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  14. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  15. data/extra/discover-host +14 -8
  16. data/lib/foreman_discovery/engine.rb +3 -2
  17. data/lib/foreman_discovery/version.rb +1 -1
  18. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/ca/foreman_discovery.edit.po +46 -37
  20. data/locale/ca/foreman_discovery.po +28 -10
  21. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/de/foreman_discovery.edit.po +54 -47
  23. data/locale/de/foreman_discovery.po +28 -10
  24. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/en/foreman_discovery.edit.po +40 -28
  26. data/locale/en/foreman_discovery.po +28 -10
  27. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/en_GB/foreman_discovery.edit.po +45 -44
  29. data/locale/en_GB/foreman_discovery.po +28 -10
  30. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/es/foreman_discovery.edit.po +79 -76
  32. data/locale/es/foreman_discovery.po +28 -10
  33. data/locale/foreman_discovery.pot +142 -115
  34. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/fr/foreman_discovery.edit.po +85 -82
  36. data/locale/fr/foreman_discovery.po +28 -10
  37. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/gl/foreman_discovery.edit.po +41 -29
  39. data/locale/gl/foreman_discovery.po +28 -10
  40. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/it/foreman_discovery.edit.po +54 -42
  42. data/locale/it/foreman_discovery.po +28 -10
  43. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/ja/foreman_discovery.edit.po +88 -87
  45. data/locale/ja/foreman_discovery.po +28 -10
  46. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ko/foreman_discovery.edit.po +53 -41
  48. data/locale/ko/foreman_discovery.po +28 -10
  49. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/pt_BR/foreman_discovery.edit.po +78 -72
  51. data/locale/pt_BR/foreman_discovery.po +28 -10
  52. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ru/foreman_discovery.edit.po +53 -41
  54. data/locale/ru/foreman_discovery.po +28 -10
  55. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/sv_SE/foreman_discovery.edit.po +44 -32
  57. data/locale/sv_SE/foreman_discovery.po +28 -10
  58. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/zh_CN/foreman_discovery.edit.po +123 -123
  60. data/locale/zh_CN/foreman_discovery.po +28 -10
  61. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/zh_TW/foreman_discovery.edit.po +53 -41
  63. data/locale/zh_TW/foreman_discovery.po +28 -10
  64. data/package.json +39 -0
  65. data/test/facts/only-ipv6.json +205 -0
  66. data/test/facts/skylake-ipv6.json +223 -0
  67. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  68. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  69. data/test/functional/discovery_rules_controller_test.rb +1 -1
  70. data/test/unit/host_discovered_test.rb +0 -16
  71. data/webpack/index.js +18 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  73. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  74. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  75. data/webpack/src/reducers.js +7 -0
  76. metadata +24 -12
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.0.1\n"
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
 
@@ -700,6 +706,9 @@ msgstr "Unable to find a discovery rule, no host provided (check permissions)"
700
706
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
701
707
  msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
702
708
 
709
+ msgid "Unable to perform %{action} on %{ips}"
710
+ msgstr ""
711
+
703
712
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
704
713
  msgstr ""
705
714
 
@@ -772,6 +781,15 @@ msgstr "query to match discovered hosts for the particular rule"
772
781
  msgid "represents rule name shown to the users"
773
782
  msgstr "represents rule name shown to the users"
774
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
+
775
793
  msgid "required if value is not inherited from host group or default password in settings"
776
794
  msgstr "required if value is not inherited from host group or default password in settings"
777
795
 
@@ -4,15 +4,17 @@
4
4
  #
5
5
  # Translators:
6
6
  # elobato <elobatocs@gmail.com>, 2015
7
+ # elobato <elobatocs@gmail.com>, 2015
7
8
  # francis <hackgo@gmail.com>, 2013-2014
9
+ # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
8
10
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014-2015
9
11
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
12
  msgid ""
11
13
  msgstr ""
12
14
  "Project-Id-Version: foreman_discovery 16.3.4\n"
13
15
  "Report-Msgid-Bugs-To: \n"
14
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
- "Last-Translator: Transifex Bot <>\n"
16
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
17
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
16
18
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
17
19
  "\n"
18
20
  "MIME-Version: 1.0\n"
@@ -59,7 +61,7 @@ msgstr "Aprovisionar un host detectado"
59
61
 
60
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
61
63
  msgid "required if host is managed and value is not inherited from host group"
62
- msgstr ""
64
+ msgstr "obligatorio si los hosts están administrados y el valor no se ha heredado de un grupo de hosts"
63
65
 
64
66
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
65
67
  msgid "not required if using a subnet with DHCP proxy"
@@ -71,31 +73,31 @@ msgstr "no es necesario si no se trata de una máquina virtual"
71
73
 
72
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
73
75
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
74
- msgstr ""
76
+ msgstr "obligatorio si el aprovisionamiento no se basa en imágenes, el host está administrado y el valor no se hereda de un grupo de hosts"
75
77
 
76
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
77
79
  msgid "required if host is managed and custom partition has not been defined"
78
- msgstr ""
80
+ msgstr "obligatorio si el host está administrado y no se han definido particiones personalizadas"
79
81
 
80
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
81
83
  msgid "Host's owner type"
82
- msgstr ""
84
+ msgstr "Tipo de propietario de host"
83
85
 
84
86
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
85
87
  msgid "Host's parameters (array or indexed hash)"
86
- msgstr ""
88
+ msgstr "Parámetros del host (array o hash indexado)"
87
89
 
88
90
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
89
91
  msgid "Name of the parameter"
90
- msgstr ""
92
+ msgstr "Nombre del parámetro"
91
93
 
92
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
93
95
  msgid "Parameter value"
94
- msgstr ""
96
+ msgstr "Valor del parámetro"
95
97
 
96
98
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
97
99
  msgid "Type of value"
98
- msgstr ""
100
+ msgstr "Tipo de valor"
99
101
 
100
102
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
101
103
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
@@ -319,7 +321,7 @@ msgstr "IPMI"
319
321
 
320
322
  #: ../app/controllers/discovered_hosts_controller.rb:226
321
323
  msgid "Miscellaneous"
322
- msgstr "Miscelánea"
324
+ msgstr "Misceláneo"
323
325
 
324
326
  #: ../app/controllers/discovered_hosts_controller.rb:304
325
327
  msgid "No hosts were found with that id or name"
@@ -327,17 +329,17 @@ msgstr "No se han encontrado equipos con ese id o nombre"
327
329
 
328
330
  #: ../app/controllers/discovered_hosts_controller.rb:308
329
331
  msgid "No hosts selected"
330
- msgstr "Ningún equipo seleccionado"
332
+ msgstr "Ningún host seleccionado"
331
333
 
332
334
  #: ../app/controllers/discovered_hosts_controller.rb:314
333
335
  msgid "Something went wrong while selecting hosts - %s"
334
- msgstr "Algo ha fallado al seleccionar equipos - %s"
336
+ msgstr "Algo ha fallado al seleccionar hosts - %s"
335
337
 
336
- #: ../app/controllers/discovery_rules_controller.rb:68
338
+ #: ../app/controllers/discovery_rules_controller.rb:72
337
339
  msgid "Rule enabled"
338
340
  msgstr "Regla habilitada"
339
341
 
340
- #: ../app/controllers/discovery_rules_controller.rb:68
342
+ #: ../app/controllers/discovery_rules_controller.rb:72
341
343
  msgid "Rule disabled"
342
344
  msgstr "Regla deshabilitada"
343
345
 
@@ -345,15 +347,15 @@ msgstr "Regla deshabilitada"
345
347
  msgid "%s ago"
346
348
  msgstr "Hace %s"
347
349
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
350
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
349
351
  msgid "Auto Provision"
350
352
  msgstr "Autoaprovisionamiento"
351
353
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
354
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
353
355
  msgid "Refresh facts"
354
356
  msgstr "Refrescar datos"
355
357
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
358
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
357
359
  msgid "Reboot"
358
360
  msgstr "Reiniciar"
359
361
 
@@ -365,7 +367,7 @@ msgstr "Atrás"
365
367
  msgid "Select Action"
366
368
  msgstr "Seleccionar una acción"
367
369
 
368
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
370
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
369
371
  msgid "Delete %s?"
370
372
  msgstr "¿Borrar %s?"
371
373
 
@@ -387,7 +389,7 @@ msgstr "%s - Los siguientes equipos están a punto de ser modificados"
387
389
 
388
390
  #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
389
391
  msgid "N/A"
390
- msgstr "N/A"
392
+ msgstr "N/C"
391
393
 
392
394
  #: ../app/helpers/discovered_hosts_helper.rb:58
393
395
  msgid "New in the last 24 hours"
@@ -403,7 +405,7 @@ msgstr "Informado en los últimos 7 días"
403
405
 
404
406
  #: ../app/helpers/discovered_hosts_helper.rb:90
405
407
  msgid "Provision"
406
- msgstr "Aprovisionamiento"
408
+ msgstr "Aprovisionar"
407
409
 
408
410
  #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
409
411
  msgid "Discovered Hosts"
@@ -415,7 +417,7 @@ msgstr "Hosts asociados"
415
417
 
416
418
  #: ../app/helpers/discovery_rules_helper.rb:29
417
419
  msgid "Disable"
418
- msgstr "Inhabilitar"
420
+ msgstr "Deshabilitar"
419
421
 
420
422
  #: ../app/helpers/discovery_rules_helper.rb:29
421
423
  msgid "Disable rule '%s'?"
@@ -423,7 +425,7 @@ msgstr "¿Deshabilitar regla '%s'?"
423
425
 
424
426
  #: ../app/helpers/discovery_rules_helper.rb:31
425
427
  msgid "Enable"
426
- msgstr "Activar"
428
+ msgstr "Habilitar"
427
429
 
428
430
  #: ../app/helpers/discovery_rules_helper.rb:31
429
431
  msgid "Enable rule '%s'?"
@@ -456,14 +458,14 @@ msgstr "debe estar presente."
456
458
  #: ../app/models/discovery_rule.rb:52
457
459
  msgid "Host group organization %s must also be associated to the discovery rule"
458
460
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
459
- msgstr[0] ""
460
- msgstr[1] ""
461
+ msgstr[0] "La organización del grupo de host %s debe estar asociada también con la regla de detección"
462
+ msgstr[1] "Las organizaciones del grupo de host %s deben estar asociadas también con la regla de detección"
461
463
 
462
464
  #: ../app/models/discovery_rule.rb:56
463
465
  msgid "Host group location %s must also be associated to the discovery rule"
464
466
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
465
- msgstr[0] ""
466
- msgstr[1] ""
467
+ msgstr[0] "La ubicación del grupo de host %s debe estar asociada también con la regla de detección"
468
+ msgstr[1] "Las ubicaciones del grupo de host %s deben estar asociadas también con la regla de detección"
467
469
 
468
470
  #: ../app/models/host/discovered.rb:40
469
471
  msgid "Fact + prefix"
@@ -499,7 +501,7 @@ msgstr "No pudieron obtenerse los eventos del proxy %{url}: %{error}"
499
501
 
500
502
  #: ../app/models/host/discovered.rb:160
501
503
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
502
- msgstr ""
504
+ msgstr "No se puede realizar el reinicio en %{name} (%{url}): %{msg}"
503
505
 
504
506
  #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
505
507
  msgid "Unable to perform %{action} on %{ips}"
@@ -507,7 +509,7 @@ msgstr ""
507
509
 
508
510
  #: ../app/models/host/discovered.rb:179
509
511
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
510
- msgstr ""
512
+ msgstr "No es posible ejecutar kexec en %{name} (%{url}): %{msg}"
511
513
 
512
514
  #: ../app/models/host/discovered.rb:203
513
515
  msgid "Invalid hostname: Could not normalize the hostname"
@@ -731,7 +733,7 @@ msgstr "No se puede encontrar la NIC principal con %{mac} especificada mediante
731
733
 
732
734
  #: ../app/services/foreman_discovery/host_converter.rb:47
733
735
  msgid "IPAM must be configured for subnet '%s'"
734
- msgstr ""
736
+ msgstr "El IPAM debe ser configurado para la subred '%s'"
735
737
 
736
738
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
737
739
  msgid "Image API returned HTTP/%{code} with '%{body}"
@@ -744,8 +746,8 @@ msgstr "Error de procesamiento de la API de la imagen: %{msg} (HTTP/%{code}, bod
744
746
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
745
747
  msgid "Discovered Host"
746
748
  msgid_plural "Discovered Hosts"
747
- msgstr[0] ""
748
- msgstr[1] ""
749
+ msgstr[0] "Host detectado"
750
+ msgstr[1] "Hosts detectados"
749
751
 
750
752
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
751
753
  msgid "No discovered hosts available"
@@ -753,17 +755,17 @@ msgstr "No hay hosts detectados disponibles"
753
755
 
754
756
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
755
757
  msgid "Host"
756
- msgstr "Host"
758
+ msgstr "host"
757
759
 
758
- #: ../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
760
+ #: ../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
759
761
  msgid "Model"
760
- msgstr "Modelo"
762
+ msgstr "Modelado"
761
763
 
762
- #: ../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
764
+ #: ../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
763
765
  msgid "CPUs"
764
766
  msgstr "CPU"
765
767
 
766
- #: ../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
768
+ #: ../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
767
769
  msgid "Memory"
768
770
  msgstr "Memoria"
769
771
 
@@ -775,61 +777,61 @@ msgstr "Personalizar host"
775
777
  msgid "Create Host"
776
778
  msgstr "Crear host"
777
779
 
778
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
779
781
  msgid "Select all items in this page"
780
782
  msgstr "Seleccionar todos los objetos de esta página"
781
783
 
782
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
783
785
  msgid "items selected. Uncheck to Clear"
784
786
  msgstr "objetos seleccionados. Desactivar para limpiar"
785
787
 
786
- #: ../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
788
+ #: ../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
787
789
  msgid "Name"
788
790
  msgstr "Nombre"
789
791
 
790
- #: ../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
792
+ #: ../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
791
793
  msgid "IP Address"
792
794
  msgstr "Dirección IP"
793
795
 
794
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
796
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
795
797
  msgid "Disk Count"
796
798
  msgstr "Conteo de discos"
797
799
 
798
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
800
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
799
801
  msgid "Disks Size"
800
802
  msgstr "Tamaño de los discos"
801
803
 
802
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
804
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
803
805
  msgid "Location"
804
- msgstr "Lugares"
806
+ msgstr "Ubicación"
805
807
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
808
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
807
809
  msgid "Organization"
808
810
  msgstr "Organización"
809
811
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
812
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
811
813
  msgid "Subnet"
812
814
  msgstr "Subred"
813
815
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
816
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
815
817
  msgid "Last Facts Upload"
816
818
  msgstr "Última carga de datos"
817
819
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
820
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
819
821
  msgid "Actions"
820
822
  msgstr "Acciones"
821
823
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
824
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
823
825
  msgid "Please Confirm"
824
- msgstr "Confirme, por favor"
826
+ msgstr "Confirmar"
825
827
 
826
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
828
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
827
829
  msgid "Cancel"
828
830
  msgstr "Cancelar"
829
831
 
830
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
832
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
831
833
  msgid "Submit"
832
- msgstr "Introducir"
834
+ msgstr "Enviar"
833
835
 
834
836
  #: ../app/views/discovered_hosts/edit.html.erb:1
835
837
  msgid "Provision %s"
@@ -873,7 +875,7 @@ msgstr "Dirección IP"
873
875
 
874
876
  #: ../app/views/discovered_hosts/show.html.erb:66
875
877
  msgid "Collapse All"
876
- msgstr "Colapsó todo"
878
+ msgstr "Contraer todo"
877
879
 
878
880
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
879
881
  msgid "Summary report for discovered hosts from Foreman"
@@ -971,7 +973,7 @@ msgstr "Editar %s"
971
973
  msgid "Discovery Rules"
972
974
  msgstr "Reglas de detección"
973
975
 
974
- #: ../app/views/discovery_rules/index.html.erb:2
976
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
975
977
  msgid "Create Rule"
976
978
  msgstr "Crear regla"
977
979
 
@@ -1003,6 +1005,10 @@ msgstr "Regla de detección|Habilitada"
1003
1005
  msgid "New Discovery Rule"
1004
1006
  msgstr "Nueva regla de detección"
1005
1007
 
1008
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1009
+ msgid "Discovered Rules"
1010
+ msgstr ""
1011
+
1006
1012
  #: ../db/seeds.d/50_discovery_templates.rb:5
1007
1013
  msgid "Command line options for kexec during PXE-less provisioning."
1008
1014
  msgstr "Opciones de la línea de comandos para kexec durante el aprovisionamiento sin PXE."
@@ -1021,7 +1027,7 @@ msgstr "Se detectaron uno o más hosts"
1021
1027
 
1022
1028
  #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1023
1029
  msgid "Details"
1024
- msgstr "Información"
1030
+ msgstr "Detalles"
1025
1031
 
1026
1032
  #: ../lib/foreman_discovery/engine.rb:180
1027
1033
  msgid "Discovery Kexec template"
@@ -1039,29 +1045,26 @@ msgstr "Proxy de detección para usar en esta subred para administrar la conexi
1039
1045
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1040
1046
  msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1041
1047
 
1042
- #: action_names.rb:2
1043
- msgid "Remote action:"
1048
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1049
+ msgid "For more information please see "
1044
1050
  msgstr ""
1045
1051
 
1046
- #: action_names.rb:3
1047
- msgid "Import Puppet classes"
1052
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1053
+ msgid "documentation"
1048
1054
  msgstr ""
1049
1055
 
1050
- #: action_names.rb:4
1056
+ #: action_names.rb:2
1057
+ msgid "Action with sub plans"
1058
+ msgstr "Acción con subplanes"
1059
+
1060
+ #: action_names.rb:3
1051
1061
  msgid "Import facts"
1052
- msgstr ""
1062
+ msgstr "Importar datos"
1053
1063
 
1054
- #: action_names.rb:5
1055
- msgid "Action with sub plans"
1056
- msgstr ""
1064
+ #: action_names.rb:4
1065
+ msgid "Import Puppet classes"
1066
+ msgstr "Importar clases Puppet"
1057
1067
 
1058
- #~ msgid "Learn more about this in the documentation."
1059
- #~ msgstr "Consulte la documentación para obtener más información."
1060
- #~ msgid "No discovered hosts found in this context."
1061
- #~ msgstr "No se encontraron hosts detectados en este contexto."
1062
- #~ msgid ""
1063
- #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1064
- #~ "ed."
1065
- #~ msgstr ""
1066
- #~ "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuy"
1067
- #~ "o aprovisionamiento está pendiente."
1068
+ #: action_names.rb:5
1069
+ msgid "Remote action:"
1070
+ msgstr "Acción remota:"