Skip to content

Commit

Permalink
New translations health-monitoring.json (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Mar 7, 2024
1 parent 33235ce commit 8f847b7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/locales/it/modules/health-monitoring.json
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."
}
}
}

0 comments on commit 8f847b7

Please sign in to comment.