diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 92c7922276..7182b8bb59 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -588,6 +588,7 @@ export default { shape_attr: '图形属性', module_style: '组件样式', result_filter: '过滤器', + chart_mix_label_only_left: '仅针对柱状图设置有效', x_axis: '横轴', y_axis: '纵轴', chart: '图表', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index afd6e7e0cd..d27babd708 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -1,5 +1,5 @@