Skip to content

Commit

Permalink
New translations health-monitoring.json (Swedish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Mar 5, 2024
1 parent 9e99b1e commit ffb315e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/locales/sv/modules/health-monitoring.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Övervakning av systemhälsan",
"description": "Information om din NAS",
"settings": {
"title": "",
"title": "Övervakning av systemhälsan",
"fahrenheit": {
"label": ""
"label": "Fahrenheit"
}
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
"load": "Genomsnittlig belastning",
"minute": "{{minute}} minut"
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
"label": "Minne",
"totalMem": "Totalt minne: {{total}}GB",
"available": "Tillgängligt: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "",
"available": ""
"label": "Filsystem",
"available": "Tillgängligt: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
"uptime": "Drifttid",
"updates": "Uppdateringar",
"reboot": "Omstart"
},
"errors": {
"general": {
"title": "",
"text": ""
"title": "Det gick inte att hitta din NAS",
"text": "Det gick inte att ansluta till din NAS. Vänligen verifiera din konfiguration/integration(er)."
}
}
}

0 comments on commit ffb315e

Please sign in to comment.