refactor: add i18n

This commit is contained in:
Thanaphon Frappet 2025-01-21 10:14:24 +07:00 committed by Methapon2001
parent a75e0fff3f
commit 36a49b46a8
2 changed files with 2 additions and 0 deletions

View file

@ -1136,6 +1136,7 @@ export default {
value: 'Value', value: 'Value',
netValue: 'Net Value', netValue: 'Net Value',
title: { title: {
creditNote: 'Credit Note',
quotation: 'Quotation', quotation: 'Quotation',
invoice: 'Invoice', invoice: 'Invoice',
payment: 'Payment', payment: 'Payment',

View file

@ -1117,6 +1117,7 @@ export default {
value: 'มูลค่า', value: 'มูลค่า',
netValue: 'มูลค่าสุทธิ', netValue: 'มูลค่าสุทธิ',
title: { title: {
creditNote: 'ใบลดหนี้',
quotation: 'ใบเสนอราคา', quotation: 'ใบเสนอราคา',
invoice: 'ใบแจ้งหนี้', invoice: 'ใบแจ้งหนี้',
payment: 'ชำระหนี้', payment: 'ชำระหนี้',