From 3ce692b8abe1e45e74f2f10050bd8aa9a061965b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 29 Nov 2024 16:38:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E9=80=82=E9=85=8D?= 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 190be559d8..c33d021c3a 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2662,7 +2662,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr cell_merge_tips: 'After merging cells, row/column freezing and automatic line wrapping will be disabled.', image: 'Image', - jump_set_tips: 'Drill-down has been set', + drill_set_tips: 'Drill-down has been set', input_calc_data: 'Enter calculation data', excel_with_format: 'Excel (with format)', show_data: 'View Data', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 26ff19a366..3f2a4e05bc 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2598,7 +2598,7 @@ export default { condition_style_set: '條件樣式設定', cell_merge_tips: '合併單元格後,行列凍結、自動換行將失效。', image: '圖片', - jump_set_tips: '已設定下鑽', + drill_set_tips: '已設定下鑽', input_calc_data: '輸入計算數據', excel_with_format: 'Excel(帶格式)', show_data: '查看數據', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index f72f8638cb..20fe2de332 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2601,7 +2601,7 @@ export default { condition_style_set: '条件样式设置', cell_merge_tips: '合并单元格后,行列冻结、自动换行会失效。', image: '图片', - jump_set_tips: '已设置下钻', + drill_set_tips: '已设置下钻', input_calc_data: '输入计算数据', excel_with_format: 'Excel(带格式)', show_data: '查看数据',