refactor: add i18n receipt

This commit is contained in:
Thanaphon Frappet 2024-11-07 12:50:51 +07:00
parent 87194ca606
commit f09cbd3a78
2 changed files with 2 additions and 0 deletions

View file

@ -782,6 +782,7 @@ export default {
PaymentPending: 'Payment',
PaymentInProcess: 'Payment',
PaymentSuccess: 'Issue Receipt',
Receipt: 'Receipt',
ProcessComplete: 'Completed',
Canceled: 'Cancel',
},

View file

@ -777,6 +777,7 @@ export default {
PaymentPending: 'ชำระเงิน',
PaymentInProcess: 'ชำระเงิน',
PaymentSuccess: 'ออกใบเสร็จ',
Receipt: 'ใบเสร็จรับเงน',
ProcessComplete: 'เสร็จสิ้น',
Canceled: 'ยกเลิก',
},