From 2cce436ee8d3838e7745b726ee28da80e7394a9c Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 6 Nov 2024 17:04:20 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 2 ++ src/i18n/tha.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 3ba2355e..ddedb976 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -119,6 +119,7 @@ export default { area: 'Area by area', byArea: 'By area', company: 'Company', + form: 'Form', }, menu: { @@ -680,6 +681,7 @@ export default { }, quotation: { + templateForm: 'Select a template document form.', title: 'Quotation', caption: 'All Quotation', customerName: 'Customer Name', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 1413317d..439f5d93 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -121,6 +121,7 @@ export default { area: 'เขตพื้นที่', byArea: 'ตามเขตพื้นที่', company: 'บริษัท', + form: 'แบบฟอร์ม', }, menu: { @@ -676,6 +677,7 @@ export default { }, quotation: { + templateForm: 'เลือกแบบฟอร์มเอกสารต้นแบบ', title: 'ใบเสนอราคา', caption: 'ใบเสนอราคาทั้งหมด', customerName: 'ชื่อลูกค้า',