From 546ba0cec0a145cc9b2455742698eb828669fd2f Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 21 Dec 2023 16:25:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AE=A1=E7=AE=97=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20#7260?= 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 891f6e517b..dfd90aee12 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1354,7 +1354,7 @@ export default { pls_input_filename: '请输入文件名称', calc_tips: { tip1: '表达式语法请遵循calcite语法。', - tip2: '数据集中不支持聚合运算。', + tip2: '聚合运算仅能在图表中生效。', tip3: '引用字段以 "[" 开始, "]" 结束', tip4: '请勿修改引用内容,否则将引用失败', tip5: '若输入与引用字段相同格式的内容,将被当作引用字段处理',