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: '更换数据集',