fix: 多语言字段变更优化字典映射类型
This commit is contained in:
@@ -276,8 +276,8 @@ export default {
|
||||
sexPleace: "Please select the user's gender",
|
||||
email: "Email",
|
||||
emailPleace: "Please enter the correct e-mail address",
|
||||
phonenumber: "Phone",
|
||||
phonenumberPleace: "Please enter the correct cell phone number",
|
||||
phone: "Phone",
|
||||
phonePleace: "Please enter the correct cell phone number",
|
||||
nick: "NickName",
|
||||
nickPleace: "Please enter a user nickname",
|
||||
nickTip: "Nicknames can only contain letters, numbers, Chinese characters and underscores, and no less than 2 digits",
|
||||
@@ -338,13 +338,13 @@ export default {
|
||||
headerRenderActions: "Whether to display the top navigation bar",
|
||||
},
|
||||
profile: {
|
||||
phonenumber: "Phone",
|
||||
phone: "Phone",
|
||||
email: "Email",
|
||||
deptName: "Department",
|
||||
postGroup: "Possession of posts",
|
||||
roleGroup: "Ownership",
|
||||
loginIp: "Log in",
|
||||
loginDate: "Login Time",
|
||||
loginTime: "Login Time",
|
||||
list: "Lists",
|
||||
empty: "Empty State",
|
||||
description: "No data yet, try refreshing",
|
||||
@@ -1205,7 +1205,7 @@ export default {
|
||||
dirCd: "Enter Dir",
|
||||
viewAs: 'View Action',
|
||||
reload: "Reload",
|
||||
follow: 'Monitoring Content',
|
||||
follow: 'Enable Instant Update',
|
||||
tailChar: 'End Characters',
|
||||
tailLines: 'End Lines',
|
||||
},
|
||||
@@ -1882,13 +1882,13 @@ export default {
|
||||
},
|
||||
dictData: {
|
||||
dictType: "Dictionary name",
|
||||
dictCode: "Data Code",
|
||||
dictLabel: "Data Key",
|
||||
dictLabelPleac: "Please enter the data key correctly",
|
||||
dictValue: "Data Value",
|
||||
dictValuePleac: "Please enter the data value correctly",
|
||||
dictSort: "Data Sort",
|
||||
status: "Status",
|
||||
dataId: "Data Code",
|
||||
dataLabel: "Data Key",
|
||||
dataLabelPleac: "Please enter the data key correctly",
|
||||
dataValue: "Data Value",
|
||||
dataValuePleac: "Please enter the data value correctly",
|
||||
dataSort: "Data Sort",
|
||||
statusFlag: "Status",
|
||||
createTime: "CreateTime",
|
||||
tagType: "Tag Type",
|
||||
tagTypeShow: "Tag Type Show",
|
||||
|
||||
@@ -276,8 +276,8 @@ export default {
|
||||
sexPleace: "请选择用户性别",
|
||||
email: "电子邮箱",
|
||||
emailPleace: "请输入正确的电子邮箱",
|
||||
phonenumber: "手机号码",
|
||||
phonenumberPleace: "请输入正确的手机号码",
|
||||
phone: "手机号码",
|
||||
phonePleace: "请输入正确的手机号码",
|
||||
nick: "用户昵称",
|
||||
nickPleace: "请输入用户昵称",
|
||||
nickTip: "昵称少于2位",
|
||||
@@ -338,13 +338,13 @@ export default {
|
||||
headerRenderActions: "是否显示顶部导航栏",
|
||||
},
|
||||
profile: {
|
||||
phonenumber: "手机号码",
|
||||
phone: "手机号码",
|
||||
email: "用户邮箱",
|
||||
deptName: "所属部门",
|
||||
postGroup: "拥有岗位",
|
||||
roleGroup: "拥有角色",
|
||||
loginIp: "登录地址",
|
||||
loginDate: "登录时间",
|
||||
loginTime: "登录时间",
|
||||
list: "列表",
|
||||
empty: "空状态",
|
||||
description: "暂无数据,尝试刷新看看",
|
||||
@@ -1882,13 +1882,13 @@ export default {
|
||||
},
|
||||
dictData: {
|
||||
dictType: "字典名称",
|
||||
dictCode: "数据代码",
|
||||
dictLabel: "数据键名",
|
||||
dictLabelPleac: "请正确输入数据键名",
|
||||
dictValue: "数据键值",
|
||||
dictValuePleac: "请正确输入数据键值",
|
||||
dictSort: "数据排序",
|
||||
status: "数据状态",
|
||||
dataId: "数据代码",
|
||||
dataLabel: "数据键名",
|
||||
dataLabelPleac: "请正确输入数据键名",
|
||||
dataValue: "数据键值",
|
||||
dataValuePleac: "请正确输入数据键值",
|
||||
dataSort: "数据排序",
|
||||
statusFlag: "数据状态",
|
||||
createTime: "创建时间",
|
||||
tagType: "标签类型",
|
||||
tagTypeShow: "回显预览",
|
||||
|
||||
Reference in New Issue
Block a user