Done ticket GEPAFINBE-169
This commit is contained in:
@@ -166,6 +166,11 @@ validation.field.max_length=Field {0} must be no more than {1} characters long.
|
||||
validation.field.pattern=Field {0} does not match the required pattern.
|
||||
validation.field.not_null=Field {0} must not be null.
|
||||
validation.field.not_empty=Field {0} must not be empty.
|
||||
validation.field.max_value=Field {0} must be no more than {1}.
|
||||
validation.field.min_value=Field {0} must be greater than {1}.
|
||||
validation.field.min.checkbox=Field {0} should be checked for atleast {1}.
|
||||
validation.field.max.checkbox=Field {0} should have only {1} checked.
|
||||
|
||||
|
||||
current.form.incomplete=Current form is not filled.
|
||||
flow.not.found=Flow not found.
|
||||
@@ -372,3 +377,4 @@ company.id.not.null=Company ID cannot be null.
|
||||
formula.amount.not.matches.requested.amount= The {0} does not matches to calculated amount.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -160,6 +160,11 @@ validation.field.max_length=Il campo {0} deve essere lungo al massimo {1} caratt
|
||||
validation.field.pattern=Il campo {0} non corrisponde al modello richiesto.
|
||||
validation.field.not_null=Il campo {0} non deve essere nullo.
|
||||
validation.field.not_empty=Il campo {0} non deve essere vuoto.
|
||||
validation.field.max_value=Il campo {0} non deve essere più grande di {1}.
|
||||
validation.field.min_value=Il campo {0} deve essere maggiore di {1}.
|
||||
validation.field.min.checkbox=Il campo {0} dovrebbe essere controllato almeno per {1}.
|
||||
validation.field.max.checkbox=Il campo {0} dovrebbe avere solo {1} selezionato.
|
||||
|
||||
current.form.incomplete=il modulo corrente non ? compilato
|
||||
flow.not.found=Flow not found.
|
||||
validation.message=Messaggi di convalida.
|
||||
|
||||
Reference in New Issue
Block a user