forked from github/dataease
feat: 仪表盘改为仪表板
This commit is contained in:
parent
1ce02bf403
commit
837b6d24d3
@ -185,7 +185,7 @@ authsource_name_already_exists=Authentication source name already exists
|
|||||||
authsource_name_is_null=Authentication source name cannot be empty
|
authsource_name_is_null=Authentication source name cannot be empty
|
||||||
authsource_configuration_is_null=Authentication source configuration cannot be empty
|
authsource_configuration_is_null=Authentication source configuration cannot be empty
|
||||||
个人信息=Personal Information
|
个人信息=Personal Information
|
||||||
仪表板=Panel
|
仪表板=Dashboard
|
||||||
修改密码=Change Password
|
修改密码=Change Password
|
||||||
创建用户=Create User
|
创建用户=Create User
|
||||||
创建组织=Create Organization
|
创建组织=Create Organization
|
||||||
@ -233,8 +233,8 @@ i18n_chart_count=Count*
|
|||||||
i18n_excel_have_merge_region=Excel has merged region
|
i18n_excel_have_merge_region=Excel has merged region
|
||||||
i18n_cron_expression_error=Cron expression error
|
i18n_cron_expression_error=Cron expression error
|
||||||
i18n_same_folder_can_not_repeat=Same Folder Can Not Repeat
|
i18n_same_folder_can_not_repeat=Same Folder Can Not Repeat
|
||||||
i18n_default_panel=Default Panel
|
i18n_default_panel=Default Dashboard
|
||||||
i18n_panel_list=Panel
|
i18n_panel_list=Dashboard
|
||||||
i18n_processing_data=Processing data now, Refresh later
|
i18n_processing_data=Processing data now, Refresh later
|
||||||
i18n_union_already_exists=Union relation already exists
|
i18n_union_already_exists=Union relation already exists
|
||||||
i18n_union_field_exists=The same field can't in two dataset
|
i18n_union_field_exists=The same field can't in two dataset
|
||||||
|
@ -833,7 +833,7 @@ export default {
|
|||||||
group: 'Catalogue',
|
group: 'Catalogue',
|
||||||
panel: 'Dashboard',
|
panel: 'Dashboard',
|
||||||
groupAdd: 'Create Catalogue',
|
groupAdd: 'Create Catalogue',
|
||||||
panelAdd: 'Create Panle',
|
panelAdd: 'Create Dashboard',
|
||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
move_to: 'Move',
|
move_to: 'Move',
|
||||||
rename: 'Rename',
|
rename: 'Rename',
|
||||||
@ -847,7 +847,7 @@ export default {
|
|||||||
back: 'Back',
|
back: 'Back',
|
||||||
view: 'Chart',
|
view: 'Chart',
|
||||||
edit: 'Edit',
|
edit: 'Edit',
|
||||||
panel_list: 'Panel',
|
panel_list: 'Dashboard',
|
||||||
module: 'Component',
|
module: 'Component',
|
||||||
filter_module: 'Filter Component',
|
filter_module: 'Filter Component',
|
||||||
select_by_module: 'Select by Component',
|
select_by_module: 'Select by Component',
|
||||||
@ -855,21 +855,21 @@ export default {
|
|||||||
user_template: 'User Template',
|
user_template: 'User Template',
|
||||||
add_category: 'Add Category',
|
add_category: 'Add Category',
|
||||||
filter_keywords: 'Enter keywords to filter',
|
filter_keywords: 'Enter keywords to filter',
|
||||||
dashboard_theme: 'Panel Theme',
|
dashboard_theme: 'Dashboard Theme',
|
||||||
table: 'Table',
|
table: 'Table',
|
||||||
gap: 'Gap',
|
gap: 'Gap',
|
||||||
no_gap: 'No Gap',
|
no_gap: 'No Gap',
|
||||||
component_gap: 'Component Gap',
|
component_gap: 'Component Gap',
|
||||||
photo: 'Photo',
|
photo: 'Photo',
|
||||||
default_panel: 'Default Panel',
|
default_panel: 'Default Dashboard',
|
||||||
create_public_links: 'Create public links',
|
create_public_links: 'Create public links',
|
||||||
to_default: 'Save To Default',
|
to_default: 'Save To Default',
|
||||||
to_default_panel: 'Save To Default Panel',
|
to_default_panel: 'Save To Default Dashboard',
|
||||||
store: 'Store',
|
store: 'Store',
|
||||||
save_to_panel: 'Save to template',
|
save_to_panel: 'Save to template',
|
||||||
export_to_panel: 'Export to template',
|
export_to_panel: 'Export to template',
|
||||||
preview: 'Preview',
|
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_nale: 'Template name',
|
||||||
template: 'Template',
|
template: 'Template',
|
||||||
category: 'Category',
|
category: 'Category',
|
||||||
@ -898,7 +898,7 @@ export default {
|
|||||||
insert_picture: 'Insert Picture',
|
insert_picture: 'Insert Picture',
|
||||||
redo: 'Redo',
|
redo: 'Redo',
|
||||||
undo: 'Undo',
|
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',
|
copy: 'Copy',
|
||||||
paste: 'Paste',
|
paste: 'Paste',
|
||||||
cut: 'Cut',
|
cut: 'Cut',
|
||||||
@ -939,7 +939,7 @@ export default {
|
|||||||
linkAuth: 'Datasource Permissions',
|
linkAuth: 'Datasource Permissions',
|
||||||
datasetAuth: 'Dataset Permissions',
|
datasetAuth: 'Dataset Permissions',
|
||||||
chartAuth: 'Chart Permissions',
|
chartAuth: 'Chart Permissions',
|
||||||
panelAuth: 'Panel Permissions',
|
panelAuth: 'Dashboard Permissions',
|
||||||
deptHead: 'All Dept',
|
deptHead: 'All Dept',
|
||||||
roleHead: 'All Role',
|
roleHead: 'All Role',
|
||||||
userHead: 'All User',
|
userHead: 'All User',
|
||||||
|
Loading…
Reference in New Issue
Block a user