-
Notifications
You must be signed in to change notification settings - Fork 5
/
translations.txt
1241 lines (1233 loc) · 58.7 KB
/
translations.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%s day ago=%s giorno fa
%s days ago=%s giorni fa
%s hour ago=%s ora fa
%s hours ago=%s ore fa
%s minute ago=%s minuto fa
%s minutes ago=%s minuti fa
%s month ago=%s mese fa
%s months ago=%s mesi fa
%s second ago=%s secondo fa
%s seconds ago=%s secondi fa
%s week ago=%s settimana fa
%s weeks ago=%s settimane fa
aborted=interrotto
Absolute=Assoluto
Acknowledge=Segna come lette
Active=Attivo
active=attivo
Actual results=Risultati attuali
Add Container=Aggiungi Contenitore
Add VM=Aggiungi VM
Advanced View=Vista Avanzata
AFP Security Settings=Impostazioni di sicurezza AFP
ago=fa
Always Allow=
All=Tutti
Anonymize diagnostics may make troubleshooting more difficult=La diagnostica anonima può rendere la risoluzione dei problemi più difficile
Anonymous Mode=Modalità Anonima
Apply=Applica
Apps=App
Array Clearing=Pulizia array…
Array Copying=Array in Copia…
Array must be Stopped to change=L'array deve essere **fermato** per apportare le modifiche
Array Started=Array avviato
Array Starting=Avvio l'array…
Array Stopped=Array fermato
Array Stopping=Fermo l'array…
Array=Array
Attributes=Attributi
Auto=Auto
Automatic=Automatico
Average speed=Velocità media
Azure=Azure
B=B
Back To Top=Torna in cima
Basic View=Vista semplice
Basic=Semplice
BIOS=BIOS
Black=Nero
Blacklisted USB Flash GUID=USB Flash GUID nella blacklist
bond down=
Browse=Sfoglia
Browser cookie support required for Unraid OS webgui=Il browser deve supportare i cookie per poter utilizzare l'interfaccia web di Unraid OS
Browser error=Errore Browser
btrfs=Btrfs
Bug Description=Descrizione Bug
Bug Report=Rapporto Bug
bytes=bytes
By default UEFI and Legacy boot mode are both enabled when GRUB is used to boot the machine=
Cache=Cache
Calculated free space value=
Cancel=Annulla
Capabilities=Funzionalità
Case-sensitive names=Nomi Case-sensitive
Center=Centro
Change=Modificare
Check=Controllo
Checking Wan IPs=Controllo degli IP Wan
Clear=Pulito
Clearing=Pulizia
Click for context menu=Fai click per il menù contestuale
Click=Click
Clicking OK will take you to a 3rd party website not associated with Lime Technology=
close all notifications=chiudi tutte le notifiche
Close=Chiudi
close=chiudi
Command execution=
Comment=Commento
complete=completo
Configuration not found=Configurazione non trovata
Confirm Password=Conferma Password
Contact Email Address=Email di contatto
Contact Support=Contatta il Supporto
containing your key file URL=URL del tuo file key
Copy=Copia
Copying=Copia in corso…
CPU=CPU
Create Unraidnet Account=Crea un account Unraid.net
Dashboard=Dashboard
Data copied=
Data-Rebuild=
Dated=
day=giorno
Days_array=Domenica:Domenica Lunedì:Lunedì Martedì:Martedì Mercoledì:Mercoledì Giovedì:Giovedì Venerdì:Venerdì Sabato:Sabato Dom:Dom Lun:Lun Mar:Mar Mer:Mer Gio:Gio Ven:Ven Sab:Sab
days=giorni
Default=Predefinito
default=predefinito
Delete=Elimina
Description=Descrizione
Device contents emulated, in standby mode spun-down=Contenuti del dispositivo emulati, in modalità stand-by (disco fermo)
Device contents emulated=Contenuti del dispositivo emulati
Device is disabled, contents emulated=Il dispositivo è disabilitato, contenuti emulati
Device is in standby mode spun-down=Dispositivo in modalità stand-by (disco fermo)
Device is missing disabled, contents emulated=Il dispositivo non è presente, contenuti emulati
Device not present=Dispositivo non presente
Device=Dispositivo
directories=cartelle
directory=cartella
Disabled=Disabilitato
disabled=disabilitato
Disk=Disco
disk=disco
Disk-Clear=Pulizia-Disco
DNS issue, unable to resolve mothershipunraidnet=Problema DNS, impossibile risolvere mothership.unraid.net
Do you want to update to the new version=Vuoi aggiornare alla nuova versione
Docker=Docker
Docs=Documentazione
Done=Fatto
Download=Download
Duration=Durata
Edit=Modifica
edit=modifica
Emulated=Emulato
emulated=emulato
Enabled=Abilitato
enabled=abilitato
Encrypted and unlocked=Non criptato e sbloccato
Erase=Cancella
Error code=Codice errore
Error=Errore
error=errore
Errors=Errori
errors=errori
Expected results=Risultati attesi
Export=Esporta
External Link=
Faulty=Difettoso
faulty=difettoso
Feedback=Feedback
File too large=File troppo grande
file=file
files=file
Fixed=corretto
Flash GUID=Flash GUID
Flash Product=Produttore Flash
Flash Vendor=Venditore Flash
Flash=Flash
flash=flash
FOLDER=CARTELLA
folder=cartella
Force lower=Imponi le minuscole
Format=Formatta
Formatting devices=Formattazione dispoditivi
Forum=Forum
GB=GB
Go to My Servers Dashboard=
Go to Registration page=Vai alla pagina di registrazione
GPT 4KiB-aligned=Allineamento GPT 4KiB
Gray=Grigio
GRUB configuration=
Guests have no access=Gli *Ospiti* **non** hanno l'accesso
Guests have read-only access=Gli *Ospiti* hanno l'accesso in **sola lettura**
Heat alarm=Allarme temperatura
Help=Aiuto
here=qui
Hide Password=Nascondi Password
History=Cronologia
hour=ora
hours=ore
How to reproduce=Come riprodurre
hr=hr
HVM=HVM
Identity=Identità
Inactive=Inattivo
Index of=Indice di
Info=Info
Install Key=Installa chiave
interface down=interfaccia non attiva
Interface=Interfaccia
Invalid Username or Password=Nome utente o Password non validi
IOMMU=IOMMU
is available=è disponibile
Job=Operazione
KB=KB
Keep server details anonymous=Mantieni i dettagli del server anonimi
Kernel=Kernel
Last Modified=Ultima modifica
Left=Sinistra
less than a minute remaining=meno di un minuto rimanente
less than a minute=meno di un minuto
Load=Caricare
Location=Posizione
Locked missing encryption key=Bloccato: chiave di decrittazione mancante
Locked unknown error=Bloccato: errore sconosciuto
Locked wrong encryption key=Bloccato: chiave di decrittazione errata
Log=Log
Login=Accedi
Logout=Logout
Main=Principale
manual=Apri il Manuale utente
max installable capacity=Capacità massima installabile
Max password length is 128 characters=La lunghezza massima della password è di 128 caratteri
Maximum file upload size is 512K=La dimensione massima di caricamento del file è 512K
MB=MB
MBR 1MiB-aligned=MBR: 1MiB-aligned
MBR 4KiB-aligned=MBR: 4KiB-aligned
MBR unaligned=MBR: unaligned
Memory=Memoria
min=min
minute=minuto
minutes=minuti
Model=Modello
month=mese
Months_array=Gennaio:Gennaio Febbraio:Febbraio Marzo:Marzo Aprile:Aprile Maggio:Maggio Giugno:Giugno Luglio:Luglio Agosto:Agosto Settembre:Settembre Ottobre:Ottobre Novembre:Novembre Dicembre:Dicembre Gen:Gen Feb:Feb Mar:Mar Apr:Apr Mag:Mag Giu:Giu Lug:Lug Ago:Ago Set:Set Ott:Ott Nov:Nov Dic:Dic
months=mesi
More=Altro
Motherboard=Scheda madre
Move=Sposta
NA=N/A
Name=Nome
Network=Rete
Never=Mai
New device, in standby mode spun-down=Nuovo dispositivo, in modalità standby (disco fermo)
New device=Nuovo dispositivo
NFS Security Settings=Impostazioni di sicurezza NFS
NFS=NFS
No Access=Nessun accesso
No device=Nessun dispositivo
no device=nessun dispositivo
No errors reported=Nessun errore rilevato
No information available=Nessuna informazione disponibile
No listing Too many files=No listing: Too many files
No reply from mail server=Nessuna risposta dal server di posta
No=No
no=no
None=Nessuna
none=nessuna
Normal operation, device is active=Funzionamento normale, il dispositivo è attivo
Normal=Normale
Normalized=Normalizzato
Not Available=Non disponibile
not available=non disponibile
not connected=non connesso
Not encrypted=Non criptato
not encrypted=non criptato
NOTE=NOTA
Numbers_array=trenta:trenta ventinove:ventinove ventotto:ventotto ventisette:ventisette ventisei:ventisei venticinque:venticinque ventiquattro:ventiquattro ventitrè:ventitrè ventidue:ventidue ventuno:ventuno venti:venti diciannove:diciannove diciotto:diciotto diciassette:diciassette sedici:sedici quindici:quindici quattordici:quattordici tredici:tredici dodici:dodici undici:undici dieci:dieci nove:nove otto:otto sette:sette sei:sei cinque:cinque quattro:quattro tre:tre due:due uno:uno zero:zero
object=oggetto
objects=oggetti
of=di
Off=Spento
off-line=non in linea
OK=OK
Ok=Ok
ok=ok
On=Acceso
Online Manual=Manuale utente
Online manual=Clicca per aprire il Manuale utente
OpenSSL=OpenSSL
optional=opzionale
Other Comment=Altro commento
Other information=Altra informazione
Parity device is disabled=Parità del dispositivo disattivata
Parity device is missing=Parità del dispositivo persa
Parity is invalid, in standby mode spun-down=Parità non valida, in modalità standby (disco fermo)
Parity is invalid=Parità non valida
Parity is valid=Parità valida
Parity=Parità
parity=parità
Parity-Check=Controllo-parità
Parity-Sync Data-Rebuild=Sincronizzazione della parità/Ricostruzione dati
Parity-Sync=Sincronizzazione della parità
Password confirmation does not match=La password di conferma non corrisponde
Password recovery=Recupera password
Password=Password
Pause=Pausa
Paused=In pausa
paused=in pausa
PB=PB
Percentage=Percentuale
Please access this server via the My Servers Dashboard=
Please also ensure you have cookies enabled=Assicurati di avere i cookie abilitati
Please enable it=Per favore, abilitalo
Please select one file only=Seleziona solo un file
Please set a password for the root user account=Imposta una password per l'utente **root**
Please summarize your suggestion here=Riassumi qui il tuo suggerimento
Please try a different browser=Prova con un altro browser
Please try again later=Riprova più tardi
Please use a high quality name brand device at least 1GB in size min 4GB recommended=Please use a high quality name brand device at least 1GB in size (min 4GB recommended)
Please wait=Attendi
Plugins=Plugin
Plus=Più
Popup Blocked=
prefix_IEC=K M G T P E Z Y
prefix_SI=K M G T P E Z Y
Press ANY KEY to close this window=Premi QUALSIASI TASTO per chiudere questa finestra
Private=Privato
Pro=Pro
Proceed=Procedi
Processor=Processore
Product Suggestion=
Public=Pubblico
Pulling image=
Purchase Key=Acquista Chiave di licenza
RAM=RAM
Raw=Raw
Read settings from=Leggi le impostazioni da
Read=Leggi
Read-Check=Controllo-letture
Read-only=Sola-lettura
Reads=Letture
ReadWrite=Lettura/Scrittura
Reboot Now=Riavvia adesso
Reboot=Riavvia
Refresh=Aggiorna
Registration=Registrazione
reiserfs=ReiserFS
Release Notes=Note di rilascio
Remove=Rimuovi
Removing container=Rimuovo contenitore…
Removing orphan image=Rimuovo immagine orfana…
Rename=Rinomina
Renew=Rinnova
Reset=Reset
Restart=Riavvia
Resume=Riattiva
Right=Destra
root requires a password=l'utente **root** richiede una password
RPM=RPM
Running=In esecuzione
running=in esecuzione
safe mode=modalità provvisoria
sec=sec
second=secondo
seconds=secondi
Secure=Sicuro
Security Settings=Impostazioni di sicurezza
Security=Sicurezza
See Help=
select=seleziona
Self-Test=Test manuale
Server=Server
Set Password=Imposta password
Settings=Impostazioni
Share name=Nome Condivisione
Share=Condivisione
Shares List=Lista condivisioni
Shares=Condivisioni
Show Password=Mostra password
Shutdown=Spegni
Sign In before your Unraidnet SSL certificate expires=Accedi prima che il certificato Unraid.net scada
Size=Dimensione
SMB Security Settings=Impostazioni di sicurezza SMB
SMB=SMB
sn=sn
Sorry, an error occurred=Si è verificato un errore
Sorry, this feature is not supported by MSIEEdge=Spiacenti, questa funzionalità non è supportata da IE/Edge
Stale configuration=
Standby=Standby
standby=standby
Start=Avvia
Started=In esecuzione
started=in esecuzione
Status=Stato
status=stato
Stop=Ferma
Stopped=Fermato
stopped=fermato
Stopping container=Fermo il contenitore…
Streams=
Subject=
Submission of this bug report will automatically send your system diagnostics to Lime Technology=Questa segnalazione invierà automaticamente la diagnostica del sistema a Lime Technology
Submission of this troubleshooting request will automatically send your system diagnostics to Lime Technology=
Submit=Invia
Successfully logged out=Disconnessione riuscita
Successfully removed container=Contenitore rimosso correttamente
Successfully removed orphan image=Immagine orfana rimossa correttamente
Successfully stopped container=Contenitore fermato correttamente
System Information=Informazioni di sistema
System is going down=Il sistema si sta spegnendo
System is offline=Il sistema è offline
System is powered off=Il sistema è spento
System is rebooting=Il sistema si sta riavviando
System Log=Log di sistema
System notifications are=Le notifiche di sistema sono
System running in=Sistema in esecuzione
System=Sistema
TB=TB
Temperature=Temp.
Template Repositories=
Terminal=Terminale
Test result=Risultato Test
Thank you for choosing Unraid OS=Thank you for choosing Unraid OS!
Thank You=Grazie
The command failed revert to rsync=
The command failed=
The command finished successfully=
The error is=L'errore è
The Unraid OS webgui requires JavaScript=L'interfaccia web di Unraid OS richiede JavaScript
There is a physical problem accessing your USB Flash boot device=
This will start your free 30 day Trial=
Time remaining=Tempo rimanente
to change notification settings=per modificare le impostazioni di notifica
to downgrade Unraid OS=per il downgrade di Unraid OS
to upgrade Unraid OS=per aggiornare Unraid OS
today=oggi
Too many files=Troppi file
Too many invalid login attempts=Troppi tentativi di accesso falliti
Tools=Strumenti
TOTAL DATA PULLED=
Total=Totale
total=totale
Transfer Rate=Velocità di trasferimento
Trial=Prova gratuita
Type your question or comment to Lime Technology here=Scrivi qui le tue domande/commenti a Lime Technology
Type=Tipo
Unable to generate system diagnostics=Non è possibile generare la diagnostica di sistema
Unable to set password=Non è possibile impostare la password
Unassigned=Non assegnato
unassigned=non assegnato
Unknown=Sconosciuto
unknown=sconosciuto
Unraid OS=Unraid OS
Unraidnet re-authentication required=Accedi nuovamente a Unraid.net
Unsupported Feature=Funzionalità non supportata
Update Container=Aggiorna Contenitore
Update Now=Aggiorna adesso
Update VM=Aggiorna VM
Update=Aggiorna
update=aggiorna
Updated=Aggiornato
Upgrade Key=Aggiorna Chiave di licenza
Upload error=Errore di caricamento
Upload=Carica
Uptime=Avviato da
up-to-date=Aggiornato
User Access=Accesso utente
Username not changeable=Nome utente non modificabile
Username=Nome utente
Users=Utenti
Utilization=Utilizzo
Version=Versione
View Release Notes=Vedi note di rilascio
View=Vista
VMs=Macchine virtuali
VPN=VPN
Warning=Avviso
Was this container created using this plugin=
Website=Sito web
White=Bianco
Wiki=Wiki
Windows may require a valid User to be defined even for Public shares=
Write settings to=Salva modifiche in
Write=Scrivi
Wrong=Errato
wrong=errato
xfs=XFS
year=anno
years=anni
Yes hidden=Sì (nascosto)
Yes Time Machine=Sì (Time Machine)
Yes, I want to do this=Sì, procedi
Yes=Sì
yes=sì
yesterday=ieri
YesTime Machine hidden=Sì/Time Machine (nascosto)
YesTime Machine=Sì/Time Machine
You must reboot for changes to take effect=È necessario riavviare affinché le modifiche abbiano effetto
Your browser does not support HTML5 file uploads=Il tuo browser non supporta il caricamento di file HTML5
Your browser has JavaScript disabled=Il tuo browser ha JavaScript disabilitato
; Dynamix.system.button plugin
Array busy=Array occupato
Buttons=Tasti
Parity operation or mover is running=Operazione di parità o mover in esecuzione
preparing for reboot=preparazione al riavvio…
preparing for shutdown=preparazione allo spegnimento…
Sleep=Sospensione
Start Array=Avvia array
starting the array=avvio l'array…
Stop Array=Ferma array
stopping the array=fermo l'array…
System in sleep mode=Il sistema è in sospensione
This will put the system to sleep=Questo sospenderà il sistema
This will reboot the system=Questo riavvierà il sistema
This will shutdown the system=Questo spegnerà il sistema
This will start the array=Questo avvierà l'array
This will stop the array=Questo fermerà l'array
; Dynamix File Manager - 2023-04-11
%s year ago=%s anno fa
%s years ago=%s anni fa
Action=Azione
Calculate Occupied Space=Calcola spazio occupato
Calculate=Calcola
change owner=modifica proprietario
Change Owner=Modifica Proprietario
change permission=modifica permessi
Change Permission=Modifica Permessi
Common=
Completed=Completato
Compress=Compresso
Copy Device=Copia Dispositivo
Copy File=Copia File
Copy Folder=Copia Cartella
Copy Share=Copia Condivisione
copy to=copia in
Create Folder=Crea Cartella
Create=Crea
Creating=Creazione in corso…
Current file name=
Current folder name=
Delete Device=Elimina Dispositivo
Delete File=Elimina File
Delete Folder=Elimina Cartella
Delete Share=Elimina Condivisione
Device name=Nome dispositivo
DEVICE=DISPOSITIVO
Download File=
Enter a valid target=Inserisci una destinazione valida
Expand=Espandi
File is removed=
File Manager=Gestore File
File name=Nome file
file type=Tipologia file
Folder name=Nome cartella
folders=cartelle
Group=Gruppo
in %s folder and %s file=
in %s folder and %s files=
in %s folders and %s file=
in %s folders and %s files=
Invalid path=Percorso non valido
Invalid source=Origine non valida
Invalid target=Destinazione non valida
Job running=Operazione in corso…
Jobs=Operazioni
Last modified=Ultima modifica
Minimize=Riduci
more=altro
Move Device=Sposta Dispositivo
Move File=Sposta File
Move Folder=Sposta Cartella
Move Share=Sposta Condivisione
move to=sposta in
Moving=Spostamento in corso…
New file name=Nuovo nome file
New folder name=Nuovo nome cartella
New owner=Nuovo proprietario
New permission=Nuovo permesso
No jobs scheduled=Nessuna operazione pianificata
No results found=Nessun risultato trovato
Not allowed to mix disk and user shares=
Objects to change=Oggetti da modificare
Objects to copy=Oggetti da copiare
Objects to delete=Oggetti da rimuovere
Objects to move=Oggetti da spostare
Other=Altro
Overwrite existing file=Sovrascrivi il file esistente
Overwrite existing files=Sovrascrivi i file esistenti
Owner=Proprietario
Page will be reloaded=La pagina verrà ricaricata
Parent Directory=Cartella Principale
Permission=Permesso
Queue=Coda
Removing=Rimozione in corso…
Rename File=Rinomina File
Rename Folder=Rinomina Cartella
rename to=rinomina in
Renaming=Modifica nome in corso…
Save=Salva
Scheduled Jobs=Operazioni pianificate
Search pattern=
Search string=
Search=Cerca
Share name=Nome Condivisione
SHARE=CONDIVISIONE
Source device=Dispositivo di origine
Source file=File di origine
Source folder=Cartella di origine
Source share=Condivisione di origine
Source=Origine
Target device=Dispositivo di destinazione
Target file=File di destinazione
Target folder=Cartella di destinazione
Target share=Condivisione di destinazione
Target=Destinazione
This changes the owner of the source recursively=
This changes the permission of the source recursively=
This copies all the selected sources=
This copies the device and all its content to another device=
This copies the folder and all its content to another folder=
This copies the selected file=
This copies the share and all its content to another share=
This creates a folder at the current level=
This deletes all selected sources=
This deletes the device and all its content=
This deletes the folder and all its content=
This deletes the selected file=
This deletes the share and all its content=
This moves all the selected sources=
This moves the device and all its content to another device=
This moves the folder and all its content to another folder=
This moves the selected file=
This moves the share and all its content to another share=
This renames the folder to the new name=
This renames the selected file=
This renames the selected source=
Toggle TimeAge display=Toggle Time/Age display
Total occupied space=Spazio occupato in totale
Updating=Aggiornamento…
Upload Error=Errore nel caricamento
Use sparse option=
year=anno
years=anni
; UNRAID.NET / My Servers / Unraid Connect
%s is signed in to your Unraidnet account=%s is signed in to your Unraid.net account
%s Key Created=
%s Key Extended=
%s Key Install Error=
%s Key Recovered=
%s Key Replaced=
%s was not signed in to your Unraidnet account=%s was not signed in to your Unraid.net account
%s was not signed out of your Unraidnet account=%s was not signed out of your Unraid.net account
%s was signed out of your Unraidnet account=%s was signed out of your Unraid.net account
8 or more characters=
a digest of recent blog posts, community videos, popular forum threads, product announcements, and more=
A Trial key provides all the functionality of a Pro Registration key=A *Trial* key provides all the functionality of a Pro Registration key.
A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers=A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers.
Access unavailable=
Acknowledge Replacement Conditions=
After resetting your password come back to the Registration Wizard pop-up window to Sign In and complete your servers registration=After resetting your password come back to the Registration Wizard pop-up window to Sign In and complete your server's registration
After your Trial has reached expiration your server still functions normally until the next time you Stop the array or reboot your server=
All you need is an active internet connection, an Unraidnet account, and the Connect plugin=All you need is an active internet connection, an Unraid.net account, and the Connect plugin
Already have an account=
Alternately you may purchase a license key for this USB flash device=
Alternately, you may request a Trial extension=Alternately, you may request a Trial extension.
And not just for one server but all the servers in your Unraid fleet=
At that point you may either purchase a license key or request a Trial extension=At that point you may either purchase a license key or request a _Trial_ extension.
Auto closing in %s=
Auto redirecting in %s=
Automated flash backups will be disabled until you sign in again=
Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds=Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.
Avatar=Avatar
Back in a flash ⚡️=
Back to %s=Torna a %s
Back to Registration Home=Torna alla pagina di Registrazione
Back to Sign In=Torna alla pagina di Accesso
Be sure to let the install complete before you close the window=
Best of all all SSL certificates are verified by Lets Encrypt so no browser security warnings=Best of all all SSL certificates are verified by Let's Encrypt so no browser security warnings
beta=BETA
BLACKLISTED=
Browser will self destruct in %s=
bye bye 👋=
Cannot access your USB Flash boot device=
Cannot validate Unraid Trial key=
Checkout the Connect docs=
Click a button and your flash is automatically backed up to Unraidnet enabling easy recovery in the event of a device failure=Click a button and your flash is automatically backed up to Unraid.net enabling easy recovery in the event of a device failure
Click to copy LAN IP %s=
Close %s=Chiudi %s
Close Connect details and continue to webGUI=
Close Details=Chiudi Dettagli
Close dropdown=
Close Launchpad and continue to webGUI=
Closing this pop-up window while actions are being preformed may lead to unintended errors=
comments=commenti
Communication with %s has timed out=
Confirm closure then continue to webGUI=
Confirm Connect plugin removal=
Confirm Password=Conferma Password
Confirm=Conferma
Connect Error=
Connect plugin install failed=
Connect your Unraidnet account to get started=Connect your Unraid.net account to get started
Connect=Connetti
Connected to Mothership=
Connected=Connesso
Continue to Unraid=
Continue Trial=Continua con la Prova gratuita
Continue using Connect=Continua a usare Connect
Copied key url=
Copy Key URL=
Create My Account=
Current server=Server attuale
Customizable Dashboard Tiles=
Deep Linking=
Didnt get code=Non hai ricevuto il codice?
Disconnected=Disconnesso
Display Name or Email Address=
Display Name=
Displaying last known server data=
DNS issue, unable to resolve wanip4unraidnet=DNS issue, unable to resolve wanip4.unraid.net
Do not have an account=
Download any registration key linked to your account=
Download latest backup from Connect Dashboard before signing out=
Download latest backup from Go to Connect before signing out=
Download unraid-api Logs=
Dynamic Remote Access=
Email Address=Indirizzo email
Enhance your experience with Connect=
Expand your servers capabilities=
Extend Trial=Estendi Prova gratuita
Extending Trial=Estendo Prova gratuita…
Failed to connect to Unraid API=
Fix Error=
For best results, use one of these urls=
Forgot Password=Password dimenticata
Forgot what Unraidnet account you used=Forgot what Unraid.net account you used
Form not valid=
Formatting devices=Formattazione dispoditivi
Get an overview of your servers state, storage space, apps and VMs status, and more=Get an overview of your server's state, storage space, apps and VMs status, and more
Get quick real-time info on the status of your servers such as storage, container, and VM usage=
Get started by installing the plugin=Get started by installing the plugin.
Get started by signing in to Unraidnet=Get started by signing in to Unraid.net
Get Started=Inizia
Go Back=Vai indietro
Go to Connect=Vai a Connect
GUID Error=Errore GUID
GUID=GUID
Have a USB flash device that already has an account associated with it=
Have the code now Go Back=Have the code now? Go Back
Hi %s=Ciao %s
I acknowledge that replacing a license key results in permanently blacklisting the previous USB Flash GUID=
I agree to the=
If this was an expired Trial installation, you may purchase a license key=If this was an expired Trial installation, you may purchase a license key.
If you do not have a backup copy of your license key file you may install the Connect beta plugin to attempt to recover your key=If you do not have a backup copy of your license key file you may install the Connect (beta) plugin to attempt to recover your key
If you fill this field out then your email will not be sent=
If you need to change flash drives, generate a backup from Connect and be up and running in minutes=If you need to change flash drives, generate a backup from Connect and be up and running in minutes.
If you want to replace one of your license keys with a new key bound to this USB Flash device please first remove all other key files first=
Ignore this message if you are currently connected via Remote Access or VPN=Ignore this message if you are currently connected via Remote Access or VPN.
Important=Importante
Install Plugin=Installa Plugin
Installed %s Key=
Installing %s Key=
Installing Connect beta=Installo Connect (beta)…
Invalid 2FA token=
Invalid installation=
Invalid username or password=Nome utente o password non validi
IP=IP
It appears that your license key file is corrupted or missing=
It is not possible to use a Trial key with an existing Unraid OS installation=It is not possible to use a Trial key with an existing Unraid OS installation.
Just give us the details about what happened and well do our best to get you up and running again=Just give us the details about what happened and we'll do our best to get you up and running again
Key file not valid=
Key management is done via the dropdown in the top right of the webGUI on every page=
LAN IP %s=IP LAN %s
LAN IP Copied=IP LAN copiato
Learn more=Ulteriori informazioni
Lets unleash your hardware=Let's unleash your hardware
License Management=Gestione Licenza
Loading Connect data=
Local access=Accesso locale
Local T2FA requires a myunraidnet certificate=Local T2FA requires a *.myunraid.net certificate
Local T2FA requires Unraid 610 or higher and a myunraidnet certificate=Local T2FA requires Unraid 6.10 or higher and a *.myunraid.net certificate
Local T2FA requires Unraid 610 or higher=Local T2FA requires Unraid 6.10 or higher
Local T2FA requires Use SSLTLS to be Strict and a myunraidnet certificate=Local T2FA requires Use SSL/TLS to be Strict and a *.myunraid.net certificate
Local T2FA requires Use SSLTLS to be Strict and Unraid 610 or higher=Local T2FA requires Use SSL/TLS to be Strict and Unraid 6.10 or higher
Local T2FA requires Use SSLTLS to be Strict, Unraid 610 or higher, and a myunraidnet certificate=Local T2FA requires Use SSL/TLS to be Strict, Unraid 6.10 or higher, and a *.myunraid.net certificate
Local T2FA requires Use SSLTLS to be Strict=Local T2FA requires Use SSL/TLS to be Strict
Manage multiple servers from your phone, tablet, laptop, or PC in the same browser window=Manage multiple servers from your phone, tablet, laptop, or PC in the same browser window.
Manage your license keys at any time via the My Keys section=Manage your license keys at any time via the My Keys section.
Manage Your Server Within Connect=
Message=
Missing key file=
Multiple License Keys Present=
Never ever be left without a backup of your config=Never ever be left without a backup of your config.
Never self-managehost your flash backups again=Never self-manage/host your flash backups again
No 2FA token detected=
No Flash=
No Keyfile=
No thanks=
No USB flash configuration data=
Not Connected to Mothership=
Not ready to purchase=Not ready to purchase?
Note USB memory card readers are generally not supported because most do not present unique serial numbers=Note: USB memory card readers are generally not supported because most do not present unique serial numbers
Oh no Are you pirating Unraid OS<br>Are you ready to buy a real license=Oh no! Are you pirating Unraid OS?<br>Are you ready to buy a real license?
Online Flash Backup=
Open dropdown=
Open Dropdown=
Opens %s in new tab=
Opens new HTTPS window to %s=
Page Not Allowed=
Page Not Found=
Password confirmation must match=
Paste or Enter code=
Please access this server via the Go to Connect=
Please check Settings > Network=
Please confirm closure=
Please copy the correct key file to the config directory on your USB Flash boot device or choose Purchase Key or Replace Key=Please copy the correct key file to the */config* directory on your USB Flash boot device or choose Purchase Key or Replace Key
Please copy the correct key file to the config directory on your USB Flash boot device or choose Purchase Key=Please copy the correct key file to the */config* directory on your USB Flash boot device or choose Purchase Key
Please copy the Key URL before closing this window=
Please keep this window open=
Please make sure there is a DNS server specified=
Please make sure your server time is accurate to within 5 minutes=
Please refresh the page to ensure you load your latest configuration=
Please remove all key files except the one you want to replace from the config directory on your USB Flash boot device=Please remove all key files except the one you want to replace from the */config* directory on your USB Flash boot device
Please sign in with your Unraidnet forum account=Please sign in with your Unraid.net forum account
Please try a different USB Flash device=
Please uninstall and reinstall the Connect plugin=
Please use a high quality name brand device at least 1GB in size=Please use a high quality name brand device at least 1GB in size.
Please wait a moment and reload the page=
Please wait…=Attendi…
Plus more on the way=
Pop-up=
Post your diagnostics in the forum for help=
Product=
Real-time Monitoring=
Receive an additional 15 days for your trial=
Recover Key=
Redeem Activation Code=Riscatta Codice di attivazione
Register for Connect by signing in to Unraid.net=
Registration key management=
Registration keyGUID mismatch=Registration key / GUID mismatch
Registration keys are bound to your USB Flash boot device serial number GUID=Registration keys are bound to your USB Flash boot device serial number (GUID)
Registration Wizard=
remaining=
Remark Unraids WAN IPv4 %1s does not match your clients WAN IPv4 %2s=Remark: Unraid's WAN IPv4 **%1s** does not match your client's WAN IPv4 **%2s**
Remark your WAN IPv4 is %s=Remark: your WAN IPv4 is **%s**
Remote access will be disabled=
Remote access=Accesso remoto
Remove Connect plugin=
Removing Connect plugin…=
Replace Key Ineligible=
Replace Key=
Resend Code=Reinvia codice
Resend Email Verification Code=
Reset Password Now=
Restart unraid-api=
Restarting…=Riavvio…
Searching=Ricerca…
See also here=
Server Offline=Server Offline
Server up since %s=Server Online da %s
Servers equipped with a myunraidnet certificate can be managed directly from within the Connect web UI=Servers equipped with a myunraid.net certificate can be managed directly from within the Connect web UI
Set custom server tiles how you like and automatically display your servers banner image on your Connect Dashboard=Set custom server tiles how you like and automatically display your server's banner image on your Connect Dashboard
Settings > Management Access • Unraidnet=Settings > Management Access • Unraid.net
Shut Down=Spegni
Sign in or sign up to get started=Accedi/Registrati per iniziare
Sign In to Purchase Key=Accedi per acquistare una Chiave di licenza
Sign In to resolve=
Sign In Up=Accedi/Registrati
Sign In with Unraidnet Account=Accedi con l'account Unraid.net
Sign In=Accedi
Sign me up for the monthly Unraid newsletter=
Sign Out of Unraidnet=Disconnetti da Unraid.net
Sign Out=Disconnetti
Sign Up for Unraidnet=Registrati a Unraid.net
Sign Up=Registrati
Signing in %s to Unraidnet account=Signing in %s to Unraid.net account
Signing out %s from Unraidnet account=Signing out %s from Unraid.net account
Stale Server=
Stale=
Start Trial=Avvia Prova gratuita
Still working our magic=
Stop unraid-api=
Strict=
Submitting=
Success=Success!
Switch Language=Cambia Lingua
Terms of Use=
Thank you for choosing Unraid OS and Connect=
Thank you for contacting Unraid=
Thank you installing Connect=
Thanks for supporting Unraid=
The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections=The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections.
The Connect plugin install is incomplete=
The key file should be located in the config directory on your USB Flash boot device=The key file should be located in the */config* directory on your USB Flash boot device
The license key file does not correspond to the USB Flash boot device=The license key file does not correspond to the USB Flash boot device.
There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device=There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device.
There is a problem with your USB Flash device=
This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device=This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device.
This field is required=
This may indicate a complex network that will not work with this Remote Access solution=This may indicate a complex network that will not work with this Remote Access solution.
This setup will help you get your server up and running=
This USB Flash boot device has been blacklisted=This USB Flash boot device has been blacklisted.
This USB Flash device has an invalid GUID=This USB Flash device has an invalid GUID.
This will register your server with Connect <sup>BETA</sup>=
To continue using Unraid OS you may purchase a license key=To continue using Unraid OS you may purchase a license key.
To manually install the key paste the key file url into the Key file URL field on the webGUI Tools > Registration page and then click Install Key=
To Registration Wizard Home=
To support more storage devices as your server grows click the Open Dropdown button=To support more storage devices as your server grows click the *Open Dropdown* button
To support more storage devices as your server grows click Upgrade Key=
Toggle onoff server accessibility with dynamic remote access=Toggle on/off server accessibility with dynamic remote access
Toggle Password Visibility=
Toggle server info visibility=
Transparent 2FA Token timed out=
Trial expired %s=
Trial Expired=
Trial expires in %s=
Trial Extension Failed=
Trial has expired see options below=
Trial key expired at %s=
Trial key expires at %s=
Trial Requires Internet Connection=
Troubleshoot=
Unable to copy=
unavailable no parity-check entries logged=unavailable (no parity-check entries logged)
Unraid API Error=
Unraid Forums=
Unraidnet account password=Unraid.net account password
Unraidnet Sign In to Recover Key=Unraid.net Sign In to Recover Key
Unraidnet Sign In to Replace Key=Unraid.net Sign In to Replace Key
Unraidnet Sign In=Unraid.net Sign In
Unraidnet Sign Out=Unraid.net Sign Out
Upgrade keys to higher editions=
Uptime %s=Avviato da %s
USB Flash Backup=
USB Flash device error=
USB Flash has no serial number=
Use your Unraidnet credentials, not your local server credentials=Use your Unraid.net credentials, not your local server credentials
verification code=
Verify Email=Verifica indirizzo email
We have received your e-mail and will respond in the order it was received=
We have sent a verifcation email to %s=
What is Unraidnet=What is Unraid.net?
Whether you need to add a share container or virtual machine do it all from the webGui from anytime and anywhere using HTTPS=
While we strive to respond to all requests as quickly as possible please allow for up to 3 business days for a response=
With an Unraidnet account you can start using Connect beta which gives you access to the following features=With an Unraid.net account you can start using Connect (beta) which gives you access to the following features:
You are all set 👍=
You can safely close this window=
You have %s remaining on your Trial key=
You have an open pop-up=
You have used all your Trial extensions=You have used all your Trial extensions.
You may purchase a license key corresponding to this USB Flash device to continue using this installation=You may purchase a license key corresponding to this USB Flash device to continue using this installation.
You will no longer have access to this server using this url=You will no longer have access to this server using <abbr title="%s" class="italic">this url</abbr>
Your current url %s is not in the list of allowed origins for this server=Your current url **%s** is not in the list of allowed origins for this server
Your flash drive is corrupted or offline=
Your server will not be usable until you purchase a Registration key or install a free 30 day Trial key=Your server will not be usable until you purchase a Registration key or install a free 30 day *Trial* key.
Your Trial has expired=
Your Trial key includes all the functionality and device support of a Pro key=Your **Trial** key includes all the functionality and device support of a **Pro** key
Your Trial key requires an internet connection=Your Trial key requires an internet connection.
Your trial will expire in 15 days=
Your trial will expire in 30 days=
Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months=Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.
Your Unraid registration key is ineligible for replacement as it is blacklisted=Your Unraid registration key is ineligible for replacement as it is blacklisted.
Your USB Flash GUID and other relevant server data will also be sent=
%1s %2s Key…=
%2s Key %1s Successfully=
%s day=%s giorno
%s days=%s giorni
%s hour=%s ora
%s hours=%s ore
%s minute=%s minuto
%s minutes=%s minuti
%s month=%s mese
%s months=%s mesi
%s second=%s secondo
%s seconds=%s secondi
%s Signed In Successfully=
%s Signed Out Successfully=
%s year=%s anno
%s years=%s anni
A Trial key provides all the functionality of a Pro Registration key=A *Trial* key provides all the functionality of a Pro Registration key.
A Trial key provides all the functionality of a Pro Registration key=A *Trial* key provides all the functionality of a Pro Registration key.
A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers=A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers.
After your Trial has reached expiration, your server still functions normally until the next time you Stop the array or reboot your server=After your **Trial** has reached expiration, your server _still functions normally_ until the next time you Stop the array or reboot your server
All you need is an active internet connection, an Unraidnet account, and the Connect plugin=All you need is an active internet connection, an Unraid.net account, and the Connect plugin
Alternately, you may request a Trial extension=Alternately, you may request a Trial extension.
At that point you may either purchase a license key or request a Trial extension=At that point you may either purchase a license key or request a _Trial_ extension.
Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds=Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.
Beta=BETA
Blacklisted USB Flash GUID=USB Flash GUID nella blacklist
BLACKLISTED=
Callback redirect type not present or incorrect=
Cannot access your USB Flash boot device=
Cannot validate Unraid Trial key=
Checking WAN IPs…=Controllo IP WAN…
Checkout the Connect Documentation=
Click to close modal=
Close Dropdown=
Close Modal=
Configure Connect Features=
Copied=Copiato
Copy your Key URL %s=Copy your Key URL: %s
Enhance your experience with Unraid Connect=
Enhance your Unraid experience with Connect=
Enhance your Unraid experience=
Extending your free trial by 15 days=
Extension Installed=
Failed to %1s %2s Key=
Failed to install key=
Failed to update Connect account configuration=
Flash GUID Error=
Get an overview of your servers state, storage space, apps and VMs status, and more=Get an overview of your server's state, storage space, apps and VMs status, and more
Get started by installing the plugin=Get started by installing the plugin.
Go to Connect plugin settings=
Go to Management Access Now=
If this was an expired Trial installation, you may purchase a license key=If this was an expired Trial installation, you may purchase a license key.
If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached=If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.
If you do not have a backup copy of your license key file you may attempt to recover your key with your Unraidnet account=If you do not have a backup copy of your license key file you may attempt to recover your key with your Unraid.net account
If you need to change flash drives, generate a backup from Connect and be up and running in minutes=If you need to change flash drives, generate a backup from Connect and be up and running in minutes.
If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first=If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.
Ignore this message if you are currently connected via Remote Access or VPN=Ignore this message if you are currently connected via Remote Access or VPN.
Install Connect=
Installing Connect=
Install Extended=
Install Recovered=
Install Replaced=
Install=Installa
Installed=Installato