From 4f6099bbd1a38c77017f64fe148124eb7671326a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Wed, 1 Apr 2020 15:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=97=A5=E5=BF=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index e0093ee1..70336824 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -33,6 +33,7 @@ t.prompt.info = '确定进行[{handle}]操作?' t.prompt.success = '操作成功' t.prompt.failed = '操作失败' t.prompt.deleteBatch = '请选择删除项' +t.prompt.selectBatch = '请选择项' t.validate = {} t.validate.required = '必填项不能为空'