foreman_discovery 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +41 -51
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
  4. data/app/controllers/discovered_hosts_controller.rb +50 -46
  5. data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
  6. data/app/helpers/discovery_rules_helper.rb +5 -6
  7. data/app/mailers/discovered_mailer.rb +19 -0
  8. data/app/models/discovery_rule.rb +3 -3
  9. data/app/models/host/discovered.rb +33 -11
  10. data/app/models/host/managed_extensions.rb +10 -0
  11. data/app/models/hostgroup_extensions.rb +1 -1
  12. data/app/models/setting/discovered.rb +17 -11
  13. data/app/services/foreman_discovery/fact_parser.rb +16 -0
  14. data/app/services/foreman_discovery/host_converter.rb +0 -4
  15. data/app/services/foreman_discovery/node_api/power.rb +3 -3
  16. data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
  17. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
  18. data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
  19. data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
  20. data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
  21. data/config/routes.rb +3 -3
  22. data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
  23. data/lib/foreman_discovery/engine.rb +12 -9
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +780 -0
  27. data/locale/ca/foreman_discovery.po +358 -261
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +774 -0
  30. data/locale/de/foreman_discovery.po +418 -311
  31. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en_GB/foreman_discovery.edit.po +779 -0
  33. data/locale/en_GB/foreman_discovery.po +423 -313
  34. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/es/foreman_discovery.edit.po +781 -0
  36. data/locale/es/foreman_discovery.po +425 -313
  37. data/locale/foreman_discovery.pot +496 -159
  38. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/fr/foreman_discovery.edit.po +778 -0
  40. data/locale/fr/foreman_discovery.po +458 -322
  41. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/gl/foreman_discovery.edit.po +757 -0
  43. data/locale/gl/foreman_discovery.po +306 -215
  44. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/it/foreman_discovery.edit.po +771 -0
  46. data/locale/it/foreman_discovery.po +411 -301
  47. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ja/foreman_discovery.edit.po +770 -0
  49. data/locale/ja/foreman_discovery.po +395 -300
  50. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ko/foreman_discovery.edit.po +768 -0
  52. data/locale/ko/foreman_discovery.po +393 -299
  53. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/pt_BR/foreman_discovery.edit.po +780 -0
  55. data/locale/pt_BR/foreman_discovery.po +438 -309
  56. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ru/foreman_discovery.edit.po +775 -0
  58. data/locale/ru/foreman_discovery.po +413 -308
  59. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/sv_SE/foreman_discovery.edit.po +766 -0
  61. data/locale/sv_SE/foreman_discovery.po +321 -232
  62. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_CN/foreman_discovery.edit.po +769 -0
  64. data/locale/zh_CN/foreman_discovery.po +393 -302
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.edit.po +769 -0
  67. data/locale/zh_TW/foreman_discovery.po +395 -302
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
  69. data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
  70. data/test/functional/discovered_hosts_controller_test.rb +26 -17
  71. data/test/functional/discovery_rules_controller_test.rb +9 -8
  72. data/test/test_helper.rb +0 -4
  73. data/test/test_helper_discovery.rb +24 -0
  74. data/test/unit/discovered_extensions_test.rb +31 -0
  75. data/test/unit/discovered_mailer_test.rb +44 -0
  76. data/test/unit/discovery_attribute_set_test.rb +12 -0
  77. data/test/unit/discovery_rule_test.rb +20 -0
  78. data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
  79. data/test/unit/host_discovered_test.rb +56 -11
  80. metadata +29 -5
  81. data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -0,0 +1,771 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) 2015 Foreman developers
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ # caifti <caifti@gmail.com>, 2014
7
+ # caifti <caifti@gmail.com>, 2014
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: Foreman\n"
11
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
12
+ "PO-Revision-Date: 2015-10-15 09:16+0000\n"
13
+ "Last-Translator: Lukáš Zapletal\n"
14
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
+ "\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: it\n"
20
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15
23
+ msgid "List all discovered hosts"
24
+ msgstr "Elenca tutti gli host rilevati"
25
+
26
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
27
+ msgid "filter results"
28
+ msgstr "filtra i risultati"
29
+
30
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
31
+ msgid "sort results"
32
+ msgstr "ordina risultati"
33
+
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
35
+ msgid "paginate results"
36
+ msgstr "paginazione risultati"
37
+
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
+ msgid "number of entries per request"
40
+ msgstr "numero di voci per richiesta"
41
+
42
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:25
43
+ msgid "Show a discovered host"
44
+ msgstr "Visualizza un host rilevato"
45
+
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39
47
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47
51
+ msgid "Provision a discovered host"
52
+ msgstr "Esegui il provisioning di un host rilevato"
53
+
54
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:52
55
+ msgid "not required if using a subnet with DHCP proxy"
56
+ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
57
+
58
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
59
+ msgid "not required if it's a virtual machine"
60
+ msgstr "non necessario se è una macchina virtuale"
61
+
62
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
63
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
64
+ msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
65
+
66
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
67
+ msgid "required if value is not inherited from host group or default password in settings"
68
+ msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
69
+
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
71
+ msgid "Delete a discovered host"
72
+ msgstr "Rimuovi un host rilevato"
73
+
74
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:92
75
+ msgid "Upload facts for a host, creating the host if required"
76
+ msgstr "Carica gli eventi per un host creando, se necessario, un host"
77
+
78
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
79
+ 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)"
80
+ msgstr ""
81
+
82
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
83
+ msgid "Execute rules against a discovered host"
84
+ msgstr "Esegui le regole nei confronti di un host rilevato"
85
+
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
87
+ msgid "Host %{host} was provisioned with rule %{rule}"
88
+ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
89
+
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:121
91
+ msgid "Unable to provision %{host}: %{errors}"
92
+ msgstr ""
93
+
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
95
+ msgid "No rule found for host %s"
96
+ msgstr "Nessuna regola trovata per l'host %s"
97
+
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:134
99
+ msgid "Execute rules against all currently discovered hosts"
100
+ msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
101
+
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
103
+ msgid "Errors during auto provisioning: %s"
104
+ msgstr "Errore durante auto provisioning: %s"
105
+
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
107
+ msgid "No discovered hosts to provision"
108
+ msgstr "Nessun host rilevato per il provisioning"
109
+
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:163
111
+ msgid "%s discovered hosts were provisioned"
112
+ msgstr ""
113
+
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:174
115
+ msgid "Refreshing the facts of a discovered host"
116
+ msgstr "Aggiornamento eventi di un host rilevato"
117
+
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:183
119
+ msgid "Rebooting a discovered host"
120
+ msgstr "Riavvio di un host rilevato"
121
+
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
123
+ msgid "Rebooting all discovered hosts"
124
+ msgstr ""
125
+
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
127
+ msgid "Discovered hosts are rebooting now"
128
+ msgstr ""
129
+
130
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:13
131
+ msgid "List all discovery rules"
132
+ msgstr "Elenca tutte le regole per la scoperta"
133
+
134
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:23
135
+ msgid "Show a discovery rule"
136
+ msgstr "Visualizza una regola per la scoperta"
137
+
138
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
139
+ msgid "represents rule name shown to the users"
140
+ msgstr ""
141
+
142
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
143
+ msgid "query to match discovered hosts for the particular rule"
144
+ msgstr ""
145
+
146
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
147
+ msgid "the hostgroup that is used to auto provision a host"
148
+ msgstr ""
149
+
150
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
151
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
152
+ msgstr ""
153
+
154
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
155
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
156
+ msgstr ""
157
+
158
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
159
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
160
+ msgstr ""
161
+
162
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
163
+ msgid "flag is used for temporary shutdown of rules"
164
+ msgstr ""
165
+
166
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:41
167
+ msgid "Create a discovery rule"
168
+ msgstr "Crea una regola per la scoperta"
169
+
170
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:49
171
+ msgid "Update a rule"
172
+ msgstr "Aggiorna una regola"
173
+
174
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:57
175
+ msgid "Delete a rule"
176
+ msgstr "Cancella una regola"
177
+
178
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
179
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
180
+ msgstr ""
181
+
182
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
183
+ msgid "No hostgroup associated with rule '%s'"
184
+ msgstr ""
185
+
186
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:63
187
+ msgid "Errors during reboot: %s"
188
+ msgstr ""
189
+
190
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:81
191
+ msgid "No discovered hosts to reboot"
192
+ msgstr ""
193
+
194
+ #: ../app/controllers/discovered_hosts_controller.rb:73
195
+ msgid "Facts refreshed for %s"
196
+ msgstr "Eventi aggiornati per %s"
197
+
198
+ #: ../app/controllers/discovered_hosts_controller.rb:75
199
+ msgid "Failed to refresh facts for %s"
200
+ msgstr "Impossibile aggiornare gli eventi per %s"
201
+
202
+ #: ../app/controllers/discovered_hosts_controller.rb:78
203
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
204
+ msgstr ""
205
+
206
+ #: ../app/controllers/discovered_hosts_controller.rb:85
207
+ msgid "Host of type %s can not be rebooted"
208
+ msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
209
+
210
+ #: ../app/controllers/discovered_hosts_controller.rb:89
211
+ msgid "Rebooting host %s"
212
+ msgstr "Riavvio host %s"
213
+
214
+ #: ../app/controllers/discovered_hosts_controller.rb:91
215
+ msgid "Failed to reboot host %s"
216
+ msgstr "Impossibile eseguire il riavvio dell'host: %s"
217
+
218
+ #: ../app/controllers/discovered_hosts_controller.rb:94
219
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
220
+ msgstr "Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error_message}"
221
+
222
+ #: ../app/controllers/discovered_hosts_controller.rb:108
223
+ msgid "Failed to reboot hosts with error %s"
224
+ msgstr ""
225
+
226
+ #: ../app/controllers/discovered_hosts_controller.rb:122
227
+ msgid "Destroyed selected hosts"
228
+ msgstr "Host selezionati annullati"
229
+
230
+ #: ../app/controllers/discovered_hosts_controller.rb:124
231
+ msgid "The following hosts were not deleted: %s"
232
+ msgstr "I seguenti host non sono stati rilevati: %s"
233
+
234
+ #: ../app/controllers/discovered_hosts_controller.rb:151
235
+ msgid "Failed to auto provision host %s: %s"
236
+ msgstr "Impossibile eseguire auto provision dell'host %s: %s"
237
+
238
+ #: ../app/controllers/discovered_hosts_controller.rb:179
239
+ msgid "Discovered hosts are provisioning now"
240
+ msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
241
+
242
+ #: ../app/controllers/discovered_hosts_controller.rb:267
243
+ msgid "No hosts were found with that id or name"
244
+ msgstr "Nessun host trovato con l'id o nome indicato"
245
+
246
+ #: ../app/controllers/discovered_hosts_controller.rb:271
247
+ msgid "No hosts selected"
248
+ msgstr "Nessun host selezionato"
249
+
250
+ #: ../app/controllers/discovered_hosts_controller.rb:277
251
+ msgid "Something went wrong while selecting hosts - %s"
252
+ msgstr "Si è verificato un errore durante la selezione degli host - %s"
253
+
254
+ #: ../app/controllers/discovery_rules_controller.rb:66
255
+ msgid "Rule disabled"
256
+ msgstr "Regola disabilitata"
257
+
258
+ #: ../app/controllers/discovery_rules_controller.rb:66
259
+ msgid "Rule enabled"
260
+ msgstr "Regola abilitata"
261
+
262
+ #: ../app/helpers/discovered_hosts_helper.rb:11
263
+ msgid "%s ago"
264
+ msgstr "%s fa"
265
+
266
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
267
+ msgid "Provision"
268
+ msgstr "Provisioning"
269
+
270
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
271
+ msgid "Auto Provision"
272
+ msgstr "Auto Provision"
273
+
274
+ #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
275
+ msgid "Refresh facts"
276
+ msgstr "Aggiorna eventi"
277
+
278
+ #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
279
+ msgid "Reboot"
280
+ msgstr "Riavvia"
281
+
282
+ #: ../app/helpers/discovered_hosts_helper.rb:21
283
+ msgid "Back"
284
+ msgstr ""
285
+
286
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
287
+ msgid "Select Action"
288
+ msgstr "Seleziona azione"
289
+
290
+ #: ../app/helpers/discovered_hosts_helper.rb:30
291
+ msgid "Expand All"
292
+ msgstr ""
293
+
294
+ #: ../app/helpers/discovered_hosts_helper.rb:35
295
+ msgid "Delete"
296
+ msgstr "Cancella"
297
+
298
+ #: ../app/helpers/discovered_hosts_helper.rb:36
299
+ msgid "Are you sure?"
300
+ msgstr "Sei sicuro?"
301
+
302
+ #: ../app/helpers/discovered_hosts_helper.rb:42
303
+ msgid "Delete hosts"
304
+ msgstr "Cancella gli host"
305
+
306
+ #: ../app/helpers/discovered_hosts_helper.rb:43
307
+ msgid "Assign Organization"
308
+ msgstr "Assegna organizzazione"
309
+
310
+ #: ../app/helpers/discovered_hosts_helper.rb:44
311
+ msgid "Assign Location"
312
+ msgstr "Assegna posizione"
313
+
314
+ #: ../app/helpers/discovered_hosts_helper.rb:48
315
+ msgid "%s - The following hosts are about to be changed"
316
+ msgstr "%s - I seguenti host stanno per essere modificati"
317
+
318
+ #: ../app/helpers/discovered_hosts_helper.rb:57
319
+ msgid "N/A"
320
+ msgstr "N/A"
321
+
322
+ #: ../app/helpers/discovered_hosts_helper.rb:69
323
+ msgid "New in the last 24 hours"
324
+ msgstr ""
325
+
326
+ #: ../app/helpers/discovered_hosts_helper.rb:73
327
+ msgid "Not reported in more than 7 days"
328
+ msgstr ""
329
+
330
+ #: ../app/helpers/discovered_hosts_helper.rb:77
331
+ msgid "Reported in the last 7 days"
332
+ msgstr ""
333
+
334
+ #: ../app/helpers/discovery_rules_helper.rb:26
335
+ msgid "Discovered Hosts"
336
+ msgstr ""
337
+
338
+ #: ../app/helpers/discovery_rules_helper.rb:27
339
+ msgid "Associated Hosts"
340
+ msgstr ""
341
+
342
+ #: ../app/helpers/discovery_rules_helper.rb:29
343
+ msgid "Disable rule '%s'?"
344
+ msgstr ""
345
+
346
+ #: ../app/helpers/discovery_rules_helper.rb:29
347
+ msgid "Disable"
348
+ msgstr "Disabilita"
349
+
350
+ #: ../app/helpers/discovery_rules_helper.rb:31
351
+ msgid "Enable"
352
+ msgstr "Abilita"
353
+
354
+ #: ../app/helpers/discovery_rules_helper.rb:31
355
+ msgid "Enable rule '%s'?"
356
+ msgstr ""
357
+
358
+ #: ../app/helpers/discovery_rules_helper.rb:33
359
+ msgid "Delete rule '%s'?"
360
+ msgstr ""
361
+
362
+ #: ../app/mailers/discovered_mailer.rb:4
363
+ msgid "Must specify a user with email enabled"
364
+ msgstr ""
365
+
366
+ #: ../app/mailers/discovered_mailer.rb:15
367
+ msgid "Discovered hosts summary"
368
+ msgstr ""
369
+
370
+ #: ../app/models/discovery_rule.rb:11
371
+ msgid "can't contain white spaces."
372
+ msgstr "non può avere spazi."
373
+
374
+ #: ../app/models/discovery_rule.rb:13
375
+ msgid "must start with a letter or ERB."
376
+ msgstr "deve iniziare con una lettera o ERB."
377
+
378
+ #: ../app/models/discovery_rule.rb:49
379
+ msgid "Host group organization %s must also be associated to the discovery rule"
380
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
381
+ msgstr[0] ""
382
+ msgstr[1] ""
383
+
384
+ #: ../app/models/discovery_rule.rb:55
385
+ msgid "Host group location %s must also be associated to the discovery rule"
386
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
387
+ msgstr[0] ""
388
+ msgstr[1] ""
389
+
390
+ #: ../app/models/host/discovered.rb:34
391
+ msgid "Invalid facts, must be a Hash"
392
+ msgstr "Eventi non validi, deve essere un Hash"
393
+
394
+ #: ../app/models/host/discovered.rb:39
395
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
396
+ msgstr ""
397
+
398
+ #: ../app/models/host/discovered.rb:46
399
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
400
+ msgstr ""
401
+
402
+ #: ../app/models/host/discovered.rb:107
403
+ msgid "Unable to assign subnet, primary interface is missing IP address"
404
+ msgstr ""
405
+
406
+ #: ../app/models/host/discovered.rb:149
407
+ msgid "Could not get facts from proxy %{url}: %{error}"
408
+ msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
409
+
410
+ #: ../app/models/host/discovered.rb:165
411
+ msgid "Unable to reboot %{name} via %{url}: %{msg}"
412
+ msgstr ""
413
+
414
+ #: ../app/models/host/discovered.rb:173
415
+ msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
416
+ msgstr ""
417
+
418
+ #: ../app/models/host/discovered.rb:192
419
+ msgid "Invalid hostname: Could not normalize the hostname"
420
+ msgstr ""
421
+
422
+ #: ../app/models/host/managed_extensions.rb:24
423
+ msgid "Reloading kernel on %s"
424
+ msgstr ""
425
+
426
+ #: ../app/models/host/managed_extensions.rb:26
427
+ msgid "Rebooting %s"
428
+ msgstr "Riavvio di %s"
429
+
430
+ #: ../app/models/host/managed_extensions.rb:45
431
+ msgid "Operating system not set for host/hostgroup"
432
+ msgstr ""
433
+
434
+ #: ../app/models/host/managed_extensions.rb:47
435
+ msgid "Medium not set for host/hostgroup"
436
+ msgstr ""
437
+
438
+ #: ../app/models/host/managed_extensions.rb:54
439
+ msgid "Kexec template not associated with operating system"
440
+ msgstr ""
441
+
442
+ #: ../app/models/setting/discovered.rb:19
443
+ msgid "Fact name to use for primary interface detection"
444
+ msgstr ""
445
+
446
+ #: ../app/models/setting/discovered.rb:20
447
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
448
+ msgstr ""
449
+
450
+ #: ../app/models/setting/discovered.rb:21
451
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
452
+ msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
453
+
454
+ #: ../app/models/setting/discovered.rb:22
455
+ msgid "Automatically reboot discovered host during provisioning"
456
+ msgstr ""
457
+
458
+ #: ../app/models/setting/discovered.rb:28
459
+ msgid "The default prefix to use for the host name, must start with a letter"
460
+ msgstr "Il prefisso predefinito da usare per l'hostname, deve iniziare con una lettera"
461
+
462
+ #: ../app/models/setting/discovered.rb:34
463
+ msgid "Extra facter columns to show in host lists (separate by comma)"
464
+ msgstr ""
465
+
466
+ #: ../app/models/setting/discovered.rb:41
467
+ msgid "The default location to place discovered hosts in"
468
+ msgstr "La posizione predefinita nella quale posizionare gli host trovati"
469
+
470
+ #: ../app/models/setting/discovered.rb:48
471
+ msgid "The default organization to place discovered hosts in"
472
+ msgstr "L'organizzazione predefinita nella quale posizionare gli host trovati"
473
+
474
+ #: ../app/models/setting/discovered.rb:55
475
+ msgid "Regex to organize facts for highlights section"
476
+ msgstr ""
477
+
478
+ #: ../app/models/setting/discovered.rb:56
479
+ msgid "Regex to organize facts for storage section"
480
+ msgstr ""
481
+
482
+ #: ../app/models/setting/discovered.rb:57
483
+ msgid "Regex to organize facts for software section"
484
+ msgstr ""
485
+
486
+ #: ../app/models/setting/discovered.rb:58
487
+ msgid "Regex to organize facts for hardware section"
488
+ msgstr ""
489
+
490
+ #: ../app/models/setting/discovered.rb:59
491
+ msgid "Regex to organize facts for network section"
492
+ msgstr ""
493
+
494
+ #: ../app/models/setting/discovered.rb:60
495
+ msgid "Regex to organize facts for ipmi section"
496
+ msgstr ""
497
+
498
+ #: ../app/services/foreman_discovery/fact_parser.rb:9
499
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
500
+ msgstr ""
501
+
502
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
503
+ msgid "Image API returned HTTP/%{code} with '%{body}"
504
+ msgstr ""
505
+
506
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
507
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
508
+ msgstr ""
509
+
510
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
511
+ msgid "No discovered hosts available"
512
+ msgstr "Nessun host rilevato disponibile"
513
+
514
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
515
+ msgid "Host"
516
+ msgstr "Host"
517
+
518
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
519
+ msgid "Model"
520
+ msgstr "Modello"
521
+
522
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
523
+ msgid "CPUs"
524
+ msgstr "CPU"
525
+
526
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
527
+ msgid "Memory"
528
+ msgstr "Memoria"
529
+
530
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
531
+ msgid "Discovered hosts"
532
+ msgstr "Host trovati"
533
+
534
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
535
+ msgid "items selected. Uncheck to Clear"
536
+ msgstr "oggetti selezionati. Deselezionare per annullare"
537
+
538
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
539
+ msgid "Select all items in this page"
540
+ msgstr "Seleziona tutti gli oggetti in questa pagina"
541
+
542
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
543
+ msgid "Name"
544
+ msgstr "Nome"
545
+
546
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
547
+ msgid "IP Address"
548
+ msgstr "Indirizzo IP"
549
+
550
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
551
+ msgid "Disk count"
552
+ msgstr "Conteggio disco"
553
+
554
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
555
+ msgid "Disks size"
556
+ msgstr "Dimensione dischi"
557
+
558
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
559
+ msgid "Location"
560
+ msgstr "Posizione"
561
+
562
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
563
+ msgid "Organization"
564
+ msgstr "Organizzazione"
565
+
566
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:22
567
+ msgid "Subnet"
568
+ msgstr "Sottorete"
569
+
570
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
571
+ msgid "Last facts upload"
572
+ msgstr "Ultimo caricamento eventi"
573
+
574
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
575
+ msgid "Delete %s?"
576
+ msgstr "Cancella %s?"
577
+
578
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
579
+ msgid "Please Confirm"
580
+ msgstr "Conferma"
581
+
582
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:63
583
+ msgid "Cancel"
584
+ msgstr "Annulla"
585
+
586
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:64
587
+ msgid "Submit"
588
+ msgstr "Invia"
589
+
590
+ #: ../app/views/discovered_hosts/index.html.erb:2
591
+ msgid "Reboot All"
592
+ msgstr ""
593
+
594
+ #: ../app/views/discovered_hosts/index.html.erb:3
595
+ msgid "Auto Provision All"
596
+ msgstr "Esegui Auto Provision su tutti"
597
+
598
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
599
+ msgid "Warning"
600
+ msgstr "Avvertenza"
601
+
602
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
603
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
604
+ msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
605
+
606
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
607
+ msgid "Select location"
608
+ msgstr "Seleziona posizione"
609
+
610
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
611
+ msgid "Select organization"
612
+ msgstr "Seleziona organizzazione"
613
+
614
+ #: ../app/views/discovered_hosts/show.html.erb:1
615
+ msgid "Discovered host: %s"
616
+ msgstr "Host trovati: %s"
617
+
618
+ #: ../app/views/discovered_hosts/show.html.erb:32
619
+ msgid "Identifier"
620
+ msgstr ""
621
+
622
+ #: ../app/views/discovered_hosts/show.html.erb:33
623
+ msgid "MAC address"
624
+ msgstr ""
625
+
626
+ #: ../app/views/discovered_hosts/show.html.erb:34
627
+ msgid "IP address"
628
+ msgstr ""
629
+
630
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
631
+ msgid "Summary report for discovered hosts from Foreman"
632
+ msgstr ""
633
+
634
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
635
+ msgid "<b>Foreman</b> Discovered hosts summary"
636
+ msgstr ""
637
+
638
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
639
+ msgid "Summary from %{time} ago to %{now}"
640
+ msgstr ""
641
+
642
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
643
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
644
+ msgstr ""
645
+
646
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
647
+ msgid "No discovered hosts for the selected period"
648
+ msgstr ""
649
+
650
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
651
+ msgid "Foreman discovered hosts summary"
652
+ msgstr ""
653
+
654
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
655
+ msgid "No new discovered hosts for this period"
656
+ msgstr ""
657
+
658
+ #: ../app/views/discovery_rules/_form.html.erb:5
659
+ msgid "Primary"
660
+ msgstr ""
661
+
662
+ #: ../app/views/discovery_rules/_form.html.erb:7
663
+ msgid "Locations"
664
+ msgstr ""
665
+
666
+ #: ../app/views/discovery_rules/_form.html.erb:10
667
+ msgid "Organizations"
668
+ msgstr ""
669
+
670
+ #: ../app/views/discovery_rules/_form.html.erb:22
671
+ msgid "Target host group for this rule with all properties set"
672
+ msgstr "Gruppo di host di destinazione per questa regola con tutte le proprietà impostate"
673
+
674
+ #: ../app/views/discovery_rules/_form.html.erb:24
675
+ msgid "Template"
676
+ msgstr "Template"
677
+
678
+ #: ../app/views/discovery_rules/_form.html.erb:26
679
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
680
+ msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
681
+
682
+ #: ../app/views/discovery_rules/_form.html.erb:29
683
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
684
+ msgstr "Il dominio verrà aggiunto automaticamente. Se lasciato vuoto verrà utilizzato un hostname basato su un indirizzo MAC. In aggiunta all'attributo @host è disponibile anche la funzione 'rand' per i valori interi randomici. Esempi:"
685
+
686
+ #: ../app/views/discovery_rules/_form.html.erb:42
687
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
688
+ msgstr "Durante la creazione di un pattern per l'hostname assicurarsi che i nomi corrispondenti siano unici. Essi non possono iniziare con numeri. Un metodo consigliato è quello di utilizzare informazioni uniche (Indirizzo MAC, BIOS o ID seriali)."
689
+
690
+ #: ../app/views/discovery_rules/_form.html.erb:43
691
+ msgid "Hostname for provisioned hosts"
692
+ msgstr "Hostname per gli host con provisioning"
693
+
694
+ #: ../app/views/discovery_rules/_form.html.erb:44
695
+ msgid "Hosts limit"
696
+ msgstr "Limite host"
697
+
698
+ #: ../app/views/discovery_rules/_form.html.erb:44
699
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
700
+ msgstr "Numero di host massimo con provisioning con questa regola (0 = unlimited)"
701
+
702
+ #: ../app/views/discovery_rules/_form.html.erb:45
703
+ msgid "Rule priority (lower integer means higher priority)"
704
+ msgstr "Priorità regola (valore intero più basso, priorità più alta)"
705
+
706
+ #: ../app/views/discovery_rules/edit.html.erb:1
707
+ msgid "Edit Discovery Rule"
708
+ msgstr "Modifica la regola per la scoperta"
709
+
710
+ #: ../app/views/discovery_rules/index.html.erb:1
711
+ msgid "Discovery Rules"
712
+ msgstr "Regola per la scoperta"
713
+
714
+ #: ../app/views/discovery_rules/index.html.erb:2
715
+ msgid "New Rule"
716
+ msgstr "Nuova regola"
717
+
718
+ #: ../app/views/discovery_rules/index.html.erb:6
719
+ msgid "DiscoveryRule|Name"
720
+ msgstr "Nome"
721
+
722
+ #: ../app/views/discovery_rules/index.html.erb:7
723
+ msgid "DiscoveryRule|Priority"
724
+ msgstr "Priorità"
725
+
726
+ #: ../app/views/discovery_rules/index.html.erb:8
727
+ msgid "DiscoveryRule|Query"
728
+ msgstr "Interrogazione"
729
+
730
+ #: ../app/views/discovery_rules/index.html.erb:9
731
+ msgid "Host group"
732
+ msgstr "Gruppo di host"
733
+
734
+ #: ../app/views/discovery_rules/index.html.erb:10
735
+ msgid "Hosts/limit"
736
+ msgstr "Host/limite"
737
+
738
+ #: ../app/views/discovery_rules/index.html.erb:11
739
+ msgid "DiscoveryRule|Enabled"
740
+ msgstr "Abilitata"
741
+
742
+ #: ../app/views/discovery_rules/new.html.erb:1
743
+ msgid "New Discovery Rule"
744
+ msgstr "Nuova regola per la scoperta"
745
+
746
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
747
+ msgid "A summary of discovered hosts"
748
+ msgstr ""
749
+
750
+ #: ../lib/foreman_discovery/engine.rb:141
751
+ msgid "Discovery rules"
752
+ msgstr ""
753
+
754
+ #: ../lib/foreman_discovery/engine.rb:146
755
+ msgid "Discovery widget"
756
+ msgstr ""
757
+
758
+ #~ msgid "Disable rule?"
759
+ #~ msgstr "Disabilita la regola?"
760
+
761
+ #~ msgid "Enable rule?"
762
+ #~ msgstr "Abilita la regola?"
763
+
764
+ #~ msgid "Fact"
765
+ #~ msgstr "Evento"
766
+
767
+ #~ msgid "Facts discovered on this host"
768
+ #~ msgstr "Eventi trovati su questo host"
769
+
770
+ #~ msgid "Value"
771
+ #~ msgstr "Valore"