msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Crowdin-Project: class-validator\n" "X-Crowdin-Project-ID: 418130\n" "X-Crowdin-Language: it\n" "X-Crowdin-File: /i18n/i18n/template.pot\n" "X-Crowdin-File-ID: 24\n" "Project-Id-Version: class-validator\n" "Language-Team: Italian\n" "Language: it_IT\n" "PO-Revision-Date: 2021-12-27 18:04\n" #: src/decorator/object/IsInstance.ts:41 msgid "$IS_INSTANCE decorator expects and object as value, but got falsy value." msgstr "$IS_INSTANCE decoratore si aspetta e oggetto come valore, ma ha un valore falso." #: src/decorator/date/MaxDate.ts:25 #: src/decorator/date/MinDate.ts:25 msgid "$property is $constraint1" msgstr "$property è $constraint1" #: src/decorator/string/IsDecimal.ts:32 msgid "$property is not a valid decimal number." msgstr "$property non è un numero decimale valido." #: src/decorator/string/IsBIC.ts:27 msgid "$property must be a BIC or SWIFT code" msgstr "$property deve essere un codice BIC o SWIFT" #: src/decorator/string/IsBooleanString.ts:27 msgid "$property must be a boolean string" msgstr "$property deve essere una stringa booleana" #: src/decorator/typechecker/IsBoolean.ts:24 msgid "$property must be a boolean value" msgstr "$property deve essere un valore booleano" #: src/decorator/string/IsBtcAddress.ts:27 msgid "$property must be a BTC address" msgstr "$property deve essere un indirizzo BTC" #: src/decorator/string/IsCreditCard.ts:27 msgid "$property must be a credit card" msgstr "$property deve essere una carta di credito" #: src/decorator/string/IsCurrency.ts:32 msgid "$property must be a currency" msgstr "$property deve essere una valuta" #: src/decorator/string/IsDataURI.ts:27 msgid "$property must be a data uri format" msgstr "$property deve essere un formato di dati uri" #: src/decorator/typechecker/IsDate.ts:24 msgid "$property must be a Date instance" msgstr "$property deve essere un'istanza Data" #: src/decorator/string/IsFirebasePushId.ts:27 msgid "$property must be a Firebase Push Id" msgstr "$property deve essere un Firebase Push Id" #: src/decorator/string/IsHash.ts:31 msgid "$property must be a hash of type $constraint1" msgstr "$property deve essere un hash di tipo $constraint1" #: src/decorator/string/IsHexColor.ts:27 msgid "$property must be a hexadecimal color" msgstr "$property deve essere un colore esadecimale" #: src/decorator/string/IsHexadecimal.ts:27 msgid "$property must be a hexadecimal number" msgstr "$property deve essere un numero esadecimale" #: src/decorator/string/IsHSL.ts:29 msgid "$property must be a HSL color" msgstr "$property deve essere un colore HSL" #: src/decorator/string/IsIdentityCard.ts:36 msgid "$property must be a identity card number" msgstr "$property deve essere un numero di carta d'identità" #: src/decorator/string/IsISSN.ts:28 msgid "$property must be a ISSN" msgstr "$property deve essere un ISSN" #: src/decorator/string/IsJSON.ts:27 msgid "$property must be a json string" msgstr "$property deve essere una stringa json" #: src/decorator/string/IsJWT.ts:27 msgid "$property must be a jwt string" msgstr "$property deve essere una stringa jwt" #: src/decorator/common/IsLatitude.ts:25 msgid "$property must be a latitude string or number" msgstr "$property deve essere una stringa di latitudine o un numero" #: src/decorator/common/IsLatLong.ts:25 msgid "$property must be a latitude,longitude string" msgstr "$property deve essere una stringa di latitudine,longitudine" #: src/decorator/common/IsLongitude.ts:25 msgid "$property must be a longitude string or number" msgstr "$property deve essere una stringa di longitudine o un numero" #: src/decorator/string/IsLowercase.ts:27 msgid "$property must be a lowercase string" msgstr "$property deve essere una stringa minuscola" #: src/decorator/string/IsMacAddress.ts:42 msgid "$property must be a MAC Address" msgstr "$property deve essere un indirizzo MAC" #: src/decorator/string/IsMongoId.ts:27 msgid "$property must be a mongodb id" msgstr "$property deve essere un id mongodb" #: src/decorator/number/IsNegative.ts:24 msgid "$property must be a negative number" msgstr "$property deve essere un numero negativo" #: src/decorator/object/IsNotEmptyObject.ts:45 msgid "$property must be a non-empty object" msgstr "$property deve essere un oggetto non vuoto" #: src/decorator/typechecker/IsNumber.ts:56 msgid "$property must be a number conforming to the specified constraints" msgstr "$property deve essere un numero conforme ai vincoli specificati" #: src/decorator/string/IsNumberString.ts:32 msgid "$property must be a number string" msgstr "$property deve essere una stringa numerica" #: src/decorator/string/IsMobilePhone.ts:53 msgid "$property must be a phone number" msgstr "$property deve essere un numero di telefono" #: src/decorator/string/IsPort.ts:24 msgid "$property must be a port" msgstr "$property deve essere una porta" #: src/decorator/number/IsPositive.ts:24 msgid "$property must be a positive number" msgstr "$property deve essere un numero positivo" #: src/decorator/string/IsPostalCode.ts:34 msgid "$property must be a postal code" msgstr "$property deve essere un codice postale" #: src/decorator/string/IsSemVer.ts:27 msgid "$property must be a Semantic Versioning Specification" msgstr "$property deve essere una Specifica di Versionamento Semantico" #: src/decorator/typechecker/IsString.ts:24 msgid "$property must be a string" msgstr "$property deve essere una stringa" #: src/decorator/string/IsUUID.ts:29 msgid "$property must be a UUID" msgstr "$property deve essere un UUID" #: src/decorator/string/IsFQDN.ts:29 msgid "$property must be a valid domain name" msgstr "$property deve essere un nome di dominio valido" #: src/decorator/typechecker/IsEnum.ts:26 msgid "$property must be a valid enum value" msgstr "$property deve essere un valore enum valido" #: src/decorator/string/IsDateString.ts:30 #: src/decorator/string/IsISO8601.ts:34 msgid "$property must be a valid ISO 8601 date string" msgstr "$property deve essere una stringa di data ISO 8601 valida" #: src/decorator/string/IsISO31661Alpha2.ts:25 msgid "$property must be a valid ISO31661 Alpha2 code" msgstr "$property deve essere un codice ISO31661 Alpha2 valido" #: src/decorator/string/IsISO31661Alpha3.ts:25 msgid "$property must be a valid ISO31661 Alpha3 code" msgstr "$property deve essere un codice ISO31661 Alpha3 valido" #: src/decorator/string/IsPhoneNumber.ts:42 msgid "$property must be a valid phone number" msgstr "$property deve essere un numero di telefono valido" #: src/decorator/string/IsMilitaryTime.ts:29 msgid "$property must be a valid representation of military time in the format HH:MM" msgstr "$property deve essere una rappresentazione valida del tempo militare nel formato HH:MM" #: src/decorator/typechecker/IsArray.ts:24 msgid "$property must be an array" msgstr "$property deve essere un array" #: src/decorator/string/IsEAN.ts:27 msgid "$property must be an EAN (European Article Number)" msgstr "$property deve essere un EAN (European Article Number)" #: src/decorator/string/IsEmail.ts:32 msgid "$property must be an email" msgstr "$property deve essere una email" #: src/decorator/string/IsEthereumAddress.ts:27 msgid "$property must be an Ethereum address" msgstr "$property deve essere un indirizzo Ethereum" #: src/decorator/string/IsIBAN.ts:27 msgid "$property must be an IBAN" msgstr "$property deve essere un IBAN" #: src/decorator/object/IsInstance.ts:33 msgid "$property must be an instance of $constraint1name" msgstr "$property deve essere un'istanza di $constraint1name" #: src/decorator/typechecker/IsInt.ts:24 msgid "$property must be an integer number" msgstr "$property deve essere un numero intero" #: src/decorator/string/IsIP.ts:32 msgid "$property must be an ip address" msgstr "$property deve essere un indirizzo ip" #: src/decorator/string/IsISBN.ts:32 msgid "$property must be an ISBN" msgstr "$property deve essere un ISBN" #: src/decorator/string/IsISIN.ts:27 msgid "$property must be an ISIN (stock/security identifier)" msgstr "$property deve essere un ISIN (inventario/identificatore di sicurezza)" #: src/decorator/string/IsISRC.ts:27 msgid "$property must be an ISRC" msgstr "$property deve essere un ISRC" #: src/decorator/typechecker/IsObject.ts:26 msgid "$property must be an object" msgstr "$property deve essere un oggetto" #: src/decorator/string/IsUrl.ts:29 msgid "$property must be an URL address" msgstr "$property deve essere un indirizzo URL" #: src/decorator/string/IsBase32.ts:27 msgid "$property must be base32 encoded" msgstr "$property deve essere codificato base32" #: src/decorator/string/IsBase64.ts:27 msgid "$property must be base64 encoded" msgstr "$property deve essere codificato base64" #: src/decorator/number/IsDivisibleBy.ts:26 msgid "$property must be divisible by $constraint1" msgstr "$property deve essere divisibile per $constraint1" #: src/decorator/common/IsEmpty.ts:23 msgid "$property must be empty" msgstr "$property deve essere vuoto" #: src/decorator/common/Equals.ts:25 msgid "$property must be equal to $constraint1" msgstr "$property deve essere uguale a $constraint1" #: src/decorator/string/IsLocale.ts:26 msgid "$property must be locale" msgstr "$property deve essere locale" #: src/decorator/string/Length.ts:37 msgid "$property must be longer than or equal to $constraint1 and shorter than or equal to $constraint2 characters" msgstr "$property deve essere più lungo o uguale a $constraint1 e inferiore o uguale a $constraint2 caratteri" #: src/decorator/string/Length.ts:31 #: src/decorator/string/MinLength.ts:28 msgid "$property must be longer than or equal to $constraint1 characters" msgstr "$property deve essere più lungo o uguale a $constraint1 caratteri" #: src/decorator/string/IsMagnetURI.ts:27 msgid "$property must be magnet uri format" msgstr "$property deve essere formato uri magnetico" #: src/decorator/string/IsMimeType.ts:27 msgid "$property must be MIME type format" msgstr "$property deve essere formato MIME" #: src/decorator/common/IsIn.ts:25 msgid "$property must be one of the following values: $constraint1" msgstr "$property deve essere uno dei seguenti valori: $constraint1" #: src/decorator/string/IsRFC3339.ts:27 msgid "$property must be RFC 3339 date" msgstr "$property deve essere RFC 3339 data" #: src/decorator/string/IsRgbColor.ts:30 msgid "$property must be RGB color" msgstr "$property deve essere di colore RGB" #: src/decorator/string/MaxLength.ts:28 msgid "$property must be shorter than or equal to $constraint1 characters" msgstr "$property deve essere minore o uguale a $constraint1 caratteri" #: src/decorator/string/Length.ts:33 msgid "$property must be shorter than or equal to $constraint2 characters" msgstr "$property deve essere minore o uguale a $constraint2 caratteri" #: src/decorator/string/IsUppercase.ts:27 msgid "$property must be uppercase" msgstr "$property deve essere maiuscolo" #: src/decorator/string/IsOctal.ts:27 msgid "$property must be valid octal number" msgstr "$property deve essere un numero ottale valido" #: src/decorator/string/IsPassportNumber.ts:28 msgid "$property must be valid passport number" msgstr "$property deve essere un numero di passaporto valido" #: src/decorator/array/ArrayContains.ts:29 msgid "$property must contain $constraint1 values" msgstr "$property deve contenere $constraint1 valori" #: src/decorator/string/Contains.ts:28 msgid "$property must contain a $constraint1 string" msgstr "$property deve contenere una stringa $constraint1" #: src/decorator/string/IsVariableWidth.ts:27 msgid "$property must contain a full-width and half-width characters" msgstr "$property deve contenere caratteri a tutta larghezza e mezza larghezza" #: src/decorator/string/IsFullWidth.ts:27 msgid "$property must contain a full-width characters" msgstr "$property deve contenere caratteri a tutta larghezza" #: src/decorator/string/IsHalfWidth.ts:27 msgid "$property must contain a half-width characters" msgstr "$property deve contenere caratteri di mezza larghezza" #: src/decorator/string/IsSurrogatePair.ts:27 msgid "$property must contain any surrogate pairs chars" msgstr "$property deve contenere qualsiasi coppia di caratteri surrogati" #: src/decorator/array/ArrayMinSize.ts:27 msgid "$property must contain at least $constraint1 elements" msgstr "$property deve contenere almeno $constraint1 elementi" #: src/decorator/array/ArrayMaxSize.ts:27 msgid "$property must contain not more than $constraint1 elements" msgstr "$property deve contenere non più di $constraint1 elementi" #: src/decorator/string/IsMultibyte.ts:27 msgid "$property must contain one or more multibyte chars" msgstr "$property deve contenere uno o più caratteri multibyte" #: src/decorator/string/IsAscii.ts:27 msgid "$property must contain only ASCII characters" msgstr "$property deve contenere solo caratteri ASCII" #: src/decorator/string/IsAlpha.ts:29 msgid "$property must contain only letters (a-zA-Z)" msgstr "$property deve contenere solo lettere (a-zA-Z)" #: src/decorator/string/IsAlphanumeric.ts:29 msgid "$property must contain only letters and numbers" msgstr "$property deve contenere solo lettere e numeri" #: src/decorator/string/Matches.ts:43 msgid "$property must match $constraint1 regular expression" msgstr "$property deve corrispondere a $constraint1 espressione regolare" #: src/decorator/number/Max.ts:25 msgid "$property must not be greater than $constraint1" msgstr "$property non deve essere maggiore di $constraint1" #: src/decorator/number/Min.ts:25 msgid "$property must not be less than $constraint1" msgstr "$property non deve essere inferiore a $constraint1" #: src/decorator/array/ArrayNotEmpty.ts:26 #: src/decorator/common/IsNotEmpty.ts:24 msgid "$property should not be empty" msgstr "$property non deve essere vuoto" #: src/decorator/common/NotEquals.ts:25 msgid "$property should not be equal to $constraint1" msgstr "$property non dovrebbe essere uguale a $constraint1" #: src/decorator/common/IsDefined.ts:26 msgid "$property should not be null or undefined" msgstr "$property non deve essere nullo o indefinito" #: src/decorator/common/IsNotIn.ts:25 msgid "$property should not be one of the following values: $constraint1" msgstr "$property non deve essere uno dei seguenti valori: $constraint1" #: src/decorator/array/ArrayNotContains.ts:29 msgid "$property should not contain $constraint1 values" msgstr "$property non deve contenere $constraint1 valori" #: src/decorator/string/NotContains.ts:28 msgid "$property should not contain a $constraint1 string" msgstr "$property non deve contenere una stringa $constraint1" #: src/decorator/string/IsByteLength.ts:29 msgid "$property's byte length must fall into ($constraint1, $constraint2) range" msgstr "La lunghezza del byte di $propertydeve cadere nell'intervallo ($constraint1, $constraint2)" #: src/decorator/array/ArrayUnique.ts:44 msgid "All $property's elements must be unique" msgstr "Tutti gli elementi di $propertydevono essere unici" #: src/decorator/common/ValidateNested.ts:13 msgid "each value in " msgstr "ogni valore in " #: src/decorator/date/MaxDate.ts:25 msgid "maximal allowed date for " msgstr "data massima consentita per " #: src/decorator/date/MinDate.ts:25 msgid "minimal allowed date for " msgstr "data minima consentita per " #: src/decorator/common/ValidateNested.ts:14 msgid "nested property $property must be either object or array" msgstr "la proprietà annidata $property deve essere un oggetto o un array"