From 07e600b727da48317b6a8a1c25e26bfedd86936e Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 25 Jan 2022 14:40:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=8C=E6=9D=83=E9=99=90=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E5=80=BC=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 3 ++- frontend/src/lang/tw.js | 3 ++- frontend/src/lang/zh.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 8c28a159ab..d5dd073338 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1015,7 +1015,8 @@ export default { pls_slc: 'Please Select', filter_exp: 'Filter Value', filter_type: 'Filter Type', - filter_value_can_not_str: 'Value type can not input string' + filter_value_can_not_str: 'Value type can not input string', + enum_value_can_not_null: 'Enum Value can not empty.' }, dataset: { sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 387db945a4..1d2d9a9423 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1015,7 +1015,8 @@ export default { pls_slc: '請選擇', filter_exp: '過濾值', filter_type: '過濾方式', - filter_value_can_not_str: '數值類型字段過濾值不能包含文本' + filter_value_can_not_str: '數值類型字段過濾值不能包含文本', + enum_value_can_not_null: '字段枚舉值不能为空' }, dataset: { sheet_warn: '有多個 Sheet 頁,默認抽取第一個', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 7f39521431..ceb041e923 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1017,7 +1017,8 @@ export default { pls_slc: '请选择', filter_exp: '过滤值', filter_type: '过滤方式', - filter_value_can_not_str: '数值类型字段过滤值不能包含文本' + filter_value_can_not_str: '数值类型字段过滤值不能包含文本', + enum_value_can_not_null: '字段枚举值不能为空' }, dataset: { sheet_warn: '有多个 Sheet 页,默认抽取第一个',