This commit is contained in:
Baobhan Sith
2025-05-12 10:39:00 +08:00
parent c903b53fdf
commit e05f7e5421
4 changed files with 53 additions and 29 deletions
+13 -3
View File
@@ -1076,9 +1076,19 @@
"osLabel": "OS:",
"swapLabel": "スワップ:",
"swapNotAvailable": "スワップは利用できません",
"title": "サーバー状態"
},
"styleCustomizer": {
"title": "サーバー状態",
"cpuUsageTitle": "CPU使用率",
"memoryUsageTitleUnit": "メモリ使用状況 ({unit})",
"networkSpeedTitleUnit": "ネットワーク速度 ({unit})",
"cpuUsageLabel": "CPU使用率 (%)",
"memoryUsageLabelUnit": "メモリ使用量 ({unit})",
"networkDownloadLabelUnit": "ダウンロード ({unit})",
"networkUploadLabelUnit": "アップロード ({unit})",
"latestCpuValue": "{value}%",
"latestMemoryValue": "{value} {unit}",
"latestNetworkValue": "↓ {download} ↑ {upload} {unit}"
},
"styleCustomizer": {
"activeTheme": "現在のテーマ",
"addNewTheme": "新しいテーマを作成",
"applyButton": "適用",