refactor: add i18n
This commit is contained in:
parent
552f13abe4
commit
dcf0977ceb
2 changed files with 14 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ export default {
|
|||
importFromFile: 'Import From File {suffix}',
|
||||
customer: 'Customer',
|
||||
individual: 'Individual',
|
||||
unavailable: 'Unavailable',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -793,6 +794,12 @@ export default {
|
|||
receiptIssued: 'Receipt Issued',
|
||||
},
|
||||
|
||||
payCondition: {
|
||||
Full: 'Waiting for full payment',
|
||||
Split: 'Waiting for installment payment',
|
||||
SplitCustom: 'Waiting for custom installment payment',
|
||||
},
|
||||
|
||||
type: {
|
||||
all: 'All',
|
||||
fullAmountCash: 'Full Amount Cash',
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ export default {
|
|||
importFromFile: 'นำเข้าจากไฟล์ {suffix}',
|
||||
customer: 'ลูกค้า',
|
||||
individual: 'รายบุคคล',
|
||||
unavailable: 'ไม่พร้อมใช้งาน',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -785,6 +786,12 @@ export default {
|
|||
receiptIssued: 'ออกใบเสร็จรับเงินแล้ว',
|
||||
},
|
||||
|
||||
payCondition: {
|
||||
Full: 'รอจ่ายเงิน',
|
||||
Split: 'รอจ่ายเงินงวดที่',
|
||||
SplitCustom: 'รอจ่ายเงินที่กำหนดเองงวดที่',
|
||||
},
|
||||
|
||||
type: {
|
||||
all: 'ทั้งหมด',
|
||||
fullAmountCash: 'เงินสดเต็มจำนวน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue