diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 1056f8d1..c80c257c 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index db11a1e5..59ff1943 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -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: 'กรอกข้อมูลไม่ครบ',