feat: add i18n
This commit is contained in:
parent
310464f834
commit
fba9adc5f3
2 changed files with 4 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ export default {
|
||||||
quotationPayment: 'Used to display payment details',
|
quotationPayment: 'Used to display payment details',
|
||||||
orderDetail: 'To display the list of employees in that product',
|
orderDetail: 'To display the list of employees in that product',
|
||||||
ofPage: '{current} of {total}',
|
ofPage: '{current} of {total}',
|
||||||
|
included: 'Included',
|
||||||
|
notIncluded: 'Not Included',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
|
|
@ -147,6 +147,8 @@ export default {
|
||||||
quotationPayment: 'ใช้แสดงรายละเอียดในการชำระเงิน',
|
quotationPayment: 'ใช้แสดงรายละเอียดในการชำระเงิน',
|
||||||
orderDetail: 'เพื่อแสดงรายชื่อลูกจ้างในสินค้านั้นๆ',
|
orderDetail: 'เพื่อแสดงรายชื่อลูกจ้างในสินค้านั้นๆ',
|
||||||
ofPage: '{current} จาก {total}',
|
ofPage: '{current} จาก {total}',
|
||||||
|
included: 'รวม',
|
||||||
|
notIncluded: 'ไม่รวม',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue