refactor/feat: i18n & constant

This commit is contained in:
puriphatt 2024-09-24 11:26:22 +07:00
parent 270deacba7
commit 8fce5ff2df
3 changed files with 60 additions and 2 deletions

View file

@ -73,6 +73,13 @@ export default {
view: 'View {msg}',
attachment: 'Attachment',
about: 'About',
total: 'Total',
discount: 'Discount',
totalAfterDiscount: 'Total after discount',
totalVatExcluded: 'Tax exemption amount',
totalVatIncluded: 'Taxable amount',
vat: 'VAT {msg}',
totalAmount: 'Total amount',
},
menu: {
@ -575,7 +582,7 @@ export default {
quotation: {
title: 'Quotation',
customerName: 'Customer Name',
reporter: 'Reporter',
actor: 'Actor',
totalPrice: 'Total (Baht)',
receipt: 'Receipt/Tax Invoice',
branch: 'Branch that issues the quotation',
@ -583,6 +590,22 @@ export default {
newCustomer: 'New Customer',
employeeList: 'Employee List',
employee: 'Employee',
workName: 'Work Name',
contactName: 'Contact Name',
documentReceivePoint: 'Document Drop-Off Point"',
dueDate: 'Quotation Due Date',
paymentCondition: 'Payment Terms',
payType: 'Payment Methods',
bank: 'Select Payment Account',
paySplitCount: 'Number of Installments',
payTotal: 'Total {msg}',
summary: 'Total Summary',
periodNo: 'Installment No."',
amount: 'Amount',
payDueDate: 'Pay Due Date',
callDueDate: 'Call Due Date',
type: {
all: 'All',
fullAmountCash: 'Full Amount Cash',
@ -677,6 +700,7 @@ export default {
validateError: 'Validate Error',
codeMisMatch: 'Code Mismatch',
userExists: 'User already exits.',
crossCompanyNotPermit: 'Cannot move between different headoffice',
},
},
};