update
This commit is contained in:
@@ -443,7 +443,17 @@
|
||||
"gigaBytesPerSecond": "GB/s",
|
||||
"megaBytes": "MB",
|
||||
"gigaBytes": "GB",
|
||||
"swapNotAvailable": "Swap Unavailable"
|
||||
"swapNotAvailable": "Swap Unavailable",
|
||||
"cpuUsageTitle": "CPU Usage",
|
||||
"memoryUsageTitleUnit": "Memory Usage ({unit})",
|
||||
"networkSpeedTitleUnit": "Network Speed ({unit})",
|
||||
"cpuUsageLabel": "CPU Usage (%)",
|
||||
"memoryUsageLabelUnit": "Memory Usage ({unit})",
|
||||
"networkDownloadLabelUnit": "Download ({unit})",
|
||||
"networkUploadLabelUnit": "Upload ({unit})",
|
||||
"latestCpuValue": "{value}%",
|
||||
"latestMemoryValue": "{value} {unit}",
|
||||
"latestNetworkValue": "↓ {download} ↑ {upload} {unit}"
|
||||
},
|
||||
"tags": {
|
||||
"title": "Tag Management",
|
||||
|
||||
@@ -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": "適用",
|
||||
|
||||
@@ -442,7 +442,17 @@
|
||||
"gigaBytesPerSecond": "GB/s",
|
||||
"megaBytes": "MB",
|
||||
"gigaBytes": "GB",
|
||||
"swapNotAvailable": "Swap 不可用"
|
||||
"swapNotAvailable": "Swap 不可用",
|
||||
"cpuUsageTitle": "CPU 使用率",
|
||||
"memoryUsageTitleUnit": "内存使用情况 ({unit})",
|
||||
"networkSpeedTitleUnit": "网络速度 ({unit})",
|
||||
"cpuUsageLabel": "CPU 使用率 (%)",
|
||||
"memoryUsageLabelUnit": "内存使用 ({unit})",
|
||||
"networkDownloadLabelUnit": "下载 ({unit})",
|
||||
"networkUploadLabelUnit": "上传 ({unit})",
|
||||
"latestCpuValue": "{value}%",
|
||||
"latestMemoryValue": "{value} {unit}",
|
||||
"latestNetworkValue": "↓ {download} ↑ {upload} {unit}"
|
||||
},
|
||||
"tags": {
|
||||
"title": "标签管理",
|
||||
|
||||
Reference in New Issue
Block a user