From c3cc5f60a457baa4915bb96320224753ae448a59 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 29 Oct 2024 14:58:53 +0700 Subject: [PATCH] fix: i18n --- src/i18n/eng/index.ts | 2 ++ src/i18n/tha/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 6b656060..78e46389 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -595,6 +595,7 @@ export default { code: 'Package Code', name: 'Package Name', work: 'Work', + workNo: 'Work no {msg}', workName: 'Work Name', showTotalPrice: 'Show Total Price', addTitle: 'Add Package', @@ -725,6 +726,7 @@ export default { template: 'Template', processStep: 'Process Step', step: 'Step', + stepNo: 'Step no {msg}', responsiblePerson: 'Responsible Person', }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4cd28f2d..196bce1a 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -589,6 +589,7 @@ export default { code: 'รหัสแพ็คเกจ', name: 'ชื่อแพ็คเกจ', work: 'งาน', + workNo: 'งานที่ {msg}', workName: 'ชื่องาน', showTotalPrice: 'แสดงราคารวม', addTitle: 'เพิ่มแพ็คเกจ', @@ -719,6 +720,7 @@ export default { template: 'แม่แบบ', processStep: 'ขั้นตอนการทำงาน', step: 'ขั้นตอน', + stepNo: 'ขั้นตอนที่ {msg}', responsiblePerson: 'ผู้รับผิดชอบ', },