feat(03): young worker warning dialog

This commit is contained in:
puriphatt 2024-08-28 13:49:57 +07:00
parent 6790b5f938
commit 70b50e132f
4 changed files with 64 additions and 5 deletions

View file

@ -469,12 +469,14 @@ export default {
incompleteDataEntry: 'Incomplete Data Entry',
confirmChangeStatus: 'Confirm Status Change',
confirmDelete: 'Confirm Deletion',
youngWorker: 'Employee under 18',
},
message: {
incompleteDataEntry: 'Incomplete data entry on {tap} page',
confirmChangeStatusOn: 'Do you want to open?',
confirmChangeStatusOff: 'Do you want to close?',
confirmDelete: 'Do you want to delete this item?',
youngWorker: 'Employee is under 18 years old, do you want to confirm?',
},
action: {
ok: 'OK',