fix(i18n): 补充样式国际化

This commit is contained in:
wisonic-s
2025-09-17 15:47:33 +08:00
committed by wisonic-s
parent c7c1c14728
commit 0f3628c6bb
3 changed files with 3 additions and 0 deletions

View File

@@ -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',

View File

@@ -1463,6 +1463,7 @@ export default {
axis_label_show: '標籤顯示',
axis_label_color: '標籤顏色',
axis_label_fontsize: '標籤大小',
axis_tick_show: '刻度顯示',
text_style: '字體樣式',
bolder: '加粗',
change_ds: '更換資料集',

View File

@@ -1468,6 +1468,7 @@ export default {
axis_label_show: '标签显示',
axis_label_color: '标签颜色',
axis_label_fontsize: '标签大小',
axis_tick_show: '刻度显示',
text_style: '字体样式',
bolder: '加粗',
change_ds: '更换数据集',