From fcba1385f0ef1820ad68db3d1abec1c7d49c9dd9 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Thu, 6 Jun 2024 10:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=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/locales/en-US.ts | 5 ++++- src/locales/zh-CN.ts | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 88b4bc3f5..9b78379e3 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -1122,7 +1122,10 @@ export default { 忘记密码:'Forget Password', 用户名:'User Name', 邮箱:'Mail', - 今日:'Today' + 今日:'Today', + 请输入驳回原因:'Please enter the reason for rejection', + '驳回原因不能为空,且不超过60字':'The reason for rejection cannot be empty and cannot exceed 60 words' + }, diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 5f15f2fec..d0efaf74e 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1122,7 +1122,9 @@ export default { 忘记密码:'忘记密码', 用户名:'用户名', 邮箱:'邮箱', - 今日:'今日' + 今日:'今日', + 请输入驳回原因:'请输入驳回原因', + '驳回原因不能为空,且不超过60字':'驳回原因不能为空,且不超过60字' },