diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 0b122b15..96b73138 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 25143d6e..7c35bd31 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -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:'新增租户',