feat: add i18n

This commit is contained in:
Methapon Metanipat 2024-08-30 11:26:09 +07:00
parent 9be0cf2f34
commit e7bd54156d
2 changed files with 2 additions and 0 deletions

View file

@ -593,6 +593,7 @@ export default {
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
validateError: 'Validate Error',
codeMisMatch: 'Code Mismatch',
userExists: 'User already exits.',
},
},
};

View file

@ -588,6 +588,7 @@ export default {
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
codeMisMatch: 'รหัสไม่ตรงกัน',
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
},
},
};