|
@@ -45,6 +45,7 @@ export default {
|
|
|
detail:'Detail',
|
|
detail:'Detail',
|
|
|
expandCollapse: 'ExpandCollapse',
|
|
expandCollapse: 'ExpandCollapse',
|
|
|
action:'Operation',
|
|
action:'Operation',
|
|
|
|
|
+ tip:'Tips'
|
|
|
},
|
|
},
|
|
|
login: {
|
|
login: {
|
|
|
title: 'System Login',
|
|
title: 'System Login',
|
|
@@ -116,7 +117,8 @@ export default {
|
|
|
confirmPasswordRequired: 'Please enter your password again',
|
|
confirmPasswordRequired: 'Please enter your password again',
|
|
|
codeRequired: 'Please enter verification code',
|
|
codeRequired: 'Please enter verification code',
|
|
|
registerSuccess: 'Congratulations! Your account {username} has been registered successfully!',
|
|
registerSuccess: 'Congratulations! Your account {username} has been registered successfully!',
|
|
|
- systemTip: 'System Tip'
|
|
|
|
|
|
|
+ systemTip: 'System Tip',
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
system: {
|
|
system: {
|
|
|
user: {
|
|
user: {
|
|
@@ -207,13 +209,21 @@ export default {
|
|
|
basicInfo: 'Basic Information',
|
|
basicInfo: 'Basic Information',
|
|
|
roleInfo: 'Role Information',
|
|
roleInfo: 'Role Information',
|
|
|
authSuccess: 'Authorization successful'
|
|
authSuccess: 'Authorization successful'
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ addUser:'Add User',
|
|
|
|
|
+ editUser:'Edit User',
|
|
|
|
|
+ import:'import User',
|
|
|
|
|
+ resetPwdTitle: 'Please enter the new password for "{userName}"',
|
|
|
|
|
+ resetPwdSuccess: 'Edited successfully, the new password is: {newPwd}',
|
|
|
|
|
+ resetKeyTitle: 'Please enter the new key password for "{userName}"',
|
|
|
|
|
+ resetKeySuccess: 'Edited successfully, the new key password is: {newKey}',
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
dept: {
|
|
dept: {
|
|
|
- deptName: 'Dept. Name',
|
|
|
|
|
|
|
+ deptName: 'DeptName',
|
|
|
deptNamePlaceholder: 'Please enter department name',
|
|
deptNamePlaceholder: 'Please enter department name',
|
|
|
status: 'Status',
|
|
status: 'Status',
|
|
|
- deptStatus: 'Dept. Status',
|
|
|
|
|
|
|
+ deptStatus: 'DeptStatus',
|
|
|
expandCollapse: 'Expand/Collapse',
|
|
expandCollapse: 'Expand/Collapse',
|
|
|
sort: 'Sort',
|
|
sort: 'Sort',
|
|
|
createTime: 'Creation Date',
|
|
createTime: 'Creation Date',
|
|
@@ -1490,15 +1500,15 @@ export default {
|
|
|
deleteSuccess: 'Deleted successfully'
|
|
deleteSuccess: 'Deleted successfully'
|
|
|
},
|
|
},
|
|
|
dict: {
|
|
dict: {
|
|
|
- dictName: 'Dict. Name',
|
|
|
|
|
|
|
+ dictName: 'DictName',
|
|
|
dictNamePlaceholder: 'Please enter dictionary name',
|
|
dictNamePlaceholder: 'Please enter dictionary name',
|
|
|
- dictType: 'Dict. Type',
|
|
|
|
|
|
|
+ dictType: 'DictType',
|
|
|
dictTypePlaceholder: 'Please enter dictionary type',
|
|
dictTypePlaceholder: 'Please enter dictionary type',
|
|
|
status: 'Status',
|
|
status: 'Status',
|
|
|
statusPlaceholder: 'Please select status',
|
|
statusPlaceholder: 'Please select status',
|
|
|
- dictNo: 'Dict. No.',
|
|
|
|
|
|
|
+ dictNo: 'DictNo.',
|
|
|
createTime: 'Creation Date',
|
|
createTime: 'Creation Date',
|
|
|
- dictData: 'Dict. Data',
|
|
|
|
|
|
|
+ dictData: 'DictData',
|
|
|
dialogTitle: 'Add or Edit Dictionary Type Dialog',
|
|
dialogTitle: 'Add or Edit Dictionary Type Dialog',
|
|
|
remarkPlaceholder: 'Please enter remark',
|
|
remarkPlaceholder: 'Please enter remark',
|
|
|
dictNameRequired: 'Dictionary name cannot be empty',
|
|
dictNameRequired: 'Dictionary name cannot be empty',
|
|
@@ -1512,33 +1522,33 @@ export default {
|
|
|
refreshCache: 'Refresh Cache',
|
|
refreshCache: 'Refresh Cache',
|
|
|
refreshSuccess: 'Refreshed successfully',
|
|
refreshSuccess: 'Refreshed successfully',
|
|
|
data: {
|
|
data: {
|
|
|
- dictLabel: 'Dict. Label',
|
|
|
|
|
|
|
+ dictLabel: 'DictLabel',
|
|
|
dictLabelPlaceholder: 'Please enter dictionary label',
|
|
dictLabelPlaceholder: 'Please enter dictionary label',
|
|
|
dataStatus: 'Data Status',
|
|
dataStatus: 'Data Status',
|
|
|
- dictCode: 'Dict. Code',
|
|
|
|
|
- dictKey: 'Dict. Key',
|
|
|
|
|
- dictSort: 'Dict. Sort',
|
|
|
|
|
|
|
+ dictCode: 'DictCode',
|
|
|
|
|
+ dictKey: 'DictKey',
|
|
|
|
|
+ dictSort: 'DictSort',
|
|
|
dialogTitle: 'Add or Edit Parameter Config Dialog',
|
|
dialogTitle: 'Add or Edit Parameter Config Dialog',
|
|
|
- dictType: 'Dict. Type',
|
|
|
|
|
- dataLabel: 'Data Label',
|
|
|
|
|
|
|
+ dictType: 'DictType',
|
|
|
|
|
+ dataLabel: 'DataLabel',
|
|
|
dataLabelPlaceholder: 'Please enter data label',
|
|
dataLabelPlaceholder: 'Please enter data label',
|
|
|
- dataKey: 'Data Key',
|
|
|
|
|
|
|
+ dataKey: 'DataKey',
|
|
|
dataKeyPlaceholder: 'Please enter data key',
|
|
dataKeyPlaceholder: 'Please enter data key',
|
|
|
- styleAttr: 'Style Attr.',
|
|
|
|
|
|
|
+ styleAttr: 'StyleAttr.',
|
|
|
styleAttrPlaceholder: 'Please enter style attribute',
|
|
styleAttrPlaceholder: 'Please enter style attribute',
|
|
|
- displaySort: 'Display Sort',
|
|
|
|
|
- echoStyle: 'Echo Style',
|
|
|
|
|
|
|
+ displaySort: 'DisplaySort',
|
|
|
|
|
+ echoStyle: 'EchoStyle',
|
|
|
default: 'Default',
|
|
default: 'Default',
|
|
|
primary: 'Primary',
|
|
primary: 'Primary',
|
|
|
success: 'Success',
|
|
success: 'Success',
|
|
|
info: 'Info',
|
|
info: 'Info',
|
|
|
warning: 'Warning',
|
|
warning: 'Warning',
|
|
|
danger: 'Danger',
|
|
danger: 'Danger',
|
|
|
- dataValue: 'Data Value',
|
|
|
|
|
|
|
+ dataValue: 'DataValue',
|
|
|
dataValuePlaceholder: 'Please enter data value',
|
|
dataValuePlaceholder: 'Please enter data value',
|
|
|
- cssClass: 'CSS Class',
|
|
|
|
|
|
|
+ cssClass: 'CSSClass',
|
|
|
cssClassPlaceholder: 'Please enter CSS class',
|
|
cssClassPlaceholder: 'Please enter CSS class',
|
|
|
- listClass: 'List Class',
|
|
|
|
|
|
|
+ listClass: 'ListClass',
|
|
|
dataLabelRequired: 'Data label cannot be empty',
|
|
dataLabelRequired: 'Data label cannot be empty',
|
|
|
dataValueRequired: 'Data value cannot be empty',
|
|
dataValueRequired: 'Data value cannot be empty',
|
|
|
dataKeyRequired: 'Data key cannot be empty',
|
|
dataKeyRequired: 'Data key cannot be empty',
|
|
@@ -1748,15 +1758,11 @@ export default {
|
|
|
mapWidth: 'Map Width',
|
|
mapWidth: 'Map Width',
|
|
|
mapHeight: 'Map Height',
|
|
mapHeight: 'Map Height',
|
|
|
xCoordinate: 'X Coordinate',
|
|
xCoordinate: 'X Coordinate',
|
|
|
- xCoordinatePlaceholder: 'Please enter X coordinate',
|
|
|
|
|
yCoordinate: 'Y Coordinate',
|
|
yCoordinate: 'Y Coordinate',
|
|
|
- yCoordinatePlaceholder: 'Please enter Y coordinate',
|
|
|
|
|
mapNameRequired: 'Map name cannot be empty',
|
|
mapNameRequired: 'Map name cannot be empty',
|
|
|
mapImageRequired: 'Map image cannot be empty',
|
|
mapImageRequired: 'Map image cannot be empty',
|
|
|
addMap: 'Add Map Data',
|
|
addMap: 'Add Map Data',
|
|
|
editMap: 'Edit Map Data',
|
|
editMap: 'Edit Map Data',
|
|
|
- editSuccess: 'Updated successfully',
|
|
|
|
|
- addSuccess: 'Added successfully',
|
|
|
|
|
createTime: 'Creation Date',
|
|
createTime: 'Creation Date',
|
|
|
detail: 'Detail',
|
|
detail: 'Detail',
|
|
|
dialogTitle: 'Add or Edit Parameter Config Dialog',
|
|
dialogTitle: 'Add or Edit Parameter Config Dialog',
|
|
@@ -1765,8 +1771,6 @@ export default {
|
|
|
xCoordinatePlaceholder: 'Please enter X coordinate',
|
|
xCoordinatePlaceholder: 'Please enter X coordinate',
|
|
|
yCoordinatePlaceholder: 'Please enter Y coordinate',
|
|
yCoordinatePlaceholder: 'Please enter Y coordinate',
|
|
|
userNamePlaceholder: 'Please enter userName',
|
|
userNamePlaceholder: 'Please enter userName',
|
|
|
- fingerprintImport: 'Fingerprint Import',
|
|
|
|
|
- faceImport: 'Face Import',
|
|
|
|
|
fingerprintLogin: 'Fingerprint Login',
|
|
fingerprintLogin: 'Fingerprint Login',
|
|
|
faceLogin: 'Face Login',
|
|
faceLogin: 'Face Login',
|
|
|
uploadTip: 'Drag file here or click to upload',
|
|
uploadTip: 'Drag file here or click to upload',
|
|
@@ -1857,7 +1861,7 @@ export default {
|
|
|
online: {
|
|
online: {
|
|
|
tokenId: 'Token ID',
|
|
tokenId: 'Token ID',
|
|
|
loginName: 'Login Name',
|
|
loginName: 'Login Name',
|
|
|
- deptName: 'Dept. Name',
|
|
|
|
|
|
|
+ deptName: 'DeptName',
|
|
|
host: 'Host',
|
|
host: 'Host',
|
|
|
forceLogout: 'Force Logout',
|
|
forceLogout: 'Force Logout',
|
|
|
forceLogoutConfirm: 'Confirm to force logout user "{userName}"?',
|
|
forceLogoutConfirm: 'Confirm to force logout user "{userName}"?',
|