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',
|
dataSum: 'Data Summaries',
|
||||||
createdAt: 'Created At',
|
createdAt: 'Created At',
|
||||||
noResults: 'No Data',
|
noResults: 'No Data',
|
||||||
|
notRecorded: 'You have not yet saved.',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,10 @@ export default {
|
||||||
displayField: 'ข้อมูลที่แสดง',
|
displayField: 'ข้อมูลที่แสดง',
|
||||||
deleteConfirmTitle: 'ยืนยันการลบข้อมูล',
|
deleteConfirmTitle: 'ยืนยันการลบข้อมูล',
|
||||||
deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่',
|
deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่',
|
||||||
|
|
||||||
|
saveConfirmTitle: 'ยืนยันการบันทึกข้อมูล',
|
||||||
|
saveConfirmMessage: 'คุณต้องการบันทึกข้อมูลใช่หรือไม่',
|
||||||
|
|
||||||
headquartersNotEstablished:
|
headquartersNotEstablished:
|
||||||
'ท่านยังไม่ได้สร้างสำนักงานใหญ่ ต้องสร้างสำนักงานใหญ่ก่อนจึงจะสร้าง บุคลากรได้',
|
'ท่านยังไม่ได้สร้างสำนักงานใหญ่ ต้องสร้างสำนักงานใหญ่ก่อนจึงจะสร้าง บุคลากรได้',
|
||||||
changePassword: 'เปลี่ยนรหัสผ่าน',
|
changePassword: 'เปลี่ยนรหัสผ่าน',
|
||||||
|
|
@ -65,6 +69,7 @@ export default {
|
||||||
dataSum: 'สรุปจำนวนข้อมูล',
|
dataSum: 'สรุปจำนวนข้อมูล',
|
||||||
createdAt: 'สร้างเมื่อ',
|
createdAt: 'สร้างเมื่อ',
|
||||||
noResults: 'ไม่มีข้อมูล',
|
noResults: 'ไม่มีข้อมูล',
|
||||||
|
notRecorded: 'คุณยังไม่ได้บันทึก',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue