refactor: i18n

This commit is contained in:
puriphatt 2024-10-24 17:32:52 +07:00
parent a0f81cb7db
commit 9e1881cba0
2 changed files with 26 additions and 2 deletions

View file

@ -30,7 +30,7 @@ export default {
inactive: 'ไม่ใช้งาน',
displayField: 'ฟิลด์แสดงผล',
order: 'ลำดับ',
name: 'ชื่อ',
name: 'ชื่อ{msg}',
fullName: 'ชื่อ-สกุล',
detail: 'รายละเอียด{msg}',
remark: 'หมายเหตุ{msg}',
@ -85,6 +85,7 @@ export default {
specify: 'ระบุ{msg}',
noSpecify: 'ไม่ระบุ{msg}',
noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้',
no: 'ไม่มี{msg}',
birthDate: 'วันเกิด',
amount: 'จำนวน {msg}',
numberOf: 'จำนวน{msg}',
@ -106,6 +107,8 @@ export default {
code: 'รหัส',
payment: 'การชำระเงิน',
or: 'หรือ {msg}',
people: 'ผู้คน',
group: 'กลุ่ม',
},
menu: {
@ -617,6 +620,7 @@ export default {
quotation: {
title: 'ใบเสนอราคา',
caption: 'ใบเสนอราคาทั้งหมด',
customerName: 'ชื่อลูกค้า',
actor: 'ผู้ที่ทำรายงาน',
totalPrice: 'ยอดรวมสุทธิ',
@ -697,6 +701,14 @@ export default {
},
},
flow: {
title: 'แม่แบบขั้นตอนการทำงาน',
template: 'แม่แบบ',
processStep: 'ขั้นตอนการทำงาน',
step: 'ขั้นตอน',
responsiblePerson: 'ผู้รับผิดชอบ',
},
dialog: {
title: {
incompleteDataEntry: 'กรอกข้อมูลไม่ครบ',