refactor: add i18n title peview

This commit is contained in:
Thanaphon Frappet 2024-11-01 10:09:08 +07:00
parent 7debc4ff1a
commit 5f908740b9
2 changed files with 14 additions and 0 deletions

View file

@ -885,5 +885,11 @@ export default {
discount: 'Discount',
vat: 'VAT',
value: 'Value',
title: {
quotation: 'Quotation',
invoice: 'Invoice',
payment: 'Payment',
receipt: 'Receipt',
},
},
};

View file

@ -1,3 +1,5 @@
import { title } from 'node:process';
export default {
general: {
ok: 'ตกลง',
@ -877,5 +879,11 @@ export default {
discount: 'ส่วนลด',
vat: 'ภาษี',
value: 'มูลค่า',
title: {
quotation: 'ใบเสนอราคา',
invoice: 'ใบแจ้งหนี้',
payment: 'ชำระหนี้',
receipt: 'ใบเสร็จรับเงิน',
},
},
};