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",
|
||||
|
||||
Reference in New Issue
Block a user