From 4f0f080ce7dce5e00fe6c680c4d7b6bf4260ced7 Mon Sep 17 00:00:00 2001 From: moduvoice Date: Thu, 9 Jul 2026 00:47:29 +0700 Subject: [PATCH] docs: add Korean (ko) localization for Volo.Abp.Validation module --- .../Volo/Abp/Validation/Localization/ko.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ko.json diff --git a/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ko.json b/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ko.json new file mode 100644 index 0000000000..7f81e5b7dc --- /dev/null +++ b/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ko.json @@ -0,0 +1,39 @@ +{ + "culture": "ko", + "texts": { + "'{0}' and '{1}' do not match.": "'{0}'와(과) '{1}'이(가) 일치하지 않습니다.", + "The {0} field is not a valid credit card number.": "{0} 필드는 유효한 신용카드 번호가 아닙니다.", + "{0} is not valid.": "{0}은(는) 유효하지 않습니다.", + "The {0} field is not a valid e-mail address.": "{0} 필드는 유효한 이메일 주소가 아닙니다.", + "The {0} field only accepts files with the following extensions: {1}": "{0} 필드는 다음 확장자를 가진 파일만 허용합니다: {1}", + "The field {0} must be a string or array type with a maximum length of '{1}'.": "{0} 필드는 최대 길이가 '{1}'인 문자열 또는 배열 형식이어야 합니다.", + "The field {0} must be a string or array type with a minimum length of '{1}'.": "{0} 필드는 최소 길이가 '{1}'인 문자열 또는 배열 형식이어야 합니다.", + "The {0} field is not a valid phone number.": "{0} 필드는 유효한 전화번호가 아닙니다.", + "The field {0} must be between {1} and {2}.": "{0} 필드는 {1}에서 {2} 사이여야 합니다.", + "The field {0} must match the regular expression '{1}'.": "{0} 필드가 요청된 형식과 일치하지 않습니다.", + "The {0} field is required.": "{0} 필드는 필수입니다.", + "The field {0} must be a string with a maximum length of {1}.": "{0} 필드는 최대 길이가 {1}인 문자열이어야 합니다.", + "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "{0} 필드는 최소 길이가 {2}, 최대 길이가 {1}인 문자열이어야 합니다.", + "The {0} field is not a valid fully-qualified http, https, or ftp URL.": "{0} 필드는 유효한 완전한 형식의 http, https 또는 ftp URL이 아닙니다.", + "The field {0} is invalid.": "{0} 필드가 유효하지 않습니다.", + "The value '{0}' is invalid.": "값 '{0}'은(는) 유효하지 않습니다.", + "The field {0} must be a number.": "{0} 필드는 숫자여야 합니다.", + "The field must be a number.": "이 필드는 숫자여야 합니다.", + "ThisFieldIsNotAValidCreditCardNumber.": "이 필드는 유효한 신용카드 번호가 아닙니다.", + "ThisFieldIsNotValid.": "이 필드는 유효하지 않습니다.", + "ThisFieldIsNotAValidEmailAddress.": "이 필드는 유효한 이메일 주소가 아닙니다.", + "ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "이 필드는 다음 확장자를 가진 파일만 허용합니다: {0}", + "ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "이 필드는 최대 '{0}'자여야 합니다.", + "ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "이 필드는 최소 '{0}'자여야 합니다.", + "ThisFieldIsNotAValidPhoneNumber.": "이 필드는 유효한 전화번호가 아닙니다.", + "ThisFieldMustBeBetween{0}And{1}": "이 필드는 {0}에서 {1} 사이여야 합니다.", + "ThisFieldMustBeGreaterThanOrEqual{0}": "이 필드는 {0} 이상이어야 합니다.", + "ThisFieldMustBeLessOrEqual{0}": "이 필드는 {0} 이하여야 합니다.", + "ThisFieldMustMatchTheRegularExpression{0}": "이 필드는 정규식 '{0}'과(와) 일치해야 합니다.", + "ThisFieldIsRequired.": "이 필드는 필수입니다.", + "ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "이 필드는 최대 '{0}'자여야 합니다.", + "ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "이 필드는 최소 {1}자, 최대 {0}자여야 합니다.", + "ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "이 필드는 유효한 완전한 형식의 http, https 또는 ftp URL이 아닙니다.", + "ThisFieldIsInvalid.": "이 필드는 유효하지 않습니다." + } +}