refactor: add i18n
This commit is contained in:
parent
2de98fe190
commit
d4229cb838
2 changed files with 6 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ export default {
|
|||
dataSum: 'Data Summaries',
|
||||
createdAt: 'Created At',
|
||||
noResults: 'No Data',
|
||||
notRecorded: 'You have not yet saved.',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ export default {
|
|||
displayField: 'ข้อมูลที่แสดง',
|
||||
deleteConfirmTitle: 'ยืนยันการลบข้อมูล',
|
||||
deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่',
|
||||
|
||||
saveConfirmTitle: 'ยืนยันการบันทึกข้อมูล',
|
||||
saveConfirmMessage: 'คุณต้องการบันทึกข้อมูลใช่หรือไม่',
|
||||
|
||||
headquartersNotEstablished:
|
||||
'ท่านยังไม่ได้สร้างสำนักงานใหญ่ ต้องสร้างสำนักงานใหญ่ก่อนจึงจะสร้าง บุคลากรได้',
|
||||
changePassword: 'เปลี่ยนรหัสผ่าน',
|
||||
|
|
@ -65,6 +69,7 @@ export default {
|
|||
dataSum: 'สรุปจำนวนข้อมูล',
|
||||
createdAt: 'สร้างเมื่อ',
|
||||
noResults: 'ไม่มีข้อมูล',
|
||||
notRecorded: 'คุณยังไม่ได้บันทึก',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue