Files
bflows-bandi-be/src/main/resources/message_en.properties
2024-08-30 16:29:02 +05:30

110 lines
4.8 KiB
Properties

user.created.success=User created successfully.
user.updated.success=User updated successfully.
user.deleted.success=User deleted successfully.
user.not.found=User not found.
create_user_error_msg=An error occurred while creating the user.
update_user_error_msg=An error occurred while updating the user.
delete_user_error_msg=An error occurred while deleting the user.
get_user_success_msg=User retrieved successfully.
get_user_error_msg=An error occurred while retrieving the user.
user.not.active=User is not active. Please contact support.
# Role-related messages
role.created.success=Role created successfully.
role.updated.success=Role updated successfully.
role.deleted.success=Role deleted successfully.
role.not.found=Role not found.
create.role.error=Error occurred while creating the role.
update.role.error=Error occurred while updating the role.
role.fetch.success=Role fetched successfully.
delete.role.error=Error occurred while deleting the role.
# Region-related messages
region.created.success=Region created successfully.
region.updated.success=Region updated successfully.
get.region.success=Region fetched successfully.
delete.region.success=Region deleted successfully.
user.region.not.found=Region not found.
create.regiom.error=Error occurred while creating the region.
update.region.error=Error occurred while updating the region.
password.doesnt.match=Password and confirm password do not match.
#call related messages
user.not.exist=User does not exist.
region.not.found=Region not found.
user.id.not.null=User ID cannot be null.
question.not.empty=Question cannot be empty.
name.not.empty=Name cannot be empty.
type.not.empty=Type cannot be empty.
region.not.null=Region ID cannot be null.
amount.greater.than.zero=Amount must be greater than zero.
look.up.data.not.valid=Look up data entity is not valid.
files.uploaded=Files uploaded successfully.
call.created.successfully=Call created successfully.
file.deleted.successfully=File deleted successfully.
document.not.found=Document not found.
document.id.not.found=Document ID not found.
call.invalid.date=Invalid start or end date.
call.update.successfully=Call updated successfully.
call.fetch.success=Call details fetched successfully.
call.not.found=Call not found.
score.not.null=Score cannot be null or cannot be zero.
field.not.null={0} cannot be null.
field.not.empty={0} cannot be empty.
update_call_status_success_msg=The call status has been updated successfully.
status.same.error=Status is already set.
invalid.status.change.from.draft=Status cannot be changed to READY_TO_PUBLISH or PUBLISH from DRAFT.
status.cannot.be.changed=Status cannot be changed.
published.call.not.update=Published call cannot be updated.
# Login-related messages
login.successfully=Login successfully.
pass.min.len.msg=Password must be at least 8 characters long.
email.already.exists=A user with this email already exists.
invalid_user=User validation failed. Check user info, account status, and token expiration.
#Global messages
common_message=Something went wrong..Please try again..
invalid_signature=Invalid token.
invalid_login=Invalid username or password.
req_validation_er=Request Validation Error
#EvaluationCriteria-related messages
evaluation.criteria.not.found=EvaluationCriteria not found.
evaluation.criteria.created.successfully=EvaluationCriteria created successfully.
evaluation.criteria.fetch.successfully=EvaluationCriteria fetched successfully.
evaluation.criteria.updated.successfully=EvaluationCriteria updated successfully.
evaluation.criteria.deleted.successfully=EvaluationCriteria deleted successfully.
# Password reset messages
password.reset.initiated=Password reset initiated.
password.reset.success=Password has been successfully reset.
#Change Password
invalid.token.msg=The token provided is invalid or expired. Please request a new token.
current.password.incorrect = Current password is incorrect.
success.password.changed=Password changed successfully.
#Logout
logout.successful.msg=Logout successful. You have been logged out successfully.
#Update user Active or Deactive status
update.user.status.success=User status has been successfully updated.
#Faq-related messages
faq.not.found=Faq not found.
faq.created.successfully=Faq created successfully.
faq.fetched.successfully=Faq fetched successfully.
faq.updated.successfully=Faq updated successfully.
faq.deleted.successfully=Faq deleted successfully.
#LookUpData-related message
lookupdata.not.found=LookUpData not found.
lookupdata.created.successfully=LookUpData created successfully.
lookupdata.fetched.successfully=LookUpData fetched successfully.
lookupdata.updated.successfully=LookUpData updated successfully.
lookupdata.deleted.successfully=LookUpData deleted successfully.
#Document-related message
document.updated.successfully=Document updated successfully.
document.fetched.successfully=Document fetched successfully.