diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index f74ff270d6..21066196c0 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4165,7 +4165,8 @@ 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 reports', + my_job: 'My data filling task', + short_name: 'Task', 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: @@ -4173,6 +4174,7 @@ export default { todo: 'To be filled', finished: 'Filled', expired: 'Expired', + all: 'All', required_select: 'Required', condition: 'Filter value', add_condition: 'Add condition', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index dcfc901fa6..35addbcb0c 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4051,11 +4051,13 @@ export default { new_folder: '新建資料夾', form_manage: '表單管理', my_job: '我的填報', + short_name: '填報', disable_data_fill_hint: '關閉資料填報後,表單資料將提交失敗,確定關閉? ', enable_data_fill_hint: '啟用後,允許在資料來源資料庫中新建資料表,並將表單資料存放至表中', todo: '待填報', finished: '已填報', expired: '已過期', + all: '全部', required_select: '必選', condition: '過濾值', add_condition: '新增條件', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index ec73bab151..c44ab8816b 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4056,11 +4056,13 @@ export default { new_folder: '新建文件夹', form_manage: '表单管理', my_job: '我的填报', + short_name: '填报', disable_data_fill_hint: '关闭数据填报后,表单数据将提交失败,确定关闭?', enable_data_fill_hint: '启用后,允许在数据源数据库中新建表,并将表单数据存放至表中', todo: '待填报', finished: '已填报', expired: '已过期', + all: '全部', required_select: '必选', condition: '过滤值', add_condition: '添加条件', diff --git a/core/core-frontend/src/views/mobile/home/index.vue b/core/core-frontend/src/views/mobile/home/index.vue index 21703e0715..46c35afa67 100644 --- a/core/core-frontend/src/views/mobile/home/index.vue +++ b/core/core-frontend/src/views/mobile/home/index.vue @@ -1,5 +1,5 @@