diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 22487124..f8b59fde 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -958,6 +958,7 @@ export default { Validate: 'Validate', Complete: 'Complete', Canceled: 'Canceled', + Restart: 'go proceed again', }, receiveTask: 'Receive Task', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 3fdcc190..e472dc51 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -944,7 +944,8 @@ export default { Redo: 'ทำใหม่', Validate: 'ตรวจสอบความถูกต้อง', Complete: 'ดำเนินการเสร็จสิ้น', - Canceled: ' รายการคำขอถูกยกเลิก', + Canceled: 'รายการคำขอถูกยกเลิก', + Restart: 'ไปดำเนินการใหม่', }, receiveTask: 'รับงาน',