---新增参数配置,字典配置国家化
This commit is contained in:
@@ -404,6 +404,30 @@ export default {
|
||||
neId: 'Internal identification',
|
||||
neIdPlease: 'Please select the corresponding network element',
|
||||
},
|
||||
configParam:{
|
||||
dataNull:'No configuration item data yet',
|
||||
editSuss:'Modification successful',
|
||||
editFail:'Edit failed',
|
||||
Unable:'Illegal operation of attribute value',
|
||||
delSure:'Confirm to delete the data item with Index [{value}]?',
|
||||
addSuss:'Add successfully',
|
||||
addFail:'Add failed',
|
||||
delArraySure:'Confirm to delete the data item with {arrayChildTitle} Index as [{value}]?',
|
||||
parUnable:'The parameter value is not within the reasonable range',
|
||||
ipv4Tip:'Not a legal IPV4 address',
|
||||
ipv6Tip:'Not a legal IPV6 address',
|
||||
enumTip:'Not a reasonable enumeration value',
|
||||
boolTip:'Not a reasonable Boolean value',
|
||||
default:'The input value is of unknown type',
|
||||
reloadSuss:'Network element reloading completed',
|
||||
reloadFail:'Network element reloading failed',
|
||||
neNUll:'No network element list data yet',
|
||||
reload:'Reload',
|
||||
post:'Submit',
|
||||
editSure:'Are you sure you want to update this attribute value? ',
|
||||
arraryEdit:'Are you sure to submit the record whose updated Index is [{value}]? ',
|
||||
addSure:'Are you sure to submit the new record of Index: [{value}]? '
|
||||
}
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
@@ -1073,14 +1097,14 @@ export default {
|
||||
email:'Mail',
|
||||
},
|
||||
post:{
|
||||
positionInfo:'Position information',
|
||||
positionId:'Position number',
|
||||
positionCode:'Position code',
|
||||
positionName:'Position name',
|
||||
positionSort:'Position sorting',
|
||||
positionStatus:'Position status',
|
||||
positionMark:'Position description',
|
||||
createTime:'Creation time',
|
||||
positionInfo:' Position Information',
|
||||
positionId:'Position Number',
|
||||
positionCode:'Position Code',
|
||||
positionName:'Position Name',
|
||||
positionSort:'Position Sorting',
|
||||
positionStatus:'Position Status',
|
||||
positionMark:'Position Description',
|
||||
createTime:'Creation Time',
|
||||
codeTip:'Please enter the position code correctly',
|
||||
nameTip:'Please enter the position name correctly',
|
||||
delSure:'Confirm to delete the data item with post number [{postId}]?',
|
||||
@@ -1126,8 +1150,57 @@ export default {
|
||||
unlock:'Unlock',
|
||||
unlockSuss:'{userName} unlocked successfully',
|
||||
unlockSure:'Confirm to unlock user [{username}] data item?',
|
||||
}
|
||||
},
|
||||
},
|
||||
menu:{
|
||||
menuInfo:' Menu Information',
|
||||
menuName:'Menu Name',
|
||||
menuId:'Menu Number',
|
||||
menuSort:'Menu Sort',
|
||||
menuTitle:'Menu Icon',
|
||||
perId:'Permission ID',
|
||||
formLoc:'Component Path',
|
||||
status:'Display Status',
|
||||
menuStatus:'Menu Status',
|
||||
menuType:'Menu Type',
|
||||
createTime:'Creation Time',
|
||||
highMenu:'Superior Menu',
|
||||
routerAdrr:'Routing Address',
|
||||
delSure:'Confirm to delete the data item with menu number [{menuId}]?',
|
||||
addSon:'Add Submenu',
|
||||
hidden:'Hidden',
|
||||
show:'Show',
|
||||
root:'Directory',
|
||||
menu:'Menu',
|
||||
button:'Button',
|
||||
yes:'Yes',
|
||||
no:'No',
|
||||
cache:'Cache',
|
||||
noCache:'Not cache',
|
||||
pageCache:'Page cache',
|
||||
local:'Internal Address',
|
||||
mark:'Menu Description',
|
||||
pathTip:`The accessed routing address, such as: user, /auth 1. If the network address requires internal access, start with http(s):// Menu behavior (root node): The current window opens the menu behavior, (non-root node) :Embedded window. 2. If the network address requires external access, set the internal address option to No. Menu behavior: Open a new tab 3. If the embedded subpage needs to hide the page, set the display status option to Hide address splicing to embed routing. address`,
|
||||
sonPage:'Subpage address',
|
||||
componentTip:' The component path accessed by views in the page component directory, such as: system/user/index Note: The routing address without the .vue file suffix is the network address and can be filled in as a link',
|
||||
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:{
|
||||
dictInfo:'Dictionary Type Information',
|
||||
dictId:'Dictionary Number',
|
||||
dictName:'Dictionary Name',
|
||||
dictType:'Dictionary Type',
|
||||
dictSatus:'Dictionary Status',
|
||||
createTime:'Creation Time',
|
||||
realDictName:'Please enter the dictionary name correctly',
|
||||
realDictType:'Please enter the dictionary type correctly',
|
||||
delSure:'Confirm to delete the data item with parameter number [{dictId}]?',
|
||||
reloadSure:'Are you sure you want to refresh the dictionary data cache?',
|
||||
reloadSuss:'Refresh cache successfully',
|
||||
dictData:'Dictionary Data',
|
||||
reload:'Refresh Cache',
|
||||
mark:'Dictionary Description',
|
||||
}
|
||||
},
|
||||
mmlManage: {
|
||||
operationtitle: "Interface Settings",
|
||||
|
||||
Reference in New Issue
Block a user