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: 'Inactive',
displayField: 'Display Fields',
order: 'Order',
name: 'Name',
name: '{msg} Name',
fullName: 'Full Name',
detail: '{msg} Detail',
remark: '{msg} Remark',
@ -85,6 +85,7 @@ export default {
specify: 'Secify {msg}',
noSpecify: 'No Specify{msg}',
noDataTable: 'There is no data displayed in this table yet.',
no: 'No {msg}',
birthDate: 'Birth Date',
amount: 'amount {msg}',
numberOf: 'number of {msg}',
@ -106,6 +107,8 @@ export default {
code: 'Code',
payment: 'Payment',
or: 'or {msg}',
people: 'People',
group: 'Group',
},
menu: {
@ -623,6 +626,7 @@ export default {
quotation: {
title: 'Quotation',
caption: 'All Quotation',
customerName: 'Customer Name',
actor: 'Actor',
totalPrice: 'Total',
@ -702,6 +706,14 @@ export default {
},
},
flow: {
title: 'Workflow Template',
template: 'Template',
processStep: 'Process Step',
step: 'Step',
responsiblePerson: 'Responsible Person',
},
dialog: {
title: {
incompleteDataEntry: 'Incomplete Data Entry',

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: 'กรอกข้อมูลไม่ครบ',