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 (Swedish)
- 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": "Ö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)." | ||
} | ||
} | ||
} |