From 9d84ab27231d90b09f49c765d3b1aad5d4bcc43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 21 May 2026 10:03:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=87=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20(#18454)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 33fd137f4e..25cde9bdec 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1462,7 +1462,7 @@ export default { table_col_freeze_tip: 'First n col', table_row_freeze_tip: 'First n row', table_freeze: 'Freeze', - table_empty_font_color: 'Table empty value color', + table_empty_font_color: 'No data tip', stripe: 'Zebra stripe', start_angle: 'Starting angle', end_angle: 'Ending angle', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index cb4f665522..26549f2cdf 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1424,7 +1424,7 @@ export default { table_col_freeze_tip: '凍結前n 列', table_row_freeze_tip: '凍結前n 行', table_freeze: '凍結', - table_empty_font_color: '表格空值顏色', + table_empty_font_color: '無數據提示', stripe: '斑馬紋', start_angle: '起始角度', end_angle: '結束角度', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 0afc8527bc..5d9566fe91 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1427,7 +1427,7 @@ export default { table_col_freeze_tip: '冻结前 n 列', table_row_freeze_tip: '冻结前 n 行', table_freeze: '冻结', - table_empty_font_color: '表格空值颜色', + table_empty_font_color: '无数据提示', stripe: '斑马纹', start_angle: '起始角度', end_angle: '结束角度',