From 884eb18f032ca8e77c5947f46491e6917e80db23 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 8 Jan 2025 14:06:17 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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: 'รับงาน',