Merge pull request #13664 from ulleo/dev-v2

refactor(X-Pack): 调整[数据填报]任务部分文案
This commit is contained in:
xuwei-fit2cloud 2024-11-28 18:47:19 +08:00 committed by GitHub
commit 341cb62097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: '不能大于结束时间',