增加租户目录中英文

This commit is contained in:
lai
2024-07-05 14:19:59 +08:00
parent 2cb92eaf69
commit 842f09cc90
2 changed files with 42 additions and 2 deletions

View File

@@ -1781,12 +1781,32 @@ export default {
classSort:'Department Sorting',
status:'Department 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',
admin:'Principal',
phone:'Contact Number',
email:'Mail',
},
tenant:{
classInfo:' Tenant Information',
className:'Name',
classId:'Number',
classSort:'Sorting',
status:'Status',
type:' Tenancy Asset',
createTime:'Creation Time',
highClass:'Root Level',
key:'Asset Key',
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 number [{deptId}]?',
delSure:'Are you sure to delete the data item with number [{tenantId}]?',
open:'Exhibition',
close:'Fold',
addClass:'Add Tenant',

View File

@@ -1781,12 +1781,32 @@ export default {
classSort:'部门排序',
status:'部门状态',
createTime:'创建时间',
highClass:'上级部门',
emailTip:'请输入正确的邮箱地址',
phoneTip:'请输入正确的手机号码',
node:'根节点',
delSure:'确认删除部门编号为 【{deptId}】 的数据项?',
open:'展',
close:'折',
addClass:'新增子部门',
admin:'负责人',
phone:'联系电话',
email:'邮箱',
},
tenant:{
classInfo:'租户信息',
className:'名称',
classId:'编号',
classSort:'排序',
status:'状态',
type:'租赁类型',
createTime:'创建时间',
highClass:'根级',
key:'租赁标识',
emailTip:'请输入正确的邮箱地址',
phoneTip:'请输入正确的手机号码',
node:'根节点',
delSure:'确认删除部门编号为 【{deptId}】 的数据项?',
delSure:'确认删除部门编号为 【{tenantId}】 的数据项?',
open:'展',
close:'折',
addClass:'新增租户',