fix:en
This commit is contained in:
@@ -685,7 +685,7 @@ export default {
|
|||||||
syncMyself:'Manual Synchronization',
|
syncMyself:'Manual Synchronization',
|
||||||
realTitle:'Title',
|
realTitle:'Title',
|
||||||
objectNf:'Object NE',
|
objectNf:'Object NE',
|
||||||
helpFile:'帮助文档',
|
helpFile:'Help Documentation',
|
||||||
set:'Set',
|
set:'Set',
|
||||||
cancelSure:'Confirm whether to cancel the acknowledgment alarm',
|
cancelSure:'Confirm whether to cancel the acknowledgment alarm',
|
||||||
cancelSuss:'Alarm canceled successfully',
|
cancelSuss:'Alarm canceled successfully',
|
||||||
@@ -742,12 +742,12 @@ export default {
|
|||||||
},
|
},
|
||||||
monitor: {
|
monitor: {
|
||||||
session: {
|
session: {
|
||||||
userName: "Login account",
|
userName: "Login Account",
|
||||||
userNamePlease: 'Query login account',
|
userNamePlease: 'Query login account',
|
||||||
ipaddr: "IP Address",
|
ipaddr: "IP Address",
|
||||||
ipaddrPlease: 'Query IP address',
|
ipaddrPlease: 'Query IP address',
|
||||||
loginTime: "Login Time",
|
loginTime: "Login Time",
|
||||||
shakeTime: "Idle time (minutes)",
|
shakeTime: "Idle Time (minutes)",
|
||||||
status: "Status",
|
status: "Status",
|
||||||
online: "Online",
|
online: "Online",
|
||||||
offline: "Offline",
|
offline: "Offline",
|
||||||
@@ -935,7 +935,7 @@ export default {
|
|||||||
userName: 'User Name',
|
userName: 'User Name',
|
||||||
permission: 'Permission',
|
permission: 'Permission',
|
||||||
className: 'Class Name',
|
className: 'Class Name',
|
||||||
loginIp: 'Login address',
|
loginIp: 'Login Address',
|
||||||
loginTime: 'Login Time',
|
loginTime: 'Login Time',
|
||||||
status: 'Status',
|
status: 'Status',
|
||||||
userNameTip:'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits',
|
userNameTip:'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits',
|
||||||
@@ -1038,7 +1038,7 @@ export default {
|
|||||||
onlyClassScopeOptions:'Data permissions of this department',
|
onlyClassScopeOptions:'Data permissions of this department',
|
||||||
classAllScopeOptions:'Data permissions for this department and the following',
|
classAllScopeOptions:'Data permissions for this department and the following',
|
||||||
myselfScopeOptions:'Only personal data permissions',
|
myselfScopeOptions:'Only personal data permissions',
|
||||||
roleId:'Role Id',
|
roleId:'Role ID',
|
||||||
roleName:'Role Name',
|
roleName:'Role Name',
|
||||||
roleKey:'Role Key',
|
roleKey:'Role Key',
|
||||||
roleSort:'Role Order',
|
roleSort:'Role Order',
|
||||||
@@ -1097,7 +1097,7 @@ export default {
|
|||||||
email:'Mail',
|
email:'Mail',
|
||||||
},
|
},
|
||||||
post:{
|
post:{
|
||||||
positionInfo:' Position Information',
|
positionInfo:'Position Information',
|
||||||
positionId:'Position Number',
|
positionId:'Position Number',
|
||||||
positionCode:'Position Code',
|
positionCode:'Position Code',
|
||||||
positionName:'Position Name',
|
positionName:'Position Name',
|
||||||
@@ -1153,7 +1153,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
menu:{
|
menu:{
|
||||||
menuInfo:' Menu Information',
|
menuInfo:'Menu Information',
|
||||||
menuName:'Menu Name',
|
menuName:'Menu Name',
|
||||||
menuId:'Menu Number',
|
menuId:'Menu Number',
|
||||||
menuSort:'Menu Sort',
|
menuSort:'Menu Sort',
|
||||||
@@ -1186,7 +1186,7 @@ export default {
|
|||||||
perms:`Permission identification example: monitor:server:query Permission identification is used in the back-end controller, such as: @PreAuthorize({ hasPermissions: ['monitor:server:query'] }) Permission identification is used in the front-end Vue page, such as: v-perms:has="['monitor:server:query']"`
|
perms:`Permission identification example: monitor:server:query Permission identification is used in the back-end controller, such as: @PreAuthorize({ hasPermissions: ['monitor:server:query'] }) Permission identification is used in the front-end Vue page, such as: v-perms:has="['monitor:server:query']"`
|
||||||
},
|
},
|
||||||
dict:{
|
dict:{
|
||||||
dictInfo:' Dictionary Type Information',
|
dictInfo:'Dictionary Type Information',
|
||||||
dictId:'Dictionary Number',
|
dictId:'Dictionary Number',
|
||||||
dictName:'Dictionary Name',
|
dictName:'Dictionary Name',
|
||||||
dictType:' Dictionary Type',
|
dictType:' Dictionary Type',
|
||||||
|
|||||||
Reference in New Issue
Block a user