---新增系统信息国际化

This commit is contained in:
lai
2023-11-10 19:24:53 +08:00
parent 7ffcc2f881
commit 447a8a5e0d
3 changed files with 108 additions and 34 deletions

View File

@@ -656,6 +656,40 @@ export default {
getOut:'强退',
getOutSure:'确认强退登录账号为 {userName} 的用户?',
},
system:{
systemInfo:'系统信息',
runPlace:'运行平台',
placeVersion:'平台版本',
systemPlace:'系统平台',
systemArchitecture:'系统架构',
host:'主机名称',
runTime:'运行时长',
cpuInfo:'CPU信息',
model:'型号',
hz:'速率Hz',
cores:'核心数',
usage:'使用率(%)',
memory:'内存信息',
totalMemory:'总内存',
lastMemory:'剩余内存',
proMemory:'进程总内存',
heapSize:'堆的总大小',
heapUsage:'堆已分配',
libUse:'链接库占用',
timeInfo:'时间信息',
time:'时间',
timeZone:'时区',
timeZoneName:'时区名称',
networkInfo:'网络信息',
ethernet:'以太网',
localConnect:'本地连接* ',
diskInfo:'磁盘信息',
disk:'路径盘符',
totalSize:'总大小',
lastSize:'剩余大小',
usageSize:'已使用大小',
spaceUsage:'空间使用率(%)'
},
job: {
jobName: "任务名称",
jobNamePlease: '请正确输入任务名称限2-20个字符',