refactor: wording

This commit is contained in:
Methapon2001 2024-12-26 12:00:41 +07:00
parent 6fa61ff91f
commit 303bc1214d
2 changed files with 4 additions and 4 deletions

View file

@ -898,8 +898,8 @@ export default {
Waiting: 'Work assigned, awaiting action', Waiting: 'Work assigned, awaiting action',
InProgress: 'In progress', InProgress: 'In progress',
Validate: 'Awaiting validation', Validate: 'Awaiting validation',
Ended: 'Completed', Ended: 'Ended',
Completed: 'Work finished', Completed: 'Completed',
Canceled: 'Canceled', Canceled: 'Canceled',
}, },

View file

@ -888,8 +888,8 @@ export default {
Waiting: 'สั่งแล้วรอดำเนินการ', Waiting: 'สั่งแล้วรอดำเนินการ',
InProgress: 'กำลังดำเนินการ', InProgress: 'กำลังดำเนินการ',
Validate: 'รอตรวจสอบ', Validate: 'รอตรวจสอบ',
Ended: 'เสร็จสิ้น', Ended: 'จบงาน',
Completed: 'จบงาน', Completed: 'เสร็จสิ้น',
Canceled: 'ยกเลิก', Canceled: 'ยกเลิก',
}, },
Pending: 'รอดำเนินการ', Pending: 'รอดำเนินการ',