feat(i18n): add message for existing property name in English and Thai translations
This commit is contained in:
parent
c8b4339cf6
commit
789502c1b2
2 changed files with 2 additions and 0 deletions
|
|
@ -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.',
|
'Product with the same name already exists. If you want to create with this name please select another code.',
|
||||||
userExists: 'User already exits.',
|
userExists: 'User already exits.',
|
||||||
sameNameExists: 'Same name exists.',
|
sameNameExists: 'Same name exists.',
|
||||||
|
samePropertyNameExists: 'Same property name exists.',
|
||||||
|
|
||||||
validateError: 'Validate Error',
|
validateError: 'Validate Error',
|
||||||
codeMisMatch: 'Code Mismatch',
|
codeMisMatch: 'Code Mismatch',
|
||||||
|
|
|
||||||
|
|
@ -1163,6 +1163,7 @@ export default {
|
||||||
'สินค้าที่มีชื่อเดียวกันมีในระบบแล้ว หากคุณต้องการสร้างด้วยชื่อนี้โปรดเลือกรหัสอื่น',
|
'สินค้าที่มีชื่อเดียวกันมีในระบบแล้ว หากคุณต้องการสร้างด้วยชื่อนี้โปรดเลือกรหัสอื่น',
|
||||||
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
|
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
|
||||||
sameNameExists: 'ชื่อนี้ถูกใช้ไปแล้ว',
|
sameNameExists: 'ชื่อนี้ถูกใช้ไปแล้ว',
|
||||||
|
samePropertyNameExists: 'คุณสมบัตินี้มีอยู่ในระบบอยู่แล้ว',
|
||||||
|
|
||||||
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
|
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
|
||||||
codeMisMatch: 'รหัสไม่ตรงกัน',
|
codeMisMatch: 'รหัสไม่ตรงกัน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue