From 2e09954407ec2f4527fe8d7a4dc38f8c4d0ad9e3 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 21 Dec 2021 16:49:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=9E=9A=E4=B8=BE?= 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 | 5 +++-- frontend/src/lang/zh.js | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 9ab8fab6dd..bccd6311e5 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -998,7 +998,8 @@ export default { logic_exp: 'Logic', enum_exp: 'Enum', pls_slc: 'Please Select', - filter_exp: 'Filter Value' + filter_exp: 'Filter Value', + filter_type: 'Filter Type' }, 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 dc6d472e3c..fcf72b0913 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -996,9 +996,10 @@ export default { and: '與', or: '或', logic_exp: '邏輯條件', - enum_exp: '枚舉條件', + enum_exp: '字段枚舉值', pls_slc: '請選擇', - filter_exp: '過濾條件' + filter_exp: '過濾值', + filter_type: '過濾方式' }, dataset: { sheet_warn: '有多個 Sheet 頁,默認抽取第一個', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 1cdc650e73..383bb91178 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -999,9 +999,10 @@ export default { and: '与', or: '或', logic_exp: '逻辑条件', - enum_exp: '枚举条件', + enum_exp: '字段枚举值', pls_slc: '请选择', - filter_exp: '过滤条件' + filter_exp: '过滤值', + filter_type: '过滤方式' }, dataset: { sheet_warn: '有多个 Sheet 页,默认抽取第一个',