generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations health-monitoring.json (Italian)
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"descriptor": { | ||
"name": "", | ||
"description": "", | ||
"name": "Monitoraggio dello stato del sistema", | ||
"description": "Informazioni sul tuo NAS", | ||
"settings": { | ||
"title": "", | ||
"title": "Monitoraggio dello stato del sistema", | ||
"fahrenheit": { | ||
"label": "" | ||
"label": "Fahrenheit" | ||
} | ||
} | ||
}, | ||
"cpu": { | ||
"label": "CPU", | ||
"load": "", | ||
"minute": "" | ||
"load": "Utilizzo medio", | ||
"minute": "{{minute}} minuto" | ||
}, | ||
"memory": { | ||
"label": "", | ||
"totalMem": "", | ||
"available": "" | ||
"label": "Memoria", | ||
"totalMem": "Memoria totale: {{total}}GB", | ||
"available": "Disponibile: {{available}}GB - {{percentage}}%" | ||
}, | ||
"fileSystem": { | ||
"label": "", | ||
"available": "" | ||
"label": "File System", | ||
"available": "Disponibile: {{available}}- {{percentage}}%" | ||
}, | ||
"info": { | ||
"uptime": "", | ||
"updates": "", | ||
"reboot": "" | ||
"uptime": "Uptime", | ||
"updates": "Aggiornamenti", | ||
"reboot": "Riavvio" | ||
}, | ||
"errors": { | ||
"general": { | ||
"title": "", | ||
"text": "" | ||
"title": "Impossibile trovare il tuo NAS", | ||
"text": "Si è verificato un problema di connessione al tuo NAS. Verifica la configurazione/integrazione." | ||
} | ||
} | ||
} |