From 3046c392bed9d12091f8dd66434c5f14a265559b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 27 Sep 2024 11:11:30 +0700 Subject: [PATCH] fix: i18n --- src/i18n/eng/index.ts | 27 +++++++++++++++++++++++++-- src/i18n/tha/index.ts | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 7bfd283a..40f5a772 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index b89c8fb8..e7cc89dd 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -632,7 +632,7 @@ export default { pricePerUnit: 'ราคาต่อหน่วย', sumPrice: 'ราคารวม', tax: 'ภาษี', - calVat: 'คิดภาษี', + calTax: 'คิดภาษี', allProduct: 'รายการสินค้าทั้งหมด', type: {