mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #13664 from ulleo/dev-v2
refactor(X-Pack): 调整[数据填报]任务部分文案
This commit is contained in:
commit
341cb62097
@ -4029,6 +4029,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
datetime: 'Date'
|
||||
},
|
||||
data: {
|
||||
send_status: 'Task Assignment Status',
|
||||
df_task_status: 'Task Filling Status',
|
||||
data_not_exists: 'Data does not exist',
|
||||
cannot_select_all: 'Cannot select all',
|
||||
commit_time: 'Commit time',
|
||||
|
@ -3926,6 +3926,8 @@ export default {
|
||||
datetime: '日期'
|
||||
},
|
||||
data: {
|
||||
send_status: '任務下發狀態',
|
||||
df_task_status: '任務填報狀態',
|
||||
data_not_exists: '資料不存在',
|
||||
cannot_select_all: '不能全選',
|
||||
commit_time: '提交時間',
|
||||
|
@ -3950,6 +3950,8 @@ export default {
|
||||
data_not_found: ']的数据不存在'
|
||||
},
|
||||
task: {
|
||||
send_status: '任务下发状态',
|
||||
df_task_status: '任务填报状态',
|
||||
time_check_5_minute_later_than_current: '不能小于当前时间5分钟后',
|
||||
time_check_later_than_current: '不能小于当前时间',
|
||||
time_check_earlier_than_end: '不能大于结束时间',
|
||||
|
Loading…
Reference in New Issue
Block a user