在仪表板中添加网络流量组件

This commit is contained in:
jxxghp
2025-07-03 19:14:31 +08:00
parent 615c162663
commit 35c8025b00
7 changed files with 239 additions and 1 deletions

View File

@@ -580,6 +580,9 @@ export default {
scheduler: 'Background Tasks',
cpu: 'CPU',
memory: 'Memory',
network: 'Network Traffic',
upload: 'Upload',
download: 'Download',
library: 'My Media Library',
playing: 'Continue Watching',
latest: 'Recently Added',

View File

@@ -578,6 +578,9 @@ export default {
scheduler: '后台任务',
cpu: 'CPU',
memory: '内存',
network: '网络流量',
upload: '上行',
download: '下行',
library: '我的媒体库',
playing: '继续观看',
latest: '最近添加',

View File

@@ -576,6 +576,9 @@ export default {
scheduler: '後台任務',
cpu: 'CPU',
memory: '內存',
network: '網絡流量',
upload: '上行',
download: '下行',
library: '我的媒體庫',
playing: '繼續觀看',
latest: '最近添加',