From 842f09cc902a63ffdaaf341c527847571d7c0ce8 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 5 Jul 2024 14:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=9F=E6=88=B7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 22 +++++++++++++++++++++- src/i18n/locales/zh-CN.ts | 22 +++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) 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:'新增租户',