feat: update i18n

This commit is contained in:
Methapon2001 2024-04-11 09:46:51 +07:00
parent f310b6fe19
commit 25cb491d7d
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -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,