From ffcac348d3835c3c8add21713aafb52f8137d5f3 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 22 Nov 2024 15:39:26 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=A1=8C=E5=88=97=E5=86=BB=E7=BB=93=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 4 ++-- core/core-frontend/src/locales/tw.ts | 4 ++-- core/core-frontend/src/locales/zh-CN.ts | 4 ++-- .../editor-style/components/table/TableCellSelector.vue | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 583b648d5b..2869da3053 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1416,8 +1416,8 @@ export default { table_header_show_vertical_border: 'Header vertical border', table_cell_show_horizon_border: 'horizontal cell border', table_cell_show_vertical_border: 'vertical cell border', - table_col_freeze_tip: 'first column to', - tbale_row_freeze_tip: 'first row to', + table_col_freeze_tip: 'First n col', + table_row_freeze_tip: 'First n row', table_freeze: 'freeze', stripe: 'zebra stripe', start_angle: 'starting angle', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 1fc7656859..0fba3a5f30 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1366,8 +1366,8 @@ export default { table_header_show_vertical_border: '表頭縱邊框線', table_cell_show_horizon_border: '單元格橫邊框線', table_cell_show_vertical_border: '單元格縱邊框線', - table_col_freeze_tip: '第一列到', - tbale_row_freeze_tip: '第一行到', + table_col_freeze_tip: '凍結前 n 列', + table_row_freeze_tip: '凍結前 n 行', table_freeze: '凍結', stripe: '斑馬紋', start_angle: '起始角度', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 0428582f99..627b11c89b 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1379,8 +1379,8 @@ export default { table_header_show_vertical_border: '表头纵边框线', table_cell_show_horizon_border: '单元格横边框线', table_cell_show_vertical_border: '单元格纵边框线', - table_col_freeze_tip: '第一列到', - tbale_row_freeze_tip: '第一行到', + table_col_freeze_tip: '冻结前 n 列', + table_row_freeze_tip: '冻结前 n 行', table_freeze: '冻结', stripe: '斑马纹', start_angle: '起始角度', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue index cc17400f6f..3de25c4704 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue @@ -353,7 +353,7 @@ onMounted(() => {