From 0f3628c6bbf73a8bfb2dffb4552796f9f0c3e09a Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 17 Sep 2025 15:47:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E8=A1=A5=E5=85=85=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/locales/zh-CN.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 42ccf8adb2..90731e87e4 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1502,6 +1502,7 @@ export default { axis_label_show: 'Label display', axis_label_color: 'Label color', axis_label_fontsize: 'Label size', + axis_tick_show: 'Show tick', text_style: 'Font style', bolder: 'Bold', change_ds: 'Change Dataset', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index ceecd3bd5c..847d9bc2f9 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1463,6 +1463,7 @@ export default { axis_label_show: '標籤顯示', axis_label_color: '標籤顏色', axis_label_fontsize: '標籤大小', + axis_tick_show: '刻度顯示', text_style: '字體樣式', bolder: '加粗', change_ds: '更換資料集', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index efffad385c..71ee725964 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1468,6 +1468,7 @@ export default { axis_label_show: '标签显示', axis_label_color: '标签颜色', axis_label_fontsize: '标签大小', + axis_tick_show: '刻度显示', text_style: '字体样式', bolder: '加粗', change_ds: '更换数据集',