From cf0cee11cca0843f517927cb42fb3ee43be96df9 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:03:30 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/en-US/index.ts | 3 +++ src/i18n/th-th/index.ts | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index e1ab313b..59c909c6 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -128,6 +128,9 @@ export default { taxNo: 'Tax Identification Number', name: 'Branch Name', nameEN: 'Branch Name (EN)', + authorizedCapital: 'Authorized Capital', + registerName: 'Registered Name', + registerDate: 'Registered Date', }, }, }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index a99934f9..a3c77553 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -95,6 +95,7 @@ export default { create: 'สร้าง {name}', edit: 'แก้ไข {name}', }, + address: 'ที่อยู่ {suffix}', error: { required: 'จำเป็นต้องกรอกข้อมูลนี้', invalid: 'ค่าที่ไม่ถูกต้อง', @@ -124,4 +125,16 @@ export default { }, }, }, + customerBranch: { + form: { + no: 'เลขที่สาขา', + code: 'รหัสสาขา', + taxNo: 'เลขประจำตัวผู้เสียภาษี', + name: 'ชื่อสาขา', + nameEN: 'ชื่อสาขา (ภาษาอังกฤษ)', + authorizedCapital: 'ทุนจดทะเบียน', + registerName: 'ชื่อที่จดทะเบียน', + registerDate: 'วันที่จดทะเบียน', + }, + }, };