From 789502c1b2f9ac9643a8a3572e4c0bce0fb75ce3 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 3 Apr 2025 13:17:10 +0700 Subject: [PATCH] feat(i18n): add message for existing property name in English and Thai translations --- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 858e9489..d3ddf4a4 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1183,6 +1183,7 @@ export default { 'Product with the same name already exists. If you want to create with this name please select another code.', userExists: 'User already exits.', sameNameExists: 'Same name exists.', + samePropertyNameExists: 'Same property name exists.', validateError: 'Validate Error', codeMisMatch: 'Code Mismatch', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index f7bf121c..5978bb7e 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1163,6 +1163,7 @@ export default { 'สินค้าที่มีชื่อเดียวกันมีในระบบแล้ว หากคุณต้องการสร้างด้วยชื่อนี้โปรดเลือกรหัสอื่น', userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว', sameNameExists: 'ชื่อนี้ถูกใช้ไปแล้ว', + samePropertyNameExists: 'คุณสมบัตินี้มีอยู่ในระบบอยู่แล้ว', validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ', codeMisMatch: 'รหัสไม่ตรงกัน',