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: {

View File

@@ -866,6 +866,42 @@ export default {
jobMsg: "日志信息",
targetParams: "传入参数",
},
cache: {
cacheKey: "缓存键名",
cacheName: "缓存名称",
cacheValue: "缓存内容",
remark: "备注",
clearCacheKeyOk: "已删除缓存键名 {txt}",
clearCacheNameOk: "已清理缓存名称 {txt}",
cacheList: "缓存列表",
cacheKeyListErr: "请在缓存列表中选择数据项!",
clearCacheSafe: "安全清理",
clearCacheSafeTip: "确认要执行可安全清理的缓存下所有键名吗?",
clearCacheSafeOk: "已完成安全清理缓存",
filter: "过滤",
filterPlace: "模糊过滤 {txt}",
clearCacheNameTip: "确认要清理该缓存名称下的所有键名吗?",
keyNameList: "键名列表",
clearCacheKeyTip: "确认要删除该缓存键吗?",
keyContent: "缓存内容",
},
cacheInfo: {
version: "服务版本",
mode: "运行模式",
modeStandalone: "单机",
modeClusters: "集群",
port: "端口",
clients: "已删除缓存键名 {txt}",
uptimeInDays: "运行时间(天)",
memoryHuman: "使用内存",
usedCpu: "使用CPU",
maxmemory: "内存配置",
aof: "AOF是否开启",
rdb: "RDB是否成功",
dbSize: "Key数量",
kbps: "网络入口/出口",
commandstats: "命令统计",
},
},
system:{
user:{