Resolved conflict

This commit is contained in:
harish
2024-09-20 19:44:28 +05:30
14 changed files with 316 additions and 13 deletions

View File

@@ -168,5 +168,19 @@ call.not.published=Call is not published.
application.form.not.found=Application form not found.
updating.form.value.impact.on.flow=Updating this value of form {0} can make impact on flow.
validation.field.custom=The value for field {0} does not meet the custom validation rule.
validation.codice.fiscale=The field {0} must be a valid Codice Fiscale with exactly 16 characters: 6 letters, 2 digits, 1 letter, 2 digits, 1 letter, 3 digits, and 1 letter.
validation.cap=The field {0} must be a valid CAP with exactly 5 digits.
validation.iban=The field {0} must be a valid IBAN with exactly 27 characters.
validation.email=The field {0} must be a valid email address.
validation.email.pec=The field {0} must be a valid PEC email address.
validation.url=The field {0} must be a valid URL.
validation.marca.da.bollo=The field {0} must be a valid Marca Da Bollo with exactly 14 digits.
validation.piva=The VAT number for {0} must be up to 11 digits.
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.