From 837b6d24d35d0d71bd69f77a25124f5318e51991 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 28 May 2021 11:46:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BB=AA=E8=A1=A8=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/i18n/messages_en_US.properties | 6 +++--- frontend/src/lang/en.js | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend/src/main/resources/i18n/messages_en_US.properties b/backend/src/main/resources/i18n/messages_en_US.properties index 7c4c3cc19a..4a1e306b1d 100644 --- a/backend/src/main/resources/i18n/messages_en_US.properties +++ b/backend/src/main/resources/i18n/messages_en_US.properties @@ -185,7 +185,7 @@ authsource_name_already_exists=Authentication source name already exists authsource_name_is_null=Authentication source name cannot be empty authsource_configuration_is_null=Authentication source configuration cannot be empty 个人信息=Personal Information -仪表板=Panel +仪表板=Dashboard 修改密码=Change Password 创建用户=Create User 创建组织=Create Organization @@ -233,8 +233,8 @@ i18n_chart_count=Count* i18n_excel_have_merge_region=Excel has merged region i18n_cron_expression_error=Cron expression error i18n_same_folder_can_not_repeat=Same Folder Can Not Repeat -i18n_default_panel=Default Panel -i18n_panel_list=Panel +i18n_default_panel=Default Dashboard +i18n_panel_list=Dashboard i18n_processing_data=Processing data now, Refresh later i18n_union_already_exists=Union relation already exists i18n_union_field_exists=The same field can't in two dataset diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 5e8218c9f4..226822e2bb 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -833,7 +833,7 @@ export default { group: 'Catalogue', panel: 'Dashboard', groupAdd: 'Create Catalogue', - panelAdd: 'Create Panle', + panelAdd: 'Create Dashboard', delete: 'Delete', move_to: 'Move', rename: 'Rename', @@ -847,7 +847,7 @@ export default { back: 'Back', view: 'Chart', edit: 'Edit', - panel_list: 'Panel', + panel_list: 'Dashboard', module: 'Component', filter_module: 'Filter Component', select_by_module: 'Select by Component', @@ -855,21 +855,21 @@ export default { user_template: 'User Template', add_category: 'Add Category', filter_keywords: 'Enter keywords to filter', - dashboard_theme: 'Panel Theme', + dashboard_theme: 'Dashboard Theme', table: 'Table', gap: 'Gap', no_gap: 'No Gap', component_gap: 'Component Gap', photo: 'Photo', - default_panel: 'Default Panel', + default_panel: 'Default Dashboard', create_public_links: 'Create public links', to_default: 'Save To Default', - to_default_panel: 'Save To Default Panel', + to_default_panel: 'Save To Default Dashboard', store: 'Store', save_to_panel: 'Save to template', export_to_panel: 'Export to template', preview: 'Preview', - select_panel_from_left: 'Please select panel from left', + select_panel_from_left: 'Please select Dashboard from left', template_nale: 'Template name', template: 'Template', category: 'Category', @@ -898,7 +898,7 @@ export default { insert_picture: 'Insert Picture', redo: 'Redo', undo: 'Undo', - panelNull: 'This is a Empty Panel,You Can Edit and Enrich It', + panelNull: 'This is a Empty Dashboard,You Can Edit and Enrich It', copy: 'Copy', paste: 'Paste', cut: 'Cut', @@ -939,7 +939,7 @@ export default { linkAuth: 'Datasource Permissions', datasetAuth: 'Dataset Permissions', chartAuth: 'Chart Permissions', - panelAuth: 'Panel Permissions', + panelAuth: 'Dashboard Permissions', deptHead: 'All Dept', roleHead: 'All Role', userHead: 'All User',