fix: i18n & work name before close

This commit is contained in:
puriphatt 2024-08-28 18:05:01 +07:00
parent 17289402fd
commit 185a713ad1
7 changed files with 64 additions and 31 deletions

View file

@ -56,6 +56,7 @@ export default {
times: 'No. {number}',
uploadFile: 'Upload File',
},
menu: {
dashboard: 'Dashboard',
dashboardCaption: 'Statistical information.',
@ -99,6 +100,7 @@ export default {
addSignature: 'Add Signature',
},
},
form: {
title: {
info: '{name}',
@ -126,6 +128,7 @@ export default {
middleName: 'Middle Name',
middleNameEN: 'Middle Name (EN)',
error: {
title: 'Error Occurred {msg}',
required: 'This field is required.',
select: 'Please select.',
selectField: 'Please select {field}.',
@ -148,12 +151,14 @@ export default {
decimalPlace: 'Decimal Place',
selection: 'Selection',
},
status: {
title: 'Status',
CREATED: 'Active', // NOTE: Treated as active
ACTIVE: 'Active',
INACTIVE: 'Inactive',
},
branch: {
office: 'Office',
card: {
@ -199,6 +204,7 @@ export default {
bankAccountType: 'Bank Account Type',
},
},
personnel: {
title: 'Personnel Management',
caption: 'Manage All Personnel',
@ -308,7 +314,6 @@ export default {
headQuarters: {
title: 'Headoffice',
},
businessType: 'Business Type',
businessTypeEN: 'Business Type (EN)',
jobPosition: 'Job Position',
@ -329,6 +334,7 @@ export default {
contactPhone: 'Contact Phone',
},
},
customerEmployee: {
branch: 'Branch',
form: {
@ -417,6 +423,7 @@ export default {
other: 'Other',
},
},
customerBranch: {
tab: {
main: 'About',
@ -439,6 +446,7 @@ export default {
attachment: 'Attachment',
},
},
productService: {
title: 'Products and Services',
caption: 'Manage All Products and Services',
@ -499,8 +507,9 @@ export default {
title: {
incompleteDataEntry: 'Incomplete Data Entry',
confirmChangeStatus: 'Confirm Status Change',
confirmDelete: 'Confirm Deletion',
confirmDelete: 'Confirm Deletion {msg}',
youngWorker: 'Employee under 18',
confirmLogout: 'Confirm Logout',
},
message: {
incompleteDataEntry: 'Incomplete data entry on {tap} page',
@ -508,6 +517,9 @@ export default {
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?',
confirmLogout: 'Do you want to Logout?',
headquartersNotEstablished: 'Headoffice not established',
warningClose: 'Incomplte edit data, Do you want to close?',
},
action: {
ok: 'OK',