style: 缓存信息多语言

This commit is contained in:
TsMask
2023-11-11 16:27:19 +08:00
parent 66322caf23
commit cca9973b28
4 changed files with 141 additions and 52 deletions

View File

@@ -866,6 +866,42 @@ export default {
jobMsg: "Job Messages",
targetParams: "TargetParams",
},
cache: {
cacheKey: "Cache Key Name",
cacheName: "Cache Name",
cacheValue: "Cached content",
remark: "Remark",
clearCacheKeyOk: "Deleted cache key name {txt}",
clearCacheNameOk: "Cleared cache name {txt}",
cacheList: "Cache Lists",
cacheKeyListErr: "Please select the data item in the cache list!",
clearCacheSafe: "Security Clearance",
clearCacheSafeTip: "Confirm that you want to perform a safe clean of all key names under the cache?",
clearCacheSafeOk: "Completed securely clearing the cache",
filter: "Filter",
filterPlace: "Fuzzy filtering {txt}",
clearCacheNameTip: "Are you sure you want to clear all the keys under that cache name?",
keyNameList: "Key Name List",
clearCacheKeyTip: "Are you sure you want to delete the cache key?",
keyContent: "Cached content",
},
cacheInfo: {
version: "Service Versions",
mode: "Perating Mode",
modeStandalone: "stand-alone",
modeClusters: "clusters",
port: "Port",
clients: "Client Connections",
uptimeInDays: "Running time (days)",
memoryHuman: "Using Memory",
usedCpu: "Using CPU",
maxmemory: "Memory Configuration",
aof: "Whether AOF is enabled",
rdb: "Whether the RDB is successful",
dbSize: "Number of Keys",
kbps: "Network entry/exit",
commandstats: "Command Statistics",
},
},
system:{
user: {