foreman_discovery 19.0.5 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1099 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
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_discovery 18.0.1\n"
11
+ "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2021-11-25 10:15+0100\n"
13
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
14
+ "Last-Translator: Transifex Bot <>\n"
15
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
16
+ "\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: it\n"
21
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
+
23
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
24
+ msgid "List all discovered hosts"
25
+ msgstr "Elenca tutti gli host rilevati"
26
+
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
+ msgid "filter results"
29
+ msgstr "filtra i risultati"
30
+
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
+ msgid "sort results"
33
+ msgstr "ordina risultati"
34
+
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
+ msgid "paginate results"
37
+ msgstr "paginazione risultati"
38
+
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
40
+ msgid "number of entries per request"
41
+ msgstr "numero di voci per richiesta"
42
+
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
44
+ msgid "Show a discovered host"
45
+ msgstr "Visualizza un host rilevato"
46
+
47
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
48
+ msgid "DHCP filename option (Grub2 or PXELinux by default)"
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
52
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
53
+ msgstr ""
54
+
55
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
56
+ msgid "Provision a discovered host"
57
+ msgstr "Esegui il provisioning di un host rilevato"
58
+
59
+ #: ../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
60
+ msgid "required if host is managed and value is not inherited from host group"
61
+ msgstr "necessario se l'host è gestito ed il valore non è stato ereditato da un gruppo di host"
62
+
63
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
64
+ msgid "not required if using a subnet with DHCP proxy"
65
+ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
66
+
67
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
68
+ msgid "not required if it's a virtual machine"
69
+ msgstr "non necessario se è una macchina virtuale"
70
+
71
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
72
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
73
+ msgstr "necessario se non è disponibile imaged based provisioning e l'host è gestito ed il valore non è stato ereditato dal gruppo di host"
74
+
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
76
+ msgid "required if host is managed and custom partition has not been defined"
77
+ msgstr "necessario se l'host è gestito e la partizione personalizzata non è stata definita"
78
+
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
80
+ msgid "Host's owner type"
81
+ msgstr "Tipo di proprietario dell'host"
82
+
83
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
84
+ msgid "Host's parameters (array or indexed hash)"
85
+ msgstr "Parametri dell'host (array o hash indicizzato)"
86
+
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
88
+ msgid "Name of the parameter"
89
+ msgstr "Nome del parametro"
90
+
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
92
+ msgid "Parameter value"
93
+ msgstr "Valore parametro"
94
+
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
96
+ msgid "Type of value"
97
+ msgstr "Tipo di valore"
98
+
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
100
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
101
+ msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
102
+
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
104
+ msgid "required if value is not inherited from host group or default password in settings"
105
+ msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
106
+
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
108
+ msgid "Delete a discovered host"
109
+ msgstr "Rimuovi un host rilevato"
110
+
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
112
+ msgid "Upload facts for a host, creating the host if required"
113
+ msgstr "Carica gli eventi per un host creando, se necessario, un host"
114
+
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
116
+ 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)"
117
+ msgstr ""
118
+
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
120
+ msgid "Execute rules against a discovered host"
121
+ msgstr "Esegui le regole nei confronti di un host rilevato"
122
+
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
124
+ msgid "Host %{host} was provisioned with rule %{rule}"
125
+ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
126
+
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
128
+ msgid "Unable to provision %{host}: %{errors}"
129
+ msgstr ""
130
+
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
132
+ msgid "No rule found for host %s"
133
+ msgstr "Nessuna regola trovata per l'host %s"
134
+
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
136
+ msgid "Execute rules against all currently discovered hosts"
137
+ msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
138
+
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
140
+ msgid "Errors during auto provisioning: %s"
141
+ msgstr "Errore durante auto provisioning: %s"
142
+
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
144
+ msgid "No discovered hosts to provision"
145
+ msgstr "Nessun host rilevato per il provisioning"
146
+
147
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
148
+ msgid "%s discovered hosts were provisioned"
149
+ msgstr ""
150
+
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
152
+ msgid "Refreshing the facts of a discovered host"
153
+ msgstr "Aggiornamento eventi di un host rilevato"
154
+
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
156
+ msgid "Rebooting a discovered host"
157
+ msgstr "Riavvio di un host rilevato"
158
+
159
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
160
+ msgid "Rebooting all discovered hosts"
161
+ msgstr ""
162
+
163
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
164
+ msgid "Discovered hosts are rebooting now"
165
+ msgstr ""
166
+
167
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
168
+ msgid "List all discovery rules"
169
+ msgstr "Elenca tutte le regole per la scoperta"
170
+
171
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:24
172
+ msgid "Show a discovery rule"
173
+ msgstr "Visualizza una regola per la scoperta"
174
+
175
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
176
+ msgid "represents rule name shown to the users"
177
+ msgstr "rappresenta il nome della regola da mostrare agli utenti"
178
+
179
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
180
+ msgid "query to match discovered hosts for the particular rule"
181
+ msgstr "interrogazione da corrispondere agli host rilevati per una regola particolare"
182
+
183
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
184
+ msgid "the hostgroup that is used to auto provision a host"
185
+ msgstr "gruppo di host usato per l'auto provision di un host"
186
+
187
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
188
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
189
+ msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
190
+
191
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
192
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
193
+ msgstr "permette di limitare la quantità massima di host con provisioning per regola"
194
+
195
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
196
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
197
+ msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
198
+
199
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
200
+ msgid "flag is used for temporary shutdown of rules"
201
+ msgstr "il flag viene usato per interrompere momentaneamente le regole"
202
+
203
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
204
+ msgid "location ID for provisioned hosts"
205
+ msgstr ""
206
+
207
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
208
+ msgid "organization ID for provisioned hosts"
209
+ msgstr ""
210
+
211
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
212
+ msgid "Create a discovery rule"
213
+ msgstr "Crea una regola per la scoperta"
214
+
215
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:53
216
+ msgid "Update a rule"
217
+ msgstr "Aggiorna una regola"
218
+
219
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:61
220
+ msgid "Delete a rule"
221
+ msgstr "Cancella una regola"
222
+
223
+ #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
224
+ msgid "List all fact values of a given discovered host"
225
+ msgstr ""
226
+
227
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
228
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
229
+ msgstr ""
230
+
231
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
232
+ msgid "No hostgroup associated with rule '%s'"
233
+ msgstr ""
234
+
235
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
236
+ msgid "Errors during reboot: %s"
237
+ msgstr ""
238
+
239
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
240
+ msgid "No discovered hosts to reboot"
241
+ msgstr ""
242
+
243
+ #: ../app/controllers/discovered_hosts_controller.rb:66
244
+ msgid "Successfully provisioned %s"
245
+ msgstr ""
246
+
247
+ #: ../app/controllers/discovered_hosts_controller.rb:100
248
+ msgid "Facts refreshed for %s"
249
+ msgstr "Eventi aggiornati per %s"
250
+
251
+ #: ../app/controllers/discovered_hosts_controller.rb:102
252
+ msgid "Failed to refresh facts for %s"
253
+ msgstr "Impossibile aggiornare gli eventi per %s"
254
+
255
+ #: ../app/controllers/discovered_hosts_controller.rb:105
256
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
257
+ msgstr ""
258
+
259
+ #: ../app/controllers/discovered_hosts_controller.rb:112
260
+ msgid "Host of type %s can not be rebooted"
261
+ msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
262
+
263
+ #: ../app/controllers/discovered_hosts_controller.rb:116
264
+ msgid "Rebooting host %s"
265
+ msgstr "Riavvio host %s"
266
+
267
+ #: ../app/controllers/discovered_hosts_controller.rb:118
268
+ msgid "Failed to reboot host %s"
269
+ msgstr "Impossibile eseguire il riavvio dell'host: %s"
270
+
271
+ #: ../app/controllers/discovered_hosts_controller.rb:121
272
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
273
+ msgstr "Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error_message}"
274
+
275
+ #: ../app/controllers/discovered_hosts_controller.rb:135
276
+ msgid "Failed to reboot hosts with error %s"
277
+ msgstr ""
278
+
279
+ #: ../app/controllers/discovered_hosts_controller.rb:153
280
+ msgid "Destroyed selected hosts"
281
+ msgstr "Host selezionati annullati"
282
+
283
+ #: ../app/controllers/discovered_hosts_controller.rb:155
284
+ msgid "The following hosts were not deleted: %s"
285
+ msgstr "I seguenti host non sono stati rilevati: %s"
286
+
287
+ #: ../app/controllers/discovered_hosts_controller.rb:167
288
+ msgid "Failed to auto provision host %s: %s"
289
+ msgstr "Impossibile eseguire auto provision dell'host %s: %s"
290
+
291
+ #: ../app/controllers/discovered_hosts_controller.rb:195
292
+ msgid "Discovered hosts are provisioning now"
293
+ msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
294
+
295
+ #: ../app/controllers/discovered_hosts_controller.rb:280
296
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
297
+ msgstr ""
298
+
299
+ #: ../app/controllers/discovered_hosts_controller.rb:285
300
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
301
+ msgstr ""
302
+
303
+ #: ../app/controllers/discovered_hosts_controller.rb:299
304
+ msgid "No hosts were found with that id or name"
305
+ msgstr "Nessun host trovato con l'id o nome indicato"
306
+
307
+ #: ../app/controllers/discovered_hosts_controller.rb:303
308
+ msgid "No hosts selected"
309
+ msgstr "Nessun host selezionato"
310
+
311
+ #: ../app/controllers/discovered_hosts_controller.rb:309
312
+ msgid "Something went wrong while selecting hosts - %s"
313
+ msgstr "Si è verificato un errore durante la selezione degli host - %s"
314
+
315
+ #: ../app/controllers/discovery_rules_controller.rb:79
316
+ msgid "Rule enabled"
317
+ msgstr "Regola abilitata"
318
+
319
+ #: ../app/controllers/discovery_rules_controller.rb:79
320
+ msgid "Rule disabled"
321
+ msgstr "Regola disabilitata"
322
+
323
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
324
+ msgid "Auto Provision"
325
+ msgstr "Auto Provision"
326
+
327
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
328
+ msgid "Refresh facts"
329
+ msgstr "Aggiorna eventi"
330
+
331
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
332
+ msgid "Reboot"
333
+ msgstr "Riavvia"
334
+
335
+ #: ../app/helpers/discovered_hosts_helper.rb:19
336
+ msgid "Back"
337
+ msgstr "Indietro"
338
+
339
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
340
+ msgid "Select Action"
341
+ msgstr "Seleziona azione"
342
+
343
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
344
+ msgid "Delete %s?"
345
+ msgstr "Cancella %s?"
346
+
347
+ #: ../app/helpers/discovered_hosts_helper.rb:31
348
+ msgid "Assign Organization"
349
+ msgstr "Assegna organizzazione"
350
+
351
+ #: ../app/helpers/discovered_hosts_helper.rb:32
352
+ msgid "Assign Location"
353
+ msgstr "Assegna posizione"
354
+
355
+ #: ../app/helpers/discovered_hosts_helper.rb:33
356
+ msgid "Delete"
357
+ msgstr "Cancella"
358
+
359
+ #: ../app/helpers/discovered_hosts_helper.rb:37
360
+ msgid "%s - The following hosts are about to be changed"
361
+ msgstr "%s - I seguenti host stanno per essere modificati"
362
+
363
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
364
+ msgid "N/A"
365
+ msgstr "N/A"
366
+
367
+ #: ../app/helpers/discovered_hosts_helper.rb:58
368
+ msgid "New in the last 24 hours"
369
+ msgstr ""
370
+
371
+ #: ../app/helpers/discovered_hosts_helper.rb:62
372
+ msgid "Not reported in more than 7 days"
373
+ msgstr ""
374
+
375
+ #: ../app/helpers/discovered_hosts_helper.rb:66
376
+ msgid "Reported in the last 7 days"
377
+ msgstr ""
378
+
379
+ #: ../app/helpers/discovered_hosts_helper.rb:90
380
+ msgid "Provision"
381
+ msgstr "Provisioning"
382
+
383
+ #: ../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:160 ../lib/foreman_discovery/engine.rb:175
384
+ msgid "Discovered Hosts"
385
+ msgstr ""
386
+
387
+ #: ../app/helpers/discovery_rules_helper.rb:27
388
+ msgid "Associated Hosts"
389
+ msgstr ""
390
+
391
+ #: ../app/helpers/discovery_rules_helper.rb:29
392
+ msgid "Disable"
393
+ msgstr "Disabilita"
394
+
395
+ #: ../app/helpers/discovery_rules_helper.rb:29
396
+ msgid "Disable rule '%s'?"
397
+ msgstr ""
398
+
399
+ #: ../app/helpers/discovery_rules_helper.rb:31
400
+ msgid "Enable"
401
+ msgstr "Abilita"
402
+
403
+ #: ../app/helpers/discovery_rules_helper.rb:31
404
+ msgid "Enable rule '%s'?"
405
+ msgstr ""
406
+
407
+ #: ../app/helpers/discovery_rules_helper.rb:33
408
+ msgid "Clone"
409
+ msgstr "Clona"
410
+
411
+ #: ../app/helpers/discovery_rules_helper.rb:34
412
+ msgid "Delete rule '%s'?"
413
+ msgstr ""
414
+
415
+ #: ../app/mailers/discovered_mailer.rb:9
416
+ msgid "Invalid user type of %s was provided"
417
+ msgstr ""
418
+
419
+ #: ../app/mailers/discovered_mailer.rb:26
420
+ msgid "Discovered hosts summary"
421
+ msgstr ""
422
+
423
+ #: ../app/models/discovery_rule.rb:11
424
+ msgid "can't contain white spaces."
425
+ msgstr "non può avere spazi."
426
+
427
+ #: ../app/models/discovery_rule.rb:13
428
+ msgid "must start with a letter or ERB."
429
+ msgstr "deve iniziare con una lettera o ERB."
430
+
431
+ #: ../app/models/discovery_rule.rb:16
432
+ msgid "must be present."
433
+ msgstr ""
434
+
435
+ #: ../app/models/discovery_rule.rb:57
436
+ msgid "Host group organization %s must also be associated to the discovery rule"
437
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
438
+ msgstr[0] ""
439
+ msgstr[1] ""
440
+
441
+ #: ../app/models/discovery_rule.rb:61
442
+ msgid "Host group location %s must also be associated to the discovery rule"
443
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
444
+ msgstr[0] ""
445
+ msgstr[1] ""
446
+
447
+ #: ../app/models/host/discovered.rb:40
448
+ msgid "Fact + prefix"
449
+ msgstr ""
450
+
451
+ #: ../app/models/host/discovered.rb:41
452
+ msgid "Random name"
453
+ msgstr ""
454
+
455
+ #: ../app/models/host/discovered.rb:42
456
+ msgid "MAC-based name"
457
+ msgstr ""
458
+
459
+ #: ../app/models/host/discovered.rb:55
460
+ msgid "Invalid facts, must be a Hash"
461
+ msgstr "Eventi non validi, deve essere un Hash"
462
+
463
+ #: ../app/models/host/discovered.rb:60
464
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
465
+ msgstr ""
466
+
467
+ #: ../app/models/host/discovered.rb:73
468
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
469
+ msgstr ""
470
+
471
+ #: ../app/models/host/discovered.rb:102
472
+ msgid "Facts could not be imported"
473
+ msgstr ""
474
+
475
+ #: ../app/models/host/discovered.rb:160
476
+ msgid "Could not get facts from proxy %{url}: %{error}"
477
+ msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
478
+
479
+ #: ../app/models/host/discovered.rb:178
480
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
481
+ msgstr ""
482
+
483
+ #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
484
+ msgid "Unable to perform %{action} on %{ips}"
485
+ msgstr ""
486
+
487
+ #: ../app/models/host/discovered.rb:201
488
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
489
+ msgstr ""
490
+
491
+ #: ../app/models/host/discovered.rb:225
492
+ msgid "Invalid hostname: Could not normalize the hostname"
493
+ msgstr ""
494
+
495
+ #: ../app/models/host/managed_extensions.rb:23
496
+ msgid "Reloading kernel on %s"
497
+ msgstr ""
498
+
499
+ #: ../app/models/host/managed_extensions.rb:25
500
+ msgid "Rebooting %s"
501
+ msgstr "Riavvio di %s"
502
+
503
+ #: ../app/models/host/managed_extensions.rb:46
504
+ msgid "Kexec template not associated with operating system"
505
+ msgstr ""
506
+
507
+ #: ../app/models/host/managed_extensions.rb:49
508
+ msgid "Kernel kexec URL is invalid: '%s'"
509
+ msgstr ""
510
+
511
+ #: ../app/models/host/managed_extensions.rb:50
512
+ msgid "Init RAM kexec URL is invalid: '%s'"
513
+ msgstr ""
514
+
515
+ #: ../app/models/nic/managed_extensions.rb:14
516
+ msgid "Rebuild DNS for %s"
517
+ msgstr ""
518
+
519
+ #: ../app/models/setting/discovered.rb:17
520
+ msgid "The default location to place discovered hosts in"
521
+ msgstr "La posizione predefinita nella quale posizionare gli host trovati"
522
+
523
+ #: ../app/models/setting/discovered.rb:17
524
+ msgid "Discovery location"
525
+ msgstr ""
526
+
527
+ #: ../app/models/setting/discovered.rb:18
528
+ msgid "The default organization to place discovered hosts in"
529
+ msgstr "L'organizzazione predefinita nella quale posizionare gli host trovati"
530
+
531
+ #: ../app/models/setting/discovered.rb:18
532
+ msgid "Discovery organization"
533
+ msgstr ""
534
+
535
+ #: ../app/models/setting/discovered.rb:19
536
+ msgid "Fact name to use for primary interface detection"
537
+ msgstr ""
538
+
539
+ #: ../app/models/setting/discovered.rb:19
540
+ msgid "Interface fact"
541
+ msgstr ""
542
+
543
+ #: ../app/models/setting/discovered.rb:20
544
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
545
+ msgstr ""
546
+
547
+ #: ../app/models/setting/discovered.rb:20
548
+ msgid "Create bond interfaces"
549
+ msgstr ""
550
+
551
+ #: ../app/models/setting/discovered.rb:21
552
+ msgid "Clean all reported facts during provisioning (except discovery facts)"
553
+ msgstr ""
554
+
555
+ #: ../app/models/setting/discovered.rb:21
556
+ msgid "Clean all facts"
557
+ msgstr ""
558
+
559
+ #: ../app/models/setting/discovered.rb:22
560
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
561
+ msgstr ""
562
+
563
+ #: ../app/models/setting/discovered.rb:22
564
+ msgid "Hostname facts"
565
+ msgstr ""
566
+
567
+ #: ../app/models/setting/discovered.rb:23
568
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
569
+ msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
570
+
571
+ #: ../app/models/setting/discovered.rb:23
572
+ msgid "Auto provisioning"
573
+ msgstr ""
574
+
575
+ #: ../app/models/setting/discovered.rb:24
576
+ msgid "Automatically reboot or kexec discovered host during provisioning"
577
+ msgstr ""
578
+
579
+ #: ../app/models/setting/discovered.rb:25
580
+ msgid "The default prefix to use for the host name, must start with a letter"
581
+ msgstr "Il prefisso predefinito da usare per l'hostname, deve iniziare con una lettera"
582
+
583
+ #: ../app/models/setting/discovered.rb:25
584
+ msgid "Hostname prefix"
585
+ msgstr ""
586
+
587
+ #: ../app/models/setting/discovered.rb:26
588
+ msgid "Extra facter columns to show in host lists (separate by comma)"
589
+ msgstr ""
590
+
591
+ #: ../app/models/setting/discovered.rb:26
592
+ msgid "Fact columns"
593
+ msgstr ""
594
+
595
+ #: ../app/models/setting/discovered.rb:27
596
+ msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
597
+ msgstr ""
598
+
599
+ #: ../app/models/setting/discovered.rb:27
600
+ msgid "Highlighted facts"
601
+ msgstr ""
602
+
603
+ #: ../app/models/setting/discovered.rb:28
604
+ msgid "Regex to organize facts for storage section"
605
+ msgstr ""
606
+
607
+ #: ../app/models/setting/discovered.rb:28
608
+ msgid "Storage facts"
609
+ msgstr ""
610
+
611
+ #: ../app/models/setting/discovered.rb:29
612
+ msgid "Regex to organize facts for software section"
613
+ msgstr ""
614
+
615
+ #: ../app/models/setting/discovered.rb:29
616
+ msgid "Software facts"
617
+ msgstr ""
618
+
619
+ #: ../app/models/setting/discovered.rb:30
620
+ msgid "Regex to organize facts for hardware section"
621
+ msgstr ""
622
+
623
+ #: ../app/models/setting/discovered.rb:30
624
+ msgid "Hardware facts"
625
+ msgstr ""
626
+
627
+ #: ../app/models/setting/discovered.rb:31
628
+ msgid "Regex to organize facts for network section"
629
+ msgstr ""
630
+
631
+ #: ../app/models/setting/discovered.rb:31
632
+ msgid "Network facts"
633
+ msgstr ""
634
+
635
+ #: ../app/models/setting/discovered.rb:32
636
+ msgid "Regex to organize facts for ipmi section"
637
+ msgstr ""
638
+
639
+ #: ../app/models/setting/discovered.rb:32
640
+ msgid "IPMI facts"
641
+ msgstr ""
642
+
643
+ #: ../app/models/setting/discovered.rb:33
644
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
645
+ msgstr ""
646
+
647
+ #: ../app/models/setting/discovered.rb:33
648
+ msgid "Lock PXE"
649
+ msgstr ""
650
+
651
+ #: ../app/models/setting/discovered.rb:34
652
+ msgid "PXELinux template to be used when pinning a host to discovery"
653
+ msgstr ""
654
+
655
+ #: ../app/models/setting/discovered.rb:34
656
+ msgid "Locked PXELinux template name"
657
+ msgstr ""
658
+
659
+ #: ../app/models/setting/discovered.rb:35
660
+ msgid "PXEGrub template to be used when pinning a host to discovery"
661
+ msgstr ""
662
+
663
+ #: ../app/models/setting/discovered.rb:35
664
+ msgid "Locked PXEGrub template name"
665
+ msgstr ""
666
+
667
+ #: ../app/models/setting/discovered.rb:36
668
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
669
+ msgstr ""
670
+
671
+ #: ../app/models/setting/discovered.rb:36
672
+ msgid "Locked PXEGrub2 template name"
673
+ msgstr ""
674
+
675
+ #: ../app/models/setting/discovered.rb:37
676
+ msgid "Force DNS entries creation when provisioning discovered host"
677
+ msgstr ""
678
+
679
+ #: ../app/models/setting/discovered.rb:37
680
+ msgid "Force DNS"
681
+ msgstr ""
682
+
683
+ #: ../app/models/setting/discovered.rb:38
684
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
685
+ msgstr ""
686
+
687
+ #: ../app/models/setting/discovered.rb:38
688
+ msgid "Error on existing NIC"
689
+ msgstr ""
690
+
691
+ #: ../app/models/setting/discovered.rb:39
692
+ msgid "Discovery hostname naming pattern"
693
+ msgstr ""
694
+
695
+ #: ../app/models/setting/discovered.rb:39
696
+ msgid "Type of name generator"
697
+ msgstr ""
698
+
699
+ #: ../app/models/setting/discovered.rb:40
700
+ msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
701
+ msgstr ""
702
+
703
+ #: ../app/models/setting/discovered.rb:40
704
+ msgid "Prefer IPv6"
705
+ msgstr ""
706
+
707
+ #: ../app/services/foreman_discovery/fact_parser.rb:4
708
+ msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
709
+ msgstr ""
710
+
711
+ #: ../app/services/foreman_discovery/fact_parser.rb:6
712
+ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
713
+ msgstr ""
714
+
715
+ #: ../app/services/foreman_discovery/fact_parser.rb:12
716
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
717
+ msgstr ""
718
+
719
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
720
+ msgid "Highlights"
721
+ msgstr ""
722
+
723
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
724
+ msgid "Storage"
725
+ msgstr "Storage"
726
+
727
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
728
+ msgid "Hardware"
729
+ msgstr "Hardware"
730
+
731
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
732
+ msgid "Network"
733
+ msgstr "Rete"
734
+
735
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
736
+ msgid "Software"
737
+ msgstr "Software"
738
+
739
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
740
+ msgid "IPMI"
741
+ msgstr "IPMI"
742
+
743
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
744
+ msgid "Miscellaneous"
745
+ msgstr "Varie"
746
+
747
+ #: ../app/services/foreman_discovery/host_converter.rb:47
748
+ msgid "IPAM must be configured for subnet '%s'"
749
+ msgstr ""
750
+
751
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
752
+ msgid "Image API returned HTTP/%{code} with '%{body}"
753
+ msgstr ""
754
+
755
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
756
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
757
+ msgstr ""
758
+
759
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
760
+ msgid "Host %s has been dicovered"
761
+ msgstr ""
762
+
763
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
764
+ msgid "Discovered Host"
765
+ msgid_plural "Discovered Hosts"
766
+ msgstr[0] ""
767
+ msgstr[1] ""
768
+
769
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
770
+ msgid "No discovered hosts available"
771
+ msgstr "Nessun host rilevato disponibile"
772
+
773
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
774
+ msgid "Host"
775
+ msgstr "Host"
776
+
777
+ #: ../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
778
+ msgid "Model"
779
+ msgstr "Modello"
780
+
781
+ #: ../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
782
+ msgid "CPUs"
783
+ msgstr "CPU"
784
+
785
+ #: ../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
786
+ msgid "Memory"
787
+ msgstr "Memoria"
788
+
789
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
790
+ msgid "Customize Host"
791
+ msgstr ""
792
+
793
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
794
+ msgid "Create Host"
795
+ msgstr "Crea Host"
796
+
797
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
798
+ msgid "Select all items in this page"
799
+ msgstr "Seleziona tutti gli oggetti in questa pagina"
800
+
801
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
802
+ msgid "items selected. Uncheck to Clear"
803
+ msgstr "oggetti selezionati. Deselezionare per annullare"
804
+
805
+ #: ../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
806
+ msgid "Name"
807
+ msgstr "Nome"
808
+
809
+ #: ../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
810
+ msgid "IP Address"
811
+ msgstr "Indirizzo IP"
812
+
813
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
814
+ msgid "Disk Count"
815
+ msgstr ""
816
+
817
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
818
+ msgid "Disks Size"
819
+ msgstr ""
820
+
821
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
822
+ msgid "Location"
823
+ msgstr "Posizione"
824
+
825
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
826
+ msgid "Organization"
827
+ msgstr "Organizzazione"
828
+
829
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
830
+ msgid "Subnet"
831
+ msgstr "Sottorete"
832
+
833
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
834
+ msgid "Last Facts Upload"
835
+ msgstr ""
836
+
837
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
838
+ msgid "Actions"
839
+ msgstr "Azioni"
840
+
841
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
842
+ msgid "Please Confirm"
843
+ msgstr "Conferma"
844
+
845
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
846
+ msgid "Cancel"
847
+ msgstr "Annulla"
848
+
849
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
850
+ msgid "Submit"
851
+ msgstr "Invia"
852
+
853
+ #: ../app/views/discovered_hosts/edit.html.erb:1
854
+ msgid "Provision %s"
855
+ msgstr ""
856
+
857
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
858
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
859
+ msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
860
+
861
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
862
+ msgid "Select location"
863
+ msgstr "Seleziona posizione"
864
+
865
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
866
+ msgid "Select organization"
867
+ msgstr "Seleziona organizzazione"
868
+
869
+ #: ../app/views/discovered_hosts/show.html.erb:1
870
+ msgid "Discovered host: %s"
871
+ msgstr "Host trovati: %s"
872
+
873
+ #: ../app/views/discovered_hosts/show.html.erb:37
874
+ msgid "Interfaces"
875
+ msgstr "Interfaccia"
876
+
877
+ #: ../app/views/discovered_hosts/show.html.erb:44
878
+ msgid "Type"
879
+ msgstr "Tipo"
880
+
881
+ #: ../app/views/discovered_hosts/show.html.erb:45
882
+ msgid "Identifier"
883
+ msgstr "Identificazione"
884
+
885
+ #: ../app/views/discovered_hosts/show.html.erb:46
886
+ msgid "MAC address"
887
+ msgstr "Indirizzo MAC"
888
+
889
+ #: ../app/views/discovered_hosts/show.html.erb:47
890
+ msgid "IP address"
891
+ msgstr "indirizzo IP"
892
+
893
+ #: ../app/views/discovered_hosts/show.html.erb:66
894
+ msgid "Collapse All"
895
+ msgstr "Comprimi tutto"
896
+
897
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
898
+ msgid "Summary report for discovered hosts from Foreman"
899
+ msgstr ""
900
+
901
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
902
+ msgid "<b>Foreman</b> Discovered hosts summary"
903
+ msgstr ""
904
+
905
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
906
+ msgid "Summary from %{time} ago to %{now}"
907
+ msgstr ""
908
+
909
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
910
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
911
+ msgstr ""
912
+
913
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
914
+ msgid "Disk count"
915
+ msgstr "Conteggio disco"
916
+
917
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
918
+ msgid "Disks size"
919
+ msgstr "Dimensione dischi"
920
+
921
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
922
+ msgid "No discovered hosts for the selected period"
923
+ msgstr ""
924
+
925
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
926
+ msgid "Foreman discovered hosts summary"
927
+ msgstr ""
928
+
929
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
930
+ msgid "No new discovered hosts for this period"
931
+ msgstr ""
932
+
933
+ #: ../app/views/discovery_rules/_form.html.erb:5
934
+ msgid "Primary"
935
+ msgstr "Primario"
936
+
937
+ #: ../app/views/discovery_rules/_form.html.erb:7
938
+ msgid "Locations"
939
+ msgstr "Posizioni"
940
+
941
+ #: ../app/views/discovery_rules/_form.html.erb:10
942
+ msgid "Organizations"
943
+ msgstr "Organizzazioni"
944
+
945
+ #: ../app/views/discovery_rules/_form.html.erb:22
946
+ msgid "Target host group for this rule with all properties set"
947
+ msgstr "Gruppo di host di destinazione per questa regola con tutte le proprietà impostate"
948
+
949
+ #: ../app/views/discovery_rules/_form.html.erb:25
950
+ msgid "Hostname for provisioned hosts"
951
+ msgstr "Hostname per gli host con provisioning"
952
+
953
+ #: ../app/views/discovery_rules/_form.html.erb:26
954
+ msgid "Hosts Limit"
955
+ msgstr "Limite host"
956
+
957
+ #: ../app/views/discovery_rules/_form.html.erb:26
958
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
959
+ msgstr "Numero di host massimo con provisioning con questa regola (0 = unlimited)"
960
+
961
+ #: ../app/views/discovery_rules/_form.html.erb:27
962
+ msgid "Rule priority (lower integer means higher priority)"
963
+ msgstr "Priorità regola (valore intero più basso, priorità più alta)"
964
+
965
+ #: ../app/views/discovery_rules/_template_inline.erb:2
966
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
967
+ msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
968
+
969
+ #: ../app/views/discovery_rules/_template_inline.erb:4
970
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
971
+ msgstr ""
972
+
973
+ #: ../app/views/discovery_rules/_template_inline.erb:5
974
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
975
+ msgstr ""
976
+
977
+ #: ../app/views/discovery_rules/_template_inline.erb:8
978
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
979
+ msgstr ""
980
+
981
+ #: ../app/views/discovery_rules/_template_inline.erb:9
982
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
983
+ msgstr ""
984
+
985
+ #: ../app/views/discovery_rules/clone.erb:1
986
+ msgid "Clone %s"
987
+ msgstr "Clona %s"
988
+
989
+ #: ../app/views/discovery_rules/edit.html.erb:1
990
+ msgid "Edit %s"
991
+ msgstr "Modifica %s"
992
+
993
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
994
+ msgid "Discovery Rules"
995
+ msgstr "Regola per la scoperta"
996
+
997
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
998
+ msgid "Create Rule"
999
+ msgstr ""
1000
+
1001
+ #: ../app/views/discovery_rules/index.html.erb:6
1002
+ msgid "DiscoveryRule|Name"
1003
+ msgstr "Nome"
1004
+
1005
+ #: ../app/views/discovery_rules/index.html.erb:7
1006
+ msgid "DiscoveryRule|Priority"
1007
+ msgstr "Priorità"
1008
+
1009
+ #: ../app/views/discovery_rules/index.html.erb:8
1010
+ msgid "DiscoveryRule|Query"
1011
+ msgstr "Interrogazione"
1012
+
1013
+ #: ../app/views/discovery_rules/index.html.erb:9
1014
+ msgid "Host Group"
1015
+ msgstr "Gruppo di host"
1016
+
1017
+ #: ../app/views/discovery_rules/index.html.erb:10
1018
+ msgid "Hosts/Limit"
1019
+ msgstr ""
1020
+
1021
+ #: ../app/views/discovery_rules/index.html.erb:13
1022
+ msgid "DiscoveryRule|Enabled"
1023
+ msgstr "Abilitata"
1024
+
1025
+ #: ../app/views/discovery_rules/new.html.erb:1
1026
+ msgid "New Discovery Rule"
1027
+ msgstr "Nuova regola per la scoperta"
1028
+
1029
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1030
+ msgid "Discovered Rules"
1031
+ msgstr ""
1032
+
1033
+ #: ../db/seeds.d/50_discovery_templates.rb:5
1034
+ msgid "Command line options for kexec during PXE-less provisioning."
1035
+ msgstr ""
1036
+
1037
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
1038
+ msgid "A summary of discovered hosts"
1039
+ msgstr ""
1040
+
1041
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1042
+ msgid "New hosts"
1043
+ msgstr ""
1044
+
1045
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1046
+ msgid "One or more hosts have been discovered"
1047
+ msgstr ""
1048
+
1049
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1050
+ msgid "Details"
1051
+ msgstr "Dettagli:"
1052
+
1053
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1054
+ msgid "Hosts"
1055
+ msgstr "Hosts"
1056
+
1057
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1058
+ msgid "Error message goes here"
1059
+ msgstr ""
1060
+
1061
+ #: ../lib/foreman_discovery/engine.rb:177
1062
+ msgid "Discovery Kexec template"
1063
+ msgstr ""
1064
+
1065
+ #: ../lib/foreman_discovery/engine.rb:186
1066
+ msgid "Discovery Proxy"
1067
+ msgstr ""
1068
+
1069
+ #: ../lib/foreman_discovery/engine.rb:187
1070
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1071
+ msgstr ""
1072
+
1073
+ #: ../lib/foreman_discovery/engine.rb:188
1074
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1075
+ msgstr ""
1076
+
1077
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1078
+ msgid "For more information please see "
1079
+ msgstr ""
1080
+
1081
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1082
+ msgid "documentation"
1083
+ msgstr ""
1084
+
1085
+ #: action_names.rb:2
1086
+ msgid "Remote action:"
1087
+ msgstr "Azione remota:"
1088
+
1089
+ #: action_names.rb:3
1090
+ msgid "Import Puppet classes"
1091
+ msgstr "Importa classi Puppet"
1092
+
1093
+ #: action_names.rb:4
1094
+ msgid "Import facts"
1095
+ msgstr "Importa gli eventi"
1096
+
1097
+ #: action_names.rb:5
1098
+ msgid "Action with sub plans"
1099
+ msgstr ""