diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 78e46389..8c852a8d 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -612,6 +612,7 @@ export default { list: 'Item', addWork: 'Add Work', workAlreadyExist: 'Work already exist', + splitPay: 'Split Payment', }, product: { title: 'Products and Services', @@ -725,6 +726,7 @@ export default { title: 'Workflow Template', template: 'Template', processStep: 'Process Step', + noProcessStep: 'No Process step', step: 'Step', stepNo: 'Step no {msg}', responsiblePerson: 'Responsible Person', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 196bce1a..82e1da95 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -606,6 +606,7 @@ export default { list: 'รายการ', addWork: 'เพิ่มงาน', workAlreadyExist: 'งานนี้มีอยู่แล้ว', + splitPay: 'แบ่งจ่าย', }, product: { title: 'สินค้าและบริการ', @@ -719,6 +720,7 @@ export default { title: 'แม่แบบขั้นตอนการทำงาน', template: 'แม่แบบ', processStep: 'ขั้นตอนการทำงาน', + noProcessStep: 'ยังไม่มีขั้นตอนการทำงาน', step: 'ขั้นตอน', stepNo: 'ขั้นตอนที่ {msg}', responsiblePerson: 'ผู้รับผิดชอบ',