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',
|
||||
PaymentInProcess: 'Payment',
|
||||
PaymentSuccess: 'Issue Receipt',
|
||||
Receipt: 'Receipt',
|
||||
ProcessComplete: 'Completed',
|
||||
Canceled: 'Cancel',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -777,6 +777,7 @@ export default {
|
|||
PaymentPending: 'ชำระเงิน',
|
||||
PaymentInProcess: 'ชำระเงิน',
|
||||
PaymentSuccess: 'ออกใบเสร็จ',
|
||||
Receipt: 'ใบเสร็จรับเงน',
|
||||
ProcessComplete: 'เสร็จสิ้น',
|
||||
Canceled: 'ยกเลิก',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue