---新增参数配置,字典配置国家化

This commit is contained in:
lai
2023-11-11 16:31:42 +08:00
parent cca9973b28
commit 7a93768fd0
8 changed files with 582 additions and 290 deletions

View File

@@ -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",

View File

@@ -404,6 +404,30 @@ export default {
neId: '网元内部标识',
neIdPlease: '请选择对应网元',
},
configParam:{
dataNull:'暂无配置项数据',
editSuss:'修改成功',
editFail:'修改失败',
unable:'非法操作属性值',
delSure:'确认删除Index为 【{value}】 的数据项?',
addSuss:'新增成功',
addFail:'新增失败',
delArraySure:'确认删除{arrayChildTitle} Index 为 【{value}】 的数据项?',
parUnable:'参数值不在合理范围',
ipv4Tip:'不是合法的IPV4地址',
ipv6Tip:'不是合法的IPV6地址',
enumTip:'不是合理的枚举值',
boolTip:'不是合理的布尔类型的值',
default:'输入值是未知类型',
reloadSuss:'网元重新加载完成',
reloadFail:'网元重新加载失败',
neNUll:'暂无网元列表数据',
reload:'重载',
post:'提交',
editSure:'确认更新该属性值吗?',
arraryEdit:'确认提交更新 Index 为 【{value}】 的记录吗?',
addSure:'确认提交新增 Index :【{value}】 的记录吗?'
}
},
neUser: {
auth: {
@@ -1126,8 +1150,57 @@ export default {
unlock:'解锁',
unlockSuss:'{userName} 解锁成功',
unlockSure:'确认解锁用户 【{username}】 数据项?',
}
},
},
menu:{
menuInfo:'菜单信息',
menuName:'菜单名称',
menuId:'菜单编号',
menuSort:'菜单排序',
menuTitle:'菜单图标',
perId:'权限标识',
formLoc:'组件路径',
status:'显示状态',
menuStatus:'菜单状态',
menuType:'菜单类型',
createTime:'创建时间',
highMenu:'上级菜单',
routerAdrr:'路由地址',
delSure:'确认删除菜单编号为 【{menuId}】 的数据项?',
addSon:'新增子菜单',
hidden:'隐藏',
show:'显示',
root:'目录',
menu:'菜单',
button:'按钮',
yes:'是',
no:'否',
cache:'缓存',
noCache:'不缓存',
pageCache:'页面缓存',
local:'内部地址',
mark:'菜单说明',
pathTip:`访问的路由地址,如:user、/auth 1. 如网络地址需内部访问 则以 http(s):// 开头菜单行为(根节点):当前窗口打开 菜单行为,(非根节点):内嵌窗口.2. 如网络地址需外部访问则将内部地址选项设为否菜单行为:打开新标签3. 如内嵌子页面需要隐藏页面则将显示状态选项设为隐藏地址拼接以内嵌路由地址`,
sonPage:'子页面地址',
componentTip:' 页面组件目录 views 访问的组件路径,如:system/user/index 注意:不带 .vue 文件后缀路由地址是网络地址可填入链接',
perms:`权限标识示例:monitor:server:query 后端控制器中使用权限标识,如:@PreAuthorize({ hasPermissions: ['monitor:server:query'] }) 前端vue页面中使用权限标识,如:v-perms:has="['monitor:server:query']"`
},
dict:{
dictInfo:'字典类型信息',
dictId:'字典编号',
dictName:'字典名称',
dictType:'字典类型',
dictSatus:'字典状态',
createTime:'创建时间',
realDictName:'请正确输入字典名称',
realDictType:'请正确输入字典类型',
delSure:'确认删除参数编号为 【{dictId}】 的数据项?',
reloadSure:'确定要刷新字典数据缓存吗?',
reloadSuss:'刷新缓存成功',
dictData:'字典数据',
reload:'刷新缓存',
mark:'字典说明',
}
},
mmlManage: {
cmdTitle: "命令导航",
@@ -1158,7 +1231,7 @@ export default {
ipadd: "侦听IP地址",
ipaddPlease: "请输入侦听IP地址",
port: "侦听端口",
portPlease: "请输入远程端口0~65535",
portPlease: "请输入远程端口,0~65535",
okChange: "接口设置保存成功",
noChange: "接口设置无变更",
},