msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: class-validator\n"
"X-Crowdin-Project-ID: 418130\n"
"X-Crowdin-Language: ko\n"
"X-Crowdin-File: /i18n/i18n/template.pot\n"
"X-Crowdin-File-ID: 24\n"
"Project-Id-Version: class-validator\n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
"PO-Revision-Date: 2022-02-04 18:24\n"

#: src/decorator/object/IsInstance.ts:41
msgid "$IS_INSTANCE decorator expects and object as value, but got falsy value."
msgstr "$IS_INSTANCE decorator 가 예상한 값은 object 지만, 다른 값을 얻었습니다."

#: 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/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 는 boolean string 값이여야 합니다."

#: src/decorator/typechecker/IsBoolean.ts:24
msgid "$property must be a boolean value"
msgstr "$property 는 boolean 값이여야 합니다."

#: 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 는 currency 여야 합니다."

#: src/decorator/string/IsDataURI.ts:27
msgid "$property must be a data uri format"
msgstr "$property 는 data uri 형식이여야 합니다."

#: src/decorator/typechecker/IsDate.ts:24
msgid "$property must be a Date instance"
msgstr "$property 는 Date 인스턴스여야 합니다."

#: src/decorator/string/IsFirebasePushId.ts:27
msgid "$property must be a Firebase Push Id"
msgstr "$property 는 Firebase Push Id 여야 합니다."

#: 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 는 16진수 색상이여야 합니다."

#: src/decorator/string/IsHexadecimal.ts:27
msgid "$property must be a hexadecimal number"
msgstr "$property 는 16진수여야 합니다."

#: 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 string 이여야 합니다."

#: src/decorator/string/IsJWT.ts:27
msgid "$property must be a jwt string"
msgstr "$property 는 jwt string 여야 합니다."

#: src/decorator/common/IsLatitude.ts:25
msgid "$property must be a latitude string or number"
msgstr "$property 는 위도 string/number 여야 합니다."

#: src/decorator/common/IsLatLong.ts:25
msgid "$property must be a latitude,longitude string"
msgstr "$property 는 위도, 경도 string 이여야 합니다."

#: src/decorator/common/IsLongitude.ts:25
msgid "$property must be a longitude string or number"
msgstr "$property 는 경도 string/number 여야 합니다."

#: 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 Address 여야 합니다"

#: src/decorator/string/IsMongoId.ts:27
msgid "$property must be a mongodb id"
msgstr "$property 는 mongodb id 여야 합니다."

#: 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 는 비어있지 않은 object 여야 합니다."

#: 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 는 number string 여야 합니다."

#: 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 는 port 여야 합니다."

#: src/decorator/number/IsPositive.ts:24
msgid "$property must be a positive number"
msgstr "$property 는 양수여야 합니다."

#: src/decorator/string/IsPostalCode.ts:34
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 Specification 여야 합니다."

#: src/decorator/typechecker/IsString.ts:24
msgid "$property must be a string"
msgstr "$property 는 string 여야 합니다."

#: 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 는 유효한 domain name 여야 합니다."

#: src/decorator/typechecker/IsEnum.ts:26
msgid "$property must be a valid enum value"
msgstr "$property 는 유효한 enum 값이여야 합니다."

#: 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 date string 여야 합니다."

#: src/decorator/string/IsISO31661Alpha2.ts:25
msgid "$property must be a valid ISO31661 Alpha2 code"
msgstr "$property 는 유효한 ISO31661 Alpha2 code 여야 합니다."

#: src/decorator/string/IsISO31661Alpha3.ts:25
msgid "$property must be a valid ISO31661 Alpha3 code"
msgstr "$property 는 유효한 ISO31661 Alpha3 code 여야 합니다."

#: 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 형식의 유효한 military time 표현이여야 합니다."

#: src/decorator/typechecker/IsArray.ts:24
msgid "$property must be an array"
msgstr "$property 는 array 여야 합니다."

#: src/decorator/string/IsEAN.ts:27
msgid "$property must be an EAN (European Article Number)"
msgstr "$property 는 EAN (European Article Number) 여야 합니다."

#: src/decorator/string/IsEmail.ts:32
msgid "$property must be an email"
msgstr "$property 는 이메일이여야 합니다."

#: src/decorator/string/IsEthereumAddress.ts:27
msgid "$property must be an Ethereum address"
msgstr "$property 는 Ethereum address 여야 합니다."

#: 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 $constraint1name"
msgstr "$property 는 $constraint1name 의 인스턴스여야 합니다."

#: src/decorator/typechecker/IsInt.ts:24
msgid "$property must be an integer number"
msgstr ""

#: src/decorator/string/IsIP.ts:32
msgid "$property must be an ip address"
msgstr ""

#: src/decorator/string/IsISBN.ts:32
msgid "$property must be an ISBN"
msgstr ""

#: src/decorator/string/IsISIN.ts:27
msgid "$property must be an ISIN (stock/security identifier)"
msgstr ""

#: src/decorator/string/IsISRC.ts:27
msgid "$property must be an ISRC"
msgstr ""

#: src/decorator/typechecker/IsObject.ts:26
msgid "$property must be an object"
msgstr ""

#: src/decorator/string/IsUrl.ts:29
msgid "$property must be an URL address"
msgstr ""

#: src/decorator/string/IsBase32.ts:27
msgid "$property must be base32 encoded"
msgstr ""

#: src/decorator/string/IsBase64.ts:27
msgid "$property must be base64 encoded"
msgstr ""

#: src/decorator/number/IsDivisibleBy.ts:26
msgid "$property must be divisible by $constraint1"
msgstr ""

#: src/decorator/common/IsEmpty.ts:23
msgid "$property must be empty"
msgstr ""

#: src/decorator/common/Equals.ts:25
msgid "$property must be equal to $constraint1"
msgstr ""

#: src/decorator/string/IsLocale.ts:26
msgid "$property must be locale"
msgstr ""

#: 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 ""

#: src/decorator/string/Length.ts:31
#: src/decorator/string/MinLength.ts:28
msgid "$property must be longer than or equal to $constraint1 characters"
msgstr ""

#: src/decorator/string/IsMagnetURI.ts:27
msgid "$property must be magnet uri format"
msgstr ""

#: src/decorator/string/IsMimeType.ts:27
msgid "$property must be MIME type format"
msgstr ""

#: src/decorator/common/IsIn.ts:25
msgid "$property must be one of the following values: $constraint1"
msgstr ""

#: src/decorator/string/IsRFC3339.ts:27
msgid "$property must be RFC 3339 date"
msgstr ""

#: src/decorator/string/IsRgbColor.ts:30
msgid "$property must be RGB color"
msgstr ""

#: src/decorator/string/MaxLength.ts:28
msgid "$property must be shorter than or equal to $constraint1 characters"
msgstr ""

#: src/decorator/string/Length.ts:33
msgid "$property must be shorter than or equal to $constraint2 characters"
msgstr ""

#: src/decorator/string/IsUppercase.ts:27
msgid "$property must be uppercase"
msgstr ""

#: src/decorator/string/IsOctal.ts:27
msgid "$property must be valid octal number"
msgstr ""

#: src/decorator/string/IsPassportNumber.ts:28
msgid "$property must be valid passport number"
msgstr ""

#: src/decorator/array/ArrayContains.ts:29
msgid "$property must contain $constraint1 values"
msgstr ""

#: src/decorator/string/Contains.ts:28
msgid "$property must contain a $constraint1 string"
msgstr ""

#: src/decorator/string/IsVariableWidth.ts:27
msgid "$property must contain a full-width and half-width characters"
msgstr ""

#: src/decorator/string/IsFullWidth.ts:27
msgid "$property must contain a full-width characters"
msgstr ""

#: src/decorator/string/IsHalfWidth.ts:27
msgid "$property must contain a half-width characters"
msgstr ""

#: src/decorator/string/IsSurrogatePair.ts:27
msgid "$property must contain any surrogate pairs chars"
msgstr ""

#: src/decorator/array/ArrayMinSize.ts:27
msgid "$property must contain at least $constraint1 elements"
msgstr ""

#: src/decorator/array/ArrayMaxSize.ts:27
msgid "$property must contain not more than $constraint1 elements"
msgstr ""

#: src/decorator/string/IsMultibyte.ts:27
msgid "$property must contain one or more multibyte chars"
msgstr ""

#: src/decorator/string/IsAscii.ts:27
msgid "$property must contain only ASCII characters"
msgstr ""

#: src/decorator/string/IsAlpha.ts:29
msgid "$property must contain only letters (a-zA-Z)"
msgstr ""

#: src/decorator/string/IsAlphanumeric.ts:29
msgid "$property must contain only letters and numbers"
msgstr ""

#: src/decorator/string/Matches.ts:43
msgid "$property must match $constraint1 regular expression"
msgstr ""

#: src/decorator/number/Max.ts:25
msgid "$property must not be greater than $constraint1"
msgstr ""

#: src/decorator/number/Min.ts:25
msgid "$property must not be less than $constraint1"
msgstr ""

#: src/decorator/array/ArrayNotEmpty.ts:26
#: src/decorator/common/IsNotEmpty.ts:24
msgid "$property should not be empty"
msgstr ""

#: src/decorator/common/NotEquals.ts:25
msgid "$property should not be equal to $constraint1"
msgstr ""

#: src/decorator/common/IsDefined.ts:26
msgid "$property should not be null or undefined"
msgstr ""

#: src/decorator/common/IsNotIn.ts:25
msgid "$property should not be one of the following values: $constraint1"
msgstr ""

#: src/decorator/array/ArrayNotContains.ts:29
msgid "$property should not contain $constraint1 values"
msgstr ""

#: src/decorator/string/NotContains.ts:28
msgid "$property should not contain a $constraint1 string"
msgstr ""

#: src/decorator/string/IsByteLength.ts:29
msgid "$property's byte length must fall into ($constraint1, $constraint2) range"
msgstr ""

#: src/decorator/array/ArrayUnique.ts:44
msgid "All $property's elements must be unique"
msgstr ""

#: 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 ""

