This repository was archived by the owner on Jul 5, 2025. It is now read-only.
forked from nextcloud/serverinfo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathit.js
More file actions
75 lines (75 loc) · 3.75 KB
/
it.js
File metadata and controls
75 lines (75 loc) · 3.75 KB
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
OC.L10N.register(
"serverinfo_hetzner",
{
"CPU info not available" : "Informazioni CPU non disponibili",
"Load average: {cpu} (last minute)" : "Carico medio: {cpu} (ultimo minuto)",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Totale: {memTotalBytes}/Uso attuale: {memUsageBytes}",
"RAM info not available" : "Informazioni RAM non disponibili",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Totale: {swapTotalBytes}/Uso attuale: {swapUsageBytes}",
"SWAP info not available" : "Informazioni SWAP non disponibili",
"Not supported!" : "Non supportato!",
"Press ⌘-C to copy." : "Premi ⌘-C per copiare.",
"Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
"System" : "Sistema",
"Monitoring" : "Monitoraggio",
"Monitoring app with useful server information" : "Applicazione di monitoraggio con informazioni utili sul server",
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Fornisce informazioni utili sul server, come carico della CPU, utilizzo della memoria, utilizzo del disco, numero di utenti, ecc.",
"Operating System:" : "Sistema Operativo:",
"CPU:" : "CPU:",
"Unknown Processor" : "Processore sconosciuto",
"Memory:" : "Memoria:",
"Server time:" : "Ora del server:",
"Uptime:" : "Tempo di attività :",
"Temperature" : "Temperatura",
"Load" : "Carico",
"Memory" : "Memoria",
"Disk" : "Disco",
"Mount:" : "Mount:",
"Filesystem:" : "Filesystem:",
"Size:" : "Dimensione:",
"Available:" : "Disponibile:",
"Used:" : "Utilizzato:",
"Files:" : "File:",
"Storages:" : "Archiviazioni:",
"Free Space:" : "Spazio libero:",
"Network" : "Rete",
"Hostname:" : "Hostname:",
"DNS:" : "DNS:",
"Gateway:" : "Gateway:",
"Status:" : "Stato:",
"Speed:" : "Velocità :",
"Duplex:" : "Duplex:",
"MAC:" : "MAC:",
"IPv4:" : "IPv4:",
"IPv6:" : "IPv6:",
"Active users" : "Utenti attivi",
"Total users:" : "Utenti totali:",
"24 hours:" : "24 ore:",
"1 hour:" : "1 ora:",
"5 mins:" : "5 min.:",
"Shares" : "Condivisioni",
"Users:" : "Utenti:",
"Groups:" : "Gruppi:",
"Links:" : "Collegamenti:",
"Emails:" : "E-mail:",
"Federated sent:" : "Federati inviati:",
"Federated received:" : "Federati ricevuti:",
"Talk conversations:" : "Conversazioni di Talk:",
"PHP" : "PHP",
"Version:" : "Versione:",
"Memory limit:" : "Limite memoria:",
"Max execution time:" : "Max execution time:",
"Upload max size:" : "Dimensione massima caricamento:",
"Extensions:" : "Estensioni:",
"Unable to list extensions" : "Impossibile elencare le estensioni",
"Database" : "Database",
"Type:" : "Tipo:",
"External monitoring tool" : "Strumento di controllo esterno",
"You can connect an external monitoring tool by using this end point:" : "Puoi collegare uno strumento di controllo esterno utilizzando questo terminatore: ",
"Copy" : "Copia",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "L'aggiunta di \"?format=json\" alla fine dell'URL ti fornirà il risultato in JSON.",
"To use an access token, please generate one then set it using the following command:" : "Per usare un token di accesso, generane uno e poi impostalo con il comando seguente:",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Poi passa il token con l'intestazione \"NC-Token\" quando richiami l'URL qua sopra.",
"You will get a notification once one of your disks is nearly full." : "Riceverai una notifica quando uno dei dischi è prossimo alla capienza massima."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");