diff --git a/core/core-frontend/src/locales/en-US.ts b/core/core-frontend/src/locales/en-US.ts index 0e067fa022..657fa11c58 100644 --- a/core/core-frontend/src/locales/en-US.ts +++ b/core/core-frontend/src/locales/en-US.ts @@ -3377,6 +3377,7 @@ export default { edit_template: 'Edit template', import_template: 'Import template', template_name: 'Template name', + enter_template_name_hint: ' Please enter template name', keywords: 'Search keywords', catalog_name: 'Category name', search_result: 'Search results', @@ -3939,7 +3940,7 @@ export default { 'After data filling is enabled, the form data can be stored in the Datasource. Once enabled, it is not allowed to be closed later. ', new_folder: 'New folder', form_manage: 'Form management', - my_job: 'My report', + my_job: 'My reports', disable_data_fill_hint: 'After closing data filling, the form data will fail to submit. Are you sure you want to close it? ', enable_data_fill_hint: diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 382f73ae37..c021897ac2 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -3378,6 +3378,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr edit_template: 'Edit template', import_template: 'Import template', template_name: 'Template name', + enter_template_name_hint: ' Please enter template name', keywords: 'Search keywords', catalog_name: 'Category name', search_result: 'Search results', @@ -3940,7 +3941,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr 'After data filling is enabled, the form data can be stored in the Datasource. Once enabled, it is not allowed to be closed later. ', new_folder: 'New folder', form_manage: 'Form management', - my_job: 'My report', + my_job: 'My reports', disable_data_fill_hint: 'After closing data filling, the form data will fail to submit. Are you sure you want to close it? ', enable_data_fill_hint: diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 5534201b36..cc68a55e07 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3298,6 +3298,7 @@ export default { edit_template: '編輯模板', import_template: '導入模板', template_name: '模板名稱', + enter_template_name_hint: '請輸入模板名稱', keywords: '搜尋關鍵字', catalog_name: '分類名稱', search_result: '的搜尋結果', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index c3e47716ac..3c826cc8cb 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -3301,6 +3301,7 @@ export default { edit_template: '编辑模板', import_template: '导入模板', template_name: '模板名称', + enter_template_name_hint: '请输入模板名称', keywords: '搜索关键字', catalog_name: '分类名称', search_result: '的搜索结果', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index 6e4d585a77..6f84e137e4 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -1550,6 +1550,7 @@ const isProgressBar = computed(() => { diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue index 218c9c52dc..a422617311 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue @@ -839,6 +839,7 @@ onMounted(() => { @@ -849,6 +850,7 @@ onMounted(() => { diff --git a/core/core-frontend/src/views/template/component/DeTemplateImport.vue b/core/core-frontend/src/views/template/component/DeTemplateImport.vue index 0f33fd13ec..a5a5e0a5ba 100644 --- a/core/core-frontend/src/views/template/component/DeTemplateImport.vue +++ b/core/core-frontend/src/views/template/component/DeTemplateImport.vue @@ -11,7 +11,7 @@