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

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:'Forced retreat',
getOutSure:'Confirm the forced logout of the user whose login account is {userName} ?',
},
system:{
systemInfo:'System Information',
runPlace:'Running Platform',
placeVersion:'Platform Version',
systemPlace:'System Platform',
systemArchitecture:'System Architecture',
host:'Host Name',
runTime:'Running Time',
cpuInfo:'CPU information',
model:'Model',
hz:'Rate Hz',
cores:'Number of Cores',
usage:'Usage Rate (%)',
memory:'memory information',
totalMemory:'Total Memory',
lastMemory:'Remaining Memory',
proMemory:'Total process memory',
heapSize:'Total size of the heap',
heapUsage:'Heap Allocated',
libUse:'Link Library Occupation',
timeInfo:'Time Information',
time:'Time',
timeZone:'Time Zone',
timeZoneName:'time Zone Name',
networkInfo:'Network Information',
ethernet:'Ethernet',
localConnect:'Local Connection* ',
diskInfo:'Disk Information',
disk:'Path Drive Letter',
totalSize:'Total size',
lastSize:'Remaining size',
usageSize:'Used size',
spaceUsage:'Space usage (%)'
},
job: {
jobName: "JobName",
jobNamePlease: 'Please enter the task name correctly, limited to 2-20 characters',
@@ -902,7 +936,7 @@ export default {
delAllSure:'Confirm to clear all login log data items?',
delAllSuss:'Cleared successfully',
operModule:'Operation module',
operTime:'operation time',
operTime:'Operation time',
delAll:'Clear',
fail:'Failed',
suss:'Normal',
@@ -916,7 +950,7 @@ export default {
account:'Login Account',
loginIp:'Login Address',
loginLoc:'Login Location',
os:'operating System',
os:'Operating System',
browser:'Browser',
status:'Status',
info:'Login Information',
@@ -928,7 +962,7 @@ export default {
unlockSuss:'{userName} unlocked successfully',
unlockSure:'Confirm to unlock user [{username}] data item?',
}
}
},
},
mmlManage: {
cmdTitle: "Command Navigator",