所有页面-创建中英双语对照-优化翻译文档结构

This commit is contained in:
2026-03-17 11:42:16 +08:00
parent 4a7397ce04
commit c790f74905
110 changed files with 1729 additions and 421 deletions

View File

@@ -0,0 +1,18 @@
{
"search": {
"username": "用户名",
"phone": "手机号",
"status": "状态",
"placeholderUsername": "请输入用户名",
"placeholderPhone": "请输入手机号",
"searchSelectPlaceholder": "请选择"
},
"table": {
"preview": "预览",
"fileName": "文件名称",
"storageMode": "存储模式",
"fileType": "文件类型",
"fileSize": "文件大小",
"uploadTime": "上传时间"
}
}

View File

@@ -0,0 +1,19 @@
{
"search": {
"tableName": "表名称",
"placeholderTableName": "请输入数据表名称"
},
"table": {
"tableName": "表名称",
"tableComment": "表注释",
"tableEngine": "表引擎",
"updateTime": "更新时间",
"totalRows": "总行数",
"fragmentSize": "碎片大小",
"dataSize": "数据大小",
"collation": "编码",
"createTime": "创建时间",
"deleteTime": "删除时间",
"dataDetail": "数据详情"
}
}

View File

@@ -0,0 +1,12 @@
{
"table": {
"select": "选中",
"dictName": "字典名称",
"dictCode": "字典标识",
"dictLabel": "字典标签",
"dictValue": "字典键值",
"color": "颜色",
"sort": "排序",
"status": "状态"
}
}

View File

@@ -0,0 +1,20 @@
{
"search": {
"labelFrom": "发件人",
"labelTo": "收件人",
"placeholderSendStatus": "请选择发送状态",
"placeholderFrom": "请输入发件人",
"placeholderTo": "请输入收件人",
"operTime": "发送时间"
},
"table": {
"no": "编号",
"gateway": "服务Host",
"emailFrom": "发件人",
"emailTo": "收件人",
"emailCode": "验证码",
"sendStatus": "发送状态",
"emailResponse": "发送结果",
"sendTime": "发送时间"
}
}

View File

@@ -0,0 +1,22 @@
{
"search": {
"loginUser": "登录用户",
"loginIp": "登录IP",
"loginStatus": "登录状态",
"operTime": "操作时间",
"placeholderLoginUser": "请输入登录用户",
"placeholderLoginIp": "请输入登录IP",
"placeholderLoginStatus": "请选择登录状态"
},
"table": {
"no": "编号",
"loginUser": "登录用户",
"loginStatus": "登录状态",
"loginIp": "登录IP",
"operLocation": "操作地点",
"os": "操作系统",
"browser": "浏览器",
"loginMessage": "登录信息",
"loginTime": "登录时间"
}
}

View File

@@ -0,0 +1,20 @@
{
"search": {
"operator": "操作用户",
"router": "路由",
"operIp": "操作IP",
"operTime": "操作时间",
"placeholderOperator": "请输入操作用户",
"placeholderOperRouter": "请输入操作路由",
"placeholderOperIp": "请输入操作IP"
},
"table": {
"no": "编号",
"operator": "操作用户",
"serviceName": "业务名称",
"router": "路由",
"operIp": "操作IP",
"operLocation": "操作地点",
"operTime": "操作时间"
}
}