fix: alert i18n dialog
This commit is contained in:
parent
3aa99f2ede
commit
8fdc916955
5 changed files with 17 additions and 6 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ export default {
|
|||
warning: 'เตือน',
|
||||
warningForgetInput: 'คุณกรอกข้อมูลไม่ครบ',
|
||||
|
||||
errorOccurred: 'เกิดข้อผิดพลาด.',
|
||||
|
||||
// Backend
|
||||
productGroupNotFound: 'ไม่พบกลุ่มสินค้า',
|
||||
productGroupInUsed: 'กลุ่มสินค้าที่ใช้งานอยู่',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue