foreman_discovery 16.1.2 → 16.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0\n"
5
+ "Project-Id-Version: foreman_discovery 16.3.4\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"
@@ -36,7 +36,7 @@ msgstr ""
36
36
  msgid "Show a discovered host"
37
37
  msgstr ""
38
38
 
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
40
40
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
41
41
  msgstr ""
42
42
 
@@ -48,6 +48,10 @@ msgstr ""
48
48
  msgid "Provision a discovered host"
49
49
  msgstr ""
50
50
 
51
+ #: ../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
52
+ msgid "required if host is managed and value is not inherited from host group"
53
+ msgstr ""
54
+
51
55
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
52
56
  msgid "not required if using a subnet with DHCP proxy"
53
57
  msgstr ""
@@ -56,71 +60,99 @@ msgstr ""
56
60
  msgid "not required if it's a virtual machine"
57
61
  msgstr ""
58
62
 
59
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
63
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
64
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
65
+ msgstr ""
66
+
67
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
68
+ msgid "required if host is managed and custom partition has not been defined"
69
+ msgstr ""
70
+
71
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
72
+ msgid "Host's owner type"
73
+ msgstr ""
74
+
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
76
+ msgid "Host's parameters (array or indexed hash)"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
80
+ msgid "Name of the parameter"
81
+ msgstr ""
82
+
83
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
84
+ msgid "Parameter value"
85
+ msgstr ""
86
+
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
88
+ msgid "Type of value"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
60
92
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
61
93
  msgstr ""
62
94
 
63
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
64
96
  msgid "required if value is not inherited from host group or default password in settings"
65
97
  msgstr ""
66
98
 
67
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
68
100
  msgid "Delete a discovered host"
69
101
  msgstr ""
70
102
 
71
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
72
104
  msgid "Upload facts for a host, creating the host if required"
73
105
  msgstr ""
74
106
 
75
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
76
108
  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)"
77
109
  msgstr ""
78
110
 
79
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
80
112
  msgid "Execute rules against a discovered host"
81
113
  msgstr ""
82
114
 
83
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
84
116
  msgid "Host %{host} was provisioned with rule %{rule}"
85
117
  msgstr ""
86
118
 
87
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
88
120
  msgid "Unable to provision %{host}: %{errors}"
89
121
  msgstr ""
90
122
 
91
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
92
124
  msgid "No rule found for host %s"
93
125
  msgstr ""
94
126
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
96
128
  msgid "Execute rules against all currently discovered hosts"
97
129
  msgstr ""
98
130
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
100
132
  msgid "Errors during auto provisioning: %s"
101
133
  msgstr ""
102
134
 
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
104
136
  msgid "No discovered hosts to provision"
105
137
  msgstr ""
106
138
 
107
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
108
140
  msgid "%s discovered hosts were provisioned"
109
141
  msgstr ""
110
142
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
112
144
  msgid "Refreshing the facts of a discovered host"
113
145
  msgstr ""
114
146
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
116
148
  msgid "Rebooting a discovered host"
117
149
  msgstr ""
118
150
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
120
152
  msgid "Rebooting all discovered hosts"
121
153
  msgstr ""
122
154
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
124
156
  msgid "Discovered hosts are rebooting now"
125
157
  msgstr ""
126
158
 
@@ -364,7 +396,7 @@ msgstr ""
364
396
  msgid "Provision"
365
397
  msgstr ""
366
398
 
367
- #: ../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
399
+ #: ../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
368
400
  msgid "Discovered Hosts"
369
401
  msgstr ""
370
402
 
@@ -834,18 +866,6 @@ msgstr ""
834
866
  msgid "Collapse All"
835
867
  msgstr ""
836
868
 
837
- #: ../app/views/discovered_hosts/welcome.html.erb:7
838
- msgid "No discovered hosts found in this context."
839
- msgstr ""
840
-
841
- #: ../app/views/discovered_hosts/welcome.html.erb:8
842
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
843
- msgstr ""
844
-
845
- #: ../app/views/discovered_hosts/welcome.html.erb:9
846
- msgid "Learn more about this in the documentation."
847
- msgstr ""
848
-
849
869
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
850
870
  msgid "Summary report for discovered hosts from Foreman"
851
871
  msgstr ""
@@ -938,7 +958,7 @@ msgstr ""
938
958
  msgid "Edit %s"
939
959
  msgstr ""
940
960
 
941
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
961
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
942
962
  msgid "Discovery Rules"
943
963
  msgstr ""
944
964
 
@@ -994,19 +1014,19 @@ msgstr ""
994
1014
  msgid "Details"
995
1015
  msgstr ""
996
1016
 
997
- #: ../lib/foreman_discovery/engine.rb:179
1017
+ #: ../lib/foreman_discovery/engine.rb:180
998
1018
  msgid "Discovery Kexec template"
999
1019
  msgstr ""
1000
1020
 
1001
- #: ../lib/foreman_discovery/engine.rb:188
1021
+ #: ../lib/foreman_discovery/engine.rb:189
1002
1022
  msgid "Discovery Proxy"
1003
1023
  msgstr ""
1004
1024
 
1005
- #: ../lib/foreman_discovery/engine.rb:189
1025
+ #: ../lib/foreman_discovery/engine.rb:190
1006
1026
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1007
1027
  msgstr ""
1008
1028
 
1009
- #: ../lib/foreman_discovery/engine.rb:190
1029
+ #: ../lib/foreman_discovery/engine.rb:191
1010
1030
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1011
1031
  msgstr ""
1012
1032
 
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\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"
@@ -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:79
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
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,6 +58,10 @@ 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
+
61
65
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
62
66
  msgid "not required if using a subnet with DHCP proxy"
63
67
  msgstr "not required if using a subnet with DHCP proxy"
@@ -66,71 +70,99 @@ msgstr "not required if using a subnet with DHCP proxy"
66
70
  msgid "not required if it's a virtual machine"
67
71
  msgstr "not required if it's a virtual machine"
68
72
 
69
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
73
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
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
70
102
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
71
103
  msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
104
 
73
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
74
106
  msgid "required if value is not inherited from host group or default password in settings"
75
107
  msgstr "required if value is not inherited from host group or default password in settings"
76
108
 
77
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
78
110
  msgid "Delete a discovered host"
79
111
  msgstr "Delete a discovered host"
80
112
 
81
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
82
114
  msgid "Upload facts for a host, creating the host if required"
83
115
  msgstr "Upload facts for a host, creating the host if required"
84
116
 
85
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
86
118
  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)"
87
119
  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)"
88
120
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
90
122
  msgid "Execute rules against a discovered host"
91
123
  msgstr "Execute rules against a discovered host"
92
124
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
94
126
  msgid "Host %{host} was provisioned with rule %{rule}"
95
127
  msgstr "Host %{host} was provisioned with rule %{rule}"
96
128
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
98
130
  msgid "Unable to provision %{host}: %{errors}"
99
131
  msgstr "Unable to provision %{host}: %{errors}"
100
132
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
102
134
  msgid "No rule found for host %s"
103
135
  msgstr "No rule found for host %s"
104
136
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
106
138
  msgid "Execute rules against all currently discovered hosts"
107
139
  msgstr "Execute rules against all currently discovered hosts"
108
140
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
110
142
  msgid "Errors during auto provisioning: %s"
111
143
  msgstr "Errors during auto provisioning: %s"
112
144
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
114
146
  msgid "No discovered hosts to provision"
115
147
  msgstr "No discovered hosts to provision"
116
148
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
149
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
118
150
  msgid "%s discovered hosts were provisioned"
119
151
  msgstr "%s discovered hosts were provisioned"
120
152
 
121
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
153
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
122
154
  msgid "Refreshing the facts of a discovered host"
123
155
  msgstr "Refreshing the facts of a discovered host"
124
156
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
157
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
126
158
  msgid "Rebooting a discovered host"
127
159
  msgstr "Rebooting a discovered host"
128
160
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
161
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
130
162
  msgid "Rebooting all discovered hosts"
131
163
  msgstr "Rebooting all discovered hosts"
132
164
 
133
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
165
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
134
166
  msgid "Discovered hosts are rebooting now"
135
167
  msgstr "Discovered hosts are rebooting now"
136
168
 
@@ -374,7 +406,7 @@ msgstr "Reported in the last 7 days"
374
406
  msgid "Provision"
375
407
  msgstr "Provision"
376
408
 
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
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:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
378
410
  msgid "Discovered Hosts"
379
411
  msgstr "Discovered Hosts"
380
412
 
@@ -844,18 +876,6 @@ msgstr "IP address"
844
876
  msgid "Collapse All"
845
877
  msgstr "Collapse All"
846
878
 
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
-
859
879
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
860
880
  msgid "Summary report for discovered hosts from Foreman"
861
881
  msgstr "Summary report for discovered hosts from Foreman"
@@ -948,7 +968,7 @@ msgstr "Hostnames must not start with numbers. A good approach is to use unique
948
968
  msgid "Edit %s"
949
969
  msgstr "Edit %s"
950
970
 
951
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
971
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
952
972
  msgid "Discovery Rules"
953
973
  msgstr "Discovery Rules"
954
974
 
@@ -1004,19 +1024,19 @@ msgstr "One or more hosts have been discovered"
1004
1024
  msgid "Details"
1005
1025
  msgstr "Details"
1006
1026
 
1007
- #: ../lib/foreman_discovery/engine.rb:179
1027
+ #: ../lib/foreman_discovery/engine.rb:180
1008
1028
  msgid "Discovery Kexec template"
1009
1029
  msgstr "Discovery Kexec template"
1010
1030
 
1011
- #: ../lib/foreman_discovery/engine.rb:188
1031
+ #: ../lib/foreman_discovery/engine.rb:189
1012
1032
  msgid "Discovery Proxy"
1013
1033
  msgstr "Discovery Proxy"
1014
1034
 
1015
- #: ../lib/foreman_discovery/engine.rb:189
1035
+ #: ../lib/foreman_discovery/engine.rb:190
1016
1036
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1017
1037
  msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1018
1038
 
1019
- #: ../lib/foreman_discovery/engine.rb:190
1039
+ #: ../lib/foreman_discovery/engine.rb:191
1020
1040
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1021
1041
  msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1022
1042
 
@@ -1035,3 +1055,14 @@ msgstr ""
1035
1055
  #: action_names.rb:5
1036
1056
  msgid "Action with sub plans"
1037
1057
  msgstr ""
1058
+
1059
+ #~ msgid "Learn more about this in the documentation."
1060
+ #~ msgstr "Learn more about this in the documentation."
1061
+ #~ msgid "No discovered hosts found in this context."
1062
+ #~ msgstr "No discovered hosts found in this context."
1063
+ #~ msgid ""
1064
+ #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1065
+ #~ "ed."
1066
+ #~ msgstr ""
1067
+ #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1068
+ #~ "ed."
@@ -9,7 +9,7 @@
9
9
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 16.1.0\n"
12
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
15
  "Last-Translator: Transifex Bot <>\n"
@@ -45,7 +45,7 @@ msgstr "número de entradas por solicitud"
45
45
  msgid "Show a discovered host"
46
46
  msgstr "Mostrar un host detectado"
47
47
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
49
49
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
50
50
  msgstr "Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
51
51
 
@@ -57,6 +57,10 @@ msgstr "Crear un host detectado para utilizar en pruebas (utilizar/hechos para c
57
57
  msgid "Provision a discovered host"
58
58
  msgstr "Aprovisionar un host detectado"
59
59
 
60
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
61
+ msgid "required if host is managed and value is not inherited from host group"
62
+ msgstr ""
63
+
60
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
61
65
  msgid "not required if using a subnet with DHCP proxy"
62
66
  msgstr "no es necesario si se usa una subred con un proxy DHCP"
@@ -65,71 +69,99 @@ msgstr "no es necesario si se usa una subred con un proxy DHCP"
65
69
  msgid "not required if it's a virtual machine"
66
70
  msgstr "no es necesario si no se trata de una máquina virtual"
67
71
 
68
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
73
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
77
+ msgid "required if host is managed and custom partition has not been defined"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
81
+ msgid "Host's owner type"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
85
+ msgid "Host's parameters (array or indexed hash)"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
89
+ msgid "Name of the parameter"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
93
+ msgid "Parameter value"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
97
+ msgid "Type of value"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
69
101
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
102
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
71
103
 
72
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
73
105
  msgid "required if value is not inherited from host group or default password in settings"
74
106
  msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
75
107
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
77
109
  msgid "Delete a discovered host"
78
110
  msgstr "Eliminar un host detectado"
79
111
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
81
113
  msgid "Upload facts for a host, creating the host if required"
82
114
  msgstr "Subir eventos para un host, si es necesario cree el host."
83
115
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
85
117
  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)"
86
118
  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)"
87
119
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
89
121
  msgid "Execute rules against a discovered host"
90
122
  msgstr "Ejecutar reglas en función de un host detectado"
91
123
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
93
125
  msgid "Host %{host} was provisioned with rule %{rule}"
94
126
  msgstr "El host %{host} se aprovisionó con la regla %{rule}"
95
127
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
97
129
  msgid "Unable to provision %{host}: %{errors}"
98
130
  msgstr "No es posible aprovisionar %{host}: %{errors}"
99
131
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
101
133
  msgid "No rule found for host %s"
102
134
  msgstr "No se halló una regla para el host %s"
103
135
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
105
137
  msgid "Execute rules against all currently discovered hosts"
106
138
  msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
107
139
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
109
141
  msgid "Errors during auto provisioning: %s"
110
142
  msgstr "Errores durante el autoaprovisionamiento: %s"
111
143
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
113
145
  msgid "No discovered hosts to provision"
114
146
  msgstr "No hay hosts detectados para aprovisionar"
115
147
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
117
149
  msgid "%s discovered hosts were provisioned"
118
150
  msgstr "Se aprovisionaron %s hosts detectados"
119
151
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
121
153
  msgid "Refreshing the facts of a discovered host"
122
154
  msgstr "Actualizando los eventos de un host detectado"
123
155
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
125
157
  msgid "Rebooting a discovered host"
126
158
  msgstr "Reiniciando un host detectado"
127
159
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
129
161
  msgid "Rebooting all discovered hosts"
130
162
  msgstr "Reiniciando todos los hosts detectados"
131
163
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
133
165
  msgid "Discovered hosts are rebooting now"
134
166
  msgstr "Se están reiniciando ahora los hosts detectados"
135
167
 
@@ -373,7 +405,7 @@ msgstr "Informado en los últimos 7 días"
373
405
  msgid "Provision"
374
406
  msgstr "Aprovisionamiento"
375
407
 
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
408
+ #: ../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
377
409
  msgid "Discovered Hosts"
378
410
  msgstr "Hosts detectados"
379
411
 
@@ -843,18 +875,6 @@ msgstr "Dirección IP"
843
875
  msgid "Collapse All"
844
876
  msgstr "Colapsó todo"
845
877
 
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."
857
-
858
878
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
859
879
  msgid "Summary report for discovered hosts from Foreman"
860
880
  msgstr "Informe de resumen de los hosts detectados de Foreman"
@@ -947,7 +967,7 @@ msgstr "Los nombres de hosts no deben comenzar con números. Una buena estrategi
947
967
  msgid "Edit %s"
948
968
  msgstr "Editar %s"
949
969
 
950
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
970
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
951
971
  msgid "Discovery Rules"
952
972
  msgstr "Reglas de detección"
953
973
 
@@ -1003,19 +1023,19 @@ msgstr "Se detectaron uno o más hosts"
1003
1023
  msgid "Details"
1004
1024
  msgstr "Información"
1005
1025
 
1006
- #: ../lib/foreman_discovery/engine.rb:179
1026
+ #: ../lib/foreman_discovery/engine.rb:180
1007
1027
  msgid "Discovery Kexec template"
1008
1028
  msgstr "Plantilla Kexec de detección"
1009
1029
 
1010
- #: ../lib/foreman_discovery/engine.rb:188
1030
+ #: ../lib/foreman_discovery/engine.rb:189
1011
1031
  msgid "Discovery Proxy"
1012
1032
  msgstr "Proxy de detección"
1013
1033
 
1014
- #: ../lib/foreman_discovery/engine.rb:189
1034
+ #: ../lib/foreman_discovery/engine.rb:190
1015
1035
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1016
1036
  msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1017
1037
 
1018
- #: ../lib/foreman_discovery/engine.rb:190
1038
+ #: ../lib/foreman_discovery/engine.rb:191
1019
1039
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1020
1040
  msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1021
1041
 
@@ -1034,3 +1054,14 @@ msgstr ""
1034
1054
  #: action_names.rb:5
1035
1055
  msgid "Action with sub plans"
1036
1056
  msgstr ""
1057
+
1058
+ #~ msgid "Learn more about this in the documentation."
1059
+ #~ msgstr "Consulte la documentación para obtener más información."
1060
+ #~ msgid "No discovered hosts found in this context."
1061
+ #~ msgstr "No se encontraron hosts detectados en este contexto."
1062
+ #~ msgid ""
1063
+ #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1064
+ #~ "ed."
1065
+ #~ msgstr ""
1066
+ #~ "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuy"
1067
+ #~ "o aprovisionamiento está pendiente."