Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
3.6 KiB

{
"culture": "it",
"texts": {
"'{0}' and '{1}' do not match.": "'{0}' e '{1}' non corrispondono.",
"The {0} field is not a valid credit card number.": "Il campo {0} non è un numero di carta di credito valido.",
"{0} is not valid.": "{0} non è valido.",
"The {0} field is not a valid e-mail address.": "Il campo {0} non è un indirizzo e-mail valido.",
"The {0} field only accepts files with the following extensions: {1}": "Il campo {0} accetta solo file con le seguenti estensioni: {1}",
"The field {0} must be a string or array type with a maximum length of '{1}'.": "Il campo {0} deve essere una stringa o un tipo di matrice con una lunghezza massima di '{1}'.",
"The field {0} must be a string or array type with a minimum length of '{1}'.": "Il campo {0} deve essere una stringa o un tipo di matrice con una lunghezza minima di '{1}'.",
"The {0} field is not a valid phone number.": "Il campo {0} non è un numero di telefono valido.",
"The field {0} must be between {1} and {2}.": "Il campo {0} deve essere compreso tra {1} e {2}.",
"The field {0} must match the regular expression '{1}'.": "Il campo {0} non corrisponde al formato richiesto.",
"The {0} field is required.": "Il campo {0} è obbligatorio.",
"The field {0} must be a string with a maximum length of {1}.": "Il campo {0} deve essere una stringa con una lunghezza massima di {1}.",
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "Il campo {0} deve essere una stringa con una lunghezza minima di {2} e una lunghezza massima di {1}.",
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "Il campo {0} non è un URL http, https o ftp completo e valido.",
"The field {0} is invalid.": "Il campo {0} non è valido.",
"The value '{0}' is invalid.": "Il valore '{0}' non è valido.",
"The field {0} must be a number.": "Il campo {0} deve essere un numero.",
"The field must be a number.": "Il campo deve essere un numero.",
"ThisFieldIsNotAValidCreditCardNumber.": "Questo campo non è un numero di carta di credito valido.",
"ThisFieldIsNotValid.": "Questo campo non è valido.",
"ThisFieldIsNotAValidEmailAddress.": "Questo campo non è un indirizzo e-mail valido.",
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "Questo campo accetta solo file con le seguenti estensioni: {0}",
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "Questo campo può contenere al massimo '{0}' caratteri.",
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "Questo campo deve contenere almeno '{0}' caratteri.",
"ThisFieldIsNotAValidPhoneNumber.": "Questo campo non è un numero di telefono valido.",
"ThisFieldMustBeBetween{0}And{1}": "Questo campo deve essere compreso tra {0} e {1}.",
"ThisFieldMustBeGreaterThanOrEqual{0}": "Questo campo deve essere maggiore o uguale a {0}.",
"ThisFieldMustBeLessOrEqual{0}": "Questo campo deve essere minore o uguale a {0}.",
"ThisFieldMustMatchTheRegularExpression{0}": "Questo campo deve corrispondere all'espressione regolare '{0}'.",
"ThisFieldIsRequired.": "Questo campo è obbligatorio.",
"ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "Questo campo può contenere al massimo '{0}' caratteri.",
"ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "Questo campo deve contenere almeno {1} e al massimo {0} caratteri.",
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "Questo campo non è un URL http, https o ftp completo e valido.",
"ThisFieldIsInvalid.": "Questo campo non è valido."
}
}