updated code
This commit is contained in:
@@ -8,6 +8,9 @@ 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.
|
||||
user.already.exist.msg=User already exist for this codice fiscale.
|
||||
validate.email=The email is mandatory and must be in the correct format. Please verify and try again.
|
||||
validate.password=The password and confPassword are mandatory. Please verify and try again.
|
||||
# Role-related messages
|
||||
role.created.success=Role created successfully.
|
||||
role.updated.success=Role updated successfully.
|
||||
@@ -17,6 +20,7 @@ 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.
|
||||
role.id.mandatory=Role id is mandatory.
|
||||
|
||||
# Region-related messages
|
||||
region.created.success=Region created successfully.
|
||||
@@ -184,6 +188,71 @@ valid.vat.number=The VAT number is not valid for field {0}.
|
||||
failed.retain.field=Failed to retain specific fields.
|
||||
|
||||
application.is.incomplete = The application is incomplete.
|
||||
token.validate.success=Token validated successfully.
|
||||
invalid.request=Invalid Request.
|
||||
codice.fiscale.exists=This codice fiscale is already associated with another user.
|
||||
total.steps.not.zero=Total steps cannot be zero.
|
||||
completed.steps.not.valid=Completed steps should be between 0 and total steps.
|
||||
field.id.not.found=Field ID {0} does not exist in the form structure.
|
||||
company.created.success=Company created successfully.
|
||||
company.updated.success=Company updated successfully.
|
||||
company.delete.success=Company deleted successfully.
|
||||
company.get.success=Company retrieved successfully.
|
||||
company.not.found=Company not found.
|
||||
check.vatnumber.success=VAT number checked successfully.
|
||||
invalid.vatnumber=Invalid VAT number.
|
||||
vatnumber.mandatory=VatNumber is mandatory.
|
||||
vatnumber.already.exists=VatNumber already exists.
|
||||
invalid.email=Invalid email.
|
||||
company.id.mandatory=Company id is mandatory.
|
||||
user.already.connected.to.company=The user is already connected to this company.
|
||||
validation.error.missing.firstName=First name is required.
|
||||
validation.error.missing.lastName=Last name is required.
|
||||
validation.error.missing.codiceFiscale=Codice Fiscale is required.
|
||||
delegation.file.upload.success=Delegation file uploaded successfully.
|
||||
delegation.fetch.success=Delegation fetched successfully.
|
||||
delegation.template.generation.error=Something went wrong while generating the delegation template.
|
||||
validation.error.file.empty=The uploaded file is empty.
|
||||
validation.error.file.invalidType=Only .p7m files are accepted.
|
||||
upload.error.s3=Failed to upload the file to S3.
|
||||
|
||||
call.not.started.yet = The call has not started yet. Please wait until the specified start date and time.
|
||||
call.already.ended = The call has already ended. You cannot submit the application after the deadline.
|
||||
status.updated.successfully=Status updated successfully.
|
||||
application.status.updated.successfully = Application status updated successfully.
|
||||
application.already.in.provided.status=Application is already in provided status.
|
||||
delegation.not.found=Delegation not found.
|
||||
user.company.relation.not.found=User with the specified company relation not found.
|
||||
delegation.delete.success=Delegation deleted successfully.
|
||||
user.not.authorized.create.application=User must be a legal representative or have delegation.
|
||||
application.submitted.cannot.change=The submitted application cannot be changed.
|
||||
# Call Document Messages
|
||||
call.documents.fetch.success=Documents fetched successfully.
|
||||
call.documents.not.found=No documents found for the specified call.
|
||||
# Beneficiary Preferred Call messages
|
||||
beneficiary.preferred.call.status.updated.success=Beneficiary preferred call status updated successfully.
|
||||
beneficiary.preferred.calls.get.all.success=All beneficiary preferred calls fetched successfully.
|
||||
beneficiary.preferred.call.created.success=Beneficiary preferred call created successfully.
|
||||
beneficiary.preferred.call.get.success=Beneficiary preferred call retrieved successfully.
|
||||
beneficiary.preferred.call.delete.success=Beneficiary preferred call deleted successfully.
|
||||
beneficiary.preferred.calls.get.success=All beneficiary preferred calls retrieved successfully.
|
||||
beneficiary.preferred.call.updated.success=Beneficiary preferred call updated successfully.
|
||||
beneficiary.preferred.call.not.found=Beneficiary preferred call not found.
|
||||
either.user.or.beneficiary.id.required = User ID or Beneficiary ID not present.
|
||||
userId.and.beneficiaryId.error = Both userId and beneficiaryId cannot be provided at the same time.
|
||||
User.not.found.with.the.given.beneficiaryID=User not found with the given beneficiary ID.
|
||||
permission.denied=You are not authorized to access this data.
|
||||
signed.document.file.upload.success=Signed document file uploaded successfully.
|
||||
get.signed.document.file.success=Signed document file retrieved successfully.
|
||||
application.signed.document.not.found=Signed document for the application not found.
|
||||
delete.signed.document.file.success=Signed document deleted successfully.
|
||||
|
||||
dashboard.widget.fetched.successfully=Dasboard widget fetched sucessfully.
|
||||
login_attempt_successfully_created = Login attempt successfully created.
|
||||
get_login_attempt_se_msg=Login attempts fetched successfully.
|
||||
application.in.submit.status.cannot.delete.company=The company cannot be deleted because there are active applications in the SUBMITTED status.
|
||||
get.users.success.msg = Successfully fetched users.
|
||||
cannot.create.beneficiary.user = Creation of a Beneficiary user is not allowed. Please assign the appropriate role.
|
||||
|
||||
# Hub Messages
|
||||
hub_create_success=Hub created successfully
|
||||
@@ -193,3 +262,5 @@ hub_get_all_success=Hubs retrieved successfully
|
||||
hub_delete_success=Hub deleted successfully
|
||||
hub_not_found=Hub not found
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user