Make I/O totals translatable

This commit is contained in:
Johannes Zellner
2022-10-14 12:43:24 +02:00
parent 80ede073b1
commit 4b995bb414
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1465,7 +1465,9 @@
"6h": "6 hours"
},
"memoryTitle": "Memory (RAM + Swap) in MB",
"diskTitle": "Disk Usage"
"diskTitle": "Disk Usage",
"diskIOTotal": "total: read {{ read }} / write {{ write }}",
"networkIOTotal": "total: inbound {{ inbound }} / outbound {{ outbound }}"
},
"email": {
"from": {