From 6d75ab54fc9c72f1239aff9a4b5aadb6c01ee4a3 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 18 Dec 2023 16:04:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=87=86=E7=A1=AE?= =?UTF-8?q?=20#7168?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index bbdfc77ada..891f6e517b 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1353,7 +1353,7 @@ export default { export_filter: '筛选条件', pls_input_filename: '请输入文件名称', calc_tips: { - tip1: '表达式语法请遵循该数据源对应的数据库语法。', + tip1: '表达式语法请遵循calcite语法。', tip2: '数据集中不支持聚合运算。', tip3: '引用字段以 "[" 开始, "]" 结束', tip4: '请勿修改引用内容,否则将引用失败',