Done ticket GEPAFINBE-18

This commit is contained in:
nisha
2024-09-20 17:17:04 +05:30
parent 500a3784fd
commit f32ad3c4a9
12 changed files with 287 additions and 9 deletions

View File

@@ -168,4 +168,17 @@ 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}.