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}',
|
importFromFile: 'Import From File {suffix}',
|
||||||
customer: 'Customer',
|
customer: 'Customer',
|
||||||
individual: 'Individual',
|
individual: 'Individual',
|
||||||
|
unavailable: 'Unavailable',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
@ -793,6 +794,12 @@ export default {
|
||||||
receiptIssued: 'Receipt Issued',
|
receiptIssued: 'Receipt Issued',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
payCondition: {
|
||||||
|
Full: 'Waiting for full payment',
|
||||||
|
Split: 'Waiting for installment payment',
|
||||||
|
SplitCustom: 'Waiting for custom installment payment',
|
||||||
|
},
|
||||||
|
|
||||||
type: {
|
type: {
|
||||||
all: 'All',
|
all: 'All',
|
||||||
fullAmountCash: 'Full Amount Cash',
|
fullAmountCash: 'Full Amount Cash',
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ export default {
|
||||||
importFromFile: 'นำเข้าจากไฟล์ {suffix}',
|
importFromFile: 'นำเข้าจากไฟล์ {suffix}',
|
||||||
customer: 'ลูกค้า',
|
customer: 'ลูกค้า',
|
||||||
individual: 'รายบุคคล',
|
individual: 'รายบุคคล',
|
||||||
|
unavailable: 'ไม่พร้อมใช้งาน',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
@ -785,6 +786,12 @@ export default {
|
||||||
receiptIssued: 'ออกใบเสร็จรับเงินแล้ว',
|
receiptIssued: 'ออกใบเสร็จรับเงินแล้ว',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
payCondition: {
|
||||||
|
Full: 'รอจ่ายเงิน',
|
||||||
|
Split: 'รอจ่ายเงินงวดที่',
|
||||||
|
SplitCustom: 'รอจ่ายเงินที่กำหนดเองงวดที่',
|
||||||
|
},
|
||||||
|
|
||||||
type: {
|
type: {
|
||||||
all: 'ทั้งหมด',
|
all: 'ทั้งหมด',
|
||||||
fullAmountCash: 'เงินสดเต็มจำนวน',
|
fullAmountCash: 'เงินสดเต็มจำนวน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue