fix: i18n
This commit is contained in:
parent
1fd6857606
commit
631198554f
1 changed files with 19 additions and 1 deletions
|
|
@ -80,6 +80,11 @@ export default {
|
|||
totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี',
|
||||
vat: 'ภาษีมูลค่าเพิ่ม {msg}',
|
||||
totalAmount: 'จำนวนเงินรวมทั้งสิ้น',
|
||||
specify: 'ระบุ{msg}',
|
||||
noSpecify: 'ไม่ระบุ{msg}',
|
||||
noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้',
|
||||
birthDate: 'วันเกิด',
|
||||
amount: 'จำนวน {msg}',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -93,7 +98,7 @@ export default {
|
|||
userCaption: 'จัดการบุคลากรภายในองค์กร',
|
||||
|
||||
customer: 'จัดการลูกค้า',
|
||||
customerCaption: 'จัดารลูกค้าภายในองค์กร',
|
||||
customerCaption: 'จัดการลูกค้าภายในองค์กร',
|
||||
|
||||
product: 'สินค้าและบริการ',
|
||||
productCaption: 'สินค้าและบริการ',
|
||||
|
|
@ -594,6 +599,7 @@ export default {
|
|||
newCustomer: 'ลูกค้าใหม่',
|
||||
employeeList: 'รายชื่อแรงงาน',
|
||||
employee: 'แรงงาน',
|
||||
employeeName: 'ชื่อ-นามสกุล แรงงาน',
|
||||
workName: 'ชื่องาน',
|
||||
contactName: 'ชื่อผู้ติดต่อ',
|
||||
documentReceivePoint: 'จุดรับเอกสาร',
|
||||
|
|
@ -610,6 +616,18 @@ export default {
|
|||
amount: 'จำนวนเงิน',
|
||||
payDueDate: 'วันที่กำหนดจ่าย',
|
||||
callDueDate: 'วันที่ครบกำหนดเรียก',
|
||||
|
||||
processOn: 'วันที่ดำเนินการ {msg}',
|
||||
productList: 'รายการสินค้า',
|
||||
|
||||
foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว',
|
||||
documentExpireDate: 'วันที่เอกสารหมดอายุ',
|
||||
|
||||
pricePerUnit: 'ราคาต่อหน่วย',
|
||||
sumPrice: 'ราคารวม',
|
||||
tax: 'ภาษี',
|
||||
calVat: 'คิดภาษี',
|
||||
allProduct: 'รายการสินค้าทั้งหมด',
|
||||
type: {
|
||||
all: 'ทั้งหมด',
|
||||
fullAmountCash: 'เงินสดเต็มจำนวน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue