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',
|
||||
vat: 'VAT',
|
||||
value: 'Value',
|
||||
title: {
|
||||
quotation: 'Quotation',
|
||||
invoice: 'Invoice',
|
||||
payment: 'Payment',
|
||||
receipt: 'Receipt',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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: 'ใบเสร็จรับเงิน',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue