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,