--部门管理的国际化

This commit is contained in:
lai
2023-11-10 15:35:37 +08:00
parent 9778244167
commit 973534a6ab
3 changed files with 140 additions and 73 deletions

View File

@@ -668,6 +668,26 @@ export default {
stop:'Pause',
preScope:'Scope of authority',
dataPer:'Data permission',
},
dept:{
classInfo:'Department information',
className:'Department name',
classId:'Department Number',
classSort:'Department sorting',
status:'Position status',
createTime:'Creation time',
highClass:'Higher office',
emailTip:'Please input the correct email address',
phoneTip:'Please enter the correct phone number',
node:'Root node',
delSure:'Are you sure to delete the data item with department number [{deptId}]?',
open:'Exhibition',
close:'Fold',
addClass:'Add new sub-department',
showSort:'Show sort',
admin:'Principal',
phone:'Contact number',
email:'Mail',
}
},
},

View File

@@ -668,7 +668,27 @@ export default {
stop:'暂停',
preScope:'权限范围',
dataPer:'数据权限',
}
},
dept:{
classInfo:'部门信息',
className:'部门名称',
classId:'部门编号',
classSort:'部门排序',
status:'岗位状态',
createTime:'创建时间',
highClass:'上级部门',
emailTip:'请输入正确的邮箱地址',
phoneTip:'请输入正确的手机号码',
node:'根节点',
delSure:'确认删除部门编号为 【{deptId}】 的数据项?',
open:'展',
close:'折',
addClass:'新增子部门',
showSort:'显示排序',
admin:'负责人',
phone:'联系电话',
email:'邮箱',
},
},
},
};