fix: alert i18n dialog

This commit is contained in:
puriphatt 2024-06-17 04:00:22 +00:00
parent 3aa99f2ede
commit 8fdc916955
5 changed files with 17 additions and 6 deletions

View file

@ -2,6 +2,8 @@ export default {
warning: 'Warning',
warningForgetInput: 'You have incomplete information.',
errorOccurred: 'An error occurred.',
// Backend
productGroupNotFound: 'Product group cannot be found.',
productGroupInUsed: 'Product group is in used.',

View file

@ -2,6 +2,8 @@ export default {
warning: 'เตือน',
warningForgetInput: 'คุณกรอกข้อมูลไม่ครบ',
errorOccurred: 'เกิดข้อผิดพลาด.',
// Backend
productGroupNotFound: 'ไม่พบกลุ่มสินค้า',
productGroupInUsed: 'กลุ่มสินค้าที่ใช้งานอยู่',