foreman_discovery 16.1.4 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +3 -10
  3. data/app/models/host/discovered.rb +10 -14
  4. data/app/models/setting/discovered.rb +3 -1
  5. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  6. data/app/views/foreman_discovery/debian_kexec.erb +2 -1
  7. data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
  8. data/lib/foreman_discovery/engine.rb +1 -1
  9. data/lib/foreman_discovery/version.rb +1 -1
  10. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  11. data/locale/ca/foreman_discovery.edit.po +67 -99
  12. data/locale/ca/foreman_discovery.po +1 -1
  13. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  14. data/locale/de/foreman_discovery.edit.po +71 -103
  15. data/locale/de/foreman_discovery.po +1 -1
  16. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/en/foreman_discovery.edit.po +65 -97
  18. data/locale/en/foreman_discovery.po +1 -1
  19. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/en_GB/foreman_discovery.edit.po +70 -102
  21. data/locale/en_GB/foreman_discovery.po +1 -1
  22. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/es/foreman_discovery.edit.po +94 -128
  24. data/locale/es/foreman_discovery.po +1 -1
  25. data/locale/foreman_discovery.pot +85 -85
  26. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/fr/foreman_discovery.edit.po +102 -134
  28. data/locale/fr/foreman_discovery.po +1 -1
  29. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/gl/foreman_discovery.edit.po +66 -98
  31. data/locale/gl/foreman_discovery.po +1 -1
  32. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/it/foreman_discovery.edit.po +71 -103
  34. data/locale/it/foreman_discovery.po +1 -1
  35. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/ja/foreman_discovery.edit.po +107 -137
  37. data/locale/ja/foreman_discovery.po +1 -1
  38. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/ko/foreman_discovery.edit.po +71 -103
  40. data/locale/ko/foreman_discovery.po +1 -1
  41. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/pt_BR/foreman_discovery.edit.po +92 -127
  43. data/locale/pt_BR/foreman_discovery.po +1 -1
  44. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ru/foreman_discovery.edit.po +71 -103
  46. data/locale/ru/foreman_discovery.po +1 -1
  47. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/sv_SE/foreman_discovery.edit.po +67 -99
  49. data/locale/sv_SE/foreman_discovery.po +1 -1
  50. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/zh_CN/foreman_discovery.edit.po +143 -172
  52. data/locale/zh_CN/foreman_discovery.po +1 -1
  53. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/zh_TW/foreman_discovery.edit.po +71 -103
  55. data/locale/zh_TW/foreman_discovery.po +1 -1
  56. data/test/facts/only-ipv6.json +205 -0
  57. data/test/facts/skylake-ipv6.json +223 -0
  58. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  59. data/test/unit/host_discovered_test.rb +0 -16
  60. metadata +19 -16
  61. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -8,7 +8,7 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.1.3\n"
11
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.3.4\n"
8
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2020-10-29 17:16+0000\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
@@ -41,7 +41,7 @@ msgstr ""
41
41
  msgid "Show a discovered host"
42
42
  msgstr ""
43
43
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
45
45
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
46
  msgstr ""
47
47
 
@@ -53,10 +53,6 @@ msgstr ""
53
53
  msgid "Provision a discovered host"
54
54
  msgstr ""
55
55
 
56
- #: ../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
57
- msgid "required if host is managed and value is not inherited from host group"
58
- msgstr ""
59
-
60
56
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
61
57
  msgid "not required if using a subnet with DHCP proxy"
62
58
  msgstr ""
@@ -65,99 +61,71 @@ msgstr ""
65
61
  msgid "not required if it's a virtual machine"
66
62
  msgstr ""
67
63
 
68
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
69
- msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
70
- msgstr ""
71
-
72
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
73
- msgid "required if host is managed and custom partition has not been defined"
74
- msgstr ""
75
-
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
77
- msgid "Host's owner type"
78
- msgstr ""
79
-
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
81
- msgid "Host's parameters (array or indexed hash)"
82
- msgstr ""
83
-
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
85
- msgid "Name of the parameter"
86
- msgstr ""
87
-
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
89
- msgid "Parameter value"
90
- msgstr ""
91
-
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
93
- msgid "Type of value"
94
- msgstr ""
95
-
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
97
65
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
98
66
  msgstr ""
99
67
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
68
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
101
69
  msgid "required if value is not inherited from host group or default password in settings"
102
70
  msgstr ""
103
71
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
105
73
  msgid "Delete a discovered host"
106
74
  msgstr ""
107
75
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
109
77
  msgid "Upload facts for a host, creating the host if required"
110
78
  msgstr ""
111
79
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
113
81
  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)"
114
82
  msgstr ""
115
83
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
117
85
  msgid "Execute rules against a discovered host"
118
86
  msgstr ""
119
87
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
121
89
  msgid "Host %{host} was provisioned with rule %{rule}"
122
90
  msgstr ""
123
91
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
125
93
  msgid "Unable to provision %{host}: %{errors}"
126
94
  msgstr ""
127
95
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
129
97
  msgid "No rule found for host %s"
130
98
  msgstr ""
131
99
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
133
101
  msgid "Execute rules against all currently discovered hosts"
134
102
  msgstr ""
135
103
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
137
105
  msgid "Errors during auto provisioning: %s"
138
106
  msgstr ""
139
107
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
141
109
  msgid "No discovered hosts to provision"
142
110
  msgstr ""
143
111
 
144
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
145
113
  msgid "%s discovered hosts were provisioned"
146
114
  msgstr ""
147
115
 
148
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
149
117
  msgid "Refreshing the facts of a discovered host"
150
118
  msgstr ""
151
119
 
152
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
153
121
  msgid "Rebooting a discovered host"
154
122
  msgstr ""
155
123
 
156
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
157
125
  msgid "Rebooting all discovered hosts"
158
126
  msgstr ""
159
127
 
160
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
161
129
  msgid "Discovered hosts are rebooting now"
162
130
  msgstr ""
163
131
 
@@ -329,11 +297,11 @@ msgstr "Ningún equipo seleccionado"
329
297
  msgid "Something went wrong while selecting hosts - %s"
330
298
  msgstr "Algo fallou ao seleccionar equipos - %s"
331
299
 
332
- #: ../app/controllers/discovery_rules_controller.rb:72
300
+ #: ../app/controllers/discovery_rules_controller.rb:68
333
301
  msgid "Rule enabled"
334
302
  msgstr ""
335
303
 
336
- #: ../app/controllers/discovery_rules_controller.rb:72
304
+ #: ../app/controllers/discovery_rules_controller.rb:68
337
305
  msgid "Rule disabled"
338
306
  msgstr ""
339
307
 
@@ -341,15 +309,15 @@ msgstr ""
341
309
  msgid "%s ago"
342
310
  msgstr "Fai %s"
343
311
 
344
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
312
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
345
313
  msgid "Auto Provision"
346
314
  msgstr ""
347
315
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
316
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
349
317
  msgid "Refresh facts"
350
318
  msgstr ""
351
319
 
352
- #: ../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
320
+ #: ../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
353
321
  msgid "Reboot"
354
322
  msgstr ""
355
323
 
@@ -361,7 +329,7 @@ msgstr ""
361
329
  msgid "Select Action"
362
330
  msgstr "Selecciona unha Acción"
363
331
 
364
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
332
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
365
333
  msgid "Delete %s?"
366
334
  msgstr "¿Borrar %s?"
367
335
 
@@ -401,7 +369,7 @@ msgstr ""
401
369
  msgid "Provision"
402
370
  msgstr "Aprovisionamento"
403
371
 
404
- #: ../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
372
+ #: ../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
405
373
  msgid "Discovered Hosts"
406
374
  msgstr ""
407
375
 
@@ -751,15 +719,15 @@ msgstr ""
751
719
  msgid "Host"
752
720
  msgstr "Equipo"
753
721
 
754
- #: ../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
722
+ #: ../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
755
723
  msgid "Model"
756
724
  msgstr "Modelo"
757
725
 
758
- #: ../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
726
+ #: ../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
759
727
  msgid "CPUs"
760
728
  msgstr "Procesadores"
761
729
 
762
- #: ../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
730
+ #: ../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
763
731
  msgid "Memory"
764
732
  msgstr "Memoria"
765
733
 
@@ -771,59 +739,59 @@ msgstr ""
771
739
  msgid "Create Host"
772
740
  msgstr ""
773
741
 
774
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
742
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
775
743
  msgid "Select all items in this page"
776
744
  msgstr "Seleccionar tódolos obxetos desta páxina"
777
745
 
778
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
746
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
779
747
  msgid "items selected. Uncheck to Clear"
780
748
  msgstr "obxetos seleccionados. Desactivar para limpar"
781
749
 
782
- #: ../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
750
+ #: ../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
783
751
  msgid "Name"
784
752
  msgstr "Nome"
785
753
 
786
- #: ../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
754
+ #: ../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
787
755
  msgid "IP Address"
788
756
  msgstr "Dirección IP"
789
757
 
790
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
758
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
791
759
  msgid "Disk Count"
792
760
  msgstr ""
793
761
 
794
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
762
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
795
763
  msgid "Disks Size"
796
764
  msgstr ""
797
765
 
798
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
766
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
799
767
  msgid "Location"
800
768
  msgstr "Lugares"
801
769
 
802
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
770
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
803
771
  msgid "Organization"
804
772
  msgstr "Organización"
805
773
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
774
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
807
775
  msgid "Subnet"
808
776
  msgstr "Subrede"
809
777
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
778
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
811
779
  msgid "Last Facts Upload"
812
780
  msgstr ""
813
781
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
782
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
815
783
  msgid "Actions"
816
784
  msgstr "Accións"
817
785
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
819
787
  msgid "Please Confirm"
820
788
  msgstr "Confirme, por favor"
821
789
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
790
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
823
791
  msgid "Cancel"
824
792
  msgstr "Cancelar"
825
793
 
826
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
827
795
  msgid "Submit"
828
796
  msgstr "Introducir"
829
797
 
@@ -871,6 +839,18 @@ msgstr ""
871
839
  msgid "Collapse All"
872
840
  msgstr ""
873
841
 
842
+ #: ../app/views/discovered_hosts/welcome.html.erb:7
843
+ msgid "No discovered hosts found in this context."
844
+ msgstr ""
845
+
846
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
847
+ msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
848
+ msgstr ""
849
+
850
+ #: ../app/views/discovered_hosts/welcome.html.erb:9
851
+ msgid "Learn more about this in the documentation."
852
+ msgstr ""
853
+
874
854
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
875
855
  msgid "Summary report for discovered hosts from Foreman"
876
856
  msgstr ""
@@ -963,11 +943,11 @@ msgstr ""
963
943
  msgid "Edit %s"
964
944
  msgstr "Editar %s"
965
945
 
966
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
946
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
967
947
  msgid "Discovery Rules"
968
948
  msgstr ""
969
949
 
970
- #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
950
+ #: ../app/views/discovery_rules/index.html.erb:2
971
951
  msgid "Create Rule"
972
952
  msgstr ""
973
953
 
@@ -999,10 +979,6 @@ msgstr ""
999
979
  msgid "New Discovery Rule"
1000
980
  msgstr ""
1001
981
 
1002
- #: ../app/views/discovery_rules/welcome.html.erb:8
1003
- msgid "Discovered Rules"
1004
- msgstr ""
1005
-
1006
982
  #: ../db/seeds.d/50_discovery_templates.rb:5
1007
983
  msgid "Command line options for kexec during PXE-less provisioning."
1008
984
  msgstr ""
@@ -1023,42 +999,34 @@ msgstr ""
1023
999
  msgid "Details"
1024
1000
  msgstr ""
1025
1001
 
1026
- #: ../lib/foreman_discovery/engine.rb:180
1002
+ #: ../lib/foreman_discovery/engine.rb:179
1027
1003
  msgid "Discovery Kexec template"
1028
1004
  msgstr ""
1029
1005
 
1030
- #: ../lib/foreman_discovery/engine.rb:189
1006
+ #: ../lib/foreman_discovery/engine.rb:188
1031
1007
  msgid "Discovery Proxy"
1032
1008
  msgstr ""
1033
1009
 
1034
- #: ../lib/foreman_discovery/engine.rb:190
1010
+ #: ../lib/foreman_discovery/engine.rb:189
1035
1011
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1036
1012
  msgstr ""
1037
1013
 
1038
- #: ../lib/foreman_discovery/engine.rb:191
1014
+ #: ../lib/foreman_discovery/engine.rb:190
1039
1015
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1040
1016
  msgstr ""
1041
1017
 
1042
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1043
- msgid "For more information please see "
1044
- msgstr ""
1045
-
1046
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1047
- msgid "documentation"
1048
- msgstr ""
1049
-
1050
1018
  #: action_names.rb:2
1051
- msgid "Action with sub plans"
1019
+ msgid "Remote action:"
1052
1020
  msgstr ""
1053
1021
 
1054
1022
  #: action_names.rb:3
1055
- msgid "Import facts"
1023
+ msgid "Import Puppet classes"
1056
1024
  msgstr ""
1057
1025
 
1058
1026
  #: action_names.rb:4
1059
- msgid "Import Puppet classes"
1027
+ msgid "Import facts"
1060
1028
  msgstr ""
1061
1029
 
1062
1030
  #: action_names.rb:5
1063
- msgid "Remote action:"
1031
+ msgid "Action with sub plans"
1064
1032
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.3\n"
8
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -7,10 +7,10 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.3.4\n"
10
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2020-12-02 19:17+0000\n"
13
- "Last-Translator: Marco Calamaro <ottopodo@gmail.com>\n"
12
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -43,7 +43,7 @@ msgstr "numero di voci per richiesta"
43
43
  msgid "Show a discovered host"
44
44
  msgstr "Visualizza un host rilevato"
45
45
 
46
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
47
47
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
48
48
  msgstr ""
49
49
 
@@ -55,10 +55,6 @@ msgstr ""
55
55
  msgid "Provision a discovered host"
56
56
  msgstr "Esegui il provisioning di un host rilevato"
57
57
 
58
- #: ../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
59
- msgid "required if host is managed and value is not inherited from host group"
60
- msgstr "necessario se l'host è gestito ed il valore non è stato ereditato da un gruppo di host"
61
-
62
58
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
63
59
  msgid "not required if using a subnet with DHCP proxy"
64
60
  msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
@@ -67,99 +63,71 @@ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
67
63
  msgid "not required if it's a virtual machine"
68
64
  msgstr "non necessario se è una macchina virtuale"
69
65
 
70
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
71
- msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
72
- msgstr "necessario se non è disponibile imaged based provisioning e l'host è gestito ed il valore non è stato ereditato dal gruppo di host"
73
-
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
75
- msgid "required if host is managed and custom partition has not been defined"
76
- msgstr "necessario se l'host è gestito e la partizione personalizzata non è stata definita"
77
-
78
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
79
- msgid "Host's owner type"
80
- msgstr "Tipo di proprietario dell'host"
81
-
82
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
83
- msgid "Host's parameters (array or indexed hash)"
84
- msgstr "Parametri dell'host (array o hash indicizzato)"
85
-
86
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
87
- msgid "Name of the parameter"
88
- msgstr "Nome del parametro"
89
-
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
91
- msgid "Parameter value"
92
- msgstr "Valore parametro"
93
-
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
95
- msgid "Type of value"
96
- msgstr "Tipo di valore"
97
-
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
66
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
99
67
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
100
68
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
101
69
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
103
71
  msgid "required if value is not inherited from host group or default password in settings"
104
72
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
105
73
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
74
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
107
75
  msgid "Delete a discovered host"
108
76
  msgstr "Rimuovi un host rilevato"
109
77
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
78
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
111
79
  msgid "Upload facts for a host, creating the host if required"
112
80
  msgstr "Carica gli eventi per un host creando, se necessario, un host"
113
81
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
82
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
115
83
  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)"
116
84
  msgstr ""
117
85
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
119
87
  msgid "Execute rules against a discovered host"
120
88
  msgstr "Esegui le regole nei confronti di un host rilevato"
121
89
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
123
91
  msgid "Host %{host} was provisioned with rule %{rule}"
124
92
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
125
93
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
127
95
  msgid "Unable to provision %{host}: %{errors}"
128
96
  msgstr ""
129
97
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
131
99
  msgid "No rule found for host %s"
132
100
  msgstr "Nessuna regola trovata per l'host %s"
133
101
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
135
103
  msgid "Execute rules against all currently discovered hosts"
136
104
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
137
105
 
138
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
139
107
  msgid "Errors during auto provisioning: %s"
140
108
  msgstr "Errore durante auto provisioning: %s"
141
109
 
142
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
143
111
  msgid "No discovered hosts to provision"
144
112
  msgstr "Nessun host rilevato per il provisioning"
145
113
 
146
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
147
115
  msgid "%s discovered hosts were provisioned"
148
116
  msgstr ""
149
117
 
150
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
151
119
  msgid "Refreshing the facts of a discovered host"
152
120
  msgstr "Aggiornamento eventi di un host rilevato"
153
121
 
154
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
155
123
  msgid "Rebooting a discovered host"
156
124
  msgstr "Riavvio di un host rilevato"
157
125
 
158
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
159
127
  msgid "Rebooting all discovered hosts"
160
128
  msgstr ""
161
129
 
162
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
163
131
  msgid "Discovered hosts are rebooting now"
164
132
  msgstr ""
165
133
 
@@ -331,11 +299,11 @@ msgstr "Nessun host selezionato"
331
299
  msgid "Something went wrong while selecting hosts - %s"
332
300
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
333
301
 
334
- #: ../app/controllers/discovery_rules_controller.rb:72
302
+ #: ../app/controllers/discovery_rules_controller.rb:68
335
303
  msgid "Rule enabled"
336
304
  msgstr "Regola abilitata"
337
305
 
338
- #: ../app/controllers/discovery_rules_controller.rb:72
306
+ #: ../app/controllers/discovery_rules_controller.rb:68
339
307
  msgid "Rule disabled"
340
308
  msgstr "Regola disabilitata"
341
309
 
@@ -343,15 +311,15 @@ msgstr "Regola disabilitata"
343
311
  msgid "%s ago"
344
312
  msgstr "%s fa"
345
313
 
346
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
314
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
347
315
  msgid "Auto Provision"
348
316
  msgstr "Auto Provision"
349
317
 
350
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
318
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
351
319
  msgid "Refresh facts"
352
320
  msgstr "Aggiorna eventi"
353
321
 
354
- #: ../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
322
+ #: ../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
355
323
  msgid "Reboot"
356
324
  msgstr "Riavvia"
357
325
 
@@ -363,7 +331,7 @@ msgstr "Indietro"
363
331
  msgid "Select Action"
364
332
  msgstr "Seleziona azione"
365
333
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
334
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
367
335
  msgid "Delete %s?"
368
336
  msgstr "Cancella %s?"
369
337
 
@@ -403,7 +371,7 @@ msgstr ""
403
371
  msgid "Provision"
404
372
  msgstr "Provisioning"
405
373
 
406
- #: ../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
374
+ #: ../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
407
375
  msgid "Discovered Hosts"
408
376
  msgstr ""
409
377
 
@@ -753,15 +721,15 @@ msgstr "Nessun host rilevato disponibile"
753
721
  msgid "Host"
754
722
  msgstr "Host"
755
723
 
756
- #: ../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
724
+ #: ../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
757
725
  msgid "Model"
758
726
  msgstr "Modello"
759
727
 
760
- #: ../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
728
+ #: ../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
761
729
  msgid "CPUs"
762
730
  msgstr "CPU"
763
731
 
764
- #: ../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
732
+ #: ../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
765
733
  msgid "Memory"
766
734
  msgstr "Memoria"
767
735
 
@@ -771,61 +739,61 @@ msgstr ""
771
739
 
772
740
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
773
741
  msgid "Create Host"
774
- msgstr "Crea Host"
742
+ msgstr ""
775
743
 
776
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
744
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
777
745
  msgid "Select all items in this page"
778
746
  msgstr "Seleziona tutti gli oggetti in questa pagina"
779
747
 
780
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
748
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
781
749
  msgid "items selected. Uncheck to Clear"
782
750
  msgstr "oggetti selezionati. Deselezionare per annullare"
783
751
 
784
- #: ../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
752
+ #: ../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
785
753
  msgid "Name"
786
754
  msgstr "Nome"
787
755
 
788
- #: ../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
756
+ #: ../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
789
757
  msgid "IP Address"
790
758
  msgstr "Indirizzo IP"
791
759
 
792
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
760
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
793
761
  msgid "Disk Count"
794
762
  msgstr ""
795
763
 
796
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
764
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
797
765
  msgid "Disks Size"
798
766
  msgstr ""
799
767
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
768
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
801
769
  msgid "Location"
802
770
  msgstr "Posizione"
803
771
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
772
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
805
773
  msgid "Organization"
806
774
  msgstr "Organizzazione"
807
775
 
808
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
776
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
809
777
  msgid "Subnet"
810
778
  msgstr "Sottorete"
811
779
 
812
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
813
781
  msgid "Last Facts Upload"
814
782
  msgstr ""
815
783
 
816
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
817
785
  msgid "Actions"
818
786
  msgstr "Azioni"
819
787
 
820
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
788
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
821
789
  msgid "Please Confirm"
822
790
  msgstr "Conferma"
823
791
 
824
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
792
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
825
793
  msgid "Cancel"
826
794
  msgstr "Annulla"
827
795
 
828
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
796
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
829
797
  msgid "Submit"
830
798
  msgstr "Invia"
831
799
 
@@ -873,6 +841,18 @@ msgstr "indirizzo IP"
873
841
  msgid "Collapse All"
874
842
  msgstr "Comprimi tutto"
875
843
 
844
+ #: ../app/views/discovered_hosts/welcome.html.erb:7
845
+ msgid "No discovered hosts found in this context."
846
+ msgstr ""
847
+
848
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
849
+ msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
850
+ msgstr ""
851
+
852
+ #: ../app/views/discovered_hosts/welcome.html.erb:9
853
+ msgid "Learn more about this in the documentation."
854
+ msgstr ""
855
+
876
856
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
877
857
  msgid "Summary report for discovered hosts from Foreman"
878
858
  msgstr ""
@@ -965,11 +945,11 @@ msgstr ""
965
945
  msgid "Edit %s"
966
946
  msgstr "Modifica %s"
967
947
 
968
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
948
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
969
949
  msgid "Discovery Rules"
970
950
  msgstr "Regola per la scoperta"
971
951
 
972
- #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
952
+ #: ../app/views/discovery_rules/index.html.erb:2
973
953
  msgid "Create Rule"
974
954
  msgstr ""
975
955
 
@@ -1001,10 +981,6 @@ msgstr "Abilitata"
1001
981
  msgid "New Discovery Rule"
1002
982
  msgstr "Nuova regola per la scoperta"
1003
983
 
1004
- #: ../app/views/discovery_rules/welcome.html.erb:8
1005
- msgid "Discovered Rules"
1006
- msgstr ""
1007
-
1008
984
  #: ../db/seeds.d/50_discovery_templates.rb:5
1009
985
  msgid "Command line options for kexec during PXE-less provisioning."
1010
986
  msgstr ""
@@ -1025,42 +1001,34 @@ msgstr ""
1025
1001
  msgid "Details"
1026
1002
  msgstr "Dettagli:"
1027
1003
 
1028
- #: ../lib/foreman_discovery/engine.rb:180
1004
+ #: ../lib/foreman_discovery/engine.rb:179
1029
1005
  msgid "Discovery Kexec template"
1030
1006
  msgstr ""
1031
1007
 
1032
- #: ../lib/foreman_discovery/engine.rb:189
1008
+ #: ../lib/foreman_discovery/engine.rb:188
1033
1009
  msgid "Discovery Proxy"
1034
1010
  msgstr ""
1035
1011
 
1036
- #: ../lib/foreman_discovery/engine.rb:190
1012
+ #: ../lib/foreman_discovery/engine.rb:189
1037
1013
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1038
1014
  msgstr ""
1039
1015
 
1040
- #: ../lib/foreman_discovery/engine.rb:191
1016
+ #: ../lib/foreman_discovery/engine.rb:190
1041
1017
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1042
1018
  msgstr ""
1043
1019
 
1044
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1045
- msgid "For more information please see "
1046
- msgstr ""
1047
-
1048
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1049
- msgid "documentation"
1050
- msgstr ""
1051
-
1052
1020
  #: action_names.rb:2
1053
- msgid "Action with sub plans"
1021
+ msgid "Remote action:"
1054
1022
  msgstr ""
1055
1023
 
1056
1024
  #: action_names.rb:3
1057
- msgid "Import facts"
1058
- msgstr "Importa gli eventi"
1025
+ msgid "Import Puppet classes"
1026
+ msgstr ""
1059
1027
 
1060
1028
  #: action_names.rb:4
1061
- msgid "Import Puppet classes"
1062
- msgstr "Importa classi Puppet"
1029
+ msgid "Import facts"
1030
+ msgstr ""
1063
1031
 
1064
1032
  #: action_names.rb:5
1065
- msgid "Remote action:"
1066
- msgstr "Azione remota:"
1033
+ msgid "Action with sub plans"
1034
+ msgstr ""