diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 40f5a772..f8de40c7 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -728,6 +728,8 @@ export default { relationCustomerNotFound: 'Customer cannot be found.', relationCustomerBranchNotFound: 'Customer Branch cannot be found.', sameBranchCodeExists: 'This Head Office Abbreviation is already in use.', + productNameExists: + 'Product with the same name already exists. If you want to create with this name please select another code.', validateError: 'Validate Error', codeMisMatch: 'Code Mismatch', userExists: 'User already exits.', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index d0b21874..4de8efb1 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -723,6 +723,8 @@ export default { relationCustomerNotFound: 'ไม่พบลูกค้า', relationCustomerBranchNotFound: 'ไม่พบสาขาลูกค้า', sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว', + productNameExists: + 'สินค้าที่มีชื่อเดียวกันมีในระบบแล้ว หากคุณต้องการสร้างด้วยชื่อนี้โปรดเลือกรหัสอื่น', validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ', codeMisMatch: 'รหัสไม่ตรงกัน', userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',