From 93e1fada6b85d4150c82f7724fb265bebf37cddd Mon Sep 17 00:00:00 2001 From: lijisanxiong <1518062161@qq.com> Date: Wed, 8 May 2024 22:34:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=80=9A=E7=94=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8F=8A=E9=83=A8=E4=BB=B6=E7=BB=84=E4=BB=B6=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/data-import2/data-import2.tsx | 6 +- src/common/doing-notice/doing-notice.tsx | 11 +- src/common/map-chart/map-chart.util.ts | 5 +- src/control/app-menu/app-menu.tsx | 12 +- src/control/calendar/calendar.tsx | 2 +- src/control/chart/chart.tsx | 2 +- .../custom-dashboard-container.tsx | 4 +- .../form-mdctrl-repeater.tsx | 4 +- .../repeater-grid/repeater-grid.tsx | 20 ++- .../repeater-single-form.tsx | 4 +- .../form-mdctrl/form-mdctrl.provider.ts | 4 +- .../form-detail/form-mdctrl/form-mdctrl.tsx | 2 +- .../mdctrl-container/mdctrl-container.tsx | 16 ++- .../grid-field-edit-column.tsx | 6 +- src/control/grid/grid/grid.tsx | 4 +- .../row-edit-popover/row-edit-popover.tsx | 8 +- .../row-edit-popover/use-row-edit-popover.tsx | 6 +- src/control/kanban/kanban.tsx | 20 ++- .../user2-report-panel/user2-report-panel.tsx | 6 +- src/control/report-panel/report-panel.tsx | 2 +- .../search-bar/filter-tree/filter-tree.tsx | 8 +- src/control/search-bar/search-bar.tsx | 4 +- .../search-groups/edit-group-util.ts | 12 +- .../search-groups/new-group-util.ts | 16 ++- .../search-groups/search-groups.tsx | 108 +++++++++----- .../toolbar/export-excel/export-excel.tsx | 20 +-- .../tree-grid-ex-edit-column.tsx | 6 +- src/control/tree-grid-ex/tree-grid-ex.tsx | 8 +- .../tree-grid-ex/use-row-edit-popover.tsx | 6 +- src/control/tree-grid/tree-grid.tsx | 4 +- src/control/tree/el-tree-util.ts | 6 +- src/control/tree/tree.tsx | 4 +- src/control/wizard-panel/wizard-panel.tsx | 12 +- src/locale/en/index.ts | 133 ++++++++++++++++-- src/locale/zh-CN/index.ts | 109 ++++++++++++++ 35 files changed, 480 insertions(+), 120 deletions(-) diff --git a/src/common/data-import2/data-import2.tsx b/src/common/data-import2/data-import2.tsx index 4e607c4e..b87babb0 100644 --- a/src/common/data-import2/data-import2.tsx +++ b/src/common/data-import2/data-import2.tsx @@ -572,7 +572,11 @@ export const DataImport2 = defineComponent({ onClick={this.onButtonImportClick} disabled={!this.selectValues.join('')} title={ - !this.selectValues.join('') ? '请选择列导入属性!' : '' + !this.selectValues.join('') + ? ibiz.i18n.t( + 'component.dataImport2.selectProperties', + ) + : '' } > {ibiz.i18n.t('component.dataImport2.import')} diff --git a/src/common/doing-notice/doing-notice.tsx b/src/common/doing-notice/doing-notice.tsx index cb9c8fbb..d3316508 100644 --- a/src/common/doing-notice/doing-notice.tsx +++ b/src/common/doing-notice/doing-notice.tsx @@ -18,10 +18,13 @@ export const DoingNotice = defineComponent({ render() { return (