feat: i18n add rejection messages for cancellation requests in English and Thai translations

This commit is contained in:
puriphatt 2025-03-13 09:46:35 +07:00
parent 169af44eda
commit 4975ecb334
2 changed files with 6 additions and 0 deletions

View file

@ -931,6 +931,7 @@ export default {
Ended: 'จบงาน',
Completed: 'เสร็จสิ้น',
Canceled: 'ยกเลิก',
RejectCancel: 'ปฏิเสธคําขอยกเลิก',
},
Pending: 'รอดำเนินการ',
Ready: 'พร้อมดำเนินการ',
@ -938,6 +939,8 @@ export default {
Completed: 'เสร็จสิ้น',
Canceled: 'ยกเลิก',
CancelRequested: 'ต้องการยกเลิก',
RejectCancel: 'การปฏิเสธคําขอยกเลิก',
RejectedCancel: 'ปฏิเสธคําขอยกเลิกแล้ว',
AwaitOrder: 'รอสั่งงาน',
ReadyOrder: 'พร้อมสั่งงาน',