fix: i18n
This commit is contained in:
parent
2254218039
commit
3046c392be
2 changed files with 26 additions and 3 deletions
|
|
@ -32,8 +32,8 @@ export default {
|
|||
order: 'Order',
|
||||
name: 'Name',
|
||||
fullName: 'Full Name',
|
||||
detail: 'Detail',
|
||||
remark: 'Remark',
|
||||
detail: '{msg} Detail',
|
||||
remark: '{msg} Remark',
|
||||
createdAt: 'Created at',
|
||||
noData: 'No Data',
|
||||
noField: 'No Field',
|
||||
|
|
@ -80,6 +80,14 @@ export default {
|
|||
totalVatIncluded: 'Taxable amount',
|
||||
vat: 'VAT {msg}',
|
||||
totalAmount: 'Total amount',
|
||||
specify: 'Secify {msg}',
|
||||
noSpecify: 'No Specify{msg}',
|
||||
noDataTable: 'There is no data displayed in this table yet.',
|
||||
birthDate: 'Birth Date',
|
||||
amount: 'amount {msg}',
|
||||
numberOf: 'number of {msg}',
|
||||
list: 'List of {msg}',
|
||||
for: 'for {msg}',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -346,6 +354,7 @@ export default {
|
|||
issueDate: 'Issue Date',
|
||||
passportExpiryDate: 'Passport Expiry Date',
|
||||
|
||||
ownerName: 'Owner Name',
|
||||
firstName: 'First Name ',
|
||||
lastName: 'Last Name ',
|
||||
firstNameEN: 'First Name in English',
|
||||
|
|
@ -545,6 +554,7 @@ export default {
|
|||
},
|
||||
service: {
|
||||
title: 'Type',
|
||||
title2: 'Service',
|
||||
totalWork: 'Total Work',
|
||||
code: 'Type Code',
|
||||
name: 'Type Name',
|
||||
|
|
@ -614,6 +624,19 @@ export default {
|
|||
amount: 'Amount',
|
||||
payDueDate: 'Pay Due Date',
|
||||
callDueDate: 'Call Due Date',
|
||||
|
||||
processOn: 'Process on {msg}',
|
||||
productList: 'List of Product',
|
||||
|
||||
foreignRefNo: 'Alien Reference Number',
|
||||
documentExpireDate: 'Document Expiration Date',
|
||||
|
||||
pricePerUnit: 'Unit price',
|
||||
sumPrice: 'Total price',
|
||||
tax: 'Tax',
|
||||
calTax: 'Calculate taxes',
|
||||
allProduct: 'List of all products',
|
||||
|
||||
type: {
|
||||
all: 'All',
|
||||
fullAmountCash: 'Full Amount Cash',
|
||||
|
|
|
|||
|
|
@ -632,7 +632,7 @@ export default {
|
|||
pricePerUnit: 'ราคาต่อหน่วย',
|
||||
sumPrice: 'ราคารวม',
|
||||
tax: 'ภาษี',
|
||||
calVat: 'คิดภาษี',
|
||||
calTax: 'คิดภาษี',
|
||||
allProduct: 'รายการสินค้าทั้งหมด',
|
||||
|
||||
type: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue