From 5c4ba485eca5b198c65102b04a1462aa779c813e 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: Fri, 12 Dec 2025 15:32:11 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88=20?= =?UTF-8?q?(#17589)?= 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 2e6d9e8e11..25f29abfbb 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2947,7 +2947,7 @@ export default { visualization: { number_formatter: 'Number Content Format', jump_dialog_background: 'Dialog Background Color', - jump_dialog_button: 'Dialog Font Button Color', + jump_dialog_button: 'Dialog Font Color', sqlbot_query_tips: 'Smart Data Query', cur_sq_dataset: 'Currently selected dataset:', data_match_type: 'Data match type', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 0d1159bbbc..a6bfbffe62 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2866,7 +2866,7 @@ export default { visualization: { number_formatter: '數字內容格式', jump_dialog_background: '彈框背景色', - jump_dialog_button: '彈框字體按鈕色', + jump_dialog_button: '彈框字體色', sqlbot_query_tips: '智能問數', cur_sq_dataset: '當前選擇的數據集:', data_match_type: '資料匹配方式', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 8cd47acc8f..3665cff93d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2872,7 +2872,7 @@ export default { visualization: { number_formatter: '数字内容格式', jump_dialog_background: '弹框背景色', - jump_dialog_button: '弹框字体按钮色', + jump_dialog_button: '弹框字体色', sqlbot_query_tips: '智能问数', cur_sq_dataset: '当前选择的数据集:', data_match_type: '数据匹配方式',