增加租户目录中英文
This commit is contained in:
@@ -1781,12 +1781,32 @@ export default {
|
|||||||
classSort:'Department Sorting',
|
classSort:'Department Sorting',
|
||||||
status:'Department Status',
|
status:'Department Status',
|
||||||
createTime:'Creation Time',
|
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',
|
highClass:'Root Level',
|
||||||
key:'Asset Key',
|
key:'Asset Key',
|
||||||
emailTip:'Please input the correct email address',
|
emailTip:'Please input the correct email address',
|
||||||
phoneTip:'Please enter the correct phone number',
|
phoneTip:'Please enter the correct phone number',
|
||||||
node:'Root Node',
|
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',
|
open:'Exhibition',
|
||||||
close:'Fold',
|
close:'Fold',
|
||||||
addClass:'Add Tenant',
|
addClass:'Add Tenant',
|
||||||
|
|||||||
@@ -1781,12 +1781,32 @@ export default {
|
|||||||
classSort:'部门排序',
|
classSort:'部门排序',
|
||||||
status:'部门状态',
|
status:'部门状态',
|
||||||
createTime:'创建时间',
|
createTime:'创建时间',
|
||||||
|
highClass:'上级部门',
|
||||||
|
emailTip:'请输入正确的邮箱地址',
|
||||||
|
phoneTip:'请输入正确的手机号码',
|
||||||
|
node:'根节点',
|
||||||
|
delSure:'确认删除部门编号为 【{deptId}】 的数据项?',
|
||||||
|
open:'展',
|
||||||
|
close:'折',
|
||||||
|
addClass:'新增子部门',
|
||||||
|
admin:'负责人',
|
||||||
|
phone:'联系电话',
|
||||||
|
email:'邮箱',
|
||||||
|
},
|
||||||
|
tenant:{
|
||||||
|
classInfo:'租户信息',
|
||||||
|
className:'名称',
|
||||||
|
classId:'编号',
|
||||||
|
classSort:'排序',
|
||||||
|
status:'状态',
|
||||||
|
type:'租赁类型',
|
||||||
|
createTime:'创建时间',
|
||||||
highClass:'根级',
|
highClass:'根级',
|
||||||
key:'租赁标识',
|
key:'租赁标识',
|
||||||
emailTip:'请输入正确的邮箱地址',
|
emailTip:'请输入正确的邮箱地址',
|
||||||
phoneTip:'请输入正确的手机号码',
|
phoneTip:'请输入正确的手机号码',
|
||||||
node:'根节点',
|
node:'根节点',
|
||||||
delSure:'确认删除部门编号为 【{deptId}】 的数据项?',
|
delSure:'确认删除部门编号为 【{tenantId}】 的数据项?',
|
||||||
open:'展',
|
open:'展',
|
||||||
close:'折',
|
close:'折',
|
||||||
addClass:'新增租户',
|
addClass:'新增租户',
|
||||||
|
|||||||
Reference in New Issue
Block a user