refactor: change code
This commit is contained in:
parent
dae29d980f
commit
ce9768bb0c
2 changed files with 20 additions and 20 deletions
|
|
@ -682,37 +682,37 @@ export default {
|
|||
},
|
||||
backend: {
|
||||
productGroupNotFound: 'Product group cannot be found.',
|
||||
productGroupInUsed: 'Product group is in used.',
|
||||
productGroupIsUsed: 'Product group is in used.',
|
||||
productNotFound: 'Product cannot be found.',
|
||||
productInUsed: 'Product is in used.',
|
||||
productIsUsed: 'Product is in used.',
|
||||
productTypeNotFound: 'Product type cannot be found.',
|
||||
productGroupAssociatedBadReq: 'Product group associated cannot be found.',
|
||||
productTypeInUsed: 'Product type is in used.',
|
||||
productTypeIsUsed: 'Product type is in used.',
|
||||
productGroupBadReq: 'Product group cannot be found.',
|
||||
serviceNotFound: 'Service cannot be found.',
|
||||
someProductBadReq: 'Some product not found.',
|
||||
serviceInUsed: 'Service is in used.',
|
||||
serviceIsUsed: 'Service is in used.',
|
||||
workNotFound: 'Work cannot be found.',
|
||||
workInUsed: 'Work is in used.',
|
||||
workIsUsed: 'Work is in used.',
|
||||
branchContactNotFound: 'Branch contact cannot be found.',
|
||||
branchBadReq: 'Branch cannot be found.',
|
||||
branchNotFound: 'Branch cannot be found.',
|
||||
cantMakeHQAndBranchSameTime:
|
||||
'Cannot make this as headquaters and branch at the same time.',
|
||||
branchInUsed: 'Branch is in used.',
|
||||
branchIsUsed: 'Branch is in used.',
|
||||
oneOrMoreUserBadReq: 'One or more user cannot be found.',
|
||||
oneOrMoreBranchBadReq: 'One or more branch cannot be found.',
|
||||
customerBranchNotFound: 'Customer branch cannot be found.',
|
||||
customerBranchInUsed: 'Customer branch is in used.',
|
||||
customerBranchIsUsed: 'Customer branch is in used.',
|
||||
customerNotFound: 'Customer cannot be found.',
|
||||
customerInUsed: 'Customer is in used.',
|
||||
customerIsUsed: 'Customer is in used.',
|
||||
oneOrMoreBranchMissing:
|
||||
'One or more branch cannot be delete and is missing.',
|
||||
employeeCheckupNotFound: 'Employee checkup cannot be found.',
|
||||
provinceNotFound: 'Province cannot be found.',
|
||||
employeeNotFound: 'Employee cannot be found.',
|
||||
employeeBadReq: 'Employee cannot be found.',
|
||||
employeeInUsed: 'Employee is in used.',
|
||||
employeeIsUsed: 'Employee is in used.',
|
||||
someProvinceNotFound: 'Some province cannot be found.',
|
||||
employeeOtherNotFound: 'Employee other info cannot be found.',
|
||||
employeeWorkNotFound: 'Employee work cannot be found.',
|
||||
|
|
@ -722,7 +722,7 @@ export default {
|
|||
menuComponentNotFound: 'Menu component cannot be found.',
|
||||
roleMenuNotFound: 'Role menu cannot be found.',
|
||||
userNotFound: 'User cannot be found.',
|
||||
userInUsed: 'User is in used.',
|
||||
userIsUsed: 'User is in used.',
|
||||
unknowHowToVerify: 'Unknown how to verify identity.',
|
||||
noPermission:
|
||||
'You do not have permission to access or perform with this resource.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue