feat: 01 dialog confirm change status
This commit is contained in:
parent
d290777e5e
commit
9b8f0b1139
3 changed files with 49 additions and 30 deletions
|
|
@ -9,6 +9,10 @@ export default {
|
|||
confirmLogoutTitle: 'Confirm Logout',
|
||||
confirmLogoutMessage: 'Do you want to log out?',
|
||||
|
||||
confirmChangeStatusTitle: 'Confirm Status Change',
|
||||
confirmChangeStatusOnMessage: 'Do you want to open?',
|
||||
confirmChangeStatusOffMessage: 'Do you want to close?',
|
||||
|
||||
// Backend
|
||||
productGroupNotFound: 'Product group cannot be found.',
|
||||
productGroupInUsed: 'Product group is in used.',
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@ export default {
|
|||
confirmLogoutTitle: 'ยืนยันการออกจากระบบ',
|
||||
confirmLogoutMessage: 'คุณต้องการออกจากระบบ ใช่หรือไม่',
|
||||
|
||||
confirmChangeStatusTitle: 'ยืนยันการเปลี่ยนสถานะ',
|
||||
confirmChangeStatusOnMessage: 'คุณต้องการเปิดใช่หรือไม่',
|
||||
confirmChangeStatusOffMessage: 'คุณต้องการปิดใช่หรือไม่',
|
||||
|
||||
// Backend
|
||||
productGroupNotFound: 'ไม่พบกลุ่มสินค้า',
|
||||
productGroupInUsed: 'กลุ่มสินค้าที่ใช้งานอยู่',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue