foreman_discovery 5.0.0 → 5.0.1
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 +41 -51
- data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
- data/app/controllers/discovered_hosts_controller.rb +50 -46
- data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
- data/app/helpers/discovery_rules_helper.rb +5 -6
- data/app/mailers/discovered_mailer.rb +19 -0
- data/app/models/discovery_rule.rb +3 -3
- data/app/models/host/discovered.rb +33 -11
- data/app/models/host/managed_extensions.rb +10 -0
- data/app/models/hostgroup_extensions.rb +1 -1
- data/app/models/setting/discovered.rb +17 -11
- data/app/services/foreman_discovery/fact_parser.rb +16 -0
- data/app/services/foreman_discovery/host_converter.rb +0 -4
- data/app/services/foreman_discovery/node_api/power.rb +3 -3
- data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
- data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
- data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
- data/config/routes.rb +3 -3
- data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
- data/lib/foreman_discovery/engine.rb +12 -9
- 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 +780 -0
- data/locale/ca/foreman_discovery.po +358 -261
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +774 -0
- data/locale/de/foreman_discovery.po +418 -311
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +779 -0
- data/locale/en_GB/foreman_discovery.po +423 -313
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +781 -0
- data/locale/es/foreman_discovery.po +425 -313
- data/locale/foreman_discovery.pot +496 -159
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +778 -0
- data/locale/fr/foreman_discovery.po +458 -322
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +757 -0
- data/locale/gl/foreman_discovery.po +306 -215
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +771 -0
- data/locale/it/foreman_discovery.po +411 -301
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +770 -0
- data/locale/ja/foreman_discovery.po +395 -300
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +768 -0
- data/locale/ko/foreman_discovery.po +393 -299
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +780 -0
- data/locale/pt_BR/foreman_discovery.po +438 -309
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +775 -0
- data/locale/ru/foreman_discovery.po +413 -308
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +766 -0
- data/locale/sv_SE/foreman_discovery.po +321 -232
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +769 -0
- data/locale/zh_CN/foreman_discovery.po +393 -302
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +769 -0
- data/locale/zh_TW/foreman_discovery.po +395 -302
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
- data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
- data/test/functional/discovered_hosts_controller_test.rb +26 -17
- data/test/functional/discovery_rules_controller_test.rb +9 -8
- data/test/test_helper.rb +0 -4
- data/test/test_helper_discovery.rb +24 -0
- data/test/unit/discovered_extensions_test.rb +31 -0
- data/test/unit/discovered_mailer_test.rb +44 -0
- data/test/unit/discovery_attribute_set_test.rb +12 -0
- data/test/unit/discovery_rule_test.rb +20 -0
- data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
- data/test/unit/host_discovered_test.rb +56 -11
- metadata +29 -5
- data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -8,499 +8,596 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: Foreman\n"
|
10
10
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
11
|
-
"
|
12
|
-
"PO-Revision-Date: 2015-12-08 13:32+0000\n"
|
11
|
+
"PO-Revision-Date: 2015-12-11 09:29+0000\n"
|
13
12
|
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>\n"
|
14
|
-
"Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)
|
13
|
+
"Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
|
14
|
+
"\n"
|
15
15
|
"MIME-Version: 1.0\n"
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
18
18
|
"Language: ca\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20
20
|
|
21
|
-
msgid "
|
22
|
-
msgstr "
|
21
|
+
msgid "List all discovered hosts"
|
22
|
+
msgstr "Llista tots els amfitrions descoberts"
|
23
23
|
|
24
|
-
msgid "
|
25
|
-
msgstr "
|
24
|
+
msgid "filter results"
|
25
|
+
msgstr "filtra els resultats"
|
26
26
|
|
27
|
-
msgid "
|
28
|
-
msgstr "
|
27
|
+
msgid "sort results"
|
28
|
+
msgstr "ordena els resultats"
|
29
29
|
|
30
|
-
msgid "
|
31
|
-
msgstr "
|
30
|
+
msgid "paginate results"
|
31
|
+
msgstr "pagina els resultats"
|
32
32
|
|
33
|
-
msgid "
|
34
|
-
msgstr "
|
33
|
+
msgid "number of entries per request"
|
34
|
+
msgstr "Nombre d'entrades per petició"
|
35
35
|
|
36
|
-
msgid "
|
37
|
-
msgstr "
|
36
|
+
msgid "Show a discovered host"
|
37
|
+
msgstr "Mostra un amfitrió descobert"
|
38
38
|
|
39
|
-
msgid "
|
39
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
40
40
|
msgstr ""
|
41
|
+
"Crea un amfitrió descobert per a provar-ho (utilitzeu /facts per crear nous a"
|
42
|
+
"mfitrions)"
|
41
43
|
|
42
|
-
msgid "
|
44
|
+
msgid "Provision a discovered host"
|
43
45
|
msgstr ""
|
44
46
|
|
45
|
-
msgid ""
|
46
|
-
"Automatically provision newly discovered hosts, according to the "
|
47
|
-
"provisioning rules"
|
47
|
+
msgid "not required if using a subnet with DHCP proxy"
|
48
48
|
msgstr ""
|
49
|
+
"no es requereix si s'està utilitzant una subxarxa amb servidor intermediari de"
|
50
|
+
" DHCP"
|
49
51
|
|
50
|
-
msgid "
|
52
|
+
msgid "not required if it's a virtual machine"
|
51
53
|
msgstr ""
|
52
54
|
|
53
|
-
msgid "
|
54
|
-
msgstr "
|
55
|
-
|
56
|
-
msgid "Cancel"
|
57
|
-
msgstr "Cancel·la"
|
58
|
-
|
59
|
-
msgid "Could not get facts from proxy %{url}: %{error}"
|
60
|
-
msgstr "No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}: %{error}"
|
61
|
-
|
62
|
-
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
63
|
-
msgstr "Crea un amfitrió descobert per a provar-ho (utilitzeu /facts per crear nous amfitrions)"
|
64
|
-
|
65
|
-
msgid "Create a discovery rule"
|
66
|
-
msgstr "Crea una regla de descobriment"
|
67
|
-
|
68
|
-
msgid "Delete"
|
69
|
-
msgstr "Suprimeix"
|
55
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
56
|
+
msgstr ""
|
70
57
|
|
71
|
-
msgid "
|
72
|
-
|
58
|
+
msgid ""
|
59
|
+
"required if value is not inherited from host group or default password in sett"
|
60
|
+
"ings"
|
61
|
+
msgstr ""
|
73
62
|
|
74
63
|
msgid "Delete a discovered host"
|
75
|
-
msgstr ""
|
64
|
+
msgstr "Suprimeix un amfitrió descobert"
|
76
65
|
|
77
|
-
msgid "
|
78
|
-
msgstr "
|
66
|
+
msgid "Upload facts for a host, creating the host if required"
|
67
|
+
msgstr ""
|
68
|
+
"Puja els objectes d'interès per a un amfitrió, creant el nou amfitrió si fos n"
|
69
|
+
"ecessari"
|
79
70
|
|
80
|
-
msgid "
|
71
|
+
msgid ""
|
72
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif"
|
73
|
+
", macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in cas"
|
74
|
+
"e primary interface is named eth0)"
|
81
75
|
msgstr ""
|
82
76
|
|
83
|
-
msgid "
|
77
|
+
msgid "Execute rules against a discovered host"
|
84
78
|
msgstr ""
|
85
79
|
|
86
|
-
msgid "
|
80
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
87
81
|
msgstr ""
|
88
82
|
|
89
|
-
msgid "
|
83
|
+
msgid "Unable to provision %{host}: %{errors}"
|
90
84
|
msgstr ""
|
91
85
|
|
92
|
-
msgid "
|
86
|
+
msgid "No rule found for host %s"
|
93
87
|
msgstr ""
|
94
88
|
|
95
|
-
msgid "
|
89
|
+
msgid "Execute rules against all currently discovered hosts"
|
96
90
|
msgstr ""
|
97
91
|
|
98
|
-
msgid "
|
92
|
+
msgid "Errors during auto provisioning: %s"
|
99
93
|
msgstr ""
|
100
94
|
|
101
|
-
msgid "
|
95
|
+
msgid "No discovered hosts to provision"
|
102
96
|
msgstr ""
|
103
97
|
|
104
|
-
msgid "
|
105
|
-
msgstr "
|
98
|
+
msgid "%s discovered hosts were provisioned"
|
99
|
+
msgstr "%s amfitrions descoberts van ser aprovisionats"
|
106
100
|
|
107
|
-
msgid "
|
108
|
-
msgstr "
|
101
|
+
msgid "Refreshing the facts of a discovered host"
|
102
|
+
msgstr "S'estan refrescant els objectes d'interès d'un amfitrió descobert"
|
109
103
|
|
110
|
-
msgid "
|
111
|
-
msgstr "
|
104
|
+
msgid "Rebooting a discovered host"
|
105
|
+
msgstr "S'està reiniciant un amfitrió descobert"
|
112
106
|
|
113
|
-
msgid "
|
114
|
-
msgstr "
|
107
|
+
msgid "Rebooting all discovered hosts"
|
108
|
+
msgstr "S'estan reiniciant tots els amfitrions descoberts"
|
115
109
|
|
116
|
-
msgid "
|
117
|
-
msgstr "
|
110
|
+
msgid "Discovered hosts are rebooting now"
|
111
|
+
msgstr ""
|
118
112
|
|
119
|
-
msgid "
|
120
|
-
msgstr "
|
113
|
+
msgid "List all discovery rules"
|
114
|
+
msgstr "Llista totes les regles de descobriment"
|
121
115
|
|
122
|
-
msgid "
|
123
|
-
msgstr "
|
116
|
+
msgid "Show a discovery rule"
|
117
|
+
msgstr "Mostra una regla de descobriment"
|
124
118
|
|
125
|
-
msgid ""
|
126
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
127
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
128
|
-
"random integers is available. Examples:"
|
119
|
+
msgid "represents rule name shown to the users"
|
129
120
|
msgstr ""
|
130
121
|
|
131
|
-
msgid "
|
132
|
-
msgstr "Edita la regla de descobriment"
|
133
|
-
|
134
|
-
msgid "Enable"
|
122
|
+
msgid "query to match discovered hosts for the particular rule"
|
135
123
|
msgstr ""
|
136
124
|
|
137
|
-
msgid "
|
125
|
+
msgid "the hostgroup that is used to auto provision a host"
|
138
126
|
msgstr ""
|
139
127
|
|
140
|
-
msgid "
|
128
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
141
129
|
msgstr ""
|
142
130
|
|
143
|
-
msgid "
|
131
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
144
132
|
msgstr ""
|
145
133
|
|
146
|
-
msgid "
|
134
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
147
135
|
msgstr ""
|
148
136
|
|
149
|
-
msgid "
|
137
|
+
msgid "flag is used for temporary shutdown of rules"
|
150
138
|
msgstr ""
|
151
139
|
|
152
|
-
msgid ""
|
153
|
-
"
|
154
|
-
"and set hostname"
|
155
|
-
msgstr ""
|
140
|
+
msgid "Create a discovery rule"
|
141
|
+
msgstr "Crea una regla de descobriment"
|
156
142
|
|
157
|
-
msgid "
|
143
|
+
msgid "Update a rule"
|
144
|
+
msgstr "Actualitza una regla"
|
145
|
+
|
146
|
+
msgid "Delete a rule"
|
147
|
+
msgstr "Suprimeix una regla"
|
148
|
+
|
149
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
158
150
|
msgstr ""
|
159
151
|
|
160
|
-
msgid "
|
161
|
-
msgstr "
|
152
|
+
msgid "No hostgroup associated with rule '%s'"
|
153
|
+
msgstr ""
|
162
154
|
|
163
|
-
msgid "
|
164
|
-
msgstr "
|
155
|
+
msgid "Errors during reboot: %s"
|
156
|
+
msgstr ""
|
165
157
|
|
166
|
-
msgid "
|
167
|
-
msgstr "
|
158
|
+
msgid "No discovered hosts to reboot"
|
159
|
+
msgstr ""
|
168
160
|
|
169
161
|
msgid "Facts refreshed for %s"
|
170
162
|
msgstr "Els objectes d'interès que s'han refrescat per a %s"
|
171
163
|
|
172
|
-
msgid "Failed to
|
164
|
+
msgid "Failed to refresh facts for %s"
|
165
|
+
msgstr "No s'ha pogut refrescar els objectes d'interès per a %s"
|
166
|
+
|
167
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
168
|
+
msgstr ""
|
169
|
+
|
170
|
+
msgid "Host of type %s can not be rebooted"
|
173
171
|
msgstr ""
|
174
172
|
|
173
|
+
msgid "Rebooting host %s"
|
174
|
+
msgstr "S'està reiniciant l'amfitrió %s"
|
175
|
+
|
175
176
|
msgid "Failed to reboot host %s"
|
176
177
|
msgstr ""
|
177
178
|
|
178
179
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
179
180
|
msgstr ""
|
180
181
|
|
181
|
-
msgid "Failed to
|
182
|
-
msgstr "
|
183
|
-
|
184
|
-
msgid "Host"
|
185
|
-
msgstr "Amfitrió"
|
182
|
+
msgid "Failed to reboot hosts with error %s"
|
183
|
+
msgstr ""
|
186
184
|
|
187
|
-
msgid "
|
185
|
+
msgid "Destroyed selected hosts"
|
188
186
|
msgstr ""
|
189
187
|
|
190
|
-
msgid "
|
191
|
-
msgstr "
|
188
|
+
msgid "The following hosts were not deleted: %s"
|
189
|
+
msgstr ""
|
192
190
|
|
193
|
-
msgid "
|
194
|
-
|
195
|
-
"Host group locations %s must also be associated to the discovery rule"
|
196
|
-
msgstr[0] ""
|
197
|
-
msgstr[1] ""
|
191
|
+
msgid "Failed to auto provision host %s: %s"
|
192
|
+
msgstr ""
|
198
193
|
|
199
|
-
msgid ""
|
200
|
-
|
201
|
-
msgid_plural ""
|
202
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
203
|
-
msgstr[0] ""
|
204
|
-
msgstr[1] ""
|
194
|
+
msgid "Discovered hosts are provisioning now"
|
195
|
+
msgstr ""
|
205
196
|
|
206
|
-
msgid "
|
197
|
+
msgid "No hosts were found with that id or name"
|
207
198
|
msgstr ""
|
208
199
|
|
209
|
-
msgid "
|
200
|
+
msgid "No hosts selected"
|
201
|
+
msgstr "Cap amfitrió seleccionat"
|
202
|
+
|
203
|
+
msgid "Something went wrong while selecting hosts - %s"
|
210
204
|
msgstr ""
|
211
205
|
|
212
|
-
msgid "
|
206
|
+
msgid "Rule disabled"
|
213
207
|
msgstr ""
|
214
208
|
|
215
|
-
msgid "
|
216
|
-
msgstr "
|
209
|
+
msgid "Rule enabled"
|
210
|
+
msgstr ""
|
217
211
|
|
218
|
-
msgid "
|
219
|
-
msgstr "
|
212
|
+
msgid "%s ago"
|
213
|
+
msgstr "fa %s"
|
220
214
|
|
221
|
-
msgid "
|
215
|
+
msgid "Provision"
|
222
216
|
msgstr ""
|
223
217
|
|
224
|
-
msgid "
|
218
|
+
msgid "Auto Provision"
|
225
219
|
msgstr ""
|
226
220
|
|
227
|
-
msgid "
|
228
|
-
msgstr "
|
221
|
+
msgid "Refresh facts"
|
222
|
+
msgstr "Refresca els objectes d'interès"
|
229
223
|
|
230
|
-
msgid "
|
231
|
-
msgstr "
|
224
|
+
msgid "Reboot"
|
225
|
+
msgstr "Reinicia"
|
232
226
|
|
233
|
-
msgid "
|
234
|
-
msgstr "
|
227
|
+
msgid "Back"
|
228
|
+
msgstr ""
|
235
229
|
|
236
|
-
msgid "
|
237
|
-
msgstr "
|
230
|
+
msgid "Select Action"
|
231
|
+
msgstr "Selecciona l'acció"
|
238
232
|
|
239
|
-
msgid "
|
240
|
-
msgstr "
|
233
|
+
msgid "Expand All"
|
234
|
+
msgstr ""
|
241
235
|
|
242
|
-
msgid "
|
243
|
-
msgstr "
|
236
|
+
msgid "Delete"
|
237
|
+
msgstr "Suprimeix"
|
244
238
|
|
245
|
-
msgid "
|
246
|
-
msgstr "
|
239
|
+
msgid "Are you sure?"
|
240
|
+
msgstr "Esteu segur?"
|
247
241
|
|
248
|
-
msgid "
|
249
|
-
msgstr ""
|
242
|
+
msgid "Delete hosts"
|
243
|
+
msgstr "Suprimeix els amfitrions"
|
250
244
|
|
251
|
-
msgid "
|
252
|
-
msgstr "
|
245
|
+
msgid "Assign Organization"
|
246
|
+
msgstr "Assigna l'organització"
|
253
247
|
|
254
|
-
msgid "
|
255
|
-
msgstr "
|
248
|
+
msgid "Assign Location"
|
249
|
+
msgstr "Assigna la ubicació"
|
250
|
+
|
251
|
+
msgid "%s - The following hosts are about to be changed"
|
252
|
+
msgstr "%s - Els següents amfitrions estan a punt de ser canviats"
|
256
253
|
|
257
254
|
msgid "N/A"
|
258
|
-
msgstr ""
|
255
|
+
msgstr "N/D"
|
259
256
|
|
260
|
-
msgid "
|
261
|
-
msgstr "
|
257
|
+
msgid "New in the last 24 hours"
|
258
|
+
msgstr "Nou en les últimes 24 hores"
|
262
259
|
|
263
|
-
msgid "
|
264
|
-
msgstr "
|
260
|
+
msgid "Not reported in more than 7 days"
|
261
|
+
msgstr "No es va informar en més de 7 dies"
|
265
262
|
|
266
|
-
msgid "
|
267
|
-
msgstr "
|
263
|
+
msgid "Reported in the last 7 days"
|
264
|
+
msgstr "Es va informar en els últims 7 dies"
|
268
265
|
|
269
|
-
msgid "
|
266
|
+
msgid "Discovered Hosts"
|
270
267
|
msgstr ""
|
271
268
|
|
272
|
-
msgid "
|
269
|
+
msgid "Associated Hosts"
|
273
270
|
msgstr ""
|
274
271
|
|
275
|
-
msgid "
|
272
|
+
msgid "Disable rule '%s'?"
|
276
273
|
msgstr ""
|
277
274
|
|
278
|
-
msgid "
|
275
|
+
msgid "Disable"
|
276
|
+
msgstr "Inhabilita"
|
277
|
+
|
278
|
+
msgid "Enable"
|
279
|
+
msgstr "Habilita"
|
280
|
+
|
281
|
+
msgid "Enable rule '%s'?"
|
279
282
|
msgstr ""
|
280
283
|
|
281
|
-
msgid "
|
284
|
+
msgid "Delete rule '%s'?"
|
282
285
|
msgstr ""
|
283
286
|
|
284
|
-
msgid "
|
287
|
+
msgid "Must specify a user with email enabled"
|
285
288
|
msgstr ""
|
286
289
|
|
287
|
-
msgid "
|
290
|
+
msgid "Discovered hosts summary"
|
288
291
|
msgstr ""
|
289
292
|
|
290
|
-
msgid "
|
291
|
-
msgstr "
|
293
|
+
msgid "can't contain white spaces."
|
294
|
+
msgstr ""
|
292
295
|
|
293
|
-
msgid "
|
294
|
-
msgstr "
|
296
|
+
msgid "must start with a letter or ERB."
|
297
|
+
msgstr ""
|
295
298
|
|
296
|
-
msgid "
|
297
|
-
|
299
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
300
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
301
|
+
msgstr[0] ""
|
302
|
+
msgstr[1] ""
|
298
303
|
|
299
|
-
msgid "
|
304
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
305
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
306
|
+
msgstr[0] ""
|
307
|
+
msgstr[1] ""
|
308
|
+
|
309
|
+
msgid "Invalid facts, must be a Hash"
|
310
|
+
msgstr "Objectes d'interès no vàlids, han de tenir un Hash"
|
311
|
+
|
312
|
+
msgid ""
|
313
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface an"
|
314
|
+
"d set hostname"
|
300
315
|
msgstr ""
|
301
316
|
|
302
|
-
msgid "
|
303
|
-
|
317
|
+
msgid ""
|
318
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the"
|
319
|
+
" discovery_hostname setting: %s"
|
320
|
+
msgstr ""
|
304
321
|
|
305
|
-
msgid "
|
322
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
306
323
|
msgstr ""
|
307
324
|
|
308
|
-
msgid "
|
325
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
309
326
|
msgstr ""
|
327
|
+
"No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}"
|
328
|
+
": %{error}"
|
310
329
|
|
311
|
-
msgid "
|
330
|
+
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
312
331
|
msgstr ""
|
313
332
|
|
314
|
-
msgid "
|
333
|
+
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
315
334
|
msgstr ""
|
316
335
|
|
317
|
-
msgid "
|
336
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
318
337
|
msgstr ""
|
319
338
|
|
320
|
-
msgid "
|
339
|
+
msgid "Reloading kernel on %s"
|
340
|
+
msgstr "S'està tornant a carregar el kernel a %s"
|
341
|
+
|
342
|
+
msgid "Rebooting %s"
|
343
|
+
msgstr "S'està reiniciant %s"
|
344
|
+
|
345
|
+
msgid "Operating system not set for host/hostgroup"
|
321
346
|
msgstr ""
|
322
347
|
|
323
|
-
msgid "
|
348
|
+
msgid "Medium not set for host/hostgroup"
|
324
349
|
msgstr ""
|
325
350
|
|
326
|
-
msgid "
|
351
|
+
msgid "Kexec template not associated with operating system"
|
327
352
|
msgstr ""
|
328
353
|
|
329
|
-
msgid "
|
330
|
-
msgstr "
|
354
|
+
msgid "Fact name to use for primary interface detection"
|
355
|
+
msgstr ""
|
331
356
|
|
332
|
-
msgid "
|
333
|
-
msgstr "
|
357
|
+
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
358
|
+
msgstr ""
|
334
359
|
|
335
|
-
msgid "
|
336
|
-
|
360
|
+
msgid ""
|
361
|
+
"Automatically provision newly discovered hosts, according to the provisioning "
|
362
|
+
"rules"
|
363
|
+
msgstr ""
|
337
364
|
|
338
|
-
msgid "
|
365
|
+
msgid "Automatically reboot discovered host during provisioning"
|
339
366
|
msgstr ""
|
340
367
|
|
341
|
-
msgid "
|
368
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
342
369
|
msgstr ""
|
343
370
|
|
344
|
-
msgid "
|
371
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
345
372
|
msgstr ""
|
346
373
|
|
347
|
-
msgid "
|
374
|
+
msgid "The default location to place discovered hosts in"
|
348
375
|
msgstr ""
|
349
376
|
|
350
|
-
msgid "
|
377
|
+
msgid "The default organization to place discovered hosts in"
|
351
378
|
msgstr ""
|
352
379
|
|
353
|
-
msgid "
|
354
|
-
msgstr "
|
380
|
+
msgid "Regex to organize facts for highlights section"
|
381
|
+
msgstr ""
|
355
382
|
|
356
|
-
msgid "
|
383
|
+
msgid "Regex to organize facts for storage section"
|
357
384
|
msgstr ""
|
358
385
|
|
359
|
-
msgid "
|
360
|
-
msgstr "
|
386
|
+
msgid "Regex to organize facts for software section"
|
387
|
+
msgstr ""
|
361
388
|
|
362
|
-
msgid "
|
389
|
+
msgid "Regex to organize facts for hardware section"
|
363
390
|
msgstr ""
|
364
391
|
|
365
|
-
msgid "
|
366
|
-
msgstr "
|
392
|
+
msgid "Regex to organize facts for network section"
|
393
|
+
msgstr ""
|
367
394
|
|
368
|
-
msgid "
|
395
|
+
msgid "Regex to organize facts for ipmi section"
|
369
396
|
msgstr ""
|
370
397
|
|
371
398
|
msgid ""
|
372
|
-
"
|
373
|
-
"
|
399
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by discovery_f"
|
400
|
+
"act '%{fact}'"
|
374
401
|
msgstr ""
|
375
402
|
|
376
|
-
msgid "
|
377
|
-
msgstr "
|
403
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
404
|
+
msgstr ""
|
405
|
+
|
406
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
407
|
+
msgstr ""
|
408
|
+
|
409
|
+
msgid "No discovered hosts available"
|
410
|
+
msgstr ""
|
411
|
+
|
412
|
+
msgid "Host"
|
413
|
+
msgstr "Amfitrió"
|
414
|
+
|
415
|
+
msgid "Model"
|
416
|
+
msgstr "Model"
|
417
|
+
|
418
|
+
msgid "CPUs"
|
419
|
+
msgstr "Les CPU"
|
420
|
+
|
421
|
+
msgid "Memory"
|
422
|
+
msgstr "Memòria"
|
423
|
+
|
424
|
+
msgid "Discovered hosts"
|
425
|
+
msgstr "Amfitrions descoberts"
|
426
|
+
|
427
|
+
msgid "items selected. Uncheck to Clear"
|
428
|
+
msgstr "ítems seleccionats. Desmarca per netejar"
|
429
|
+
|
430
|
+
msgid "Select all items in this page"
|
431
|
+
msgstr "Selecciona tots els ítems en aquesta pàgina"
|
432
|
+
|
433
|
+
msgid "Name"
|
434
|
+
msgstr "Nom"
|
435
|
+
|
436
|
+
msgid "IP Address"
|
437
|
+
msgstr "Adreça IP"
|
438
|
+
|
439
|
+
msgid "Disk count"
|
440
|
+
msgstr "Nombre de discs"
|
441
|
+
|
442
|
+
msgid "Disks size"
|
443
|
+
msgstr "Mida de disc"
|
444
|
+
|
445
|
+
msgid "Location"
|
446
|
+
msgstr "Ubicació"
|
447
|
+
|
448
|
+
msgid "Organization"
|
449
|
+
msgstr "Organització"
|
378
450
|
|
379
451
|
msgid "Subnet"
|
380
452
|
msgstr "Subxarxa"
|
381
453
|
|
382
|
-
msgid "
|
383
|
-
msgstr ""
|
454
|
+
msgid "Last facts upload"
|
455
|
+
msgstr "Última pujada dels objectes d'interès"
|
384
456
|
|
385
|
-
msgid "
|
386
|
-
msgstr "
|
457
|
+
msgid "Delete %s?"
|
458
|
+
msgstr "Voleu suprimir %s?"
|
387
459
|
|
388
|
-
msgid "
|
460
|
+
msgid "Please Confirm"
|
461
|
+
msgstr "Si us plau, confirmeu"
|
462
|
+
|
463
|
+
msgid "Cancel"
|
464
|
+
msgstr "Cancel·la"
|
465
|
+
|
466
|
+
msgid "Submit"
|
467
|
+
msgstr "Envia"
|
468
|
+
|
469
|
+
msgid "Reboot All"
|
470
|
+
msgstr "Reinicia-ho tot"
|
471
|
+
|
472
|
+
msgid "Auto Provision All"
|
389
473
|
msgstr ""
|
390
474
|
|
391
|
-
msgid "
|
475
|
+
msgid "Warning"
|
476
|
+
msgstr "Advertència"
|
477
|
+
|
478
|
+
msgid ""
|
479
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as "
|
480
|
+
"well"
|
392
481
|
msgstr ""
|
393
482
|
|
394
|
-
msgid "
|
483
|
+
msgid "Select location"
|
484
|
+
msgstr "Selecciona la ubicació"
|
485
|
+
|
486
|
+
msgid "Select organization"
|
487
|
+
msgstr "Selecciona l'organització"
|
488
|
+
|
489
|
+
msgid "Discovered host: %s"
|
490
|
+
msgstr "Amfitrions descoberts: %s"
|
491
|
+
|
492
|
+
msgid "Identifier"
|
395
493
|
msgstr ""
|
396
494
|
|
397
|
-
msgid "
|
495
|
+
msgid "MAC address"
|
398
496
|
msgstr ""
|
399
497
|
|
400
|
-
msgid ""
|
401
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
402
|
-
"as well"
|
498
|
+
msgid "IP address"
|
403
499
|
msgstr ""
|
404
500
|
|
405
|
-
msgid ""
|
406
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
501
|
+
msgid "Summary report for discovered hosts from Foreman"
|
407
502
|
msgstr ""
|
408
503
|
|
409
|
-
msgid "
|
504
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
410
505
|
msgstr ""
|
411
506
|
|
412
|
-
msgid ""
|
413
|
-
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
414
|
-
"discovery_fact '%{fact}'"
|
507
|
+
msgid "Summary from %{time} ago to %{now}"
|
415
508
|
msgstr ""
|
416
509
|
|
417
|
-
msgid "
|
510
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
418
511
|
msgstr ""
|
419
512
|
|
420
|
-
msgid "
|
513
|
+
msgid "No discovered hosts for the selected period"
|
421
514
|
msgstr ""
|
422
515
|
|
423
|
-
msgid "
|
516
|
+
msgid "Foreman discovered hosts summary"
|
424
517
|
msgstr ""
|
425
518
|
|
426
|
-
msgid "
|
519
|
+
msgid "No new discovered hosts for this period"
|
427
520
|
msgstr ""
|
428
521
|
|
429
|
-
msgid "
|
430
|
-
msgstr "
|
522
|
+
msgid "Primary"
|
523
|
+
msgstr "Primària"
|
431
524
|
|
432
|
-
msgid "
|
433
|
-
msgstr "
|
525
|
+
msgid "Locations"
|
526
|
+
msgstr "Ubicacions"
|
434
527
|
|
435
|
-
msgid "
|
436
|
-
msgstr "
|
528
|
+
msgid "Organizations"
|
529
|
+
msgstr "Organitzacions"
|
437
530
|
|
438
|
-
msgid "
|
439
|
-
msgstr "
|
531
|
+
msgid "Target host group for this rule with all properties set"
|
532
|
+
msgstr ""
|
533
|
+
|
534
|
+
msgid "Template"
|
535
|
+
msgstr "Plantilla"
|
440
536
|
|
441
537
|
msgid ""
|
442
|
-
"
|
443
|
-
"
|
444
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
538
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning"
|
539
|
+
" Templates (ERB)."
|
445
540
|
msgstr ""
|
446
541
|
|
447
|
-
msgid "
|
542
|
+
msgid ""
|
543
|
+
"Domain will be appended automatically. A hostname based on MAC address will be"
|
544
|
+
" used when left blank. In addition to @host attribute function rand for random"
|
545
|
+
" integers is available. Examples:"
|
448
546
|
msgstr ""
|
449
547
|
|
450
548
|
msgid ""
|
451
|
-
"
|
549
|
+
"When creating hostname patterns, make sure the resulting host names are unique"
|
550
|
+
". Hostnames must not start with numbers. A good approach is to use unique info"
|
551
|
+
"rmation provided by facter (MAC address, BIOS or serial ID)."
|
452
552
|
msgstr ""
|
453
553
|
|
454
|
-
msgid "
|
455
|
-
msgstr ""
|
554
|
+
msgid "Hostname for provisioned hosts"
|
555
|
+
msgstr "Nom d'amfitrió per als amfitrions aprovisionats"
|
456
556
|
|
457
|
-
msgid "
|
458
|
-
msgstr "
|
557
|
+
msgid "Hosts limit"
|
558
|
+
msgstr ""
|
459
559
|
|
460
|
-
msgid "
|
560
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
461
561
|
msgstr ""
|
462
562
|
|
463
|
-
msgid ""
|
464
|
-
"hash containing facts for the host with minimum set of facts: "
|
465
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
466
|
-
"eth0 (example in case primary interface is named eth0)"
|
563
|
+
msgid "Rule priority (lower integer means higher priority)"
|
467
564
|
msgstr ""
|
468
565
|
|
469
|
-
msgid "
|
470
|
-
msgstr "
|
566
|
+
msgid "Edit Discovery Rule"
|
567
|
+
msgstr "Edita la regla de descobriment"
|
471
568
|
|
472
|
-
msgid "
|
473
|
-
msgstr ""
|
569
|
+
msgid "Discovery Rules"
|
570
|
+
msgstr "Regles de descobriment"
|
474
571
|
|
475
|
-
msgid "
|
476
|
-
msgstr ""
|
572
|
+
msgid "New Rule"
|
573
|
+
msgstr "Nova regla"
|
477
574
|
|
478
|
-
msgid "
|
479
|
-
msgstr ""
|
575
|
+
msgid "DiscoveryRule|Name"
|
576
|
+
msgstr "Nom"
|
480
577
|
|
481
|
-
msgid "
|
482
|
-
msgstr "
|
578
|
+
msgid "DiscoveryRule|Priority"
|
579
|
+
msgstr "Prioritat"
|
483
580
|
|
484
|
-
msgid "
|
485
|
-
msgstr "
|
581
|
+
msgid "DiscoveryRule|Query"
|
582
|
+
msgstr "Consulta"
|
486
583
|
|
487
|
-
msgid ""
|
488
|
-
"
|
489
|
-
msgstr ""
|
584
|
+
msgid "Host group"
|
585
|
+
msgstr "Grup d'amfitrions"
|
490
586
|
|
491
|
-
msgid "
|
492
|
-
msgstr ""
|
587
|
+
msgid "Hosts/limit"
|
588
|
+
msgstr "Amfitrions/límit"
|
493
589
|
|
494
|
-
msgid "
|
495
|
-
msgstr ""
|
590
|
+
msgid "DiscoveryRule|Enabled"
|
591
|
+
msgstr "Habilitada"
|
496
592
|
|
497
|
-
msgid ""
|
498
|
-
"
|
499
|
-
|
593
|
+
msgid "New Discovery Rule"
|
594
|
+
msgstr "Nova regla de descobriment"
|
595
|
+
|
596
|
+
msgid "A summary of discovered hosts"
|
500
597
|
msgstr ""
|
501
598
|
|
502
|
-
msgid "
|
503
|
-
msgstr "
|
599
|
+
msgid "Discovery rules"
|
600
|
+
msgstr ""
|
504
601
|
|
505
|
-
msgid "
|
602
|
+
msgid "Discovery widget"
|
506
603
|
msgstr ""
|