fix: i18n

This commit is contained in:
puriphatt 2024-10-08 16:37:06 +07:00
parent 978c338ca4
commit c2910ce459
2 changed files with 14 additions and 10 deletions

View file

@ -74,12 +74,12 @@ export default {
attachment: 'Attachment', attachment: 'Attachment',
about: 'About', about: 'About',
total: 'Total', total: 'Total',
discount: 'Discount', discount: 'Discount (Baht)',
totalAfterDiscount: 'Total after discount', totalAfterDiscount: 'Total after discount',
totalVatExcluded: 'Tax exemption amount', totalVatExcluded: 'Tax exemption amount',
totalVatIncluded: 'Taxable amount', totalVatIncluded: 'Taxable amount',
vat: 'VAT {msg}', vat: 'VAT {msg}',
totalAmount: 'Total amount', totalAmount: 'Total amount (Baht)',
specify: 'Secify {msg}', specify: 'Secify {msg}',
noSpecify: 'No Specify{msg}', noSpecify: 'No Specify{msg}',
noDataTable: 'There is no data displayed in this table yet.', noDataTable: 'There is no data displayed in this table yet.',
@ -642,12 +642,14 @@ export default {
foreignRefNo: 'Alien Reference Number', foreignRefNo: 'Alien Reference Number',
documentExpireDate: 'Document Expiration Date', documentExpireDate: 'Document Expiration Date',
allProductPrice: 'All product price', allProductPrice: 'All product price (Baht)',
pricePerUnit: 'Unit price', pricePerUnit: 'Unit price (Baht)',
priceBeforeVat: 'Price before vat (บาท)',
sumPrice: 'Total price', sumPrice: 'Total price',
tax: 'Tax', vat: 'Vat',
calTax: 'Calculate taxes', calTax: 'Calculate taxes',
allProduct: 'List of all products', allProduct: 'List of all products',
quotationDiscount: 'Discount (Baht)',
type: { type: {
all: 'All', all: 'All',

View file

@ -74,12 +74,12 @@ export default {
attachment: 'เอกสาร', attachment: 'เอกสาร',
about: 'เกี่ยวกับ', about: 'เกี่ยวกับ',
total: 'ยอดรวม', total: 'ยอดรวม',
discount: 'ส่วนลด', discount: 'ส่วนลด (บาท)',
totalAfterDiscount: 'จำนวนเงินหลังหักส่วนลด', totalAfterDiscount: 'จำนวนเงินหลังหักส่วนลด',
totalVatExcluded: 'จำนวนเงินยกเว้นภาษี', totalVatExcluded: 'จำนวนเงินยกเว้นภาษี',
totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี', totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี',
vat: 'ภาษีมูลค่าเพิ่ม {msg}', vat: 'ภาษีมูลค่าเพิ่ม {msg}',
totalAmount: 'จำนวนเงินรวมทั้งสิ้น', totalAmount: 'จำนวนเงินรวมทั้งสิ้น (บาท)',
specify: 'ระบุ{msg}', specify: 'ระบุ{msg}',
noSpecify: 'ไม่ระบุ{msg}', noSpecify: 'ไม่ระบุ{msg}',
noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้', noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้',
@ -640,12 +640,14 @@ export default {
foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว', foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว',
documentExpireDate: 'วันที่เอกสารหมดอายุ', documentExpireDate: 'วันที่เอกสารหมดอายุ',
allProductPrice: 'ราคาสินค้าทั้งหมด', allProductPrice: 'ราคาสินค้าทั้งหมด (บาท)',
pricePerUnit: 'ราคาต่อหน่วย', pricePerUnit: 'ราคาต่อหน่วย (บาท)',
priceBeforeVat: 'ราคาก่อนคิดภาษี (บาท)',
sumPrice: 'ราคารวม', sumPrice: 'ราคารวม',
tax: 'ภาษี', vat: 'ภาษี',
calTax: 'คิดภาษี', calTax: 'คิดภาษี',
allProduct: 'รายการสินค้าทั้งหมด', allProduct: 'รายการสินค้าทั้งหมด',
quotationDiscount: 'ส่วนลดใบงาน (บาท)',
type: { type: {
all: 'ทั้งหมด', all: 'ทั้งหมด',