msgid ""
msgstr ""
"Project-Id-Version: class-validator\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2024-11-22 14:18+0400\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 "
"&& n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 "
"&& n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: class-validator\n"
"X-Crowdin-Project-ID: 418130\n"
"X-Crowdin-Language: ru\n"
"X-Crowdin-File: /i18n/i18n/template.pot\n"
"X-Crowdin-File-ID: 24\n"
"X-Generator: Poedit 3.5\n"

#: src/decorator/object/IsInstance.ts:41
msgid ""
"$IS_INSTANCE decorator expects and object as value, but got falsy value."
msgstr ""
"декоратор $IS_INSTANCE ожидает в объекте как значение, но получил ложное "
"значение."

#: 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 не является допустимым десятичным числом."

#: src/decorator/string/IsStrongPassword.ts:39
msgid "$property is not strong enough"
msgstr "$property недостаточно сильный"

#: src/decorator/string/IsBIC.ts:27
msgid "$property must be a BIC or SWIFT code"
msgstr "$property должен быть BIC или SWIFT кодом"

#: src/decorator/string/IsBooleanString.ts:27
msgid "$property must be a boolean string"
msgstr "$property должен быть логической строкой"

#: src/decorator/typechecker/IsBoolean.ts:24
msgid "$property must be a boolean value"
msgstr "$property должен быть логическим значением"

#: src/decorator/string/IsBtcAddress.ts:27
msgid "$property must be a BTC address"
msgstr "$property должен быть BTC адресом"

#: src/decorator/string/IsCreditCard.ts:27
msgid "$property must be a credit card"
msgstr "$property должен быть кредитной картой"

#: src/decorator/string/IsCurrency.ts:32
msgid "$property must be a currency"
msgstr "$property должно быть валютой"

#: src/decorator/string/IsDataURI.ts:27
msgid "$property must be a data uri format"
msgstr "$property должно быть форматом uri данных"

#: src/decorator/typechecker/IsDate.ts:24
msgid "$property must be a Date instance"
msgstr "$property должен быть экземпляром даты"

#: src/decorator/string/IsFirebasePushId.ts:27
msgid "$property must be a Firebase Push Id"
msgstr "$property должен быть идентификатором Push в Firebase"

#: src/decorator/string/IsHash.ts:31
msgid "$property must be a hash of type $constraint1"
msgstr "$property должен быть хэшем типа $constraint1"

#: src/decorator/string/IsHexColor.ts:27
msgid "$property must be a hexadecimal color"
msgstr "$property должен быть шестнадцатеричным цветом"

#: src/decorator/string/IsHexadecimal.ts:27
msgid "$property must be a hexadecimal number"
msgstr "$property должен быть шестнадцатеричным числом"

#: src/decorator/string/IsHSL.ts:29
msgid "$property must be a HSL color"
msgstr "$property должен быть HSL цветом"

#: src/decorator/string/IsIdentityCard.ts:36
msgid "$property must be a identity card number"
msgstr "$property должен быть идентификационным номером карты"

#: src/decorator/string/IsISSN.ts:28
msgid "$property must be a ISSN"
msgstr "$property должен быть ISSN"

#: src/decorator/string/IsJSON.ts:27
msgid "$property must be a json string"
msgstr "$property должен быть json строкой"

#: src/decorator/string/IsJWT.ts:27
msgid "$property must be a jwt string"
msgstr "$property должно быть строкой jwt"

#: src/decorator/common/IsLatitude.ts:25
msgid "$property must be a latitude string or number"
msgstr "$property должен быть строкой широты или числом"

#: src/decorator/common/IsLatLong.ts:25
msgid "$property must be a latitude,longitude string"
msgstr "$property должен быть широтой,строка долготы"

#: src/decorator/common/IsLongitude.ts:25
msgid "$property must be a longitude string or number"
msgstr "$property должен быть строкой или числом"

#: src/decorator/string/IsLowercase.ts:27
msgid "$property must be a lowercase string"
msgstr "$property должен быть строкой в нижнем регистре"

#: src/decorator/string/IsMacAddress.ts:42
msgid "$property must be a MAC Address"
msgstr "$property должен быть MAC-адресом"

#: src/decorator/string/IsMongoId.ts:27
msgid "$property must be a mongodb id"
msgstr "$property должен быть идентификатором обезьяны"

#: src/decorator/number/IsNegative.ts:24
msgid "$property must be a negative number"
msgstr "$property должно быть отрицательным числом"

#: src/decorator/object/IsNotEmptyObject.ts:45
msgid "$property must be a non-empty object"
msgstr "$property должен быть непустым объектом"

#: src/decorator/typechecker/IsNumber.ts:56
msgid "$property must be a number conforming to the specified constraints"
msgstr "$property должен быть числом, соответствующим указанным ограничениям"

#: src/decorator/string/IsNumberString.ts:32
msgid "$property must be a number string"
msgstr "$property должен быть числовой строкой"

#: src/decorator/string/IsMobilePhone.ts:53
msgid "$property must be a phone number"
msgstr "$property должен быть номером телефона"

#: src/decorator/string/IsPort.ts:24
msgid "$property must be a port"
msgstr "$property должен быть портом"

#: src/decorator/number/IsPositive.ts:24
msgid "$property must be a positive number"
msgstr "$property должно быть положительным числом"

#: src/decorator/string/IsPostalCode.ts:32
msgid "$property must be a postal code"
msgstr "$property должен быть почтовым индексом"

#: src/decorator/string/IsSemVer.ts:27
msgid "$property must be a Semantic Versioning Specification"
msgstr "$property должен быть спецификацией для Semantic Versioning"

#: src/decorator/typechecker/IsString.ts:24
msgid "$property must be a string"
msgstr "$property должен быть строкой"

#: src/decorator/string/is-tax-id.ts:36
msgid "$property must be a Tax Identification Number"
msgstr "$property должен быть налоговым идентификационным номером"

#: src/decorator/string/IsUrl.ts:29
msgid "$property must be a URL address"
msgstr "property должен быть URL-адресом"

#: src/decorator/string/IsUUID.ts:29
msgid "$property must be a UUID"
msgstr "$property должен быть UUID"

#: src/decorator/string/IsFQDN.ts:29
msgid "$property must be a valid domain name"
msgstr "$property должен быть допустимым именем домена"

#: src/decorator/string/IsTimeZone.ts:37
msgid "$property must be a valid IANA time-zone"
msgstr "$property должен быть действительным часовым поясом IANA"

#: src/decorator/string/IsDateString.ts:30 src/decorator/string/IsISO8601.ts:34
msgid "$property must be a valid ISO 8601 date string"
msgstr "$property должен быть допустимой строкой даты ISO 8601"

#: src/decorator/string/IsISO31661Alpha2.ts:25
msgid "$property must be a valid ISO31661 Alpha2 code"
msgstr "$property должен быть допустимым ISO31661 код Alpha2"

#: src/decorator/string/IsISO31661Alpha3.ts:25
msgid "$property must be a valid ISO31661 Alpha3 code"
msgstr "$property должен быть действительным ISO31661 код Alpha3"

#: src/decorator/string/is-iso4217-currency-code.ts:25
msgid "$property must be a valid ISO4217 currency code"
msgstr "$property должен быть допустимым ISO4217 кодом валюты"

#: src/decorator/string/IsPhoneNumber.ts:42
msgid "$property must be a valid phone number"
msgstr "$property должен быть действительным номером телефона"

#: src/decorator/string/IsMilitaryTime.ts:29
msgid ""
"$property must be a valid representation of military time in the format HH:MM"
msgstr ""
"$property должен быть корректным представлением военного времени в формате "
"HH:MM"

#: src/decorator/typechecker/IsArray.ts:24
msgid "$property must be an array"
msgstr "$property должен быть массивом"

#: src/decorator/string/IsEAN.ts:27
msgid "$property must be an EAN (European Article Number)"
msgstr "$property должен быть EAN (европейский номер статьи)"

#: src/decorator/string/IsEmail.ts:32
msgid "$property must be an email"
msgstr "$property должен быть email"

#: src/decorator/string/IsEthereumAddress.ts:27
msgid "$property must be an Ethereum address"
msgstr "$property должен быть Ethereum адресом"

#: src/decorator/string/IsIBAN.ts:27
msgid "$property must be an IBAN"
msgstr "$property должен быть IBAN"

#: src/decorator/object/IsInstance.ts:33
msgid "$property must be an instance of $constraint"
msgstr "$property должен быть экземпляром $constraint"

#: src/decorator/typechecker/IsInt.ts:24
msgid "$property must be an integer number"
msgstr "$property должно быть целым числом"

#: src/decorator/string/IsIP.ts:32
msgid "$property must be an ip address"
msgstr "$property должен быть IP-адресом"

#: src/decorator/string/IsISBN.ts:32
msgid "$property must be an ISBN"
msgstr "$property должен быть ISBN"

#: src/decorator/string/IsISIN.ts:27
msgid "$property must be an ISIN (stock/security identifier)"
msgstr "$property должен быть ISIN (идентификатор запасов/безопасности)"

#: src/decorator/string/IsISRC.ts:27
msgid "$property must be an ISRC"
msgstr "$property должен быть ISRC"

#: src/decorator/typechecker/IsObject.ts:26
msgid "$property must be an object"
msgstr "$property должен быть объектом"

#: src/decorator/string/IsBase32.ts:27
msgid "$property must be base32 encoded"
msgstr "$property должен быть в кодировке base32"

#: src/decorator/string/IsBase58.ts:27
msgid "$property must be base58 encoded"
msgstr "$property должен быть в кодировке base58"

#: src/decorator/string/IsBase64.ts:27
msgid "$property must be base64 encoded"
msgstr "$property должен быть в кодировке base64"

#: src/decorator/number/IsDivisibleBy.ts:26
msgid "$property must be divisible by $constraint1"
msgstr "$property должен быть делим на $constraint1"

#: src/decorator/common/IsEmpty.ts:23
msgid "$property must be empty"
msgstr "$property должен быть пустым"

#: src/decorator/common/Equals.ts:25
msgid "$property must be equal to $constraint1"
msgstr "$property должен быть равен $constraint1"

#: src/decorator/string/IsLocale.ts:26
msgid "$property must be locale"
msgstr "$property должен быть локалью"

#: 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 должен быть длиннее или равен $constraint1 и меньше или равен "
"$constraint2 символов"

#: 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 должен быть длиннее или равен $constraint1 символов"

#: src/decorator/string/IsMagnetURI.ts:27
msgid "$property must be magnet uri format"
msgstr "$property должно быть в формате Magnet uri"

#: src/decorator/string/IsMimeType.ts:27
msgid "$property must be MIME type format"
msgstr "$property должен быть MIME-форматом"

#: src/decorator/common/IsIn.ts:25
msgid "$property must be one of the following values: $constraint1"
msgstr "$property должен быть одним из следующих значений: $constraint1"

#: src/decorator/typechecker/IsEnum.ts:35
msgid "$property must be one of the following values: $constraint2"
msgstr "$property должен иметь одно из следующих значений: $constraint2"

#: src/decorator/string/IsRFC3339.ts:27
msgid "$property must be RFC 3339 date"
msgstr "$property должен быть датой RFC 3339"

#: src/decorator/string/IsRgbColor.ts:30
msgid "$property must be RGB color"
msgstr "$property должен быть RGB цвет"

#: src/decorator/string/MaxLength.ts:28
msgid "$property must be shorter than or equal to $constraint1 characters"
msgstr "$property должен быть короче или равен $constraint1 символов"

#: src/decorator/string/Length.ts:33
msgid "$property must be shorter than or equal to $constraint2 characters"
msgstr "$property должен быть короче или равен $constraint2 символов"

#: src/decorator/string/IsUppercase.ts:27
msgid "$property must be uppercase"
msgstr "$property должен быть заглавным"

#: src/decorator/string/IsOctal.ts:27
msgid "$property must be valid octal number"
msgstr "$property должно быть действительным восьмеричным числом"

#: src/decorator/string/IsPassportNumber.ts:28
msgid "$property must be valid passport number"
msgstr "$property должен быть действительным номером паспорта"

#: src/decorator/array/ArrayContains.ts:29
msgid "$property must contain $constraint1 values"
msgstr "$property должен содержать $constraint1 значений"

#: src/decorator/string/Contains.ts:28
msgid "$property must contain a $constraint1 string"
msgstr "$property должен содержать $constraint1 строку"

#: src/decorator/string/IsVariableWidth.ts:27
msgid "$property must contain a full-width and half-width characters"
msgstr "$property должен содержать символы с полной шириной и полушириной"

#: src/decorator/string/IsFullWidth.ts:27
msgid "$property must contain a full-width characters"
msgstr "$property должен содержать целую ширину символов"

#: src/decorator/string/IsHalfWidth.ts:27
msgid "$property must contain a half-width characters"
msgstr "$property должен содержать символы с половиной ширины"

#: src/decorator/string/IsSurrogatePair.ts:27
msgid "$property must contain any surrogate pairs chars"
msgstr "$property должен содержать любые пары суррогатных символов"

#: src/decorator/array/ArrayMinSize.ts:27
msgid "$property must contain at least $constraint1 elements"
msgstr "$property должен содержать как минимум $constraint1 элементов"

#: src/decorator/array/ArrayMaxSize.ts:27
msgid "$property must contain no more than $constraint1 elements"
msgstr "$property не должен содержать более элементов $constraint1"

#: src/decorator/string/IsMultibyte.ts:27
msgid "$property must contain one or more multibyte chars"
msgstr "$property должен содержать один или более символов в мультибайтах"

#: src/decorator/string/IsAscii.ts:27
msgid "$property must contain only ASCII characters"
msgstr "$property должен содержать только ASCII символы"

#: src/decorator/string/IsAlpha.ts:29
msgid "$property must contain only letters (a-zA-Z)"
msgstr "$property должен содержать только буквы (a-zA-Z)"

#: src/decorator/string/IsAlphanumeric.ts:32
msgid "$property must contain only letters and numbers"
msgstr "$property должен содержать только буквы и цифры"

#: src/decorator/string/Matches.ts:43
msgid "$property must match $constraint1 regular expression"
msgstr "$property должен совпадать с регулярным выражением $constraint1"

#: src/decorator/number/Max.ts:25
msgid "$property must not be greater than $constraint1"
msgstr "$property не должен быть больше чем $constraint1"

#: src/decorator/number/Min.ts:25
msgid "$property must not be less than $constraint1"
msgstr "$property должен быть не меньше чем $constraint1"

#: src/decorator/array/ArrayNotEmpty.ts:26
#: src/decorator/common/IsNotEmpty.ts:24
msgid "$property should not be empty"
msgstr "$property не может быть пустым"

#: src/decorator/common/NotEquals.ts:25
msgid "$property should not be equal to $constraint1"
msgstr "$property не должен быть равен $constraint1"

#: src/decorator/common/IsDefined.ts:26
msgid "$property should not be null or undefined"
msgstr "$property не должен быть пустым или неопределенным"

#: src/decorator/common/IsNotIn.ts:25
msgid "$property should not be one of the following values: $constraint1"
msgstr "$property не должен быть одним из следующих значений: $constraint1"

#: src/decorator/array/ArrayNotContains.ts:29
msgid "$property should not contain $constraint1 values"
msgstr "$property не должен содержать $constraint1 значений"

#: src/decorator/string/NotContains.ts:28
msgid "$property should not contain a $constraint1 string"
msgstr "$property не должен содержать $constraint1 строку"

#: src/decorator/string/IsByteLength.ts:29
msgid ""
"$property's byte length must fall into ($constraint1, $constraint2) range"
msgstr ""
"длина байта $property должна совпадать с диапазоном ($constraint1, "
"$constraint2)"

#: src/decorator/array/ArrayUnique.ts:44
msgid "All $property's elements must be unique"
msgstr "Все элементы $property должны быть уникальными"

#: src/decorator/common/ValidateNested.ts:13
msgid "each value in "
msgstr "каждое значение в "

#: src/decorator/date/MaxDate.ts:25
msgid "maximal allowed date for "
msgstr "максимально допустимая дата для "

#: src/decorator/date/MinDate.ts:25
msgid "minimal allowed date for "
msgstr "минимально допустимая дата для "

#: src/decorator/common/ValidateNested.ts:14
msgid "nested property $property must be either object or array"
msgstr "вложенное свойство $property должно быть либо объектом, либо массивом"

#~ msgid "$property must be a valid enum value"
#~ msgstr "$property должен быть допустимым значением enum"
