Translate systeminformation view

This commit is contained in:
Johannes Zellner
2020-11-06 15:32:49 +01:00
parent 1236b64081
commit b6ef7cbb96
2 changed files with 27 additions and 11 deletions

View File

@@ -23,7 +23,8 @@
"perPageSelector": "Show {{ n }} per page"
},
"action": {
"reboot": "Reboot"
"reboot": "Reboot",
"logs": "Logs"
}
},
"appstore": {
@@ -290,7 +291,22 @@
"title": "Support"
},
"system": {
"title": "System Info"
"title": "System Info",
"diskUsage": {
"title": "Disk Usage",
"mountedAt": "{{ filesystem }} <small>mounted at</small> {{ mountpoint }}",
"usageInfo": "{{ available | prettyDiskSize }}</b> of <b>{{ size | prettyDiskSize }}</b> available",
"diskContent": "This {{ type }} disk contains"
},
"systemMemory": {
"title": "System Memory",
"graphSubtext": "App values are not stacked up"
},
"cpuUsage": {
"title": "CPU Usage",
"graphTitle": "Percentage"
},
"selectPeriodLabel": "Select Period"
},
"eventlog": {
"title": "Event Log",