refactor: add i18n receipt
This commit is contained in:
parent
87194ca606
commit
f09cbd3a78
2 changed files with 2 additions and 0 deletions
|
|
@ -782,6 +782,7 @@ export default {
|
||||||
PaymentPending: 'Payment',
|
PaymentPending: 'Payment',
|
||||||
PaymentInProcess: 'Payment',
|
PaymentInProcess: 'Payment',
|
||||||
PaymentSuccess: 'Issue Receipt',
|
PaymentSuccess: 'Issue Receipt',
|
||||||
|
Receipt: 'Receipt',
|
||||||
ProcessComplete: 'Completed',
|
ProcessComplete: 'Completed',
|
||||||
Canceled: 'Cancel',
|
Canceled: 'Cancel',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -777,6 +777,7 @@ export default {
|
||||||
PaymentPending: 'ชำระเงิน',
|
PaymentPending: 'ชำระเงิน',
|
||||||
PaymentInProcess: 'ชำระเงิน',
|
PaymentInProcess: 'ชำระเงิน',
|
||||||
PaymentSuccess: 'ออกใบเสร็จ',
|
PaymentSuccess: 'ออกใบเสร็จ',
|
||||||
|
Receipt: 'ใบเสร็จรับเงน',
|
||||||
ProcessComplete: 'เสร็จสิ้น',
|
ProcessComplete: 'เสร็จสิ้น',
|
||||||
Canceled: 'ยกเลิก',
|
Canceled: 'ยกเลิก',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue