refactor: add i18n title peview
This commit is contained in:
parent
7debc4ff1a
commit
5f908740b9
2 changed files with 14 additions and 0 deletions
|
|
@ -885,5 +885,11 @@ export default {
|
||||||
discount: 'Discount',
|
discount: 'Discount',
|
||||||
vat: 'VAT',
|
vat: 'VAT',
|
||||||
value: 'Value',
|
value: 'Value',
|
||||||
|
title: {
|
||||||
|
quotation: 'Quotation',
|
||||||
|
invoice: 'Invoice',
|
||||||
|
payment: 'Payment',
|
||||||
|
receipt: 'Receipt',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { title } from 'node:process';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
general: {
|
general: {
|
||||||
ok: 'ตกลง',
|
ok: 'ตกลง',
|
||||||
|
|
@ -877,5 +879,11 @@ export default {
|
||||||
discount: 'ส่วนลด',
|
discount: 'ส่วนลด',
|
||||||
vat: 'ภาษี',
|
vat: 'ภาษี',
|
||||||
value: 'มูลค่า',
|
value: 'มูลค่า',
|
||||||
|
title: {
|
||||||
|
quotation: 'ใบเสนอราคา',
|
||||||
|
invoice: 'ใบแจ้งหนี้',
|
||||||
|
payment: 'ชำระหนี้',
|
||||||
|
receipt: 'ใบเสร็จรับเงิน',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue