From a8262c4f33fc7dfa9e5b2fbf9131cadaa7d59086 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 11 Nov 2024 14:09:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E9=9B=86):=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=81=9A=E5=90=88=E8=BF=90=E7=AE=97=E7=9A=84?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8E=20#9724?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 5129b6c570..ca51ae7848 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2153,7 +2153,7 @@ export default { calc_tips: { tip1: '表達式語法請遵循calcite語法。', tip1_1: '表達式語法請遵循該數據源對應的數據庫語法。', - tip2: '聚合運算僅能在圖表中生效。', + tip2: '聚合運算僅能在圖表中生效。在預覽時顯示為"-"', tip3: '引用字段以 "[" 開始, "]" 結束', tip4: '請勿修改引用內容,否則將引用失敗', tip5: '若輸入與引用字段相同格式的內容,將被當作引用字段處理', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index da59f8ba91..7fc6d25e14 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2153,7 +2153,7 @@ export default { calc_tips: { tip1: '表达式语法请遵循calcite语法。', tip1_1: '表达式语法请遵循该数据源对应的数据库语法。', - tip2: '聚合运算仅能在图表中生效。', + tip2: '聚合运算仅能在图表中生效。在预览时显示为"-"', tip3: '引用字段以 "[" 开始, "]" 结束', tip4: '请勿修改引用内容,否则将引用失败', tip5: '若输入与引用字段相同格式的内容,将被当作引用字段处理',