# Korean translation of SimpleTest (6.x-2.8)
# Copyright (c) 2020 by the Korean translation team
#
msgid ""
msgstr ""
"Project-Id-Version: SimpleTest (6.x-2.8)\n"
"POT-Creation-Date: 2020-03-15 12:42+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Status"
msgstr "상태"
msgid "Development"
msgstr "개발"
msgid "Group"
msgstr "그룹"
msgid "Description"
msgstr "설명"
msgid "Enabled"
msgstr "사용"
msgid "Test"
msgstr "테스트"
msgid "Message"
msgstr "메시지"
msgid "Filename"
msgstr "파일명"
msgid "Error"
msgstr "오류"
msgid "php"
msgstr "php"
msgid "Not found"
msgstr "찾을 수 없음"
msgid "Line"
msgstr "줄"
msgid "Role"
msgstr "역할"
msgid "User login"
msgstr "사용자 로그인"
msgid "Log in"
msgstr "로그인"
msgid "Found"
msgstr "찾음"
msgid "Function"
msgstr "함수"
msgid "The name %name is a reserved username."
msgstr "사용자 이름 %name은 예약된 이름입니다."
msgid "Logout"
msgstr "로그아웃"
msgid "Browser"
msgstr "브라우저"
msgid "Testing"
msgstr "테스팅"
msgid "-n/a-"
msgstr "-해당 없음-"
msgid "Found the @submit button"
msgstr "@submit 버튼을 찾았습니다."
msgid "Failed to set field @name to @value"
msgstr "@name 필드에 @value 값을 넣지 못했습니다."
msgid "No temporary directories to remove."
msgstr "삭제할 임시 디렉토리가 없습니다."
msgid ""
"Run tests against Drupal core and your active modules. These tests "
"help assure that your site code is working as designed."
msgstr ""
"드루팔 코어와 사용 중인 모듈에 대해 테스트를 "
"수행합니다. 이 테스트는 웹사이트 코드가 계획한 "
"대로 작동하는지 확신할 수 있는데 도움이 됩니다."
msgid "cURL"
msgstr "cURL"
msgid "Created content type %type."
msgstr "%type 콘텐츠 타입을 만들었습니다."
msgid "User created with name %name and pass %pass"
msgstr ""
"이름 %name과 비밀번호 %pass로 사용자 계정을 "
"만들었습니다."
msgid "Created permissions: @perms"
msgstr "@perms 권한을 만들었습니다."
msgid "Invalid permission %permission."
msgstr "%permission 권한은 유효하지 않습니다."
msgid "Username field found."
msgstr "사용자 이름 필드를 찾았습니다."
msgid "Password field found."
msgstr "비밀번호 필드를 찾았습니다."
msgid "!method @url returned @status (!length)."
msgstr ""
"!method @url에서 다음 메시지를 반환했습니다. @status "
"(!length)."
msgid "Valid HTML found on \"@path\""
msgstr "\"@path\"의 유효한 HTML"
msgid "Parsed page successfully."
msgstr "페이지를 정상적으로 해석했습니다."
msgid "Found the requested form fields at @path"
msgstr "@path에서 요청한 폼 필드를 찾았습니다."
msgid "Found field by name @name"
msgstr "@name 이름으로 필드를 찾았습니다."
msgid "Did not find field by name @name"
msgstr "@name 이름으로 필드를 찾을 수 없습니다."
msgid "Found field by id @id"
msgstr "@id 아이디로 필드를 찾았습니다."
msgid "Did not find field by id @id"
msgstr "@id 아이디로 필드를 찾을 수 없습니다."
msgid "HTTP response expected !code, actual !curl_code"
msgstr "예상 HTTP 응답 !code, 실제 응답 !curl_code"
msgid "The website encountered an unexpected error. Please try again later."
msgstr ""
"예상치 못한 오류가 발생했습니다. 잠시 후에 다시 "
"시도해 주세요."
msgid "Tests"
msgstr "테스트"
msgid "Run tests"
msgstr "테스트 실행하기"
msgid "Clean test environment"
msgstr "테스트 환경 지우기"
msgid ""
"Remove tables with the prefix \"simpletest\" and temporary directories "
"that are left over from tests that crashed. This is intended for "
"developers when creating tests."
msgstr ""
"\"simpletest\"로 시작하는 테이블 및 충돌한 테스트 "
"때문에 남아있는 임시 디렉토리를 삭제합니다. "
"개발자가 테스트를 생성할 때 사용합니다."
msgid "Clean environment"
msgstr "환경 지우기"
msgid "No tests to display."
msgstr "출력할 테스트가 없습니다."
msgid "@pass, @fail, and @exception"
msgstr "@pass, @fail, @exception"
msgid "No test(s) selected."
msgstr "테스트를 선택하지 않았습니다."
msgid "Processing test @num of @max - %test."
msgstr "@max 중 @num 번째 테스트 실행 중 - %test."
msgid "@name: @summary"
msgstr "@name: @summary"
msgid "Processed test @num of @max - %test."
msgstr "@max 중 @num 번째 테스트를 실행했음 - %test."
msgid "1 pass"
msgid_plural "@count passes"
msgstr[0] "통과 1"
msgstr[1] "통과 @count"
msgid "1 fail"
msgid_plural "@count fails"
msgstr[0] "실패 1"
msgstr[1] "실패 @count"
msgid "1 exception"
msgid_plural "@count exceptions"
msgstr[0] "예외 1"
msgstr[1] "예외 @count"
msgid "PHP DOMDocument class"
msgstr "PHP DOMDocument 클래스"
msgid "Provides a framework for unit and functional testing."
msgstr "유닛 및 함수 테스팅용 프레임워크를 제공합니다."
