From 25cb491d7db97d5062e4ee8932d3ca9b7c8fa113 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:46:51 +0700 Subject: [PATCH] feat: update i18n --- src/i18n/en-US/index.ts | 3 +++ src/i18n/th-th/index.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 1345dd6b..d0bb09b2 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -12,12 +12,15 @@ export default { failed: 'Failed', success: 'Success', search: 'Search', + loading: 'Loading', download: 'Download', save: 'Save', edit: 'Edit', delete: 'Delete', telephone: 'Telephone', noData: 'No Data', + code: 'Code', + type: 'Type', ...main, ...address, ...branch, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 200c09c4..2efdfbf0 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -12,6 +12,7 @@ export default { failed: 'เกิดข้อผิดพลาด', success: 'สำเร็จ', search: 'ค้นหา', + loading: 'กำลังโหลด', download: 'ดาวน์โหลด', save: 'บันทึก', edit: 'แก้ไขข้อมูล', @@ -19,6 +20,8 @@ export default { telephone: 'เบอร์โทรศัพท์', viewDetail: 'ดูรายละเอียด', noData: 'ยังไม่มีข้อมูล', + code: 'รหัส', + type: 'ประเภท', ...main, ...address, ...branch,