forked from github/dataease
feat(X-Pack): 数据填报国际化
This commit is contained in:
parent
ed099ce5c5
commit
f7e2c95a2e
@ -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',
|
||||
|
@ -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: '已完成人數',
|
||||
|
@ -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: '已完成人数',
|
||||
|
Loading…
Reference in New Issue
Block a user