refactor(X-Pack): 调整[数据填报]任务部分文案

This commit is contained in:
ulleo
2024-11-28 18:36:31 +08:00
parent f7f0b1bdad
commit 55714966e8
3 changed files with 6 additions and 0 deletions

View File

@@ -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',

View File

@@ -3926,6 +3926,8 @@ export default {
datetime: '日期'
},
data: {
send_status: '任務下發狀態',
df_task_status: '任務填報狀態',
data_not_exists: '資料不存在',
cannot_select_all: '不能全選',
commit_time: '提交時間',

View File

@@ -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: '不能大于结束时间',