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

View file

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