From 84957f99e430c1fe8161c5cb1a0e1adc129c7db3 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:32:54 +0700 Subject: [PATCH] feat: i18n add --- src/i18n/en-US/index.ts | 4 ++++ src/i18n/th-th/index.ts | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index c9f98e53..31354971 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -18,8 +18,11 @@ export default { agree: 'Ok', cancel: 'Cancel', failed: 'Failed', + close: 'close', success: 'Success', search: 'Search', + back: 'Back', + undo: 'Undo', loading: 'Loading', download: 'Download', save: 'Save', @@ -132,6 +135,7 @@ export default { authorizedCapital: 'Authorized Capital', registerName: 'Registered Name', registerDate: 'Registered Date', + telephone: 'Telephone No.', }, }, }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index b025f092..a0905a48 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -18,12 +18,15 @@ export default { cancel: 'ยกเลิก', failed: 'เกิดข้อผิดพลาด', success: 'สำเร็จ', + close: 'ปิด', search: 'ค้นหา', loading: 'กำลังโหลด', download: 'ดาวน์โหลด', + back: 'กลับ', + undo: 'เลิกทำ', save: 'บันทึก', - edit: 'แก้ไขข้อมูล', - delete: 'ลบข้อมูล', + edit: 'แก้ไข', + delete: 'ลบ', telephone: 'เบอร์โทรศัพท์', viewDetail: 'ดูรายละเอียด', noData: 'ยังไม่มีข้อมูล',