diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index c24add70f9..e670b1b9c2 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -388,6 +388,18 @@ export default { data_not_found: '] Not Found' }, task: { + distribute_frequency: 'Distribute Frequency', + one_time: 'One Time', + interval: 'Interval', + distribute_setting: 'Distribute Setting', + task_distribute_setting: 'Task Distribute Setting', + receive_object: 'Receive Object', + receive_fit_column: 'Receive Fit Column', + receiver: 'Receiver', + receiver_not_null: 'Receiver cannot be null !', + commit_type: 'Commit Type', + person: 'user', + select_receiver: 'Select receiver', exec_logs: 'Execute Logs', assign_num: 'Assigned User Count', finished_user_num: 'Finished User Count', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index e24a1dde82..26131b7306 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -289,6 +289,18 @@ export default { data_not_found: ']的數據不存在' }, task: { + distribute_frequency: '發送頻率', + one_time: '僅下發一次', + interval: '定期下發', + distribute_setting: '下發設置', + task_distribute_setting: '任務下發設置', + receive_object: '接收對象', + receive_fit_column: '接收對象匹配字段', + receiver: '接收人', + receiver_not_null: '接收人不能為空!', + commit_type: '數據提交方式', + person: '人', + select_receiver: '選擇接收人', exec_logs: '執行日志', assign_num: '下發人數', finished_user_num: '已完成人數', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index efde6fbdee..147849bafc 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2719,6 +2719,18 @@ export default { data_not_found: ']的数据不存在' }, task: { + distribute_frequency: '发送频率', + one_time: '仅下发一次', + interval: '定期下发', + distribute_setting: '下发设置', + task_distribute_setting: '任务下发设置', + receive_object: '接收对象', + receive_fit_column: '接收对象匹配字段', + receiver: '接收人', + receiver_not_null: '接收人不能为空!', + commit_type: '数据提交方式', + person: '人', + select_receiver: '选择接收人', exec_logs: '执行日志', assign_num: '下发人数', finished_user_num: '已完成人数',