From 3e73c26230f72f9f5d3102f7e9400d6dda768684 Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Sun, 7 Jun 2020 23:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locale/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/en.ts b/src/locale/en.ts index 22a0d37a..038e1376 100644 --- a/src/locale/en.ts +++ b/src/locale/en.ts @@ -69,8 +69,8 @@ register('en', { '拖拽排序': 'Drag to sort', '删除失败': 'Delete failed', '确认要删除?': 'Are you sure you want to delete?', - '组合表单成员数量不够,低于设定的最小{{minLenth}}个,请添加更多的成员。': - 'The number of combined form members is not enough. It is lower than the minimum {{minlenth}} set. Please add more members.', + '组合表单成员数量不够,低于设定的最小{{minLength}}个,请添加更多的成员。': + 'The number of combined form members is not enough. It is lower than the minimum {{minLength}} set. Please add more members.', '组合表单成员数量超出,超出设定的最大{{maxLength}}个,请删除多余的成员。': 'The number of combined form members exceeds the set maximum of {{MaxLength}}}. Please delete the extra members.', '子表单验证失败,请仔细检查': 'Validate failed, please check this Subform.',