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: 'ดู{msg}',
attachment: 'เอกสาร',
about: 'เกี่ยวกับ',
total: 'ยอดรวม',
discount: 'ส่วนลด',
totalAfterDiscount: 'จำนวนเงินหลังหักส่วนลด',
totalVatExcluded: 'จำนวนเงินยกเว้นภาษี',
totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี',
vat: 'ภาษีมูลค่าเพิ่ม {msg}',
totalAmount: 'จำนวนเงินรวมทั้งสิ้น',
},
menu: {
@ -573,7 +580,7 @@ export default {
quotation: {
title: 'ใบเสนอราคา',
customerName: 'ชื่อลูกค้า',
reporter: 'ผู้ที่ทำรายงาน',
actor: 'ผู้ที่ทำรายงาน',
totalPrice: 'ยอดรวมสุทธิ(บาท)',
receipt: 'ใบเสร็จ/กำกับภาษี',
branch: 'สาขาที่ออกใบเสนอราคา',
@ -581,6 +588,22 @@ export default {
newCustomer: 'ลูกค้าใหม่',
employeeList: 'รายชื่อแรงงาน',
employee: 'แรงงาน',
workName: 'ชื่องาน',
contactName: 'ชื่อผู้ติดต่อ',
documentReceivePoint: 'จุดรับเอกสาร',
dueDate: 'วันครบกำหนดใบเสนอราคา',
paymentCondition: 'เงื่อนไขการชำระเงิน',
payType: 'วิธีการชำระเงิน',
bank: 'เลือกบัญชีชำระเงิน',
paySplitCount: 'จำนวนงวด',
payTotal: 'ยอดชำระ {msg}',
summary: 'สรุปยอดทั้งหมด',
periodNo: 'งวดที่',
amount: 'จำนวนเงิน',
payDueDate: 'วันที่กำหนดจ่าย',
callDueDate: 'วันที่ครบกำหนดเรียก',
type: {
all: 'ทั้งหมด',
fullAmountCash: 'เงินสดเต็มจำนวน',
@ -672,6 +695,7 @@ export default {
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
codeMisMatch: 'รหัสไม่ตรงกัน',
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
crossCompanyNotPermit: 'ไม่สามารถดำเนินการระหว่างสำนักงานใหญ่อื่นได้',
},
},
};