refactor: add i18n

This commit is contained in:
Thanaphon Frappet 2025-01-08 14:06:17 +07:00
parent 187ca4db0f
commit 884eb18f03
2 changed files with 3 additions and 1 deletions

View file

@ -958,6 +958,7 @@ export default {
Validate: 'Validate',
Complete: 'Complete',
Canceled: 'Canceled',
Restart: 'go proceed again',
},
receiveTask: 'Receive Task',

View file

@ -944,7 +944,8 @@ export default {
Redo: 'ทำใหม่',
Validate: 'ตรวจสอบความถูกต้อง',
Complete: 'ดำเนินการเสร็จสิ้น',
Canceled: ' รายการคำขอถูกยกเลิก',
Canceled: 'รายการคำขอถูกยกเลิก',
Restart: 'ไปดำเนินการใหม่',
},
receiveTask: 'รับงาน',