feat: update i18n
This commit is contained in:
parent
f310b6fe19
commit
25cb491d7d
2 changed files with 6 additions and 0 deletions
|
|
@ -12,12 +12,15 @@ export default {
|
||||||
failed: 'Failed',
|
failed: 'Failed',
|
||||||
success: 'Success',
|
success: 'Success',
|
||||||
search: 'Search',
|
search: 'Search',
|
||||||
|
loading: 'Loading',
|
||||||
download: 'Download',
|
download: 'Download',
|
||||||
save: 'Save',
|
save: 'Save',
|
||||||
edit: 'Edit',
|
edit: 'Edit',
|
||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
telephone: 'Telephone',
|
telephone: 'Telephone',
|
||||||
noData: 'No Data',
|
noData: 'No Data',
|
||||||
|
code: 'Code',
|
||||||
|
type: 'Type',
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
...branch,
|
...branch,
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ export default {
|
||||||
failed: 'เกิดข้อผิดพลาด',
|
failed: 'เกิดข้อผิดพลาด',
|
||||||
success: 'สำเร็จ',
|
success: 'สำเร็จ',
|
||||||
search: 'ค้นหา',
|
search: 'ค้นหา',
|
||||||
|
loading: 'กำลังโหลด',
|
||||||
download: 'ดาวน์โหลด',
|
download: 'ดาวน์โหลด',
|
||||||
save: 'บันทึก',
|
save: 'บันทึก',
|
||||||
edit: 'แก้ไขข้อมูล',
|
edit: 'แก้ไขข้อมูล',
|
||||||
|
|
@ -19,6 +20,8 @@ export default {
|
||||||
telephone: 'เบอร์โทรศัพท์',
|
telephone: 'เบอร์โทรศัพท์',
|
||||||
viewDetail: 'ดูรายละเอียด',
|
viewDetail: 'ดูรายละเอียด',
|
||||||
noData: 'ยังไม่มีข้อมูล',
|
noData: 'ยังไม่มีข้อมูล',
|
||||||
|
code: 'รหัส',
|
||||||
|
type: 'ประเภท',
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
...branch,
|
...branch,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue