Translate systeminformation view
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user