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.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +3 -10
- data/app/models/host/discovered.rb +10 -14
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/views/foreman_discovery/debian_kexec.erb +2 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/lib/foreman_discovery/engine.rb +1 -1
- 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 +67 -99
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +71 -103
- data/locale/de/foreman_discovery.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +65 -97
- data/locale/en/foreman_discovery.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -102
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +94 -128
- data/locale/es/foreman_discovery.po +1 -1
- data/locale/foreman_discovery.pot +85 -85
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +102 -134
- data/locale/fr/foreman_discovery.po +1 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +66 -98
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +71 -103
- data/locale/it/foreman_discovery.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +107 -137
- data/locale/ja/foreman_discovery.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +71 -103
- data/locale/ko/foreman_discovery.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +92 -127
- data/locale/pt_BR/foreman_discovery.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +71 -103
- data/locale/ru/foreman_discovery.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +67 -99
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +143 -172
- data/locale/zh_CN/foreman_discovery.po +1 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +71 -103
- data/locale/zh_TW/foreman_discovery.po +1 -1
- 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/unit/host_discovered_test.rb +0 -16
- metadata +19 -16
- data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is distributed under the same license as the foreman_discovery package.
|
3
3
|
msgid ""
|
4
4
|
msgstr ""
|
5
|
-
"Project-Id-Version: foreman_discovery 16.1.
|
5
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
6
6
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
7
|
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
8
|
"Last-Translator: \n"
|
Binary file
|
@@ -10,9 +10,9 @@
|
|
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.1.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date: 2020-
|
15
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
17
17
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
18
18
|
"man/language/en_GB/)\n"
|
@@ -46,7 +46,7 @@ msgstr "number of entries per request"
|
|
46
46
|
msgid "Show a discovered host"
|
47
47
|
msgstr "Show a discovered host"
|
48
48
|
|
49
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
49
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
50
50
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
51
51
|
msgstr "DHCP filename option (Grub2 or PXELinux by default)"
|
52
52
|
|
@@ -58,10 +58,6 @@ msgstr "Create a discovered host for testing (use /facts to create new hosts)"
|
|
58
58
|
msgid "Provision a discovered host"
|
59
59
|
msgstr "Provision a discovered host"
|
60
60
|
|
61
|
-
#: ../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
|
62
|
-
msgid "required if host is managed and value is not inherited from host group"
|
63
|
-
msgstr ""
|
64
|
-
|
65
61
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
66
62
|
msgid "not required if using a subnet with DHCP proxy"
|
67
63
|
msgstr "not required if using a subnet with DHCP proxy"
|
@@ -70,99 +66,71 @@ msgstr "not required if using a subnet with DHCP proxy"
|
|
70
66
|
msgid "not required if it's a virtual machine"
|
71
67
|
msgstr "not required if it's a virtual machine"
|
72
68
|
|
73
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
74
|
-
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
75
|
-
msgstr ""
|
76
|
-
|
77
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
78
|
-
msgid "required if host is managed and custom partition has not been defined"
|
79
|
-
msgstr ""
|
80
|
-
|
81
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
82
|
-
msgid "Host's owner type"
|
83
|
-
msgstr ""
|
84
|
-
|
85
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
86
|
-
msgid "Host's parameters (array or indexed hash)"
|
87
|
-
msgstr ""
|
88
|
-
|
89
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
90
|
-
msgid "Name of the parameter"
|
91
|
-
msgstr ""
|
92
|
-
|
93
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
94
|
-
msgid "Parameter value"
|
95
|
-
msgstr ""
|
96
|
-
|
97
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
98
|
-
msgid "Type of value"
|
99
|
-
msgstr ""
|
100
|
-
|
101
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
69
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
102
70
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
103
71
|
msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
104
72
|
|
105
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
106
74
|
msgid "required if value is not inherited from host group or default password in settings"
|
107
75
|
msgstr "required if value is not inherited from host group or default password in settings"
|
108
76
|
|
109
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
77
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
110
78
|
msgid "Delete a discovered host"
|
111
79
|
msgstr "Delete a discovered host"
|
112
80
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
81
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
114
82
|
msgid "Upload facts for a host, creating the host if required"
|
115
83
|
msgstr "Upload facts for a host, creating the host if required"
|
116
84
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
85
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
118
86
|
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
119
87
|
msgstr "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
88
|
|
121
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
89
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
122
90
|
msgid "Execute rules against a discovered host"
|
123
91
|
msgstr "Execute rules against a discovered host"
|
124
92
|
|
125
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
126
94
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
127
95
|
msgstr "Host %{host} was provisioned with rule %{rule}"
|
128
96
|
|
129
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
130
98
|
msgid "Unable to provision %{host}: %{errors}"
|
131
99
|
msgstr "Unable to provision %{host}: %{errors}"
|
132
100
|
|
133
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
134
102
|
msgid "No rule found for host %s"
|
135
103
|
msgstr "No rule found for host %s"
|
136
104
|
|
137
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
138
106
|
msgid "Execute rules against all currently discovered hosts"
|
139
107
|
msgstr "Execute rules against all currently discovered hosts"
|
140
108
|
|
141
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
142
110
|
msgid "Errors during auto provisioning: %s"
|
143
111
|
msgstr "Errors during auto provisioning: %s"
|
144
112
|
|
145
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
146
114
|
msgid "No discovered hosts to provision"
|
147
115
|
msgstr "No discovered hosts to provision"
|
148
116
|
|
149
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
150
118
|
msgid "%s discovered hosts were provisioned"
|
151
119
|
msgstr "%s discovered hosts were provisioned"
|
152
120
|
|
153
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
154
122
|
msgid "Refreshing the facts of a discovered host"
|
155
123
|
msgstr "Refreshing the facts of a discovered host"
|
156
124
|
|
157
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
158
126
|
msgid "Rebooting a discovered host"
|
159
127
|
msgstr "Rebooting a discovered host"
|
160
128
|
|
161
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
162
130
|
msgid "Rebooting all discovered hosts"
|
163
131
|
msgstr "Rebooting all discovered hosts"
|
164
132
|
|
165
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
166
134
|
msgid "Discovered hosts are rebooting now"
|
167
135
|
msgstr "Discovered hosts are rebooting now"
|
168
136
|
|
@@ -334,11 +302,11 @@ msgstr "No hosts selected"
|
|
334
302
|
msgid "Something went wrong while selecting hosts - %s"
|
335
303
|
msgstr "Something went wrong while selecting hosts - %s"
|
336
304
|
|
337
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
305
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
338
306
|
msgid "Rule enabled"
|
339
307
|
msgstr "Rule enabled"
|
340
308
|
|
341
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
309
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
342
310
|
msgid "Rule disabled"
|
343
311
|
msgstr "Rule disabled"
|
344
312
|
|
@@ -346,15 +314,15 @@ msgstr "Rule disabled"
|
|
346
314
|
msgid "%s ago"
|
347
315
|
msgstr "%s ago"
|
348
316
|
|
349
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
317
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
350
318
|
msgid "Auto Provision"
|
351
319
|
msgstr "Auto Provision"
|
352
320
|
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
321
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
354
322
|
msgid "Refresh facts"
|
355
323
|
msgstr "Refresh facts"
|
356
324
|
|
357
|
-
#: ../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:
|
325
|
+
#: ../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
326
|
msgid "Reboot"
|
359
327
|
msgstr "Reboot"
|
360
328
|
|
@@ -366,7 +334,7 @@ msgstr "Back"
|
|
366
334
|
msgid "Select Action"
|
367
335
|
msgstr "Select Action"
|
368
336
|
|
369
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
337
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
370
338
|
msgid "Delete %s?"
|
371
339
|
msgstr "Delete %s?"
|
372
340
|
|
@@ -406,7 +374,7 @@ msgstr "Reported in the last 7 days"
|
|
406
374
|
msgid "Provision"
|
407
375
|
msgstr "Provision"
|
408
376
|
|
409
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
377
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
|
410
378
|
msgid "Discovered Hosts"
|
411
379
|
msgstr "Discovered Hosts"
|
412
380
|
|
@@ -756,15 +724,15 @@ msgstr "No discovered hosts available"
|
|
756
724
|
msgid "Host"
|
757
725
|
msgstr "Host"
|
758
726
|
|
759
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
727
|
+
#: ../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
728
|
msgid "Model"
|
761
729
|
msgstr "Model"
|
762
730
|
|
763
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
731
|
+
#: ../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
732
|
msgid "CPUs"
|
765
733
|
msgstr "CPUs"
|
766
734
|
|
767
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
735
|
+
#: ../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
736
|
msgid "Memory"
|
769
737
|
msgstr "Memory"
|
770
738
|
|
@@ -776,59 +744,59 @@ msgstr "Customise Host"
|
|
776
744
|
msgid "Create Host"
|
777
745
|
msgstr "Create Host"
|
778
746
|
|
779
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
747
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
780
748
|
msgid "Select all items in this page"
|
781
749
|
msgstr "Select all items in this page"
|
782
750
|
|
783
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
751
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
784
752
|
msgid "items selected. Uncheck to Clear"
|
785
753
|
msgstr "items selected. Uncheck to Clear"
|
786
754
|
|
787
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
755
|
+
#: ../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
756
|
msgid "Name"
|
789
757
|
msgstr "Name"
|
790
758
|
|
791
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
759
|
+
#: ../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
760
|
msgid "IP Address"
|
793
761
|
msgstr "IP Address"
|
794
762
|
|
795
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
763
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
796
764
|
msgid "Disk Count"
|
797
765
|
msgstr "Disk Count"
|
798
766
|
|
799
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
767
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
800
768
|
msgid "Disks Size"
|
801
769
|
msgstr "Disks Size"
|
802
770
|
|
803
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
771
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
804
772
|
msgid "Location"
|
805
773
|
msgstr "Location"
|
806
774
|
|
807
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
775
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
808
776
|
msgid "Organization"
|
809
777
|
msgstr "Organisation"
|
810
778
|
|
811
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
779
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
812
780
|
msgid "Subnet"
|
813
781
|
msgstr "Subnet"
|
814
782
|
|
815
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
783
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
816
784
|
msgid "Last Facts Upload"
|
817
785
|
msgstr "Last Facts Upload"
|
818
786
|
|
819
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
787
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
820
788
|
msgid "Actions"
|
821
789
|
msgstr "Actions"
|
822
790
|
|
823
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
791
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
824
792
|
msgid "Please Confirm"
|
825
793
|
msgstr "Please Confirm"
|
826
794
|
|
827
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
795
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
828
796
|
msgid "Cancel"
|
829
797
|
msgstr "Cancel"
|
830
798
|
|
831
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
799
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
832
800
|
msgid "Submit"
|
833
801
|
msgstr "Submit"
|
834
802
|
|
@@ -876,6 +844,18 @@ msgstr "IP address"
|
|
876
844
|
msgid "Collapse All"
|
877
845
|
msgstr "Collapse All"
|
878
846
|
|
847
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
848
|
+
msgid "No discovered hosts found in this context."
|
849
|
+
msgstr "No discovered hosts found in this context."
|
850
|
+
|
851
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
852
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
853
|
+
msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
854
|
+
|
855
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
856
|
+
msgid "Learn more about this in the documentation."
|
857
|
+
msgstr "Learn more about this in the documentation."
|
858
|
+
|
879
859
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
880
860
|
msgid "Summary report for discovered hosts from Foreman"
|
881
861
|
msgstr "Summary report for discovered hosts from Foreman"
|
@@ -968,11 +948,11 @@ msgstr "Hostnames must not start with numbers. A good approach is to use unique
|
|
968
948
|
msgid "Edit %s"
|
969
949
|
msgstr "Edit %s"
|
970
950
|
|
971
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
951
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
972
952
|
msgid "Discovery Rules"
|
973
953
|
msgstr "Discovery Rules"
|
974
954
|
|
975
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
955
|
+
#: ../app/views/discovery_rules/index.html.erb:2
|
976
956
|
msgid "Create Rule"
|
977
957
|
msgstr "Create Rule"
|
978
958
|
|
@@ -1004,10 +984,6 @@ msgstr "Enabled"
|
|
1004
984
|
msgid "New Discovery Rule"
|
1005
985
|
msgstr "New Discovery Rule"
|
1006
986
|
|
1007
|
-
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1008
|
-
msgid "Discovered Rules"
|
1009
|
-
msgstr ""
|
1010
|
-
|
1011
987
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1012
988
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1013
989
|
msgstr "Command line options for kexec during PXE-less provisioning."
|
@@ -1028,42 +1004,34 @@ msgstr "One or more hosts have been discovered"
|
|
1028
1004
|
msgid "Details"
|
1029
1005
|
msgstr "Details"
|
1030
1006
|
|
1031
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1007
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1032
1008
|
msgid "Discovery Kexec template"
|
1033
1009
|
msgstr "Discovery Kexec template"
|
1034
1010
|
|
1035
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1011
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1036
1012
|
msgid "Discovery Proxy"
|
1037
1013
|
msgstr "Discovery Proxy"
|
1038
1014
|
|
1039
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1015
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1040
1016
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1041
1017
|
msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1042
1018
|
|
1043
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1019
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1044
1020
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1045
1021
|
msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1046
1022
|
|
1047
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1048
|
-
msgid "For more information please see "
|
1049
|
-
msgstr ""
|
1050
|
-
|
1051
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1052
|
-
msgid "documentation"
|
1053
|
-
msgstr ""
|
1054
|
-
|
1055
1023
|
#: action_names.rb:2
|
1056
|
-
msgid "
|
1057
|
-
msgstr "
|
1024
|
+
msgid "Remote action:"
|
1025
|
+
msgstr ""
|
1058
1026
|
|
1059
1027
|
#: action_names.rb:3
|
1060
|
-
msgid "Import
|
1061
|
-
msgstr "
|
1028
|
+
msgid "Import Puppet classes"
|
1029
|
+
msgstr ""
|
1062
1030
|
|
1063
1031
|
#: action_names.rb:4
|
1064
|
-
msgid "Import
|
1065
|
-
msgstr "
|
1032
|
+
msgid "Import facts"
|
1033
|
+
msgstr ""
|
1066
1034
|
|
1067
1035
|
#: action_names.rb:5
|
1068
|
-
msgid "
|
1069
|
-
msgstr "
|
1036
|
+
msgid "Action with sub plans"
|
1037
|
+
msgstr ""
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# Lukáš Zapletal, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.1.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.1.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"
|
Binary file
|
@@ -4,17 +4,15 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# elobato <elobatocs@gmail.com>, 2015
|
7
|
-
# elobato <elobatocs@gmail.com>, 2015
|
8
7
|
# francis <hackgo@gmail.com>, 2013-2014
|
9
|
-
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
|
10
8
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014-2015
|
11
9
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
|
12
10
|
msgid ""
|
13
11
|
msgstr ""
|
14
|
-
"Project-Id-Version: foreman_discovery 16.
|
12
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
15
13
|
"Report-Msgid-Bugs-To: \n"
|
16
|
-
"PO-Revision-Date: 2020-
|
17
|
-
"Last-Translator:
|
14
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
15
|
+
"Last-Translator: Transifex Bot <>\n"
|
18
16
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
|
19
17
|
"\n"
|
20
18
|
"MIME-Version: 1.0\n"
|
@@ -47,7 +45,7 @@ msgstr "número de entradas por solicitud"
|
|
47
45
|
msgid "Show a discovered host"
|
48
46
|
msgstr "Mostrar un host detectado"
|
49
47
|
|
50
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
48
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
51
49
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
52
50
|
msgstr "Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
|
53
51
|
|
@@ -59,10 +57,6 @@ msgstr "Crear un host detectado para utilizar en pruebas (utilizar/hechos para c
|
|
59
57
|
msgid "Provision a discovered host"
|
60
58
|
msgstr "Aprovisionar un host detectado"
|
61
59
|
|
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
|
63
|
-
msgid "required if host is managed and value is not inherited from host group"
|
64
|
-
msgstr "obligatorio si los hosts están administrados y el valor no se ha heredado de un grupo de hosts"
|
65
|
-
|
66
60
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
67
61
|
msgid "not required if using a subnet with DHCP proxy"
|
68
62
|
msgstr "no es necesario si se usa una subred con un proxy DHCP"
|
@@ -71,99 +65,71 @@ msgstr "no es necesario si se usa una subred con un proxy DHCP"
|
|
71
65
|
msgid "not required if it's a virtual machine"
|
72
66
|
msgstr "no es necesario si no se trata de una máquina virtual"
|
73
67
|
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
75
|
-
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
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"
|
77
|
-
|
78
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
79
|
-
msgid "required if host is managed and custom partition has not been defined"
|
80
|
-
msgstr "obligatorio si el host está administrado y no se han definido particiones personalizadas"
|
81
|
-
|
82
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
83
|
-
msgid "Host's owner type"
|
84
|
-
msgstr "Tipo de propietario de host"
|
85
|
-
|
86
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
87
|
-
msgid "Host's parameters (array or indexed hash)"
|
88
|
-
msgstr "Parámetros del host (array o hash indexado)"
|
89
|
-
|
90
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
91
|
-
msgid "Name of the parameter"
|
92
|
-
msgstr "Nombre del parámetro"
|
93
|
-
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
95
|
-
msgid "Parameter value"
|
96
|
-
msgstr "Valor del parámetro"
|
97
|
-
|
98
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
99
|
-
msgid "Type of value"
|
100
|
-
msgstr "Tipo de valor"
|
101
|
-
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
68
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
103
69
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
104
70
|
msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
|
105
71
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
72
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
107
73
|
msgid "required if value is not inherited from host group or default password in settings"
|
108
74
|
msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
|
109
75
|
|
110
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
76
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
111
77
|
msgid "Delete a discovered host"
|
112
78
|
msgstr "Eliminar un host detectado"
|
113
79
|
|
114
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
80
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
115
81
|
msgid "Upload facts for a host, creating the host if required"
|
116
82
|
msgstr "Subir eventos para un host, si es necesario cree el host."
|
117
83
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
119
85
|
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
120
86
|
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
87
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
88
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
123
89
|
msgid "Execute rules against a discovered host"
|
124
90
|
msgstr "Ejecutar reglas en función de un host detectado"
|
125
91
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
92
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
127
93
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
128
94
|
msgstr "El host %{host} se aprovisionó con la regla %{rule}"
|
129
95
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
131
97
|
msgid "Unable to provision %{host}: %{errors}"
|
132
98
|
msgstr "No es posible aprovisionar %{host}: %{errors}"
|
133
99
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
135
101
|
msgid "No rule found for host %s"
|
136
102
|
msgstr "No se halló una regla para el host %s"
|
137
103
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
139
105
|
msgid "Execute rules against all currently discovered hosts"
|
140
106
|
msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
|
141
107
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
108
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
143
109
|
msgid "Errors during auto provisioning: %s"
|
144
110
|
msgstr "Errores durante el autoaprovisionamiento: %s"
|
145
111
|
|
146
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
147
113
|
msgid "No discovered hosts to provision"
|
148
114
|
msgstr "No hay hosts detectados para aprovisionar"
|
149
115
|
|
150
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
116
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
151
117
|
msgid "%s discovered hosts were provisioned"
|
152
118
|
msgstr "Se aprovisionaron %s hosts detectados"
|
153
119
|
|
154
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
120
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
155
121
|
msgid "Refreshing the facts of a discovered host"
|
156
122
|
msgstr "Actualizando los eventos de un host detectado"
|
157
123
|
|
158
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
124
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
159
125
|
msgid "Rebooting a discovered host"
|
160
126
|
msgstr "Reiniciando un host detectado"
|
161
127
|
|
162
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
128
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
163
129
|
msgid "Rebooting all discovered hosts"
|
164
130
|
msgstr "Reiniciando todos los hosts detectados"
|
165
131
|
|
166
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
132
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
167
133
|
msgid "Discovered hosts are rebooting now"
|
168
134
|
msgstr "Se están reiniciando ahora los hosts detectados"
|
169
135
|
|
@@ -321,7 +287,7 @@ msgstr "IPMI"
|
|
321
287
|
|
322
288
|
#: ../app/controllers/discovered_hosts_controller.rb:226
|
323
289
|
msgid "Miscellaneous"
|
324
|
-
msgstr "
|
290
|
+
msgstr "Miscelánea"
|
325
291
|
|
326
292
|
#: ../app/controllers/discovered_hosts_controller.rb:304
|
327
293
|
msgid "No hosts were found with that id or name"
|
@@ -329,17 +295,17 @@ msgstr "No se han encontrado equipos con ese id o nombre"
|
|
329
295
|
|
330
296
|
#: ../app/controllers/discovered_hosts_controller.rb:308
|
331
297
|
msgid "No hosts selected"
|
332
|
-
msgstr "Ningún
|
298
|
+
msgstr "Ningún equipo seleccionado"
|
333
299
|
|
334
300
|
#: ../app/controllers/discovered_hosts_controller.rb:314
|
335
301
|
msgid "Something went wrong while selecting hosts - %s"
|
336
|
-
msgstr "Algo ha fallado al seleccionar
|
302
|
+
msgstr "Algo ha fallado al seleccionar equipos - %s"
|
337
303
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
304
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
339
305
|
msgid "Rule enabled"
|
340
306
|
msgstr "Regla habilitada"
|
341
307
|
|
342
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
308
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
343
309
|
msgid "Rule disabled"
|
344
310
|
msgstr "Regla deshabilitada"
|
345
311
|
|
@@ -347,15 +313,15 @@ msgstr "Regla deshabilitada"
|
|
347
313
|
msgid "%s ago"
|
348
314
|
msgstr "Hace %s"
|
349
315
|
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
316
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
351
317
|
msgid "Auto Provision"
|
352
318
|
msgstr "Autoaprovisionamiento"
|
353
319
|
|
354
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
320
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
355
321
|
msgid "Refresh facts"
|
356
322
|
msgstr "Refrescar datos"
|
357
323
|
|
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:
|
324
|
+
#: ../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
|
359
325
|
msgid "Reboot"
|
360
326
|
msgstr "Reiniciar"
|
361
327
|
|
@@ -367,7 +333,7 @@ msgstr "Atrás"
|
|
367
333
|
msgid "Select Action"
|
368
334
|
msgstr "Seleccionar una acción"
|
369
335
|
|
370
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
336
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
371
337
|
msgid "Delete %s?"
|
372
338
|
msgstr "¿Borrar %s?"
|
373
339
|
|
@@ -389,7 +355,7 @@ msgstr "%s - Los siguientes equipos están a punto de ser modificados"
|
|
389
355
|
|
390
356
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
391
357
|
msgid "N/A"
|
392
|
-
msgstr "N/
|
358
|
+
msgstr "N/A"
|
393
359
|
|
394
360
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
395
361
|
msgid "New in the last 24 hours"
|
@@ -405,9 +371,9 @@ msgstr "Informado en los últimos 7 días"
|
|
405
371
|
|
406
372
|
#: ../app/helpers/discovered_hosts_helper.rb:90
|
407
373
|
msgid "Provision"
|
408
|
-
msgstr "
|
374
|
+
msgstr "Aprovisionamiento"
|
409
375
|
|
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:
|
376
|
+
#: ../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
|
411
377
|
msgid "Discovered Hosts"
|
412
378
|
msgstr "Hosts detectados"
|
413
379
|
|
@@ -417,7 +383,7 @@ msgstr "Hosts asociados"
|
|
417
383
|
|
418
384
|
#: ../app/helpers/discovery_rules_helper.rb:29
|
419
385
|
msgid "Disable"
|
420
|
-
msgstr "
|
386
|
+
msgstr "Inhabilitar"
|
421
387
|
|
422
388
|
#: ../app/helpers/discovery_rules_helper.rb:29
|
423
389
|
msgid "Disable rule '%s'?"
|
@@ -425,7 +391,7 @@ msgstr "¿Deshabilitar regla '%s'?"
|
|
425
391
|
|
426
392
|
#: ../app/helpers/discovery_rules_helper.rb:31
|
427
393
|
msgid "Enable"
|
428
|
-
msgstr "
|
394
|
+
msgstr "Activar"
|
429
395
|
|
430
396
|
#: ../app/helpers/discovery_rules_helper.rb:31
|
431
397
|
msgid "Enable rule '%s'?"
|
@@ -458,14 +424,14 @@ msgstr "debe estar presente."
|
|
458
424
|
#: ../app/models/discovery_rule.rb:52
|
459
425
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
460
426
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
461
|
-
msgstr[0] "
|
462
|
-
msgstr[1] "
|
427
|
+
msgstr[0] ""
|
428
|
+
msgstr[1] ""
|
463
429
|
|
464
430
|
#: ../app/models/discovery_rule.rb:56
|
465
431
|
msgid "Host group location %s must also be associated to the discovery rule"
|
466
432
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
467
|
-
msgstr[0] "
|
468
|
-
msgstr[1] "
|
433
|
+
msgstr[0] ""
|
434
|
+
msgstr[1] ""
|
469
435
|
|
470
436
|
#: ../app/models/host/discovered.rb:40
|
471
437
|
msgid "Fact + prefix"
|
@@ -501,7 +467,7 @@ msgstr "No pudieron obtenerse los eventos del proxy %{url}: %{error}"
|
|
501
467
|
|
502
468
|
#: ../app/models/host/discovered.rb:160
|
503
469
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
504
|
-
msgstr "
|
470
|
+
msgstr ""
|
505
471
|
|
506
472
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
507
473
|
msgid "Unable to perform %{action} on %{ips}"
|
@@ -509,7 +475,7 @@ msgstr ""
|
|
509
475
|
|
510
476
|
#: ../app/models/host/discovered.rb:179
|
511
477
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
512
|
-
msgstr "
|
478
|
+
msgstr ""
|
513
479
|
|
514
480
|
#: ../app/models/host/discovered.rb:203
|
515
481
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -733,7 +699,7 @@ msgstr "No se puede encontrar la NIC principal con %{mac} especificada mediante
|
|
733
699
|
|
734
700
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
735
701
|
msgid "IPAM must be configured for subnet '%s'"
|
736
|
-
msgstr "
|
702
|
+
msgstr ""
|
737
703
|
|
738
704
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
739
705
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -746,8 +712,8 @@ msgstr "Error de procesamiento de la API de la imagen: %{msg} (HTTP/%{code}, bod
|
|
746
712
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
747
713
|
msgid "Discovered Host"
|
748
714
|
msgid_plural "Discovered Hosts"
|
749
|
-
msgstr[0] "
|
750
|
-
msgstr[1] "
|
715
|
+
msgstr[0] ""
|
716
|
+
msgstr[1] ""
|
751
717
|
|
752
718
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
753
719
|
msgid "No discovered hosts available"
|
@@ -755,17 +721,17 @@ msgstr "No hay hosts detectados disponibles"
|
|
755
721
|
|
756
722
|
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
757
723
|
msgid "Host"
|
758
|
-
msgstr "
|
724
|
+
msgstr "Host"
|
759
725
|
|
760
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
726
|
+
#: ../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
|
761
727
|
msgid "Model"
|
762
|
-
msgstr "
|
728
|
+
msgstr "Modelo"
|
763
729
|
|
764
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
730
|
+
#: ../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
|
765
731
|
msgid "CPUs"
|
766
732
|
msgstr "CPU"
|
767
733
|
|
768
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
734
|
+
#: ../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
|
769
735
|
msgid "Memory"
|
770
736
|
msgstr "Memoria"
|
771
737
|
|
@@ -777,61 +743,61 @@ msgstr "Personalizar host"
|
|
777
743
|
msgid "Create Host"
|
778
744
|
msgstr "Crear host"
|
779
745
|
|
780
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
746
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
781
747
|
msgid "Select all items in this page"
|
782
748
|
msgstr "Seleccionar todos los objetos de esta página"
|
783
749
|
|
784
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
750
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
785
751
|
msgid "items selected. Uncheck to Clear"
|
786
752
|
msgstr "objetos seleccionados. Desactivar para limpiar"
|
787
753
|
|
788
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
754
|
+
#: ../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
|
789
755
|
msgid "Name"
|
790
756
|
msgstr "Nombre"
|
791
757
|
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
758
|
+
#: ../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
|
793
759
|
msgid "IP Address"
|
794
760
|
msgstr "Dirección IP"
|
795
761
|
|
796
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
762
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
797
763
|
msgid "Disk Count"
|
798
764
|
msgstr "Conteo de discos"
|
799
765
|
|
800
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
766
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
801
767
|
msgid "Disks Size"
|
802
768
|
msgstr "Tamaño de los discos"
|
803
769
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
770
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
805
771
|
msgid "Location"
|
806
|
-
msgstr "
|
772
|
+
msgstr "Lugares"
|
807
773
|
|
808
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
774
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
809
775
|
msgid "Organization"
|
810
776
|
msgstr "Organización"
|
811
777
|
|
812
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
778
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
813
779
|
msgid "Subnet"
|
814
780
|
msgstr "Subred"
|
815
781
|
|
816
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
782
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
817
783
|
msgid "Last Facts Upload"
|
818
784
|
msgstr "Última carga de datos"
|
819
785
|
|
820
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
786
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
821
787
|
msgid "Actions"
|
822
788
|
msgstr "Acciones"
|
823
789
|
|
824
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
790
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
825
791
|
msgid "Please Confirm"
|
826
|
-
msgstr "
|
792
|
+
msgstr "Confirme, por favor"
|
827
793
|
|
828
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
794
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
829
795
|
msgid "Cancel"
|
830
796
|
msgstr "Cancelar"
|
831
797
|
|
832
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
798
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
833
799
|
msgid "Submit"
|
834
|
-
msgstr "
|
800
|
+
msgstr "Introducir"
|
835
801
|
|
836
802
|
#: ../app/views/discovered_hosts/edit.html.erb:1
|
837
803
|
msgid "Provision %s"
|
@@ -875,7 +841,19 @@ msgstr "Dirección IP"
|
|
875
841
|
|
876
842
|
#: ../app/views/discovered_hosts/show.html.erb:66
|
877
843
|
msgid "Collapse All"
|
878
|
-
msgstr "
|
844
|
+
msgstr "Colapsó todo"
|
845
|
+
|
846
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
847
|
+
msgid "No discovered hosts found in this context."
|
848
|
+
msgstr "No se encontraron hosts detectados en este contexto."
|
849
|
+
|
850
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
851
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
852
|
+
msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
|
853
|
+
|
854
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
855
|
+
msgid "Learn more about this in the documentation."
|
856
|
+
msgstr "Consulte la documentación para obtener más información."
|
879
857
|
|
880
858
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
881
859
|
msgid "Summary report for discovered hosts from Foreman"
|
@@ -969,11 +947,11 @@ msgstr "Los nombres de hosts no deben comenzar con números. Una buena estrategi
|
|
969
947
|
msgid "Edit %s"
|
970
948
|
msgstr "Editar %s"
|
971
949
|
|
972
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
950
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
973
951
|
msgid "Discovery Rules"
|
974
952
|
msgstr "Reglas de detección"
|
975
953
|
|
976
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
954
|
+
#: ../app/views/discovery_rules/index.html.erb:2
|
977
955
|
msgid "Create Rule"
|
978
956
|
msgstr "Crear regla"
|
979
957
|
|
@@ -1005,10 +983,6 @@ msgstr "Regla de detección|Habilitada"
|
|
1005
983
|
msgid "New Discovery Rule"
|
1006
984
|
msgstr "Nueva regla de detección"
|
1007
985
|
|
1008
|
-
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1009
|
-
msgid "Discovered Rules"
|
1010
|
-
msgstr ""
|
1011
|
-
|
1012
986
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1013
987
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1014
988
|
msgstr "Opciones de la línea de comandos para kexec durante el aprovisionamiento sin PXE."
|
@@ -1027,44 +1001,36 @@ msgstr "Se detectaron uno o más hosts"
|
|
1027
1001
|
|
1028
1002
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
1029
1003
|
msgid "Details"
|
1030
|
-
msgstr "
|
1004
|
+
msgstr "Información"
|
1031
1005
|
|
1032
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1006
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1033
1007
|
msgid "Discovery Kexec template"
|
1034
1008
|
msgstr "Plantilla Kexec de detección"
|
1035
1009
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1010
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1037
1011
|
msgid "Discovery Proxy"
|
1038
1012
|
msgstr "Proxy de detección"
|
1039
1013
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1014
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1041
1015
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1042
1016
|
msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1043
1017
|
|
1044
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1018
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1045
1019
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1046
1020
|
msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1047
1021
|
|
1048
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1049
|
-
msgid "For more information please see "
|
1050
|
-
msgstr ""
|
1051
|
-
|
1052
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1053
|
-
msgid "documentation"
|
1054
|
-
msgstr ""
|
1055
|
-
|
1056
1022
|
#: action_names.rb:2
|
1057
|
-
msgid "
|
1058
|
-
msgstr "
|
1023
|
+
msgid "Remote action:"
|
1024
|
+
msgstr ""
|
1059
1025
|
|
1060
1026
|
#: action_names.rb:3
|
1061
|
-
msgid "Import
|
1062
|
-
msgstr "
|
1027
|
+
msgid "Import Puppet classes"
|
1028
|
+
msgstr ""
|
1063
1029
|
|
1064
1030
|
#: action_names.rb:4
|
1065
|
-
msgid "Import
|
1066
|
-
msgstr "
|
1031
|
+
msgid "Import facts"
|
1032
|
+
msgstr ""
|
1067
1033
|
|
1068
1034
|
#: action_names.rb:5
|
1069
|
-
msgid "
|
1070
|
-
msgstr "
|
1035
|
+
msgid "Action with sub plans"
|
1036
|
+
msgstr ""
|