From 4677bab0de36f9161bfdaeb946c4fdd6b06ffa70 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 29 Oct 2024 16:33:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/i18n/core_en_US.properties | 40 + .../main/resources/i18n/core_zh_CN.properties | 43 +- .../main/resources/i18n/core_zh_TW.properties | 81 +- core/core-frontend/src/locales/en.ts | 55 + core/core-frontend/src/locales/tw.ts | 2919 ++++++++++++++++- core/core-frontend/src/locales/zh-CN.ts | 48 + de-xpack | 2 +- 7 files changed, 3152 insertions(+), 36 deletions(-) diff --git a/core/core-backend/src/main/resources/i18n/core_en_US.properties b/core/core-backend/src/main/resources/i18n/core_en_US.properties index 97331f645a..2480b8638e 100644 --- a/core/core-backend/src/main/resources/i18n/core_en_US.properties +++ b/core/core-backend/src/main/resources/i18n/core_en_US.properties @@ -64,3 +64,43 @@ i18n_minute=Minute i18n_second=Second i18n_no_datasource_permission_to_create_column=No datasource permission, cannot create column +i18n_df_folder_cannot_to_search=Folder cannot for search data +i18n_df_no_primary_key=No primary key +i18n_df_cannot_operate_folder=Cannot Operate Folder +i18n_df_cannot_be_none=[%s] Cannot be null +i18n_df_value_cannot_be_none=[%s] value: %s Cannot be null +i18n_df_value_exists_in_database=[%s] value: %s Exists in database +i18n_df_data=Data +i18n_df_start=Start +i18n_df_end=End +i18n_df_datasource_not_found=datasource not found +i18n_df_datasource_does_not_enable_data_filling=function of dataFilling is not enabled +i18n_df_builtin_datasource=builtin datasource +i18n_df_folder_required=folder required +i18n_df_form_not_exists=form not exists +i18n_df_name_can_not_empty=name can not empty +i18n_df_template=template +i18n_df_task_status_is_null_or_finished=task status is null or finished +i18n_df_task_need_task_id=task need taskID +i18n_df_not_current_task_user=not current task user +i18n_df_miss_parameter=miss parameter +i18n_df_no_running_instance=no running instance +i18n_df_value=value +i18n_df_format_error=parse error +i18n_df_cannot_earlier_than=cannot earlier than +i18n_df_cannot_be_all_null=cannot be all null +i18n_df_value_not_in_range=value not in range +i18n_df_value_value_not_in_range=value: %s not in range +i18n_df_required=required +i18n_df_must_unique=must be unique +i18n_df_excel_parsing_error=Excel parse error +i18n_df_excel_is_empty=Excel is empty +i18n_df_excel_template_column_not_fit=count of template columns are not fit +i18n_df_selection=selection +i18n_df_date_format=date format +i18n_df_integer=integer +i18n_df_decimal=decimal +i18n_df_multiple_value_split=use ';' to split multiple value +i18n_df_email_type=email type +i18n_df_phone_type=phone type + diff --git a/core/core-backend/src/main/resources/i18n/core_zh_CN.properties b/core/core-backend/src/main/resources/i18n/core_zh_CN.properties index 5df1501282..ae5e257be2 100644 --- a/core/core-backend/src/main/resources/i18n/core_zh_CN.properties +++ b/core/core-backend/src/main/resources/i18n/core_zh_CN.properties @@ -83,5 +83,46 @@ i18n_minute=\u5206\u949F i18n_second=\u79D2 i18n_no_datasource_permission_to_create_column=\u65E0\u6570\u636E\u6E90\u8BBF\u95EE\u6743\u9650\uFF0C\u65E0\u6CD5\u521B\u5EFA\u8868\u5B57\u6BB5 +i18n_df_folder_cannot_to_search=\u6587\u4EF6\u5939\u4E0D\u80FD\u67E5\u8BE2\u6570\u636E +i18n_df_no_primary_key=\u6CA1\u6709\u4E3B\u952E +i18n_df_cannot_operate_folder=\u4E0D\u80FD\u64CD\u4F5C\u6587\u4EF6\u5939 +i18n_df_cannot_be_none=[%s] \u4E0D\u80FD\u4E3A\u7A7A +i18n_df_value_cannot_be_none=[%s] \u503C: %s \u4E0D\u80FD\u4E3A\u7A7A +i18n_df_value_exists_in_database=[%s] \u503C: %s \u5728\u6570\u636E\u5E93\u4E2D\u5DF2\u5B58\u5728, \u4E0D\u80FD\u91CD\u590D +i18n_df_data=\u6570\u636E +i18n_df_start=\u5F00\u59CB +i18n_df_end=\u7ED3\u675F +i18n_df_datasource_not_found=\u6CA1\u6709\u627E\u5230\u6570\u636E\u6E90 +i18n_df_datasource_does_not_enable_data_filling=\u8BE5\u6570\u636E\u6E90\u6CA1\u6709\u542F\u7528\u6570\u636E\u586B\u62A5\u914D\u7F6E +i18n_df_builtin_datasource=\u5185\u5EFA\u6570\u636E\u5E93 +i18n_df_folder_required=\u76EE\u5F55\u5FC5\u9009 +i18n_df_form_not_exists=\u8868\u5355\u4E0D\u5B58\u5728 +i18n_df_name_can_not_empty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A +i18n_df_template=\u6A21\u677F +i18n_df_task_status_is_null_or_finished=\u4EFB\u52A1\u72B6\u6001\u4E3A\u7A7A\u6216\u5DF2\u5B8C\u6210 +i18n_df_task_need_task_id=\u9700\u6307\u5B9A\u4EFB\u52A1ID +i18n_df_not_current_task_user=\u4E0D\u662F\u5F53\u524D\u4EFB\u52A1\u7684\u76EE\u6807\u7528\u6237 +i18n_df_miss_parameter=\u7F3A\u5931\u53C2\u6570 +i18n_df_no_running_instance=\u5F53\u524D\u4EFB\u52A1\u6682\u65F6\u65E0\u8FD0\u884C\u5B9E\u4F8B +i18n_df_value=\u503C +i18n_df_format_error=\u683C\u5F0F\u89E3\u6790\u9519\u8BEF +i18n_df_cannot_earlier_than=\u4E0D\u80FD\u65E9\u4E8E +i18n_df_cannot_be_all_null=\u4E0D\u80FD\u53EA\u6709\u4E00\u4E2A\u4E3A\u7A7A +i18n_df_value_not_in_range=\u503C\u4E0D\u5728\u8303\u56F4\u5185 +i18n_df_value_value_not_in_range=\u503C: %s \u4E0D\u5728\u8303\u56F4\u5185 +i18n_df_required=\u5FC5\u586B +i18n_df_must_unique=\u4E0D\u5141\u8BB8\u91CD\u590D\u503C +i18n_df_excel_parsing_error=Excel\u89E3\u6790\u9519\u8BEF +i18n_df_excel_is_empty=\u8BE5Excel\u6CA1\u6709\u6570\u636E +i18n_df_excel_template_column_not_fit=\u6A21\u677F\u5B57\u6BB5\u4E2A\u6570\u4E0D\u5339\u914D +i18n_df_selection=\u9009\u9879\u503C\u4E3A +i18n_df_date_format=\u65E5\u671F\u683C\u5F0F +i18n_df_integer=\u6574\u5F62\u6570\u5B57 +i18n_df_decimal=\u5C0F\u6570\u6570\u5B57 +i18n_df_multiple_value_split=\u591A\u4E2A\u503C\u4F7F\u7528\u5206\u53F7";"\u5206\u5272 +i18n_df_email_type=\u90AE\u7BB1\u683C\u5F0F +i18n_df_phone_type=\u624B\u673A\u53F7\u683C\u5F0F -i18n_copilot_cross_ds_error=\u8de8\u6e90\u6570\u636e\u96c6\u4e0d\u652f\u6301\u8be5\u529f\u80fd + + +i18n_copilot_cross_ds_error=\u8DE8\u6E90\u6570\u636E\u96C6\u4E0D\u652F\u6301\u8BE5\u529F\u80FD diff --git a/core/core-backend/src/main/resources/i18n/core_zh_TW.properties b/core/core-backend/src/main/resources/i18n/core_zh_TW.properties index fbb59f22a8..b68b352476 100644 --- a/core/core-backend/src/main/resources/i18n/core_zh_TW.properties +++ b/core/core-backend/src/main/resources/i18n/core_zh_TW.properties @@ -2,23 +2,38 @@ login.validator.name1=\u8CEC\u865F/\u90F5\u7BB1/\u624B\u6A5F\u865F\u4E0D\u80FD\u login.validator.pwd1=\u5BC6\u78BC\u4E0D\u80FD\u70BA\u7A7A i18n_menu.home=\u9996\u9801 -i18n_menu.workbranch=\u5DE5\u4F5C\u81FA +i18n_menu.workbranch=\u5DE5\u4F5C\u53F0 i18n_menu.visualized=\u53EF\u8996\u5316 i18n_menu.template=\u6A21\u7248 i18n_menu.application=\u61C9\u7528 i18n_menu.system=\u7CFB\u7D71\u7BA1\u7406 - +i18n_menu.template-market=\u6A21\u677F\u5E02\u5834 +i18n_menu.template-setting=\u6A21\u677F\u7BA1\u7406 i18n_menu.view=\u6578\u64DA\u5C55\u793A -i18n_menu.data=\u6578\u64DA\u6E96\u5099 +i18n_menu.data=\u6578\u64DA\u51C6\u5099 i18n_menu.panel=\u5100\u8868\u677F +i18n_menu.data-filling-manage=\u6578\u64DA\u586B\u5831 i18n_menu.screen=\u6578\u64DA\u5927\u5C4F i18n_menu.dataset=\u6578\u64DA\u96C6 i18n_menu.datasource=\u6578\u64DA\u6E90 i18n_menu.user=\u7528\u6236\u7BA1\u7406 i18n_menu.org=\u7D44\u7E54\u7BA1\u7406 i18n_menu.auth=\u6B0A\u9650\u914D\u7F6E -i18n_menu.sysVariable=\u7CFB\u7EDF\u53D8\u91CF -i18n_field_name_repeat=\u5177\u6709\u91CD\u8907\u7684\u6B04\u4F4D\u540D\u7A31\uFF1A +i18n_menu.report=\u5B9A\u6642\u5831\u544A +i18n_menu.sync=\u540C\u6B65\u7BA1\u7406 +i18n_menu.association=\u8840\u7DE3\u5206\u6790 +i18n_menu.threshold=\u544A\u8B66\u7BA1\u7406 +i18n_menu.summary=\u6982\u89BD +i18n_menu.ds=\u6578\u64DA\u9023\u63A5\u7BA1\u7406 +i18n_menu.task=\u4EFB\u52D9\u7BA1\u7406 +i18n_menu.embedded=\u5D4C\u5165\u5F0F\u7BA1\u7406 +i18n_menu.plugin=\u63D2\u4EF6\u7BA1\u7406 +i18n_menu.platform=\u5E73\u53F0\u5C0D\u63A5 +i18n_menu.appearance=\u5916\u89C0\u914D\u7F6E +i18n_menu.sysVariable=\u7CFB\u7D71\u8B8A\u91CF +i18n_menu.sysTypeface=\u5B57\u9AD4\u7BA1\u7406 +i18n_menu.font=\u5B57\u9AD4\u7BA1\u7406 +i18n_field_name_repeat=\u6709\u91CD\u5FA9\u5B57\u6BB5\u540D\uFF1A i18n_pid_not_eq_id=\u79FB\u52D5\u76EE\u6A19\u4E0D\u80FD\u662F\u81EA\u5DF1\u6216\u5B50\u76EE\u9304 i18n_ds_name_exists=\u8A72\u5206\u7D44\u4E0B\u540D\u7A31\u91CD\u5FA9 i18n_table_id_can_not_empty=\u67E5\u8A62\u7BC0\u9EDE\u4E0D\u80FD\u70BA\u7A7A @@ -32,14 +47,14 @@ i18n_union_field_can_not_empty=\u95DC\u806F\u5B57\u6BB5\u4E0D\u80FD\u70BA\u7A7A i18n_table_duplicate=\u76F8\u540C\u7BC0\u9EDE\u9700\u91CD\u65B0\u62D6\u5165\u624D\u80FD\u7E7C\u7E8C\u65B0\u5EFA\u6578\u64DA\u96C6 i18n_no_column_permission=\u6C92\u6709\u5217\u6B0A\u9650 i18n_fetch_error=SQL\u57F7\u884C\u5931\u6557\uFF0C\u8ACB\u6AA2\u67E5\u8868\u3001\u5B57\u6BB5\u3001\u95DC\u806F\u95DC\u7CFB\u7B49\u4FE1\u606F\u662F\u5426\u6B63\u78BA\u4E26\u91CD\u65B0\u7DE8\u8F2F\u3002 -i18n_no_datasource_permission=\u65E0\u6570\u636E\u6E90\u8BBF\u95EE\u6743\u9650 -i18n_no_dataset_permission=\u65E0\u6570\u636E\u96C6\u8BBF\u95EE\u6743\u9650 +i18n_no_datasource_permission=\u7121\u6578\u64DA\u6E90\u8A2A\u554F\u6B0A\u9650 +i18n_no_dataset_permission=\u7121\u6578\u64DA\u96C6\u8A2A\u554F\u6B0A\u9650 i18n_not_full=\u7576\u524D\u6578\u64DA\u6E90\u4E0D\u652F\u6301\u5168\u9023\u63A5 i18n_field_circular_ref=\u5B57\u6BB5\u5B58\u5728\u5FAA\u74B0\u5F15\u7528 i18n_chart_not_handler=\u7121\u6CD5\u8655\u7406\u8A72\u5716\u8868\u985E\u578B -i18n_chart_delete=\u8996\u5716\u4E0D\u5B58\u5728 +i18n_chart_delete=\u5716\u8868\u4E0D\u5B58\u5728 i18n_no_ds=\u6578\u64DA\u96C6\u4E0D\u5B58\u5728\u6216\u6C92\u6709\u6B0A\u9650 i18n_datasource_delete=\u6578\u64DA\u6E90\u4E0D\u5B58\u5728 i18n_gauge_field_change=\u6240\u7528\u5B57\u6BB5\u767C\u751F\u8B8A\u66F4\uFF0C\u8ACB\u91CD\u65B0\u7DE8\u8F2F @@ -53,9 +68,12 @@ i18n_invalid_ds=\u6578\u64DA\u6E90\u7121\u6548 i18n_user_disable=\u7528\u6236\u5DF2\u88AB\u7981\u7528\uFF0C\u7121\u6CD5\u767B\u9304 i18n_login_name_pwd_err=\u7528\u6236\u540D\u6216\u5BC6\u78BC\u932F\u8AA4 i18n_error_login_type=\u767B\u9304\u985E\u578B\u932F\u8AA4 -i18n_schema_is_empty=schema\u70BA\u7A7A\uFF01 -i18n_table_name_repeat=\u540D\u7A31\u91CD\u8907: -i18n_sql_not_empty=sql\u4E0D\u80FD\u70BA\u7A7A +i18n_schema_is_empty=schema \u70BA\u7A7A\uFF01 +i18n_table_name_repeat=\u540D\u7A31\u91CD\u5FA9: +i18n_sql_not_empty=sql \u4E0D\u80FD\u70BA\u7A7A +i18n_menu.parameter=\u7CFB\u7D71\u53C3\u6578 +i18n_user_old_pwd_error=\u539F\u59CB\u5BC6\u78BC\u932F\u8AA4 +i18n_menu.toolbox-log=\u64CD\u4F5C\u65E5\u5FD7 i18n_year=\u5E74 i18n_month=\u6708 @@ -65,3 +83,44 @@ i18n_minute=\u5206\u9418 i18n_second=\u79D2 i18n_no_datasource_permission_to_create_column=\u7121\u6578\u64DA\u6E90\u8A2A\u554F\u6B0A\u9650\uFF0C\u7121\u6CD5\u5275\u5EFA\u8868\u5B57\u6BB5 +i18n_df_folder_cannot_to_search=\u6587\u4EF6\u593E\u4E0D\u80FD\u67E5\u8A62\u6578\u64DA +i18n_df_no_primary_key=\u6C92\u6709\u4E3B\u9375 +i18n_df_cannot_operate_folder=\u4E0D\u80FD\u64CD\u4F5C\u6587\u4EF6\u593E +i18n_df_cannot_be_none=[%s] \u4E0D\u80FD\u70BA\u7A7A +i18n_df_value_cannot_be_none=[%s] \u503C: %s \u4E0D\u80FD\u70BA\u7A7A +i18n_df_value_exists_in_database=[%s] \u503C: %s \u5728\u6578\u64DA\u5EAB\u4E2D\u5DF2\u5B58\u5728, \u4E0D\u80FD\u91CD\u5FA9 +i18n_df_data=\u6578\u64DA +i18n_df_start=\u958B\u59CB +i18n_df_end=\u7D50\u675F +i18n_df_datasource_not_found=\u6C92\u6709\u627E\u5230\u6578\u64DA\u6E90 +i18n_df_datasource_does_not_enable_data_filling=\u8A72\u6578\u64DA\u6E90\u6C92\u6709\u555F\u7528\u6578\u64DA\u586B\u5831\u914D\u7F6E +i18n_df_builtin_datasource=\u5167\u5EFA\u6578\u64DA\u5EAB +i18n_df_folder_required=\u76EE\u9304\u5FC5\u9078 +i18n_df_form_not_exists=\u8868\u55AE\u4E0D\u5B58\u5728 +i18n_df_name_can_not_empty=\u540D\u7A31\u4E0D\u80FD\u70BA\u7A7A +i18n_df_template=\u6A21\u677F +i18n_df_task_status_is_null_or_finished=\u4EFB\u52D9\u72C0\u614B\u70BA\u7A7A\u6216\u5DF2\u5B8C\u6210 +i18n_df_task_need_task_id=\u9700\u6307\u5B9A\u4EFB\u52D9ID +i18n_df_not_current_task_user=\u4E0D\u662F\u7576\u524D\u4EFB\u52D9\u7684\u76EE\u6A19\u7528\u6236 +i18n_df_miss_parameter=\u7F3A\u5931\u53C3\u6578 +i18n_df_no_running_instance=\u7576\u524D\u4EFB\u52D9\u66AB\u6642\u7121\u904B\u884C\u5BE6\u4F8B +i18n_df_value=\u503C +i18n_df_format_error=\u683C\u5F0F\u89E3\u6790\u932F\u8AA4 +i18n_df_cannot_earlier_than=\u4E0D\u80FD\u65E9\u4E8E +i18n_df_cannot_be_all_null=\u4E0D\u80FD\u53EA\u6709\u4E00\u500B\u70BA\u7A7A +i18n_df_value_not_in_range=\u503C\u4E0D\u5728\u8303\u570D\u5167 +i18n_df_value_value_not_in_range=\u503C: %s \u4E0D\u5728\u8303\u570D\u5167 +i18n_df_required=\u5FC5\u586B +i18n_df_must_unique=\u4E0D\u5141\u8A31\u91CD\u5FA9\u503C +i18n_df_excel_parsing_error=Excel\u89E3\u6790\u932F\u8AA4 +i18n_df_excel_is_empty=\u8A72Excel\u6C92\u6709\u6578\u64DA +i18n_df_excel_template_column_not_fit=\u6A21\u677F\u5B57\u6BB5\u500B\u6578\u4E0D\u5339\u914D +i18n_df_selection=\u9078\u9805\u503C\u70BA +i18n_df_date_format=\u65E5\u671F\u683C\u5F0F +i18n_df_integer=\u6574\u5F62\u6578\u5B57 +i18n_df_decimal=\u5C0F\u6578\u6578\u5B57 +i18n_df_multiple_value_split=\u591A\u500B\u503C\u4F7F\u7528\u5206\u865F";"\u5206\u5272 +i18n_df_email_type=\u90F5\u7BB1\u683C\u5F0F +i18n_df_phone_type=\u624B\u6A5F\u865F\u683C\u5F0F + + diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 891ac800e4..08fc0cae9c 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -605,6 +605,42 @@ export default { new_folder: 'New Folder', form_manage: 'Form Manage', my_job: 'My Job', + disable_data_fill_hint: + 'After closing Data Filling, the form data will fail to submit. Are you sure you want to close?', + enable_data_fill_hint: + 'After enabled, it allows for the creation of new tables in the data source database, and stores form data into these tables.', + todo: 'Todo', + finished: 'Finished', + expired: 'Expired', + required_select: 'Required', + condition: 'Condition', + add_condition: 'Add condition', + disable_edit: 'Non-editable', + enable_edit: 'Editable', + select_component: 'Select component', + set_condition: 'Set condition', + move_to: 'Move to', + rename: 'Rename', + delete: 'Delete', + move_success: 'Move success', + rename_success: 'Rename success', + create_success: 'Create success', + create_form: 'Create Form', + create_folder: 'Create Folder', + order_by_create_time_asc: 'Order by create time asc', + order_by_create_time_desc: 'Order by create time desc', + order_by_name_asc: 'Order by name asc', + order_by_name_desc: 'Order by name desc', + delete_folder_hint: + 'After deletion, all resources under this folder will be removed. Please proceed with caution.', + confirm_delete_folder: 'Confirm to delete folder', + confirm_delete_form: 'Confirm to delete form', + confirm_delete_multiple_data: 'Confirm to delete {0} data?', + confirm_delete_data: 'Confirm to delete data?', + no_form: 'No form', + on_the_left: 'Select form on the left side', + exporting: 'During exporting, you can goto ', + progress_to_download: 'to see progress, and download', form: { mobile_number_format_is_incorrect: 'Incorrect format of mobile phone number', email_format_is_incorrect: 'The mailbox format is incorrect', @@ -715,6 +751,8 @@ export default { datetime: 'Datetime' }, data: { + data_not_exists: 'Data dose not exists', + cannot_select_all: 'Cannot select all', commit_time: 'Commit Time', confirm_delete: 'Confirm delete?', add_data: 'Add Data', @@ -732,6 +770,23 @@ export default { data_not_found: '] Not Found' }, task: { + time_check_5_minute_later_than_current: + 'Cannot be earlier than 5 minutes after the current time.', + time_check_later_than_current: 'Cannot be earlier than the current time.', + time_check_earlier_than_end: 'Cannot be later than the end time.', + time_check_later_than_start: 'Cannot be earlier than the start time.', + confirm_exit_without_save: + 'The current changes have not been saved. Are you sure you want to exit?', + deliver_now: 'Deliver now', + deliver_scheduled: 'Deliver by schedule', + logic_filter: 'Logic filter', + enum_filter: 'Enum filter', + cannot_be_all_disabled: 'Not all components can be disabled.', + template_hint_title: 'The settings instructions are as follows', + template_hint_1: + 'When a component is set to be non-editable, users are not allowed to modify it when filling out the form.', + template_hint_2: + 'When a component is set to be editable, users are allowed to modify it when filling out the form.', finish_rate_hint: 'Finished Rate = Finished Task Count / Assigned Task Count * 100%', distribute_frequency: 'Distribute Frequency', one_time: 'One Time', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 7f9a9e2312..f777f872ac 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -14,7 +14,7 @@ export default { add: '添加', account: '賬號', email: '郵箱', - phone: '手機號', + phone: '手機', pwd: '密碼', require: '必填', personal_info: '個人信息', @@ -30,18 +30,358 @@ export default { please_select: '請選擇', cancel: '取消', sure: '確定', + save: '保存', input_limit: '長度在 {0} 到 {1} 個字符', save_success: '保存成功', roger_that: '知道了', delete_success: '刪除成功', copy: '復制', - no_auth_tips: '缺少菜單權限,請聯系管理員' + operating: '操作', + label: '備注', + search_keywords: '輸入關鍵字搜索', + detail: '詳情', + prev: '上一步', + description: '描述', + next: '下一步', + name: '名稱', + input_name: '請輸入名稱', + yes: '是', + no: '否', + every: '每', + minute: '分鐘', + second: '秒', + hour: '時', + day: '天', + every_exec: '執行一次', + cron_exp: 'cron表達式', + copy_success: '復制成功', + copy_unsupported: '您的瀏覽器不支持復制', + filter: '篩選', + filter_condition: '篩選條件', + no_auth_tips: '缺少菜單權限,請聯系管理員', + no_menu_tips: '未找到資源 401錯誤' + }, + work_branch: { + recommended_dashboard: '推薦儀表板', + template_market_official: '未獲取模板下載鏈接請聯系模板市場官方', + create_quickly: '快速創建', + permission_to_create: '缺少創建權限', + new_using_template: '使用模板新建', + template_center: '模板中心', + view_all: '查看全部', + relevant_templates_found: '沒有找到相關模板', + last_edited_by: '最近編輯人', + last_edit_time: '最近編輯時間', + big_data_screen: '數據大屏', + dashboard: '儀表板', + data_set: '數據集', + data_source: '數據源', + recently_used: '最近使用', + my_collection: '我的收藏', + relevant_content_found: '沒有找到相關內容', + no_content_yet: '暫無內容', + no_favorites_yet: '暫無收藏', + permission_denied: '沒有權限', + search_keyword: '搜索關鍵詞', + new_page_preview: '新頁面預覽', + cancel_favorites: '取消收藏', + open_dataset: '打開數據集', + administrator_for_authorization: '沒有任何業務菜單權限,請聯系管理員授權' + }, + data_set: { + ten_wan: '10萬', + can_go_to: '后台導出中,可前往', + progress_and_download: '查看進度,進行下載', + this_data_set: '確定刪除該數據集嗎?', + to_delete_them: '該數據集存在如下血緣關系,刪除會造成相關儀表板的圖表失效,確定刪除?', + check_blood_relationship: '查看血緣關系', + dataset_export: '數據集導出', + pieces_of_data: '提示:最多支持導出{limit}條數據', + enter_parameter_name: '請輸入參數名稱', + enter_1_50_characters: '請輸入1-50個字符', + parameter_default_value: '請輸入參數默認值', + edit_calculation_parameters: '編輯計算參數', + add_calculation_parameters: '添加計算參數', + parameter_is_supported: '僅支持添加一個計算參數。', + enter_a_number: '請輸入一個數字', + parameter_name: '參數名稱', + parameter_default_value_de: '參數默認值', + confirm_the_deletion: '未被勾選, 與其相關的計算字段將被刪除,確認刪除?', + confirm_to_delete: '確定要刪除{a}嗎', + also_be_deleted: '刪除后,被關聯的表或sql片段將被刪除,與其相關的計算字段也將被刪除。', + deleted_confirm_deletion: '如果該字段被刪除,與其相關的計算字段將被刪除,確認刪除?', + delete_field_a: '確認刪除字段{a}嗎', + field_name: '字段名稱', + field_type: '字段類型', + field_notes: '字段備注', + operate_with_caution: '刪除后,此文件夾下的所有資源都會被刪除,請謹慎操作。', + delete_this_folder: '確定刪除該文件夾嗎', + a_new_dataset: '新建數據集', + structure_preview: '結構預覽', + by_creation_time: '按創建時間升序', + by_creation_time_de: '按創建時間降序', + by_name_ascending: '按照名稱升序', + order_by_name: '按照名稱降序', + data_set_yet: '暫無數據集', + new_data_screen: '新建數據大屏', + pieces_in_total: '顯示 100 條數據,共 {msg} 條', + no_data: '暫無數據', + no_tasks_yet: '暫無任務', + exporting: '導出中', + success: '成功', + fail: '失敗', + waiting: '等待中', + all: '全部', + successful_go_to: '導出成功,前往', + failed_go_to: '導出失敗,前往', + data_set: '數據集', + view: '圖表', + organization: '所屬組織', + download: '下載', + re_export: '重新導出', + delete: '刪除', + reason_for_failure: '失敗原因', + closure: '關閉', + cannot_be_empty: 'SQL名字不能為空', + cannot_be_empty_de: 'SQL不能為空', + sure_to_exit: '你填寫的信息未保存,確認退出嗎?', + copied_successfully: '復制成功', + not_support_copying: '您的瀏覽器不支持復制:', + parameters_set_successfully: '參數設置成功', + run: '運行', + parameter_settings: '參數設置', + save: '保存', + current_data_source: '當前數據源', + relevant_content_found: '沒有找到相關內容', + physical_field_name: '物理字段名', + click_above: '點擊上方', + see_the_results: '運行,即可查看運行結果', + a_folder_name: '請輸入文件夾名稱', + the_dataset_name: '請輸入數據集名稱', + the_destination_folder: '請選擇目標文件夾', + moved_successfully: '移動成功', + rename_successful: '重命名成功', + field: '字段', + want_to_continue: '未被選擇,其相關的新建字段將被刪除,是否繼續?', + field_selection: '字段選擇', + edit_sql: '編輯SQL', + custom_sql_here: '拖拽表或自定義SQL至此處', + on_the_left: '將左側的數據表、自定義SQL', + a_data_set: '拖拽到這里創建數據集', + rename_table: '重命名表', + table_name: '表名稱', + table_name_de: '表名', + table_remarks: '表備注', + customize: '自定義', + change_field_type: '更換字段類型', + text: '文本', + time: '時間', + geographical_location: '地理位置', + numerical_value: '數值', + numeric_value_decimal: '數值 (小數)', + edit: '編輯', + rename: '重命名', + copy: '復制', + unnamed_dataset: '未命名數據集', + cannot_be_empty_time: '自定義時間格式不能為空', + custom_sql: '自定義SQL', + want_to_exit: '當前的更改尚未保存,確定退出嗎?', + saved_successfully: '保存成功', + cannot_be_empty_de_: '表達式不能為空!', + copy_a_dataset: '復制數據集', + cannot_be_empty_de_field: '關聯字段不能為空!', + dataset_cannot_be: '數據集不能為空', + save_and_return: '保存並返回', + select_data_source: '選擇數據源', + invalid_data_source: '無效數據源', + be_reported_incorrectly: + '您正在進行跨數據源的表關聯,請確保使用calcite的標准語法和函數,否則會導致數據集報錯', + refresh_data: '刷新數據', + convert_to_indicator: '轉換為指標', + convert_to_dimension: '轉換為維度', + selected: '已選擇', + bar: '條', + format_edit: '格式編輯', + custom_time_format: '自定義時間格式', + cannot_be_empty_: '過濾字段不能為空', + cannot_be_empty_de_ruler: '規則條件不能為空' + }, + data_source: { + successfully_created: '創建成功', + continue_to_create: '繼續創建', + data_source_list: '返回數據源列表', + prompts_next_time: '下次不再提示', + also_want_to: '您可能還想', + or_large_screen: '為下一步的儀表板或大屏做准備', + go_to_create: '去創建', + verification_successful: '校驗成功', + verification_failed: '校驗失敗', + create_successfully: '新建成功', + by_creation_time: '按創建時間升序', + by_creation_time_de: '按創建時間降序', + order_by_name: '按照名稱升序', + order_by_name_de: '按照名稱降序', + operate_with_caution: '刪除后,此文件夾下的所有資源都會被刪除,請謹慎操作。', + confirm_to_delete: '有數據集正在使用此數據源,刪除后數據集不可用,確認刪除?', + view_blood_relationship: '查看血緣關系', + no_data_source: '暫無數據源', + replace_data: '替換數據', + append_data: '追加數據', + latest_update_status: '最近更新狀態', + latest_update_time: '最近更新時間', + data_time: '數據時間:', + update_all: '全部更新', + on_the_left: '請在左側選擇數據源', + update_result: '更新結果', + failure_details: '失敗詳情', + the_request_address: '請輸入請求地址', + name_already_exists: '已經存在同名參數:', + name_already_exists_de: '已經存在同名的參數表', + interface_parameters: '接口參數', + extract_parameters: '提取參數', + view_data_structure: '查看數據結構', + the_data_structure: '暫無數據,請在數據結構勾選字段', + parameter: '參數', + fixed_value: '固定值', + time_function: '時間函數', + customize: '自定義', + that_day: '當天', + value: '值', + name_use_parameters: '可用${參數名},使用參數', + add_parameters: '添加參數', + data_source_name: '數據源名稱', + data_source_name_de: '請輸入數據源名稱', + a_folder_name: '請輸入文件夾名稱', + data_source: '數據源', + the_destination_folder: '請選擇目標文件夾', + relevant_content_found: '沒有找到相關內容', + cannot_be_empty: 'SSH主機不能為空', + cannot_be_empty_de: 'SSH端口不能為空', + cannot_be_empty_de_name: 'SSH用戶名不能為空', + cannot_be_empty_de_pwd: 'SSH密碼不能為空', + cannot_be_empty_de_key: 'SSH key不能為空', + to_64_characters: '參數名稱限制2~64字符', + to_64_characters_de: '接口名稱限制2~64字符', + sure_to_delete: '確定刪除嗎?', + delete: '刪除', + source_configuration_information: '數據源配置信息', + data_update_settings: '數據更新設置', + connection_method: '連接方式', + hostname: '主機名', + jdbc_connection: 'JDBC 連接', + jdbc_connection_string: ' JDBC 連接字符串', + ssh_settings: 'SSH 設置', + enable_ssh: '啟用SSH', + host: '主機', + please_enter_hostname: '請輸入主機名', + port: '端口', + password: '密碼', + enter_ssh_key: '請輸入ssh key', + ssh_key_password: 'ssh key 密碼', + update_now: '立即更新', + update_once: '更新一次', + edit_parameters: '編輯參數', + enter_parameter_name: '請輸入參數名稱', + text: '文本', + numerical_value: '數值', + numeric_value_decimal: '數值(小數)', + rename: '重命名', + interface_name: '接口名稱', + the_interface_name: '請輸入接口名稱', + to_replace_it: '替換可能會影響自定義數據集、關聯數據集、儀表板等,是否替換?', + document: '文件', + reupload: '重新上傳', + and_csv_formats: '僅支持xlsx、xls、csv格式的文件', + please_upload_files: '請上傳文件', + cannot_be_empty_table: '數據表不能為空', + the_previous_step: '填寫的信息將會清空,確定返回上一步嗎?', + add_data_table: '需要添加數據表', + source_saved_successfully: '保存數據源成功', + copy_data_source: '復制數據源', + create_data_source: '創建數據源', + want_to_exit: '當前的更改尚未保存,確定退出嗎?', + configuration_information: '配置信息', + recently_created: '最近創建', + all: '全部', + api_data: 'API數據' + }, + dynamic_time: { + set_default: '設置默認值', + fix: '固定時間', + dynamic: '動態時間', + relative: '相對當前', + today: '今天', + yesterday: '昨天', + firstOfMonth: '月初', + firstOfYear: '年初', + custom: '自定義', + date: '日', + week: '周', + month: '月', + year: '年', + before: '前', + after: '后', + preview: '預覽', + set: '設置', + + cweek: '本周', + lweek: '上周', + cmonth: '本月', + cquarter: '本季', + lquarter: '上季', + cyear: '本年' + }, + dynamic_year: { + fix: '固定年份', + dynamic: '動態年份', + current: '今年', + last: '去年' + }, + dynamic_month: { + fix: '固定年月', + dynamic: '動態年月', + current: '當月', + last: '上月', + firstOfYear: '當年首月', + sameMonthLastYear: '去年同月' + }, + data_export: { + export_center: '數據導出中心', + export_info: '查看進度,進行下載', + exporting: '后台導出中,可前往', + del_all: '全部刪除', + export_failed: '導出失敗', + export_from: '導出來源', + export_obj: '導出對象', + export_time: '導出時間', + sure_del_all: '確定刪除全部導出記錄嗎?', + sure_del: '確定刪除該導出記錄嗎?', + no_failed_file: '暫無失敗文件', + no_file: '暫無文件', + no_task: '暫無任務', + download_all: '全部下載', + download: '下載' + }, + driver: { + driver: '驅動', + please_choose_driver: '請選擇驅動', + mgm: '驅動管理', + exit_mgm: '退出驅動管理', + add: '添加驅動', + modify: '修改', + show_info: '驅動信息', + file_name: '文件名', + version: '版本', + please_set_driverClass: '請指定驅動類', + please_set_supportVersions: '請輸入支持的數據庫大版本', + supportVersions: '支持版本' }, login: { welcome: '歡迎使用', btn: '登錄', - username_format: "1-25位字母數字或者._-{'@'}且以字母或數字開頭", - pwd_format: '密碼長度在5-15' + username_format: "1-25位字母數字或者._-:{'@'}且以字母或數字開頭", + pwd_format: '密碼長度在5-15', + default_login: '默認' }, component: { columnList: '列表項', @@ -51,19 +391,242 @@ export default { system: { user: '用戶', role: '角色', - addUser: '@:common.add@:system.user' + addUser: '@:common.add@:system.user', + click_to_show: '點擊顯示', + click_to_hide: '點擊隱藏', + basic_settings: '基礎設置', + and_0_seconds: '0分0秒', + time_0_seconds: '分鐘(執行時間:0秒)', + and_0_seconds_de: '小時(執行時間:0分0秒)', + fonts_before_deleting: '請先將其他字體設置為默認字體,再進行刪除。', + sure_to_delete: '當前字體被刪除后,使用該字體的組件將會使用默認字體,確定刪除?', + setting_successful: '設置成功', + font_management: '字體管理', + search_font_name: '搜索字體名稱', + a_new_font: '新建字體', + add_font: '添加字體', + default_font: '默認字體', + system_built_in: '系統內置', + update_time: '更新時間:', + font_file: '字庫文件:', + upload_font_file: '上傳字庫文件', + replace_font_file: '替換字庫文件', + as_default_font: '設為默認字體', + the_font_name: '請輸入字體名稱', + in_ttf_format: '只支持上傳ttf格式的字體文件!', + character_length_1_50: '字符長度1-50', + upload_font_file_de: '請上傳字庫文件', + font_name: '字體名稱', + font_file_de: '字庫文件', + be_the_same: '新舊密碼不能相同', + twice_are_inconsistent: '兩次輸入的密碼不一致', + log_in_again: '修改成功,請重新登錄', + original_password: '原始密碼', + the_original_password: '請輸入原始密碼', + new_password: '新密碼', + the_new_password: '請輸入新密碼', + confirm_password: '確認密碼', + the_confirmation_password: '請輸入確認密碼', + map_settings: '地圖設置', + engine_settings: '引擎設置', + normal_login: '普通登錄', + to_take_effect: '請求超時時間(單位:秒,注意:保存后刷新瀏覽器生效)', + and_platform_docking: '作用域包括認證設置和平台對接', + not_enabled: '未開啟', + default_organization: '默認組織', + normal_role: '普通角色', + engine_type: '引擎類型', + on_the_left: '請在左側選擇區域', + region_code: '區域代碼', + superior_region: '上級區域', + coordinate_file: '坐標文件', + delete_this_node: '確定刪除此節點嗎', + at_the_end: + '國家代碼由三位數字組成,省、市、區縣、鄉鎮代碼由兩位數字組成;非國家區域需要再后面補0', + non_zero_three_digit_number: '請輸入非0的三位數字', + or_11_digits: '請輸入9或11位數字', + contact_the_administrator: '執行失敗請聯系管理員', + upload_json_files: '只能上傳json文件', + maximum_upload_200m: '最大上傳200M', + geographic_information: '地理信息', + superior_region_first: '請先選擇上級區域', + region_name: '區域名稱', + appearance_configuration: '外觀配置', + platform_display_theme: '平台顯示主題', + navigation_background_color: '頂部導航背景色', + dark_color: '暗色', + light_color: '淺色', + theme_color: '主題色', + default_blue: '默認 (藍色) ', + custom_color_value: '自定義色值', + platform_login_settings: '平台登錄設置', + page_preview: '頁面預覽', + restore_default: '恢復默認', + platform: '默認為 {msg} 平台界面,支持自定義設置', + supports_custom_settings: '默認為 {msg} 登錄界面,支持自定義設置', + replace_image: '替換圖片', + website_name: '網站名稱', + web_page_tab: '顯示在網頁 Tab 的平台名稱', + under_product_logo: '產品 Logo 下的 Slogan', + footer: '頁腳', + footer_content: '頁腳內容', + platform_settings: '平台設置', + top_navigation_logo: '頂部導航 Logo', + not_exceeding_200kb: + '頂部導航菜單顯示的 Logo;建議尺寸 134 x 34,支持JPG、PNG,大小不超過 200KB', + help_document: '幫助文檔', + ai_assistant_button: 'AI 助手按鈕', + copilot_button: 'Copilot 按鈕', + document_button: '文檔按鈕', + about_button: '關于按鈕', + mobile_login_settings: '移動端登錄設置', + user_login: '用戶登錄', + in_user_name: '請填寫用戶名', + fill_in_password: '請填寫密碼', + supports_custom_settings_de: '默認為 {msg} 移動端登錄界面,支持自定義設置', + login_logo: '登錄 Logo', + not_exceeding_200kb_de: + '登錄頁面右側 Logo,建議尺寸 120*30,支持 JPG、PNG、SVG,大小不超過 200KB', + login_background_image: '登錄背景圖', + not_exceeding_5m: + '左側背景圖,矢量圖建議尺寸375*480,位圖建議尺寸1125*1440;支持 JPG、PNG、SVG,大小不超過5M', + hidden_in_iframe: 'Iframe中隱藏', + available_to_everyone: '人人可用的開源 BI 工具', + the_website_name: '請輸入網站名稱', + enter_the_slogan: '請輸入Slogan', + the_help_document: '請輸入幫助文檔', + assistant: '請選擇是否展示AI助手', + to_display_copilot: '請選擇是否展示Copilot', + display_the_document: '請選擇是否展示文檔', + display_the_about: '請選擇是否展示關于', + website_logo: '網站 Logo', + not_exceeding_200kb_de_: + '頂部網站顯示的 Logo,建議尺寸 48 x 48,支持 JPG、PNG、SVG,大小不超過 200KB', + not_exceeding_200kb_de_right: + '登錄頁面右側 Logo,建議尺寸 204 x 52,支持 JPG、PNG、SVG,大小不超過 200KB', + not_exceeding_5m_de: + '左側背景圖,矢量圖建議尺寸 640 x 900,位圖建議尺寸 1280 x 1800;支持 JPG、PNG、SVG,大小不超過 5M', + tab: '頁簽' + }, + components: { + dashboard_style: '儀表板風格', + overall_configuration: '整體配置', + dashboard_background: '儀表板背景', + chart_color: '圖表配色', + advanced_style_settings: '高級樣式設置', + length_1_64_characters: '名稱字段長度1-64個字符', + current_page_first: '請先保存當前頁面', + from_other_organizations: '已切換至新組織,無權保存其他組織的資源', + close_the_page: '關閉頁面', + sure_to_exit: '當前的更改尚未保存,確定退出嗎?', + add_components_first: '當前儀表板為空,請先添加組件', + rich_text: '富文本', + media: '媒體', + dashboard_configuration: '儀表板配置', + to_mobile_layout: '切換至移動端布局', + complete: '完成', + pager_color: '分頁器配色', + title_horizontal_position: '標題水平位置', + title_display_position: '標題顯示位置', + title_color: '標題顏色', + label_color: '標簽顏色', + input_box_style: '輸入框樣式', + overall_refresh: '整體刷新', + previews_take_effect: '僅公共鏈接和新Tab預覽生效', + jump_icon_color: '聯動、鑽取、跳轉的圖標顏色', + level_display_color: '鑽取層級展示顏色', + a_new_theme: '新建主題', + upload_a_cover: '請上傳封面', + edit_theme: '編輯主題', + cover: '封面', + to_delete_: '確定刪除[{0}]嗎?' }, user: { change_password: '修改密碼', - name: '名稱', + select_users: '請選擇用戶', + account: '賬號', + name: '姓名', role: '角色', state: '用戶狀態', default_pwd: '默認密碼', - confirm_delete: '確認刪除該用戶嗎?' + confirm_delete: '確定刪除該用戶嗎?', + add_title: '添加用戶', + edit_title: '編輯用戶', + user_id: '用戶', + user_id_empty: '請輸入精准用戶ID/賬號', + search_placeholder: '搜索姓名、賬號、郵箱', + batch_del: '批量刪除', + selection_info: '已選 {0} 項', + clear_button: '清空', + confirm_batch_delete: '確定刪除{0}個用戶嗎?', + reset_pwd: '重置密碼', + reset_confirm: '是否恢復為初始密碼?', + reset_success: '重置成功', + modify_cur_pwd: '修改當前用戶密碼后需要重新登錄', + switch_success: '切換成功', + user_name_pattern_error: '只允許數字字母以及._-且必須數字或字母開頭', + pwd_pattern_error: '6-20位且至少一位大寫字母、小寫字母、數字、特殊字符', + special_characters_are_not_supported: '不允許特殊字符', + phone_format: '請填寫正確格式手機號', + email_format_is_incorrect: '請填寫正確格式郵箱', + enable_success: '已啟用', + disable_success: '已禁用', + feishu: '飛書', + dingtalk: '釘釘', + wechat_for_business: '企業微信', + international_feishu: '國際飛書', + user_management: '用戶管理', + cannot_be_modified: '系統管理員狀態不可修改', + cannot_be_modified_de: '不能修改當前用戶狀態', + has_been_disabled: '用戶已被禁用', + selected_user: '已選: {msg} 個用戶', + cannot_be_empty: '變量不能為空!', + set_variable_value: '請設置變量值:', + be_an_integer: '變量值必須為整數:', + be_less_than: '不能小于:', + be_greater_than: '不能大于:', + than_start_time: ',不能小于開始時間:', + than_end_time: ',不能大于結束時間:', + variable: '變量', + variable_value: '變量值', + enter_a_value: '請輸入數值', + contact_the_administrator: '執行失敗請聯系管理員', + data_import_successful: '導入數據成功', + imported_1_data: '成功導入數據 {msg} 條', + import_1_data: ',導入失敗 {msg} 條 ', + can: '可', + download_error_report: '下載錯誤報告', + modify_and_re_import: ',修改后重新導入', + return_to_view: '返回查看', + continue_importing: '繼續導入', + data_import_failed: '部分數據導入失敗', + data_import_failed_de: '數據導入失敗' + }, + userimport: { + buttonText: '批量導入', + dialogTitle: '批量上傳', + success: '導入成功', + placeholder: '點擊選擇文件', + defaultTip: '僅支持xlsx、xls格式的文件', + errorTip: '上傳失敗:文件中存在不合規數據,如需查看詳情,', + downTip: '下載模板', + uploadAgain: '再次上傳', + backUserGrid: '返回用戶列表', + sure: '確定', + cancel: '取消', + repeatDown: '請勿重復下載', + limitMsg: '文件最大10M', + suffixMsg: '只支持.xlsx|.xls結尾的文件', + exceedMsg: '只能上傳一個文件', + templateError: '用戶模板錯誤', + first_please: '請先', + fill_and_upload: ',按要求填寫后上傳', + import: '導入' }, role: { add_title: '添加角色', edit_title: '編輯角色', + role_title: '角色列表', name: '角色名稱', type: '角色類型', desc: '角色描述', @@ -72,16 +635,41 @@ export default { confirm_delete: '確認刪除該角色嗎?', delete_tips: '

友情提示,角色被刪除后,歸屬于角色的用戶將做如下處理:

1、用戶擁有當前組織的其他角色,那么角色被刪除后,將用戶從該角色中移除。

2、該角色是用戶在當前組織下擁有的唯一角色,但用戶擁有其他組織下的角色,那么角色被刪除后,用戶也將從當前組織中移除。

3、該角色是用戶在當前組織下擁有的唯一角色,用戶在系統的其他組織下也沒有任何角色,那么角色被刪除后,用戶也將從當前系統中刪除。


', - confirm_unbind_user: '確定移除改用戶嗎', + confirm_unbind_user: '確定將該用戶從角色中移除嗎?', clear_in_system: '友情提示,從當前角色移除后,該用戶已沒有任何組織的任何角色,用戶將從系統中刪除。', clear_in_org: '友情提示,從當前角色移除后,該用戶已沒有當前組織的任何角色,將從當前組織中移除。', add_user: '為角色添加用戶({0})', unbind_success: '移除成功', - bind_success: '綁定成功' + bind_success: '綁定成功', + bound_user: '已添加用戶', + option_user: '可添加用戶', + org_user_title: '添加組織用戶', + out_user_title: '添加外部用戶', + search_user: '查找用戶', + search_one: '查找到一個用戶', + search_no: '暫無結果,用戶可能不存在!', + system_role: '系統內置角色', + custom_role: '自定義角色', + system: '系統', + user_search_placeholder: '搜索姓名、賬號', + manager: '管理員', + staff: '用戶', + system_role_edit_tips: '系統角色無法編輯', + system_role_del_tips: '系統角色無法刪除', + empty_description: '請先選擇左側角色' }, org: { + resource_migration: '資源遷移', + migration_type: '遷移類型', + migrate_resources_only: '僅遷移資源', + and_authorization_related: '遷移資源及授權相關', + target_organization: '目標組織', + target_directory: '目標目錄', + resource_type: '資源類型', + user_dimension: '按用戶配置', + resource_dimension: '按資源配置', org_title: '組織管理', org_move: '組織遷移', add: '添加組織', @@ -93,17 +681,30 @@ export default { parent: '上級組織', default_cannot_move: '默認組織不能刪除', cannot_delete: '無法刪除', - confirm_delete: '確認刪除該組織嗎?', + confirm_delete: '確定刪除該組織嗎?', delete_children_first: '請先刪除子組織后,再刪除當前組織', confirm_content: '友情提示,組織被刪除后,組織下的資源也將被刪除', give_up_resource: '放棄資源,直接刪除', move_resource_first: '先遷移資源', default_parent_tips: '(默認當前組織)', - admin_parent_tips: '(默認根組織)' + admin_parent_tips: '(默認根組織)', + please_login_per_changed: '當前用戶權限已變更,請重新登錄' }, auth: { - user_dimension: '按用戶配置', - resource_dimension: '按資源配置', + permission_configuration: '權限配置', + was_not_obtained: '未獲取到資源節點', + search_name: '搜索名稱', + loading: '加載中···', + on_the_left: '請選擇左側節點', + sysParams_type: { + user_id: '賬號', + user_name: '姓名', + user_source: '用戶來源', + user_label: '用戶標簽', + user_email: '郵箱', + dept: '組織', + role: '角色' + }, user: '用戶', role: '角色', resource: '資源權限', @@ -112,8 +713,1352 @@ export default { screen: '數據大屏', dataset: '數據集', datasource: '數據源', + all_types: '全部類型', empty_desc: '請選擇用戶/角色以及資源類型', - uncommitted_tips: '有未提交的權限變更,是否提交?' + row_column: '行列權限設置', + row_permission: '行權限規則', + enable_row: '啟用行權限', + white_list: '白名單', + white_user_not: '以上權限規則對白名單用戶不生效', + organization_or_role: '請選擇組織或角色', + column_permission: '列權限規則', + enable_column: '啟用列權限', + search_by_field: '通過字段名稱搜索', + add_condition: '添加條件', + add_relationship: '添加關系', + filter_fields: '篩選字段', + select_filter_fields: '請選擇篩選字段', + enter_keywords: '請輸關鍵字', + screen_method: '篩選方式', + select: '請選擇', + fixed_value: '固定值', + default_method: '默認條件', + select_all: '全 選', + added: '已添加', + manual_input: '手工輸入', + please_fill: '請一行填一個,最多添加500個,識別錄入時會自動過濾重復的選項和已經添加過的選項', + close: '關 閉', + add: '添 加', + sure: '確 定', + uncommitted_tips: '有未提交的權限變更,是否提交?', + use: '使用', + check: '查看', + export: '導出', + manage: '管理', + auth: '授權', + resource_name: '資源名稱', + menu_name: '菜單名稱', + from_role: '繼承自以下角色:', + auth_alone: '單獨授權', + org_role_empty: '組織管理員已擁有所有資源的權限,無需再授權', + user_role_empty: '該用戶是組織管理員,已擁有所有資源的權限,無需再授權', + sysParams: '系統變量', + set_rules: '設置規則', + inner_role_tips: '系統內置角色,權限無法編輯' + }, + datasource: { + datasource: '數據源', + create: '新建數據源', + config: '數據源配置', + table: '數據源表', + table_name: '表名', + remark: '備注', + column_name: '字段名', + field_type: '字段類型', + field_description: '字段備注', + dl: '數據湖', + other: '其他', + local_file: '本地文件', + select_ds_type: '選擇數據源類型', + select_ds: '選擇數據源', + ds_info: '錄入數據源信息', + sync_info: '數據同步設置', + input_name: '請輸入名稱', + input_limit_2_25: '{0}-{1}字符', + input_limit_2_50: '2-50字符', + input_limit_2_64: '2-64字符', + input_limit_1_64: '1-64字符', + data_source_configuration: '數據源配置', + data_source_table: '數據源表', + auth_method: '認證方式', + passwd: '用戶名密碼', + kerbers_info: '請確保 krb5.Conf、Keytab Key,已經添加到路徑:/opt/dataease2.0/conf', + client_principal: 'Client Principal', + keytab_Key_path: 'Keytab Key Path', + please_select_left: '請從左側選擇', + show_info: '數據源信息', + type: '類型', + please_choose_type: '請選擇數據源類型', + please_choose_data_type: '請選擇計算模式', + data_base: '數據庫名稱', + user_name: '用戶名', + password: '密碼', + host: '主機名/IP地址', + doris_host: 'Doris 地址', + query_port: 'Query Port', + http_port: 'Http Port', + port: '端口', + datasource_url: '地址', + please_input_datasource_url: '請輸入 Elasticsearch 地址,如: http://es_host:es_port', + please_input_data_base: '請輸入數據庫名稱', + please_input_jdbc_url: '請輸入 JDBC 連接', + please_select_oracle_type: '選擇連接類型', + please_input_user_name: '請輸入用戶名', + please_input_password: '請輸入密碼', + please_input_host: '請輸入主機', + please_input_url: '請輸入URL地址', + please_input_port: '請輸入端口', + please_input_be_port: '請輸入BE端口', + modify: '編輯數據源', + copy: '復制數據源', + validate_success: '校驗成功', + validate_failed: '校驗失敗', + validate: '校驗', + search_by_name: '根據名稱搜索', + delete_warning: '確定要刪除嗎?', + input_limit: '{num}字符', + oracle_connection_type: '服務名/SID', + oracle_sid: 'SID', + oracle_service_name: '服務名', + get_schema: '獲取 Schema', + schema: 'Schema', + charset: '字符集', + targetCharset: '目標字符集', + please_choose_schema: '請選擇數據庫 Schema', + please_choose_charset: '請選擇數據庫字符集', + please_choose_targetCharset: '請選擇目標字符集', + edit_datasource_msg: '修改數據源信息,可能會導致該數據源下的數據集不可用,確認修改?', + repeat_datasource_msg: '已經存在相同配置的數據源信息, ', + confirm_save: '確認保存?', + in_valid: '無效數據源', + initial_pool_size: '初始連接數', + min_pool_size: '最小連接數', + max_pool_size: '最大連接數', + max_idle_time: '最大空閑(秒)', + bucket_num: 'Bucket 數量', + replication_num: '副本數量', + please_input_bucket_num: '請輸入 Bucket 數量', + please_input_replication_num: '請輸入副本數量', + acquire_increment: '增長數', + connect_timeout: '連接超時(秒)', + please_input_initial_pool_size: '請輸入初始連接數', + please_input_min_pool_size: '請輸入最小連接數', + please_input_max_pool_size: '請輸入最大連接數', + please_input_max_idle_time: '請輸入最大空閑(秒)', + please_input_acquire_increment: '請輸入增長數', + please_input_query_timeout: '請輸入查詢超時', + please_input_connect_timeout: '請輸入連接超時(秒)', + no_less_then_0: '高級設置中的參數不能小于零', + port_no_less_then_0: '端口不能小于零', + priority: '高級設置', + data_mode: '數據模式', + direct: '直連模式', + extract: '抽取模式', + all_compute_mode: '直連、抽取模式', + extra_params: '額外的 JDBC 連接字符串', + jdbcUrl: 'JDBC 連接', + please_input_dataPath: '請輸入 JsonPath 數據路徑', + show_api_data: '查看API數據結構', + warning: '包含無效數據表', + data_table: '數據表', + data_table_name: '數據表名稱', + method: '請求方式', + url: 'URL', + add_api_table: '添加API數據表', + edit_api_table: '編輯API數據表', + base_info: '基礎信息', + column_info: '數據結構', + request: '請求', + isUseJsonPath: '是否指定JsonPath', + path_all_info: '請填入完整地址', + jsonpath_info: '請填入JsonPath', + req_param: '請求參數', + headers: '請求頭', + query_param: 'QUERY參數', + query_info: '地址欄中跟在?后面的參數,如: updateapi?id=112', + key: '鍵', + value: '值', + data_path: '提取數據', + data_path_desc: '請用JsonPath填寫數據路徑', + body_form_data: 'form-data', + body_x_www_from_urlencoded: 'x-www-form-urlencoded', + body_json: 'json', + body_xml: 'xml', + body_raw: 'raw', + request_body: '請求體', + auth_config: '認證配置', + auth_config_info: '請求需要進行權限校驗', + verified: '認證', + verification_method: '認證方式', + username: '用戶名', + api_table_not_empty: 'API 數據表不能為空', + has_repeat_name: 'API 數據表名稱重復', + has_repeat_field_name: '字段名重復,請修改后再選擇', + api_field_not_empty: '字段不能為空', + success_copy: '復制成功', + valid: '有效', + invalid: '無效', + api_step_1: '連接API', + api_step_2: '提取數據', + _ip_address: '請輸入主機名/IP地址', + display_name: '顯示名稱', + connection_mode: '連接方式', + driver_file: '驅動文件', + edit_driver: '編輯驅動', + driver_name: '驅動名稱', + drive_type: '驅動類型', + add_driver: '添加驅動', + diver_on_the_left: '請在左側選擇驅動', + no_data_table: '暫無數據表', + on_the_left: '請在左側選擇數據源', + create_dataset: '創建數據集', + table_description: '表備注', + relational_database: '關系型數據庫', + data_warehouse_lake: '數倉/數據湖', + non_relational_database: '非關系型數據庫', + all: '所有', + this_data_source: '確定刪除該數據源嗎?', + delete_this_dataset: '確定刪除該數據集嗎?', + edit_folder: '編輯文件夾', + click_to_check: '點擊去查看血緣關系', + please_select: '請選擇', + delete_this_item: '是否要刪除此項?', + can_be_uploaded: '僅支持上傳JAR格式的文件', + query_timeout: '查詢超時', + add_data_source: '添加數據源', + delete_this_driver: '確定刪除該驅動嗎?', + basic_info: '基本信息', + data_preview: '預覽數據', + update_type: '更新方式', + all_scope: '全量更新', + add_scope: '增量更新', + select_data_time: '選擇日期時間', + execute_rate: '執行頻率', + execute_once: '立即執行', + simple_cron: '簡單重復', + manual: '手動更新', + cron_config: '表達式設定', + no_limit: '無限制', + set_end_time: '設定結束時間', + exec_time: '執行時間', + start_time: '開始時間', + end_time: '結束時間', + parse_filed: '解析字段', + field_rename: '重命名', + select_type: '選擇數據源類型', + sync_table: '同步指定表', + req_completed: '請求成功', + sync_rate: '更新頻率', + has_same_ds: '存在相同配置數據源,確認保存?' + }, + chart: { + align: '對齊方式', + reset: '重置', + chart_refresh_tips: '圖表刷新設置優先于儀表板刷新設置', + '1-trend': '趨勢', + '2-state': '狀態', + '3-rank': '排名', + '4-location': '位置', + '5-weather': '天氣', + chinese: '中文', + mark_field: '字段', + mark_value: '值', + function_style: '功能型樣式', + condition_style: '標記樣式', + longitude: '經度', + latitude: '緯度', + longitude_and_latitude: '經度緯度', + gradient: '漸變', + layer_controller: '指標切換', + show_zoom: '顯示縮放按鈕', + button_color: '按鈕顏色', + button_background_color: '按鈕背景色', + chart_background: '組件背景', + date_format: '請選擇日期解析格式', + solid_color: '純色', + split_gradient: '分離漸變', + continuous_gradient: '連續漸變', + map_center_lost: '圖形缺失中心點centroid或center屬性,請補全后再試', + margin_model: '模式', + margin_model_auto: '自動', + margin_model_absolute: '絕對', + margin_model_relative: '相對', + margin_placeholder: '請輸入0-100數字', + margin_absolute_placeholder: '請輸入0-40數字', + rich_text_view_result_tips: '富文本只選取第一條結果', + rich_text_view: '富文本圖表', + view_reset: '圖表重置', + view_reset_tips: '放棄對圖表的修改?', + export_img: '導出圖片', + title_repeat: '當前標題已存在', + save_snapshot: '保存縮略圖', + datalist: '圖表', + add_group: '添加分組', + add_scene: '添加場景', + group: '分組', + scene: '場景', + delete: '刪除', + move_to: '移動到', + rename: '重命名', + tips: '提示', + confirm_delete: '確認刪除', + delete_success: '刪除成功', + confirm: '確認', + cancel: '取消', + search: '搜索', + back: '返回', + add_table: '添加數據集', + process: '進度', + add_chart: '添加圖表', + db_data: '數據庫數據集', + sql_data: 'SQL數據集', + excel_data: 'Excel數據集', + custom_data: '自定義數據集', + pls_slc_tbl_left: '請從左側選圖表', + add_db_table: '添加數據庫數據集', + add_api_table: '添加API數據集', + pls_slc_data_source: '請選擇數據源', + table: '表', + edit: '編輯', + create_view: '創建試圖', + data_preview: '數據預覽', + dimension: '維度', + quota: '指標', + column_quota: '柱指標', + line_quota: '線指標', + time_dimension_or_quota: '時間維度或指標', + aggregate_time: '聚合時間緯度', + title: '標題', + show: '顯示', + chart_type: '圖表類型', + shape_attr: '圖形屬性', + module_style: '組件樣式', + result_filter: '過濾器', + chart_mix_label_only_left: '僅針對柱狀圖設置有效', + x_axis: '橫軸', + y_axis: '縱軸', + chart: '圖表', + close: '關閉', + summary: '匯總方式', + fast_calc: '快速計算', + sum: '求和', + count: '計數', + avg: '平均', + max: '最大值', + min: '最小值', + stddev_pop: '標准差', + var_pop: '方差', + quick_calc: '快速計算', + show_name_set: '編輯顯示名稱', + show_name: '顯示名稱', + color: '顏色', + color_case: '配色方案', + pls_slc_color_case: '請選擇配色方案', + color_default: '默認', + color_retro: '復古', + color_future: '未來', + color_gradual: '漸變', + color_business: '商務', + color_gentle: '柔和', + color_elegant: '淡雅', + color_technology: '科技', + color_simple: '簡潔', + not_alpha: '不透明度', + area_border_color: '地圖邊線', + area_base_color: '地圖區塊填充', + size: '大小', + bar_width: '柱寬', + bar_gap: '柱間隔', + adapt: '自適應', + line_width: '線寬', + line_type: '線型', + line_symbol: '折點', + line_symbol_size: '折點大小', + line_type_solid: '實線', + line_type_dashed: '虛線', + line_symbol_circle: '圓形', + line_symbol_emptyCircle: '空心圓', + line_symbol_rect: '矩形', + line_symbol_roundRect: '圓角矩形', + line_symbol_triangle: '三角形', + line_symbol_diamond: '菱形', + line_symbol_pin: '釘子', + line_symbol_arrow: '箭頭', + line_symbol_none: '無', + line_area: '面積', + pie_inner_radius: '內徑', + pie_outer_radius: '外徑', + funnel_width: '寬度', + line_smooth: '平滑折線', + title_style: '標題樣式', + text_fontsize: '字體大小', + text_color: '字體顏色', + text_h_position: '水平位置', + text_v_position: '垂直位置', + text_position: '位置', + text_pos_left: '左', + text_pos_center: '中', + text_pos_right: '右', + text_pos_top: '上', + text_pos_bottom: '下', + text_italic: '字體傾斜', + italic: '傾斜', + orient: '方向', + horizontal: '水平', + vertical: '垂直', + legend: '圖例', + legend_num: '圖例數', + shape: '形狀', + polygon: '多邊形', + circle: '圓形', + label: '標簽', + label_position: '標簽位置', + label_bg: '標簽背景', + label_shadow: '標簽陰影', + label_shadow_color: '陰影顏色', + label_reserve_decimal_count: '保留小數', + content_formatter: '內容格式', + inside: '內', + tooltip: '提示', + tooltip_item: '數據項', + tooltip_axis: '坐標軸', + formatter_plc: '內容格式為空時,顯示默認格式', + xAxis: '橫軸', + yAxis: '縱軸', + yAxisLeft: '左縱軸', + yAxisRight: '右縱軸', + position: '位置', + rotate: '角度', + name: '名稱', + icon: '圖標', + trigger_position: '觸發位置', + asc: '升序', + desc: '降序', + sort: '排序', + default: '默認', + filter: '過濾', + none: '無', + background: '背景', + border: '邊角', + border_width: '邊框寬度', + border_radius: '圓角', + alpha: '透明度', + add_filter: '添加過濾', + no_limit: '無限制', + filter_eq: '等于', + filter_not_eq: '不等于', + filter_lt: '小于', + filter_le: '小于等于', + filter_gt: '大于', + filter_ge: '大于等于', + filter_null: '為空', + filter_not_null: '不為空', + filter_empty: '空字符串', + filter_not_empty: '非空字符串', + filter_include: '包含', + filter_not_include: '不包含', + rose_type: '玫瑰圖模式', + radius_mode: '半徑', + area_mode: '面積', + rose_radius: '圓角', + view_name: '圖表標題', + belong_group: '所屬分組', + select_group: '選擇分組', + name_can_not_empty: '名稱不能為空', + template_can_not_empty: '請導入模板', + custom_count: '記錄數', + table_title_fontsize: '表頭字體大小', + table_item_fontsize: '表格字體大小', + table_header_bg: '表頭背景', + table_item_bg: '表格背景', + table_header_font_color: '表頭字體', + table_item_font_color: '表格字體', + table_show_index: '顯示序號', + table_header_sort: '開啟表頭排序', + table_show_row_tooltip: '開啟行頭提示', + table_show_col_tooltip: '開啟列頭提示', + table_show_cell_tooltip: '開啟單元格提示', + table_show_header_tooltip: '開啟表頭提示', + table_show_summary: '顯示總計', + table_summary_label: '總計標簽', + table_header_show_horizon_border: '表頭橫邊框線', + table_header_show_vertical_border: '表頭縱邊框線', + table_cell_show_horizon_border: '單元格橫邊框線', + table_cell_show_vertical_border: '單元格縱邊框線', + table_col_freeze_tip: '第一列到', + tbale_row_freeze_tip: '第一行到', + table_freeze: '凍結', + stripe: '斑馬紋', + start_angle: '起始角度', + end_angle: '結束角度', + style_priority: '樣式優先級', + dashboard: '儀表板', + dimension_color: '名稱顏色', + quota_color: '值顏色', + dimension_font_size: '名稱字體大小', + quota_font_size: '值字體大小', + space_split: '名稱/值間隔', + only_one_quota: '僅支持1個指標', + only_one_result: '僅顯示第1個計算結果', + dimension_show: '名稱顯示', + quota_show: '值顯示', + title_limit: '標題不能大于50個字符', + filter_condition: '過濾條件', + filter_field_can_null: '過濾字段必填', + preview_100_data: '預覽前100條記錄', + chart_table_normal: '匯總表', + chart_table_info: '明細表', + chart_card: '指標卡', + chart_bar: '基礎柱狀圖', + chart_bar_stack: '堆疊柱狀圖', + chart_percentage_bar_stack: '百分比柱狀圖', + chart_bar_horizontal: '基礎條形圖', + chart_bar_stack_horizontal: '堆疊條形圖', + chart_percentage_bar_stack_horizontal: '百分比條形圖', + chart_bar_range: '區間條形圖', + chart_bidirectional_bar: '對稱條形圖', + chart_progress_bar: '進度條', + chart_line: '基礎折線圖', + chart_area_stack: '堆疊折線圖', + chart_pie: '餅圖', + chart_pie_donut: '環形圖', + chart_pie_rose: '玫瑰圖', + chart_pie_donut_rose: '玫瑰環形圖', + chart_funnel: '漏斗圖', + chart_sankey: '桑基圖', + chart_radar: '雷達圖', + chart_gauge: '儀表盤', + chart_map: '地圖', + chart_bubble_map: '氣泡地圖', + dateStyle: '日期顯示', + datePattern: '日期格式', + y: '年', + y_M: '年月', + y_Q: '年季度', + y_W: '年周', + y_M_d: '年月日', + H_m_s: '時分秒', + y_M_d_H_m: '年月日時分', + y_M_d_H_m_s: '年月日時分秒', + date_sub: 'yyyy-MM-dd', + date_split: 'yyyy/MM/dd', + chartName: '新建圖表', + chart_show_error: '無法正常顯示', + chart_error_tips: '獲取數據異常,如有疑問請聯系管理員', + title_cannot_empty: '標題不能為空', + table_title_height: '表頭行高', + table_item_height: '表格行高', + text: '文本', + axis_show: '軸線顯示', + axis_color: '軸線顏色', + axis_width: '軸線寬度', + axis_type: '軸線類型', + grid_show: '網格線顯示', + grid_color: '網格線顏色', + grid_width: '網格線寬度', + grid_type: '網格線類型', + axis_type_solid: '實線', + axis_type_dashed: '虛線', + axis_type_dotted: '點', + axis_label_show: '標簽顯示', + axis_label_color: '標簽顏色', + axis_label_fontsize: '標簽大小', + text_style: '字體樣式', + bolder: '加粗', + change_ds: '更換數據集', + change_ds_tip: '提示:更換數據集將導致字段發生變化,需重新制作圖表', + axis_name_color: '名稱顏色', + axis_name_fontsize: '名稱字體', + pie_label_line_show: '引導線', + outside: '外', + center: '中心', + split: '軸線', + axis_line: '軸線', + axis_label: '軸標簽', + label_fontsize: '標簽大小', + split_line: '分割線', + split_color: '分割顏色', + shadow: '陰影', + condition: '過濾值', + filter_value_can_null: '過濾值不能為空', + filter_like: '包含', + filter_not_like: '不包含', + filter_in: '屬于', + filter_not_in: '不屬于', + color_light: '明亮', + color_classical: '經典', + color_fresh: '清新', + color_energy: '活力', + color_red: '火紅', + color_fast: '輕快', + color_spiritual: '靈動', + chart_details: '圖表明細', + export: '導出', + details: '明細', + image: '圖片', + export_details: '導出明細', + chart_data: '數據', + chart_style: '樣式', + drag_block_type_axis: '類別軸', + drag_block_type_axis_left: '左子類別', + drag_block_type_axis_right: '右子類別', + drag_block_type_axis_start: '源', + drag_block_type_axis_end: '目的', + drag_block_value_axis: '值軸', + drag_block_value_start: '開始值', + drag_block_value_end: '結束值', + drag_block_value_axis_left: '左值軸', + drag_block_value_axis_right: '右值軸', + drag_block_table_data_column: '數據列', + drag_block_pie_angle: '扇區角度', + drag_block_pie_label: '扇區標簽', + drag_block_pie_radius: '扇區半徑', + drag_block_gauge_angel: '指針角度', + drag_block_label_value: '值', + drag_block_funnel_width: '漏斗層寬', + drag_block_funnel_split: '漏斗分層', + drag_block_radar_length: '分支長度', + drag_block_radar_label: '分支標簽', + map_range: '地圖范圍', + select_map_range: '請選擇地圖范圍', + area: '地區', + stack_item: '堆疊項', + placeholder_field: '拖動字段至此處', + axis_label_rotate: '標簽角度', + chart_scatter_bubble: '氣泡圖', + chart_scatter: '散點圖', + bubble_size: '氣泡大小', + chart_treemap: '矩形樹圖', + drill: '鑽取', + drag_block_treemap_label: '色塊標簽', + drag_block_treemap_size: '色塊大小', + bubble_symbol: '圖形', + gap_width: '間隔', + width: '寬度', + height: '高度', + system_case: '系統方案', + custom_case: '自定義', + last_layer: '當前已經是最后一級', + radar_size: '大小', + chart_mix: '柱線組合圖', + chart_mix_group_column: '分組柱線組合圖', + chart_mix_stack_column: '堆疊柱線組合圖', + chart_mix_dual_line: '雙線組合圖', + axis_value: '軸值', + axis_value_min: '最小值', + axis_value_max: '最大值', + axis_value_split: '間隔', + axis_auto: '自動', + table_info_switch: '明細表切換將清空維度', + drag_block_value_axis_main: '主軸值', + drag_block_value_axis_ext: '副軸值', + yAxis_main: '主縱軸', + yAxis_ext: '副縱軸', + total: '共', + items: '條數據', + chart_liquid: '水波圖', + chart_indicator: '指標卡', + drag_block_progress: '進度指示', + liquid_max: '目標值', + liquid_outline_border: '邊框粗細', + liquid_outline_distance: '邊框間隔', + liquid_wave_length: '水波長度', + liquid_wave_count: '水波數量', + liquid_shape: '形狀', + liquid_shape_circle: '圓形', + liquid_shape_diamond: '菱形', + liquid_shape_triangle: '三角形', + liquid_shape_pin: '氣球', + liquid_shape_rect: '矩形', + dimension_or_quota: '維度或指標', + axis_value_split_count: '刻度數', + axis_value_split_space: '刻度間距', + chart_waterfall: '瀑布圖', + pie_inner_radius_percent: '內徑占比', + pie_outer_radius_size: '外徑大小', + table_page_size: '分頁', + table_page_size_unit: '條/頁', + result_count: '結果展示', + result_mode_all: '全部', + result_mode_custom: '自定義', + chart_word_cloud: '詞云', + drag_block_word_cloud_label: '詞標簽', + drag_block_word_cloud_size: '詞大小', + splitCount_less_100: '刻度數范圍0-100', + change_chart_type: '更改類型', + chart_type_table: '表格', + chart_type_quota: '指標', + chart_type_trend: '線/面圖', + chart_type_compare: '柱/條圖', + chart_type_distribute: '分布圖', + chart_type_relation: '關系圖', + chart_type_dual_axes: '雙軸圖', + chart_type_space: '地圖', + preview: '上一步', + next: '下一步', + select_dataset: '選擇數據集', + select_chart_type: '選擇圖表類型', + recover: '重置', + yoy_label: '同比/環比', + yoy_setting: '同環比設置', + pls_select_field: '請選擇字段', + compare_date: '對比日期', + compare_type: '對比類型', + compare_data: '數據設置', + year_yoy: '年同比', + month_yoy: '月同比', + quarter_yoy: '季同比', + week_yoy: '周同比', + day_yoy: '日同比', + year_mom: '年環比', + month_mom: '月環比', + quarter_mom: '季環比', + week_mom: '周環比', + day_mom: '日環比', + data_pre: '具體數值', + data_sub: '對比差值', + data_percent: '差值百分比', + compare_calc_expression: '計算公式', + and: '與', + or: '或', + logic_exp: '邏輯條件', + enum_exp: '字段枚舉值', + pls_slc: '請選擇', + filter_exp: '過濾值', + filter_type: '過濾方式', + filter_value_can_not_str: '數值類型字段過濾值不能包含文本', + enum_value_can_not_null: '字段枚舉值不能為空', + table_config: '表格配置', + table_column_width_config: '列寬調整', + table_column_adapt: '自適應', + table_column_fixed: '固定列寬', + table_column_custom: '自定義', + chart_table_pivot: '透視表', + chart_table_heatmap: '熱力圖', + table_pivot_row: '數據行', + field_error_tips: + '該字段所對應的數據集原始字段發生變更(包括維度、指標,字段類型,字段被刪除等),建議重新編輯', + mark_field_error: '數據集變更,當前字段不存在,請重新選擇', + table_border_color: '邊框顏色', + table_header_align: '表頭對齊方式', + table_item_align: '表格對齊方式', + table_align_left: '左對齊', + table_align_center: '居中', + table_align_right: '右對齊', + table_scroll_bar_color: '滾動條顏色', + table_pager_style: '分頁器風格', + page_pager_simple: '精簡', + page_pager_general: '常規', + draw_back: '收回', + senior: '高級', + senior_cfg: '高級設置', + function_cfg: '功能設置', + analyse_cfg: '分析預警', + slider: '縮略軸', + slider_range: '默認范圍', + slider_bg: '背景', + slider_fill_bg: '選中背景', + slider_text_color: '字體顏色', + chart_no_senior: '當前圖表類型暫無高級配置,敬請期待', + chart_no_properties: '當前圖表類型暫無樣式配置', + assist_line: '輔助線', + field_fixed: '固定值', + line_type_dotted: '點', + value_can_not_empty: '值不能為空', + value_error: '值必須為數值', + threshold: '條件樣式', + threshold_range: '閾值區間', + gauge_threshold_format_error: '格式錯誤', + total_cfg: '總計配置', + col_cfg: '列匯總', + row_cfg: '行匯總', + total_show: '總計', + total_position: '位置', + total_label: '別名', + sub_total_show: '小計', + total_pos_top: '頂部', + total_pos_bottom: '底部', + total_pos_left: '左側', + total_pos_right: '右側', + chart_label: '文本卡', + drag_block_label: '標簽', + count_distinct: '去重計數', + table_page_mode: '分頁模式', + page_mode_page: '翻頁', + page_mode_pull: '下拉', + exp_can_not_empty: '條件不能為空', + value_formatter: '數值格式', + value_formatter_type: '格式類型', + value_formatter_auto: '自動', + value_formatter_value: '數值', + value_formatter_percent: '百分比', + value_formatter_unit: '數量單位', + value_formatter_decimal_count: '小數位數', + value_formatter_suffix: '單位后綴', + show_gap: '顯示間隔值', + indicator_suffix_placeholder: '請輸入1-10個字符', + indicator_suffix: '后綴', + indicator_value: '指標值', + value_formatter_thousand_separator: '千分符', + value_formatter_example: '示例', + unit_none: '無', + unit_thousand: '千', + unit_ten_thousand: '萬', + unit_million: '百萬', + unit_hundred_million: '億', + formatter_decimal_count_error: '請輸入0-10的整數', + gauge_threshold_compare_error: '閾值范圍需逐級遞增', + tick_count: '刻度間隔數', + custom_sort: '自定義', + custom_sort_tip: '自定義排序優先級最高,且僅支持單個字段自定義', + clean_custom_sort: '清除自定義排序', + ds_field_edit: '數據集字段管理', + chart_field_edit: '圖表字段管理', + copy_field: '復制字段', + calc_field: '計算字段', + form_type: '類別', + scroll_cfg: '滾動設置', + scroll: '滾動', + open: '開啟', + row: '行數', + interval: '間隔', + max_more_than_mix: '最大值必須大于最小值', + field: '字段', + textColor: '文字', + backgroundColor: '背景', + field_can_not_empty: '字段不能為空', + conditions_can_not_empty: '字段的條件不能為空,若無條件,請直接刪除該字段', + remark: '備注', + remark_placeholder: '備注限制512個字符', + remark_show: '顯示備注', + remark_edit: '編輯備注', + remark_bg_color: '背景填充', + quota_font_family: '值字體', + quota_text_style: '值樣式', + quota_letter_space: '值字間距', + dimension_font_family: '名稱字體', + dimension_text_style: '名稱樣式', + dimension_letter_space: '名稱字間距', + name_value_spacing: '名稱/值間距', + font_family: '字體', + letter_space: '字間距', + font_shadow: '字體陰影', + chart_area: '面積圖', + fix: '固定值', + dynamic: '動態值', + gauge_size_field_delete: '動態值中字段發生變更,請重新編輯', + chart_group: '子類別', + chart_bar_group: '分組柱狀圖', + chart_bar_group_stack: '分組堆疊柱狀圖', + field_dynamic: '動態值', + aggregation: '聚合方式', + filter_between: '介于', + field_not_empty: '字段不能為空', + summary_not_empty: '聚合方式不能為空', + reserve_zero: '取整', + reserve_one: '一位', + reserve_two: '兩位', + proportion: '占比', + label_content: '標簽展示', + percent: '占比', + table_index_desc: '表頭名稱', + total_sort: '總計排序', + total_sort_none: '無', + total_sort_asc: '升序', + total_sort_desc: '降序', + total_sort_field: '排序字段', + empty_data_strategy: '空值處理', + empty_data_field_ctrl: '字段設置', + break_line: '保持為空', + set_zero: '置為0', + ignore_data: '隱藏空值', + sub_dimension_tip: + '該字段為必填項,且不應使用類別軸中的字段,若無需該字段,請選擇基礎圖表進行展示,否則展示效果不理想。', + drill_dimension_tip: '鑽取字段僅支持數據集中的字段', + table_scroll_tip: '明細表僅在分頁模式為"下拉"時生效。', + table_threshold_tip: '提示:請勿重復選擇字段,若同一字段重復配置,則只有最后的字段配置生效', + table_column_width_tip: + '固定列寬並非任何時候都能生效。
容器寬度優先級高于列寬,即(表格容器寬度 / 列數 > 指定列寬),則列寬優先取(容器寬度 / 列數)。', + reference_field_tip: + '引用字段以 "[" 開始, "]" 結束。
請勿修改引用內容,否則將引用失敗。
若輸入與引用字段相同格式的內容,將被當作引用字段處理。', + scatter_tip: '該指標生效時,樣式大小中的氣泡大小屬性將失效', + place_name_mapping: '地名映射', + axis_tip: + '最小值、最大值、間隔均為數值類型;若不填,則該項視為自動。
請確保填寫數值能正確計算,否則將無法正常顯示軸值。', + format_tip: `模板變量有 {a}, {b},{c},{d},分別表示系列名,數據名,數據值等。
+ 在 觸發位置 為 '坐標軸' 的時候,會有多個系列的數據,此時可以通過 {a0}, {a1}, {a2} 這種后面加索引的方式表示系列的索引。
+ 不同圖表類型下的 {a},{b},{c},{d} 含義不一樣。 其中變量{a}, {b}, {c}, {d}在不同圖表類型下代表數據含義為:

+ 折線(區域)圖、柱狀(條形)圖、儀表盤 : {a}(系列名稱),{b}(類目值),{c}(數值)
+ 餅圖、漏斗圖: {a}(系列名稱),{b}(數據項名稱),{c}(數值), {d}(百分比)
+ 地圖 : {a}(系列名稱),{b}(區域名稱),{c}(合並數值), {d}(無)
+ 散點圖(氣泡)圖 : {a}(系列名稱),{b}(數據名稱),{c}(數值數組), {d}(無)`, + h_position: '水平位置', + v_position: '垂直位置', + p_left: '左對齊', + p_right: '右對齊', + p_top: '上對齊', + p_bottom: '下對齊', + p_center: '居中', + table_auto_break_line: '自動換行', + table_break_line_tip: '開啟自動換行,表格行高設置將失效', + step: '步長(px)', + no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入。', + chart_flow_map: '流向地圖', + chart_heat_map: '熱力地圖', + start_point: '起點經緯度', + end_point: '終點經緯度', + line: '線條', + map_style: '地圖風格', + map_style_url: '地圖風格 URL', + map_pitch: '傾角', + map_rotation: '旋轉', + map_style_normal: '標准', + map_style_light: '明亮', + map_style_dark: '暗黑', + map_style_fresh: '草色青', + map_style_grey: '雅士灰', + map_style_blue: '靛青藍', + map_style_darkblue: '極夜藍', + map_line_type: '類型', + type: '類型', + map_line_width: '線條寬度', + map_line_height: '線條高度', + map_line_linear: '漸變', + map_line_animate: '動畫', + heatmap_classics: '經典熱力圖', + heatmap3D: '3D熱力圖', + heatMapIntensity: '熱力強度', + heatMapRadius: '熱力點半徑', + map_line_animate_duration: '動畫間隔', + map_line_animate_interval: '軌跡間隔', + map_line_animate_trail_length: '軌跡長度', + map_line_type_line: '直線', + map_line_type_arc: '弧線', + map_line_type_arc_3d: '3D 弧線', + map_line_type_great_circle: '大圓弧', + map_line_color_source_color: '起始顏色', + map_line_color_target_color: '結束顏色', + map_line_theta_offset: '弧度', + refresh_frequency: '刷新頻率', + enable_refresh_view: '開啟刷新', + enable_view_loading: '圖表加載提示', + minute: '分', + switch_chart: '切換圖表', + update_chart_data: '更新圖表數據', + second: '秒', + more_settings: '更多設置', + basic_style: '基礎樣式', + table_header: '表頭', + table_cell: '單元格', + table_total: '匯總', + slc_logic: '選擇邏輯關系', + add_addition: '添加條件', + logic_and: '所有', + logic_or: '任一', + conform_below: '符合以下', + addition: '條件', + drill_field_error: '下鑽起始字段需在維度中', + error_not_number: '不支持拖拽非數值類型指標', + error_q_2_d: '不支持拖拽指標至維度', + error_d_2_q: '不支持拖拽維度至指標', + error_d_not_time_2_q: '不支持拖拽非時間類型的維度', + error_bar_range_axis_type_not_equal: '開始值與結束值需要設置相同類型', + only_input_number: '請輸入正確數值', + value_min_max_invalid: '最小值必須小于最大值', + add_assist_line: '添加輔助線', + assist_line_tip: '輔助線數值格式跟隨縱軸/橫軸的標簽格式化配置,請到樣式中配置。', + add_threshold: '添加閾值', + add_condition: '添加條件', + chart_quadrant: '象限圖', + quadrant: '象限', + font_size: '字號', + word_size_range: '字號區間', + word_spacing: '文字間隔', + radiusColumnBar: '柱形', + rightAngle: '直角', + roundAngle: '圓角', + table_layout_mode: '展示形式', + table_layout_grid: '平鋪展示', + table_layout_tree: '樹形展示', + top_n_desc: '合並數據', + top_n_input_1: '顯示 Top', + top_n_input_2: ', 其余合並', + top_n_label: '其他項名稱', + progress_target: '目標值', + progress_current: '實際值', + gauge_axis_label: '顯示刻度', + gauge_percentage_tick: '百分比刻度', + add_style: '添加樣式', + map_symbol_marker: '標記', + map_symbol_pentagon: '五角形', + map_symbol_hexagon: '六角形', + map_symbol_octagon: '八角形', + map_symbol_hexagram: '菱形', + tip: '提示', + hide: '隱藏', + show_label: '顯示標簽', + security_code: '安全密鑰', + auto_fit: '自適應縮放', + zoom_level: '縮放等級', + central_point: '中心點', + full_display: '全量顯示', + show_hover_style: '顯示鼠標懸浮樣式' + }, + dataset: { + scope_edit: '僅編輯時生效', + scope_all: '數據集預覽時全局生效', + spend_time: '耗時', + sql: 'SQL 語句', + sql_result: '運行結果', + parse_filed: '解析字段', + field_rename: '字段重命名', + params_work: + '僅編輯時生效:參數值僅在數據集編輯時生效;全局生效:在數據集查看、預覽、以及用到數據集的圖表中均生效。', + select_year: '選擇年', + sql_variable_limit_1: '1、SQL 變量只能在 WHERE 條件中使用', + sql_variable_limit_2: + "2、示例:select * from table_name where col_name1='${'{'}param_name1{'}'}' and col_name2 in (${'{'}param_name2{'}'})", + select_month: '選擇月', + select_date: '選擇日期', + select_time: '選擇時間', + time_year: '日期-年', + time_year_month: '日期-年月', + time_year_month_day: '日期-年月日', + time_all: '日期-年月日時分秒', + dataset_sync: ' ( 數據同步中... )', + sheet_warn: '有多個 Sheet 頁,默認抽取第一個', + datalist: '數據集', + name: '數據集名稱', + add_group: '添加分組', + add_scene: '添加場景', + group: '分組', + scene: '場景', + delete: '刪除', + move_to: '移動到', + rename: '重命名', + tips: '提示', + confirm_delete: '確認刪除', + confirm_delete_msg: '數據集刪除,會影響與其相關的自定義數據集、關聯數據集、儀表板,確認刪除?', + delete_success: '刪除成功', + confirm: '確認', + cancel: '取消', + search: '搜索', + back: '返回', + add_table: '添加數據集', + process: '進度', + update: '更新', + db_data: '數據庫數據集', + sql_data: 'SQL 數據集', + excel_data: 'Excel 數據集', + custom_data: '自定義數據集', + pls_slc_tbl_left: '請從左側選擇表', + add_db_table: '添加數據庫數據集', + add_api_table: '添加API數據集', + pls_slc_data_source: '請選擇數據源', + table: '表', + edit: '編輯', + create_view: '創建圖表', + data_preview: '數據預覽', + field_type: '字段類型', + field_name: '字段名稱', + field_origin_name: '原始名稱', + field_check: '選中', + update_info: '更新信息', + update_records: '更新記錄', + join_view: '數據關聯', + text: '文本', + time: '時間', + value: '數值', + mode: '模式', + direct_connect: '直連', + sync_data: '定時同步', + update_setting: '更新設置', + sync_now: '立即更新', + add_task: '添加任務', + task_name: '任務名稱', + task_id: '任務ID', + start_time: '開始時間', + end_time: '結束時間', + status: '狀態', + error: '失敗', + completed: '成功', + underway: '執行中', + task_update: '更新設置', + update_type: '更新方式', + all_scope: '全量更新', + add_scope: '增量更新', + select_data_time: '選擇日期時間', + execute_rate: '執行頻率', + execute_once: '立即執行', + simple_cron: '簡單重復', + cron_config: '表達式設定', + no_limit: '無限制', + set_end_time: '設定結束時間', + operate: '操作', + save_success: '保存成功', + close: '關閉', + required: '必填', + input_content: '請輸入內容', + add_sql_table: '添加 SQL 數據集', + preview: '預覽', + pls_input_name: '請輸入名稱', + connect_mode: '連接模式', + incremental_update_type: '增量更新方式', + incremental_add: '增量添加', + incremental_delete: '增量刪除', + last_update_time: '上次更新時間', + current_update_time: '當前更新時間', + param: '參數', + edit_sql: '編輯 SQL 數據集', + showRow: '顯示行', + add_excel_table: '添加Excel數據集', + add_custom_table: '添加自定義數據集', + upload_file: '上傳文件', + detail: '詳情', + type: '類型', + create_by: '創建者', + create_time: '創建時間', + preview_show: '顯示', + preview_item: '條數據', + preview_total: '共', + pls_input_less_5: '請輸入5位以內的正整數', + field_edit: '編輯字段', + table_already_add_to: '該表已添加至', + uploading: '上傳中...', + add_union: '新建關聯', + union_setting: '關聯設置', + pls_slc_union_field: '請選擇關聯字段', + pls_slc_union_table: '請選擇關聯表', + source_table: '關聯表', + source_field: '關聯字段', + target_table: '被關聯表', + target_field: '被關聯字段', + union_relation: '關聯關系', + pls_setting_union_success: '請正確設置關聯關系', + invalid_dataset: 'Kettle未運行,無效數據集', + check_all: '全選', + can_not_union_self: '被關聯表不能與關聯表相同', + float: '小數', + edit_custom_table: '編輯自定義數據集', + edit_field: '編輯字段', + preview_100_data: '顯示前100行數據', + invalid_table_check: '非直連數據集請先完成數據同步', + parse_error: + 'Excel解析失敗,請檢查格式、字段等信息。具體參考:https://dataease.io/docs/user_manual/dataset_configuration/dataset_Excel', + origin_field_type: '字段原始類型', + edit_excel_table: '編輯Excel數據集', + edit_excel: '編輯Excel', + excel_replace: '替換', + excel_add: '追加', + dataset_group: '數據集分組', + m1: '將 ', + m2: ' 移動到', + char_can_not_more_50: '數據集名稱不能超過50個字符', + task_add_title: '添加任務', + task_edit_title: '編輯任務', + sync_latter: '稍后同步', + task: { + list: '任務列表', + record: '執行記錄', + create: '新建任務', + name: '任務名稱', + last_exec_time: '上次執行時間', + next_exec_time: '下次執行時間', + last_exec_status: '上次執行結果', + task_status: '任務狀態', + dataset: '數據集', + search_by_name: '根據名稱搜索', + underway: '等待執行', + stopped: '執行結束', + exec: '執行中', + pending: '暫停', + confirm_exec: '手動觸發執行?', + change_success: '狀態切換成功', + excel_replace_msg: '可能會影響自定義數據集、關聯數據集、儀表板等,確認替換?', + effect_ext_field: '會影響計算字段' + }, + field_group_type: '分類', + location: '地理位置', + left_join: '左連接', + right_join: '右連接', + inner_join: '內連接', + full_join: '全連接', + can_not_union_diff_datasource: '被關聯數據集必須與當前數據集的數據源一致', + operator: '操作', + d_q_trans: '維度/指標轉換', + add_calc_field: '新建計算字段', + input_name: '請輸入名稱', + field_exp: '字段表達式', + data_type: '數據類型', + click_ref_field: '點擊引用字段', + click_ref_function: '點擊引用函數', + field_manage: '字段管理', + edit_calc_field: '編輯計算字段', + calc_field: '計算字段', + show_sql: '顯示SQL', + ple_select_excel: '請選擇要導入的 Excel', + merge: '合並', + no_merge: '不合並', + merge_msg: '數據表中存在字段一致的情況,是否合並到一個數據集中?', + merge_title: '合並數據', + field_name_less_50: '字段名不能超過50個字符', + field_name_less_2_64: '2-64個字符', + excel_info_1: '1、Excel 文件中不能存在合並單元格;', + excel_info_2: '2、Excel 文件的第一行為標題行,不能為空,不能為日期型;', + excel_info_3: '3、文件大小請確保在500M以內。', + sync_field: '同步字段', + confirm_sync_field: '確認同步', + confirm_sync_field_tips: '同步字段可能會導致已編輯字段發生變更,請確認', + sync_success: '同步成功', + sync_success_1: '同步成功,請對當前數據集重新執行數據同步操作', + row_permission: { + type: '類型', + name: '名稱', + condition: '條件', + value: '值', + add: '添加行權限', + edit: '編輯行權限', + please_select_field: '請選擇字段', + please_select_auth_type: '請選擇授權類型', + please_select_auth_id: '請選擇授權目標', + row_permission_not_empty: '行權限不能為空', + search_by_filed_name: '根據字段名稱搜索', + auth_type: '授權類型', + auth_obj: '授權對象' + }, + column_permission: { + add: '添加列權限', + edit: '編輯列權限', + please_select_field: '請選擇字段', + please_select_auth_type: '請選擇授權類型', + please_select_auth_id: '請選擇授權目標', + column_permission_not_empty: '列權限不能為空', + auth_type: '授權類型', + auth_obj: '授權對象', + enable: '啟用', + disable: '禁用', + prohibit: '禁用', + desensitization: '脫敏', + desensitization_rule: '脫敏規則', + m: 'M等于', + n: 'N等于', + mgtn: 'M 不能大于 N' + }, + row_permissions: '行權限', + column_permissions: '列權限', + row_column_permissions: '行列權限', + union_data: '關聯數據集', + add_union_table: '添加關聯數據集', + edit_union: '編輯關聯數據集', + union: '關聯', + edit_union_relation: '編輯關聯關系', + add_union_relation: '新建關聯關系', + field_select: '字段選擇', + add_union_field: '添加關聯字段', + union_error: '關聯關系與關聯字段不能為空', + union_repeat: '當前數據集已被關聯,請勿重復關聯', + preview_result: '預覽結果', + sql_ds_union_error: '直連模式下SQL數據集,不支持關聯', + api_data: 'API 數據集', + copy: '復制', + sync_log: '同步日志', + field_edit_name: '字段名稱', + input_edit_name: '請輸入字段名稱', + edit_search: '通過名稱搜索', + na: '暫無', + date_format: '時間格式,默認: 年-月-日 時:分:秒', + export_dataset: '數據集導出', + filename: '文件名稱', + export_filter: '篩選條件', + pls_input_filename: '請輸入文件名稱', + calc_tips: { + tip1: '表達式語法請遵循calcite語法。', + tip1_1: '表達式語法請遵循該數據源對應的數據庫語法。', + tip2: '聚合運算僅能在圖表中生效。', + tip3: '引用字段以 "[" 開始, "]" 結束', + tip4: '請勿修改引用內容,否則將引用失敗', + tip5: '若輸入與引用字段相同格式的內容,將被當作引用字段處理', + tip6: '請使用Calcite支持的函數進行表達式編輯', + tip7: '請使用當前數據源對應的數據庫函數進行表達式編輯', + tip8: 'Calcite函數請參考文檔:' + }, + batch_manage: '批量管理', + origin_name: '物理字段名', + origin_type: '物理字段類型' + }, + deDataset: { + search_by_name: '通過名稱搜索', + new_folder: '新建文件夾', + search_fields: '搜索字段', + show_rows: '顯示行數', + display: '顯示', + row: '行', + restricted_objects: '受限對象', + select_data_source: '選擇數據源', + by_table_name: '通過表名稱搜索', + run_a_query: '運行查詢', + running_results: '運行結果', + parameter_type: '參數類型', + run_failed: '運行失敗', + select_data_table: '選擇數據表', + in_the_file: '文件中不能存在合並單元格', + or_date_type: '文件的第一行為標題行,不能為空,不能為日期型', + is_within_500m: 'Excel文件大小請確保在500M以內', + upload_data: '上傳數據', + excel_data_first: '請先上傳Excel數據', + is_currently_available: '當前無可用的數據表', + sure_to_synchronize: '同步字段可能導致已編輯字段發生變更,確定同步?', + folder_name: '文件夾名稱', + folder: '所屬文件夾', + edit_folder: '編輯文件夾', + name_already_exists: '文件夾名稱已存在', + data_preview: '數據預覽', + original_name: '原始名稱', + database: '數據庫', + selected: '已選:', + table: '張表', + no_dataset_click: '暫無數據集,點擊', + create: '新建', + new_folder_first: '請先新建文件夾', + on_the_left: '請在左側選擇數據集', + expression_syntax_error: '字段表達式語法錯誤', + create_dashboard: '創建儀表板', + cannot_be_empty: 'SQL不能為空', + data_reference: '數據參考', + want_to_replace: '替換可能會影響自定義數據集、關聯數據集、儀表板等,是否替換?', + replace_the_data: '確定替換數據嗎?', + append_successfully: '追加成功', + already_exists: '數據集名稱已存在', + edit_dataset: '編輯數據集', + convert_to_indicator: '轉換為指標', + convert_to_dimension: '轉換為維度', + left_to_edit: '選中左側的數據表可進行編輯', + cannot_be_duplicate: '數據集名稱不允許重復', + set_saved_successfully: '數據集保存成功', + to_start_using: '瀏覽您的數據庫,表和列的內容。 選擇一個數據庫即可開始使用。', + to_run_query: '點擊運行查詢', + the_running_results: '即可查看運行結果', + item: '項', + logic_filter: '條件篩選', + enum_filter: '枚舉篩選', + description: '字段備注' + }, + about: { + auth_to: '授權給', + invalid_license: 'License 無效', + update_license: '更新 License', + expiration_time: '過期時間', + expirationed: '(已過期)', + auth_num: '授權數量', + version: '版本', + version_num: '版本號', + standard: '社區版', + enterprise: '企業版', + Embedded: '嵌入式版', + support: '獲取技術支持', + update_success: '更新成功', + serial_no: '序列號', + remark: '備注' }, cron: { second: '秒', @@ -126,8 +2071,8 @@ export default { month: '月', week: '周', year: '年', - d_w_cant_not_set: '日期與星期不可以同時爲「不指定」', - d_w_must_one_set: '日期與星期必須有一個爲「不指定」', + d_w_cant_not_set: '日期與星期不可以同時為“不指定”', + d_w_must_one_set: '日期與星期必須有一個為“不指定”', every_day: '每日', cycle: '周期', not_set: '不指定', @@ -139,7 +2084,7 @@ export default { work_day: '工作日', this_month: '本月', day_near_work_day: '號,最近的工作日', - this_week_last_day: '本月最後一天', + this_week_last_day: '本月最后一天', set: '指定', every_hour: '每時', hour_begin: '時開始,每', @@ -155,14 +2100,832 @@ export default { week_end: '至星期', every_year: '每年', week_tips: '說明:1-7 分別對應 周日-周六', - minute_limit: '分鍾不能小於1,大於59', - hour_limit: '小時不能小於1,大於23', - day_limit: '天不能小於1,大於31' + minute_limit: '分鐘不能小于1,大于59', + hour_limit: '小時不能小于1,大于23', + day_limit: '天不能小于1,大于31' + }, + commons: { + test_connect: '測試連接', + consanguinity: '血緣關系', + collapse_navigation: '收起導航', + operate_cancelled: '已取消操作', + bind: '綁定', + unbind: '解綁', + unlock: '解鎖', + unlock_success: '解鎖成功', + uninstall: '卸載', + parameter_effect: '參數值僅在數據集編輯時生效', + no_result: '沒有找到相關內容', + manage_member: '管理成員', + confirm_remove_cancel: '確定刪除該角色嗎?', + user_confirm_remove_cancel: '確定將該用戶從角色中移除嗎?', + default_value: '默認值', + params_value: '參數值', + input_role_name: '請輸入角色名稱', + publish: '發布', + unpublished: '取消發布', + default_pwd: '初始密碼', + stop: '停止', + first_login_tips: '您使用的是初始密碼,記得修改密碼哦', + roger_that: '知道了', + donot_noti: '不再提示', + apply: '應用', + search: '搜索', + folder: '目錄', + no_target_permission: '沒有權限', + success: '成功', + switch_lang: '切換語言成功', + close: '關閉', + icon: '圖標', + all: '全部', + enable: '啟用', + disable: '禁用', + yes: '是', + no: '否', + reset: '重置', + catalogue: '目錄', + button: '按鈕', + gender: '性別', + man: '男', + woman: '女', + keep_secret: '保密', + nick_name: '姓名', + confirmPassword: '確認密碼', + upload: '上傳', + cover: '覆蓋', + not_cover: '不覆蓋', + import_mode: '導入模式', + import_module: '導入模塊', + please_fill_in_the_template: '請填寫模板內容', + cut_back_old_version: '切回舊版', + cut_back_new_version: '切回新版', + comment: '評論', + examples: '示例', + help_documentation: '幫助文檔', + api_help_documentation: 'API文檔', + delete_cancelled: '已取消刪除', + workspace: '工作空間', + organization: '組織', + menu: '菜單', + setting: '設置', + project: '項目', + about_us: '關于', + current_project: '當前項目', + name: '名稱', + description: '描述', + annotation: '注釋', + clear: '清空', + save: '保存', + otherSave: '另存為', + update: '更新', + save_success: '保存成功', + delete_success: '刪除成功', + copy_success: '復制成功', + modify_success: '修改成功', + delete_cancel: '已取消刪除', + confirm: '確定', + cancel: '取消', + prompt: '提示', + operating: '操作', + input_limit: '長度在 {0} 到 {1} 個字符', + login: '登錄', + welcome: '一站式開源數據分析平台', + username: '姓名', + password: '密碼', + input_username: '請輸入用戶姓名', + input_password: '請輸入密碼', + test: '測試', + create_time: '創建時間', + update_time: '更新時間', + add: '添加', + member: '成員', + email: '郵箱', + phone: '電話', + mobile_phone: '請輸入手機號', + mobile_phone_number: '手機號碼', + role: '角色', + personal_info: '個人信息', + user_center: '用戶中心', + api_keys: 'API Keys', + quota: '配額管理', + status: '狀態', + show_all: '顯示全部', + show: '顯示', + report: '報告', + user: '用戶', + system: '系統', + personal_setting: '個人設置', + test_resource_pool: '測試資源池', + system_setting: '系統設置', + input_content: '請輸入內容', + create: '新建', + edit: '編輯', + copy: '復制', + refresh: '刷新', + remark: '備注', + delete: '刪除', + reduction: '恢復', + not_filled: '未填寫', + please_select: '請選擇', + search_by_name: '根據名稱搜索', + personal_information: '個人信息', + exit_system: '退出系統', + verification: '驗證', + title: '標題', + custom: '自定義', + select_date: '選擇日期', + months_1: '一月', + months_2: '二月', + months_3: '三月', + months_4: '四月', + months_5: '五月', + months_6: '六月', + months_7: '七月', + months_8: '八月', + months_9: '九月', + months_10: '十月', + months_11: '十一月', + months_12: '十二月', + weeks_0: '周日', + weeks_1: '周一', + weeks_2: '周二', + weeks_3: '周三', + weeks_4: '周四', + weeks_5: '周五', + weeks_6: '周六', + system_parameter_setting: '系統參數', + connection_successful: '連接成功', + connection_failed: '連接失敗', + save_failed: '保存失敗', + host_cannot_be_empty: '主機不能為空', + port_cannot_be_empty: '端口號不能為空', + account_cannot_be_empty: '帳戶不能為空', + remove: '移除', + remove_cancel: '移除取消', + remove_success: '移除成功', + tips: '認證信息已過期,請重新登錄', + not_performed_yet: '尚未執行', + incorrect_input: '輸入內容不正確', + delete_confirm: '請輸入以下內容,確認刪除:', + login_username: 'ID 或 郵箱', + input_login_username: '請輸入用戶 ID 或 郵箱', + input_name: '請輸入名稱', + please_upload: '請上傳文件', + please_fill_path: '請填寫ur路徑', + formatErr: '格式錯誤', + please_save: '請先保存', + reference_documentation: '參考文檔', + id: 'ID', + millisecond: '毫秒', + cannot_be_null: '不能為空', + required: '必填', + already_exists: '名稱不能重復', + modifier: '修改人', + validate: '校驗', + batch_add: '批量添加', + tag_tip: '輸入回車添加標簽', + search_keywords: '輸入關鍵字搜索', + table: { + select_tip: '已選中 {0} 條數據' + }, + date: { + select_date: '選擇日期', + start_date: '開始日期', + end_date: '結束日期', + select_date_time: '選擇日期時間', + start_date_time: '開始日期時間', + end_date_time: '結束日期時間', + range_separator: '至', + data_time_error: '開始日期不能大于結束日期', + one_day: '一天', + one_week: '一周', + one_month: '一個月', + permanent: '永久', + one_year: '一年', + six_months: '半年', + three_months: '三個月', + of_range_1_59: '分鐘超出范圍【1-59】', + of_range_1_23: '小時超出范圍【1-23】' + }, + adv_search: { + title: '高級搜索', + combine: '組合查詢', + test: '所屬測試', + project: '所屬項目', + search: '查詢', + reset: '重置', + and: '所有', + or: '任意一個', + operators: { + is_empty: '空', + is_not_empty: '非空', + like: '包含', + not_like: '不包含', + in: '屬于', + not_in: '不屬于', + gt: '大于', + ge: '大于等于', + lt: '小于', + le: '小于等于', + equals: '等于', + not_equals: '不等于', + between: '之間', + current_user: '是當前用戶' + }, + message_box: { + alert: '警告', + confirm: '確認' + } + }, + monitor: '監控', + image: '鏡像', + tag: '標簽', + module: { + select_module: '選擇模塊', + default_module: '默認模塊' + }, + datasource: '數據源', + char_can_not_more_50: '不能超過50字符', + char_2_64: '2-64個字符', + char_1_64: '1-64個字符', + share_success: '分享成功', + input_id: '請輸入ID', + input_pwd: '請輸入密碼', + message_box: { + alert: '警告', + confirm: '確認', + ok: '確認', + cancel: '取消' + }, + ukey_title: 'API Keys', + thumbnail: '縮略圖', + confirm_delete: '確認刪除', + delete_this_dashboard: '確認刪除該儀表板嗎?', + delete_this_folder: '確認刪除該目錄嗎?', + confirm_stop: '確認停止', + stop_success: '停止成功', + treeselect: { + no_children_text: '沒有子節點', + no_options_text: '沒有可用選項', + no_results_text: '沒有匹配的結果' + } + }, + sql_variable: { + variable_mgm: '參數設置' + }, + panel: { + column_name: '字段名稱' + }, + visualization: { + filter_no_select: '過濾組件無需選擇', + forbidden_copy: '當前組件不允許復制', + url_check_error: '跳轉錯誤,URL不合法', + view_style: '圖表樣式', + view_color_setting: '圖表配色', + border_color_setting: '邊框配色', + unpublished_tips: '取消發布后,該儀表板不能被查看。確定要取消發布?', + position_adjust_component: '位置調整', + active_font_size: '選中字體大小', + carousel: '輪播', + enable_carousel: '啟用輪播', + switch_time: '切換時間', + position_adjust: '位置', + space_top: '上', + space_left: '左', + space_width: '寬', + space_height: '高', + to_top: '置頂', + down: '下載', + mobile_style_setting: '樣式設置', + mobile_style_setting_tips: '自定義移動端背景', + board: '邊框', + text: '文字', + board_background: '背景', + title_color: '標題顏色', + input_style: '輸入框樣式(顏色)', + overall_setting: '整體配置', + panel_background: '儀表板背景', + component_color: '組件配色', + chart_title: '圖表標題', + filter_component: '查詢組件', + enable_refresh_view: '開啟刷新', + enable_view_loading: '圖表加載提示', + image_size_tips: '圖片請不要大于15M', + image_add_tips: '只能插入圖片', + watermark: '水印', + panel_get_data_error: '獲取儀表板信息失敗,儀表板可能已經被刪除,請檢查儀表板狀態', + panel_no_save_tips: '存在未保存的儀表板', + panel_cache_use_tips: '檢查到上次有儀表板未能正常保存,是否使用上次未保存的儀表板?', + template_name_tips: '儀表板名稱必填', + panel_background_item: '自定義儀表板背景', + panel_background_image_tips: '支持JPG、PNG、GIF、SVG', + reUpload: '重新上傳', + create_by: '創建人', + create_time: '創建時間', + update_by: '最近修改人', + update_time: '最近修改時間', + target_url: '目標URL', + target_url_tips: '可以點擊字段用來拼接URL或者參數', + select_world: '點擊引用字段', + template_market: '模板市場', + template_preview: '預覽模板', + apply: '應用', + apply_this_template: '應用此模板', + market_network_tips: + '查看模板市場模板需要服務器與模板市場(https://templates.dataease.cn)連通,請檢查網絡...', + enter_name_tips: '請輸入儀表板名稱', + name: '名稱', + apply_template: '應用模板', + enter_template_name_tips: '搜索模板名稱', + pic_adaptation: '適應組件', + pic_equiratio: '等比適應', + pic_original: '原始尺寸', + pic_size: '圖片尺寸', + web_addr: '網頁地址', + stream_media_info: '流媒體信息', + video_info: '視頻信息', + title_position: '標題位置', + tab_inner_style: 'tab內部樣式', + data_format: '日期格式', + border_color: '邊框顏色', + theme_change_warn: '主題更換', + theme_change_tips: '更換主題將會覆蓋圖表相關主題屬性建議提前備份,是否繼續更換?', + theme_color_change_warn: '主題色更換', + theme_color_change_tips: '主題色變更將會覆蓋原有圖表屬性', + theme_color: '主題色', + theme_color_dark: '深色', + theme_color_light: '淺色', + refresh_frequency: '刷新頻率', + card_color_matching: '卡片配色', + table_color_matching: '表格配色', + background_color: '背景顏色', + more: '更多', + level: '層級', + enlarge: '放大', + panel_style: '儀表板樣式', + multiplexing: '復用', + panel_off: '儀表板已下架', + batch_opt: '批量操作', + cancel_batch_opt: '退出批量操作', + edit_leave_tips: '是否放棄編輯離開當前界面?', + hyperlinks: '超鏈接', + is_live: '是否直播', + yes: '是', + no: '否', + live_tips: '優先HTTPS鏈接', + stream_media_add_tips: '請添加流媒體信息...', + stream_mobile_tips: 'IOS終端可能無法顯示', + json_params_error: '第三方參數解析失敗,請檢查參數格式是否正確', + inner_padding: '內邊距', + board_radio: '圓角', + background: '背景', + component_style: '組件樣式', + web_set_tips: '部分網站可能設置不允許嵌入而無法顯示', + repeat_params: '存在名稱重復的參數', + enable_outer_param_set: '啟用外部參數設置', + select_param: '請選擇參數...', + add_param_link_field: '添加參數聯動字段', + add_param: '添加參數', + enable_param: '啟用參數', + param_name: '參數名稱', + outer_param_set: '外部參數設置', + outer_param_decode_error: '外部參數解析錯誤未生效,請按規定編碼方式傳參', + input_param_name: '請輸入參數名稱', + params_setting: '外部參數設置', + template_view_tips: '當前是模板圖表,請點擊更換數據集', + edit_web_tips: '編輯狀態不可操作網頁內部', + no_auth_role: '未分享角色', + auth_role: '已分享角色', + picture_limit: '只能插入圖片', + drag_here: '請將左側字段拖至此處', + copy_link_passwd: '復制鏈接及密碼', + copy_link: '復制鏈接', + copy_short_link: '復制短鏈接', + copy_short_link_passwd: '復制短鏈接及密碼', + passwd_protect: '密碼保護', + auto_pwd: '自動生成密碼', + link: '鏈接', + over_time: '有效期', + link_expire: '鏈接已過期!', + link_share: '鏈接分享', + link_share_desc: '開啟鏈接后,任何人可通過此鏈接訪問儀表板。', + share: '分享', + remove_share_confirm: '確認取消當前儀表板所有分享?', + share_in: '分享給我', + share_out: '我的分享', + who_share: '分享人', + when_share: '分享時間', + share_to: '分享對象', + share_to_some: '把[{some}]分享給', + org: '組織', + role: '角色', + user: '用戶', + datalist: '圖表列表', + group: '目錄', + panel: '儀表板', + panel_list: '儀表板', + groupAdd: '新建目錄', + panelAdd: '新建儀表板', + delete: '刪除', + move_to: '移動到', + rename: '重命名', + import: '導入模板', + tips: '提示', + confirm_delete: '確認刪除', + delete_success: '刪除成功', + confirm: '確認', + cancel: '取消', + search: '搜索', + back: '返回', + view: '圖表', + module: '組件', + filter_module: '查詢組件', + select_by_module: '按組件選擇', + edit: '編輯', + sys_template: '系統模板', + user_template: '用戶模板', + add_category: '添加分類', + add_app_category: '添加應用分類', + filter_keywords: '輸入關鍵字進行過濾', + dashboard_theme: '儀表板主題', + table: '表格', + gap: '有間隙', + no_gap: '無間隙', + component_gap: '組件間隙', + refresh_time: '刷新時間', + minute: '分鐘', + second: '秒', + photo: '圖片', + default_panel: '默認儀表板', + create_public_links: '創建公共鏈接', + to_default: '另存為默認', + to_default_panel: '另存為默認儀表板', + store: '收藏', + save_to_panel: '保存為模板', + export_to_panel: '導出為模板', + export_to_pdf: '導出為PDF', + export_to_img: '導出為圖片', + export_to_app: '導出為應用', + preview: '預覽', + fullscreen_preview: '全屏預覽', + new_tab_preview: '新Tab頁預覽', + select_panel_from_left: '請從左側選擇儀表板', + template_nale: '模板名稱', + template: '模板', + category: '分類', + all_org: '所有組織', + custom: '自定義', + import_template: '導入模板', + copy_template: '復用模板', + upload_template: '上傳模板', + belong_to_category: '所屬類別', + pls_select_belong_to_category: '請選擇所屬類別', + template_name_cannot_be_empty: '模板名稱不能為空', + select_by_table: '按表選擇', + data_list: '數據列表', + component_list: '組件列表', + custom_scope: '控制范圍', + binding_parameters: '參數', + multiple_choice: '多選', + show_time: '顯示時間', + single_choice: '單選', + field: '字段', + unshared_people: '未分享人員', + shared_people: '已分享人員', + error_data: '獲取數據出錯,請聯系管理員', + canvas_size: '畫布大小', + canvas_scale: '畫布比例', + style: '樣式', + clean_canvas: '清空畫布', + insert_picture: '插入圖片', + redo: '重做', + undo: '撤銷', + panelNull: '這是個空的儀表板,可以通過編輯來豐富內容', + copy: '復制', + paste: '粘貼', + cut: '剪切', + lock: '鎖定', + topComponent: '置頂', + bottomComponent: '置底', + upComponent: '上移', + downComponent: '下移', + linkage_setting: '聯動設置', + add_tab: '新增Tab', + open_aided_design: '打開組件輔助設計', + close_aided_design: '關閉組件輔助設計', + open_style_design: '打開樣式設計', + close_style_design: '關閉樣式設計', + matrix_design: '矩陣設計', + left: 'x 坐標', + top: 'y 坐標', + height: '高', + width: '寬', + color: '顏色', + backgroundColor: '背景色', + borderStyle: '邊框風格', + borderWidth: '邊框寬度', + borderColor: '邊框顏色', + borderRadius: '圓角', + fontSize: '字體大小', + fontWeight: '字體粗細', + lineHeight: '行高', + letterSpacing: '字間距', + padding: '內間距', + margin: '外間距', + textAlign: '左右對齊', + opacity: '不透明度', + verticalAlign: '上下對齊', + text_align_left: '左對齊', + text_align_center: '左右居中', + text_align_right: '右對齊', + vertical_align_top: '上對齊', + vertical_align_middle: '居中對齊', + vertical_align_bottom: '下對齊', + border_style_solid: '實線', + border_style_dashed: '虛線', + select_component: '請選擇組件', + other_module: '其他', + content: '內容', + default_panel_name: '默認儀表板名稱', + source_panel_name: '原儀表板名稱', + content_style: '內容樣式', + canvas_self_adaption: '自適應畫布區域', + panel_save_tips: '儀表板已變動,是否保存?', + panel_save_warn_tips: '如果未保存,你對儀表板做的變更將會丟失!', + do_not_save: '不保存', + save: '保存', + drill: '下鑽', + linkage: '聯動', + linkage_and_drill: '聯動和下鑽', + jump: '跳轉', + cancel_linkage: '取消聯動', + switch_picture: '更換圖片', + select_field: '選擇圖表字段', + remove_all_linkage: '清除所有聯動', + exit_un_march_linkage_field: '關聯字段不能為空', + details: '詳情', + setting: '設置', + no_drill_field: '缺少關聯字段', + matrix: '矩陣', + suspension: '懸浮', + new_element_distribution: '元素移入分布方式', + aided_grid: '輔助設計網格', + aided_grid_open: '打開', + aided_grid_close: '關閉', + export_pdf_page: '分頁線', + export_pdf_page_remark: '僅對API導出儀表板PDF分頁有效', + subject_no_edit: '系統主題不能修改', + subject_name_not_null: '主題名稱需要1~20字符', + is_enable: '是否啟用', + open_mode: '打開方式', + new_window: '新開頁面', + now_window: '當前頁面', + pop_window: '彈窗頁面', + hyperLinks: '目標地址', + link_open_tips: '儀表板非編輯狀態可打開鏈接', + data_loading: '數據准備中...', + export_loading: '導出中...', + export_pdf: '導出PDF', + jump_set: '跳轉設置', + enable_jump: '啟用跳轉', + column_name: '字段名稱', + enable_column: '啟用字段', + open_model: '打開方式', + link_type: '跳轉類型', + link_outer: '外部鏈接', + link_panel: '儀表板', + select_jump_panel: '選擇關聯的儀表板', + link_view: '聯動圖表', + link_view_field: '聯動圖表字段', + add_jump_field: '追加跳轉聯動依賴字段', + input_jump_link: '請輸入跳轉連接', + select_dimension: '請選擇維度...', + select_dimension_hint: '請先勾選需要跳轉的字段', + please_select: '請選擇', + video_type: '視頻類型', + online_video: '在線視頻', + streaming_media: '流媒體', + auto_play: '自動播放', + video_tips: '優先HTTPS鏈接;當前支持格式mp4,webm', + play_frequency: '播放頻率', + play_once: '播放一次', + play_circle: '循環播放', + video_links: '視頻鏈接', + web_url: '網頁地址', + video_add_tips: '請配置視頻信息...', + link_add_tips_pre: '請配置網頁信息..', + web_add_tips_suf: '添加網頁信息...', + panel_view_result_show: '圖表結果', + panel_view_result_tips: '選擇{0}會覆蓋圖表的結果展示數量,取值范圍1~10000', + timeout_refresh: '請求超時,稍后刷新...', + mobile_layout: '移動端布局', + component_hidden: '隱藏的組件', + public_link_tips: '當前是公共鏈接模式,目標儀表板未設置公共鏈接,無法跳轉', + input_title: '請輸入標題', + show_title: '標題', + default_settings: '默認值設置', + choose_background: '選擇組件背景', + choose_background_tips: '組件自有背景會覆蓋當前設置', + setting_background: '設置背景', + setting_jump: '跳轉設置', + select_view: '請選擇圖表...', + visual: '虛擬化', + prohibit_multiple: '禁止同數據集多字段', + be_empty_dir: '是空目錄!', + fold: '收起', + expand: '展開', + pdf_export: 'PDF 導出', + switch_pdf_template: '切換 PDF 模板', + pdf_template_with_params: '默認模板(加儀表板描述)', + pdf_template_only_pic: '默認模板(只截圖)', + panel_name: '儀表板名稱', + export_user: '導出用戶', + export_time: '導出時間', + you_can_type_here: '可以在這里輸入其他內容' + }, + link_ticket: { + require: '必選', + back: '返回公共鏈接設置頁面', + refresh: '刷新', + time_tips: '單位: 分鐘,范圍: [0-1440],0代表無期限,自首次使用ticket訪問開始' + }, + pblink: { + key_pwd: '請輸入密碼打開鏈接', + input_placeholder: '請輸入4~10位數字或字母', + pwd_error: '密碼錯誤', + pwd_format_error: '請輸入4~10位數字或字母', + sure_bt: '確定', + back_parent: '返回上一級' + }, + plugin: { + 'flag-all': '全部', + 'flag-ds': '數據源插件', + 'flag-view': '圖表插件' + }, + online_map: { + geometry: '地理信息', + onlinemap: '在線地圖', + empty_desc: '請在左側輸入信息然后保存' + }, + setting_basic: { + autoCreateUser: '第三方自動創建用戶', + dsIntervalTime: '數據源檢測時間間隔', + dsExecuteTime: '數據源檢測頻率', + frontTimeOut: '請求超時時間(秒)', + logLiveTime: '操作日志保留時間(天)', + thresholdLogLiveTime: '閾值告警記錄保留時間(天)', + exportFileLiveTime: '后台導出文件保留時間(天)', + platformOid: '第三方平台用戶組織', + platformRid: '第三方平台用戶角色', + pwdStrategy: '開啟密碼策略', + dip: '禁用初始密碼', + pvp: '密碼有效期', + defaultLogin: '默認登錄方式' + }, + setting_email: { + title: '郵件設置', + host: 'SMTP主機', + port: 'SMTP端口', + account: 'SMTP賬號', + pwd: 'SMTP密碼', + reci: '測試收件人', + ssl: 'SSL', + tsl: 'TSL' }, template_manage: { name_already_exists_type: '分類名稱已存在', the_same_category: '同一分類下,該模板名稱已存在' }, + sync_manage: { + title: '同步管理', + ds_search_placeholder: '搜索名稱,描述' + }, + sync_datasource: { + title: '數據連接管理', + source_ds: '源數據源', + target_ds: '目標數據源', + add_source_ds: '@:common.add@:sync_datasource.source_ds', + add_target_ds: '@:common.add@:sync_datasource.target_ds', + name: '名稱', + desc: '描述', + type: '類型', + status: '狀態', + create_time: '創建時間', + update_time: '更新時間', + operation: '操作', + edit: '編輯', + delete: '刪除', + confirm_batch_delete_target_ds: '確定刪除{0}個目標數據源嗎?', + confirm_batch_delete_source_ds: '確定刪除{0}個源數據源嗎?' + }, + sync_task: { + title: '任務管理', + list: '任務列表', + log_list: '任務日志', + add_task: '添加任務', + name: '名稱', + desc: '描述', + status: '狀態', + create_time: '創建時間', + update_time: '更新時間', + operation: '操作', + edit: '編輯', + delete: '刪除', + start: '啟用', + stop: '停止', + terminated: '終止同步', + running_one: '執行一次', + trigger_last_time: '上次執行時間', + trigger_next_time: '下次執行時間', + status_success: '成功', + status_running: '同步中', + status_failed: '失敗', + status_stopped: '任務停止', + status_waiting: '等待同步', + status_done: '任務結束', + status_terminated: '終止', + status_connection_lost: '連接丟失', + log: '日志', + show_log: '查看日志', + last_execute_result: '上次執行結果', + execute_result: '執行結果', + task_status: '任務狀態', + sync: '同步', + target_table: '目標表', + batch_del: '批量刪除', + selection_info: '已選 {0} 項', + clear_button: '清空', + task_text: '任務' + }, + watermark: { + support_params: '當前支持的參數:', + enable: '啟用水印', + enable_panel_custom: '允許儀表板單獨打開或者關閉水印', + content: '水印內容', + custom_content: '自定義公式', + account: '賬號', + nick_name: '昵稱', + ip: 'IP', + now: '當前時間', + watermark_color: '水印顏色', + watermark_font_size: '水印字號', + watermark_space: '水印間距', + horizontal: '橫向間距', + vertical: '縱向間距', + reset: '重置', + preview: '預覽', + save: '保存' + }, + appearance: { + give_up: '放棄更新', + save_apply: '保存並應用' + }, + report: { + title: '定時報告', + task_name: '任務名稱', + last_exec_time: '上次執行時間', + last_exec_result: '上次執行結果', + task_status: '任務狀態', + next_exec_time: '下次執行時間', + creator: '創建人', + create_time: '創建時間', + status_wait: '等待發送', + status_stop: '任務停止', + status_finish: '任務結束', + status_send: '發送中', + search_tips: '通過任務名稱搜索', + report_title: '任務列表', + instance_title: '任務日志', + add_task: '添加任務', + lark_groups: '飛書群', + send_setting: '發送設置', + retrying_settings: '發送失敗重試設置', + start_time: '開始時間', + end_time: '結束時間', + once_a_day: '每天', + once_a_week: '每周', + once_a_month: '每月', + hour: '小時', + day: '天', + week: '周', + month: '月', + week_mon: '一', + week_tue: '二', + week_wed: '三', + week_thu: '四', + week_fri: '五', + week_sat: '六', + week_sun: '日', + every_exec: '執行一次', + date: '日', + last_status_running: '運行中', + last_status_fail: '失敗', + last_status_success: '成功' + }, + variable: { + give_up: 's', + save_apply: '保存並應用' + }, data_fill: { data_fill: '數據填報', data_fill_name: '數據填報名稱', @@ -174,6 +2937,39 @@ export default { new_folder: '新建文件夾', form_manage: '表單管理', my_job: '我的填報', + disable_data_fill_hint: '關閉數據填報后,表單數據將提交失敗,確定關閉?', + enable_data_fill_hint: '啟用后,允許在數據源數據庫中新建表,並將表單數據存放至表中', + todo: '待填報', + finished: '已填報', + expired: '已過期', + required_select: '必選', + condition: '過濾值', + add_condition: '添加條件', + disable_edit: '禁止編輯', + enable_edit: '允許編輯', + select_component: '請選擇組件', + set_condition: '設置條件', + move_to: '移動到', + rename: '重命名', + delete: '刪除', + move_success: '移動成功', + rename_success: '重命名成功', + create_success: '新建成功', + create_form: '新建表單', + create_folder: '新建文件夾', + order_by_create_time_asc: '按創建時間升序', + order_by_create_time_desc: '按創建時間降序', + order_by_name_asc: '按照名稱升序', + order_by_name_desc: '按照名稱降序', + delete_folder_hint: '刪除后,此文件夾下的所有資源都會被刪除,請謹慎操作。', + confirm_delete_folder: '確定刪除該文件夾嗎', + confirm_delete_form: '確定刪除該表單嗎', + confirm_delete_multiple_data: '確定刪除 {0} 條數據嗎?', + confirm_delete_data: '確定刪除數據?', + no_form: '暫無表單', + on_the_left: '請在左側選擇表單', + exporting: '后台導出中,可前往', + progress_to_download: '查看進度,進行下載', form: { mobile_number_format_is_incorrect: '手機號碼格式不正確', email_format_is_incorrect: '郵箱格式不正確', @@ -283,6 +3079,8 @@ export default { datetime: '日期' }, data: { + data_not_exists: '數據不存在', + cannot_select_all: '不能全選', commit_time: '提交時間', confirm_delete: '確認刪除?', add_data: '添加數據', @@ -300,19 +3098,32 @@ export default { data_not_found: ']的數據不存在' }, task: { + time_check_5_minute_later_than_current: '不能小于當前時間5分鐘后', + time_check_later_than_current: '不能小于當前時間', + time_check_earlier_than_end: '不能大于結束時間', + time_check_later_than_start: '不能小于開始時間', + confirm_exit_without_save: '當前的更改尚未保存,確定退出嗎?', + deliver_now: '立即下發', + deliver_scheduled: '定時下發', + logic_filter: '條件篩選', + enum_filter: '枚舉篩選', + cannot_be_all_disabled: '所有組件不能全為禁止', + template_hint_title: '設置說明如下', + template_hint_1: '當組件被設置為禁止編輯時,用戶填寫表單時不允許修改', + template_hint_2: '當組件被設置為允許編輯時,用戶填寫表單時允許修改', finish_rate_hint: '填報完成率=已填報數據條數/下發填報條數*100%', distribute_frequency: '發送頻率', one_time: '僅下發一次', interval: '定期下發', distribute_setting: '下發設置', task_distribute_setting: '任務下發設置', + receive_object: '接收對象', + receive_fit_column: '接收對象匹配字段', form_template_setting: '表單模板設置', template_setting: '模板設置', form_filter_setting: '表單過濾設置', filter_setting: '過濾設置', component: '組件標題', - receive_object: '接收對象', - receive_fit_column: '接收對象匹配字段', receiver: '接收人', receiver_not_null: '接收人不能為空!', commit_type: '數據提交方式', @@ -329,8 +3140,8 @@ export default { create_time: '創建時間', rate_type: '任務下發模式', task_status: '任務狀態', - add_task: '添加任務', task_name: '任務名稱', + add_task: '添加任務', task_remain_time: '任務有效期', task_sender: '任務下發人', start_filling: '立即填報', @@ -360,5 +3171,67 @@ export default { }, on_the_left: '請在左側選擇表單', search_by_commit_name: '根據操作人名稱搜索' + }, + threshold: { + drawer_title: '設置閾值告警', + table_name: '閾值告警名稱', + status: '數據狀態', + base_setting: '基本設置', + threshold_setting: '告警設置', + name: '告警名稱', + grid_title: '告警管理', + grid: '告警列表', + record: '檢測記錄', + module_name: '閾值告警', + setting: '閾值告警設置', + no_view_tip: '請在設置閾值告警前先保存' + }, + relation: { + no_permission: '沒有查看權限', + datasource: '數據源', + dataset: '數據集', + dashboard: '儀表板', + dataV: '數據大屏', + analysis: '血緣分析', + resource_type: '資源類型', + pls_choose: '請選擇', + choose_resource: '選擇資源', + list_chart: '列表視圖', + mind_map: '腦圖', + index: '序號', + datasource_name: '數據源名稱', + dataset_name: '數據源集名稱', + dashboard_name: '儀表板名稱', + dataV_name: '數據大屏名稱', + retract: '收起', + expand: '展開', + node_info: '節點詳情', + node_name: '節點名稱', + creator: '創建人', + last_update_time: '最近更新時間', + dependent: '資源依賴', + new_page: '新頁面打開' + }, + copilot: { + talking_analysis: 'Copilot 對話分析', + hello: '你好,我是 Copilot 對話分析', + click_talk: '點擊一下,開啟可視化圖表解答模式~', + know: '我知道了', + ds_prefix: '當前數據集為【', + ds_suffix: '】,切換數據集將清空當前會話。', + confirm: '確定要切換數據集嗎?', + choose_dataset: '選擇數據集', + pls_choose_dataset: '請選擇數據集', + chart: '圖表', + line: '折線圖', + bar: '柱狀圖', + pie: '餅圖', + sorry: '抱歉,根據已知信息無法回答這個問題,請重新描述你的問題或提供更多信息~', + hello1: '您好,我是 Copilot,很高興為你服務~', + answer: '回答中', + example: '您可以問我: 2020年各個銷售部門銷售額占比的餅圖', + switch_chart: '切換圖表類型', + switch_table: '切換至明細表', + download: '下載' } } diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index d40f3aa6a8..31b7802297 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2937,6 +2937,39 @@ export default { new_folder: '新建文件夹', form_manage: '表单管理', my_job: '我的填报', + disable_data_fill_hint: '关闭数据填报后,表单数据将提交失败,确定关闭?', + enable_data_fill_hint: '启用后,允许在数据源数据库中新建表,并将表单数据存放至表中', + todo: '待填报', + finished: '已填报', + expired: '已过期', + required_select: '必选', + condition: '过滤值', + add_condition: '添加条件', + disable_edit: '禁止编辑', + enable_edit: '允许编辑', + select_component: '请选择组件', + set_condition: '设置条件', + move_to: '移动到', + rename: '重命名', + delete: '删除', + move_success: '移动成功', + rename_success: '重命名成功', + create_success: '新建成功', + create_form: '新建表单', + create_folder: '新建文件夹', + order_by_create_time_asc: '按创建时间升序', + order_by_create_time_desc: '按创建时间降序', + order_by_name_asc: '按照名称升序', + order_by_name_desc: '按照名称降序', + delete_folder_hint: '删除后,此文件夹下的所有资源都会被删除,请谨慎操作。', + confirm_delete_folder: '确定删除该文件夹吗', + confirm_delete_form: '确定删除该表单吗', + confirm_delete_multiple_data: '确定删除 {0} 条数据吗?', + confirm_delete_data: '确定删除数据?', + no_form: '暂无表单', + on_the_left: '请在左侧选择表单', + exporting: '后台导出中,可前往', + progress_to_download: '查看进度,进行下载', form: { mobile_number_format_is_incorrect: '手机号码格式不正确', email_format_is_incorrect: '邮箱格式不正确', @@ -3046,6 +3079,8 @@ export default { datetime: '日期' }, data: { + data_not_exists: '数据不存在', + cannot_select_all: '不能全选', commit_time: '提交时间', confirm_delete: '确认删除?', add_data: '添加数据', @@ -3063,6 +3098,19 @@ export default { data_not_found: ']的数据不存在' }, task: { + time_check_5_minute_later_than_current: '不能小于当前时间5分钟后', + time_check_later_than_current: '不能小于当前时间', + time_check_earlier_than_end: '不能大于结束时间', + time_check_later_than_start: '不能小于开始时间', + confirm_exit_without_save: '当前的更改尚未保存,确定退出吗?', + deliver_now: '立即下发', + deliver_scheduled: '定时下发', + logic_filter: '条件筛选', + enum_filter: '枚举筛选', + cannot_be_all_disabled: '所有组件不能全为禁止', + template_hint_title: '设置说明如下', + template_hint_1: '当组件被设置为禁止编辑时,用户填写表单时不允许修改', + template_hint_2: '当组件被设置为允许编辑时,用户填写表单时允许修改', finish_rate_hint: '填报完成率=已填报数据条数/下发填报条数*100%', distribute_frequency: '发送频率', one_time: '仅下发一次', diff --git a/de-xpack b/de-xpack index b0d35715a6..4b8fe0d274 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit b0d35715a6af38153512801501465f8ac6171060 +Subproject commit 4b8fe0d27463e4a6e238f862ed09bdb3c9c1b871