# Korean translation of Devel (6.x-1.16)
# Copyright (c) 2020 by the Korean translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Devel (6.x-1.16)\n"
"POT-Creation-Date: 2020-03-15 10:20+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 "enabled"
msgstr "사용함"
msgid "delete"
msgstr "삭제하기"
msgid "Delete"
msgstr "삭제하기"
msgid "Submit"
msgstr "전송"
msgid "Operations"
msgstr "작업"
msgid "Value"
msgstr "값"
msgid "Development"
msgstr "개발"
msgid "yes"
msgstr "예"
msgid "Cancel"
msgstr "취소"
msgid "Disabled"
msgstr "사용 안 함"
msgid "Enabled"
msgstr "사용"
msgid "Yes"
msgstr "예"
msgid "No"
msgstr "아니오"
msgid "view"
msgstr "보기"
msgid "Date"
msgstr "날짜"
msgid "None"
msgstr "없음"
msgid "default"
msgstr "기본값"
msgid "No log messages available."
msgstr "로그 메시지가 없습니다."
msgid "Name"
msgstr "이름"
msgid "edit"
msgstr "수정하기"
msgid "Import"
msgstr "가져오기"
msgid "Export"
msgstr "내보내기"
msgid "username"
msgstr "아이디"
msgid "Default"
msgstr "기본값"
msgid "Length"
msgstr "길이"
msgid "Path"
msgstr "경로"
msgid "#"
msgstr "#"
msgid "Configure"
msgstr "구성하기"
msgid "status"
msgstr "상태"
msgid "no"
msgstr "아니오"
msgid "php"
msgstr "php"
msgid "Session ID"
msgstr "세션 ID"
msgid "Last access"
msgstr "마지막 접속"
msgid "Count"
msgstr "개수"
msgid "node"
msgstr "노드"
msgid "Now"
msgstr "현재"
msgid "Other"
msgstr "기타"
msgid "Function"
msgstr "함수"
msgid "Switch"
msgstr "전환"
msgid "Clear"
msgstr "지우기"
msgid "update"
msgstr "업데이트"
msgid "Query"
msgstr "쿼리"
msgid "administer nodes"
msgstr "노드 관리하기"
msgid "1 user"
msgid_plural "@count users"
msgstr[0] "1명 사용자"
msgstr[1] "@count명 사용자"
msgid "Switch user"
msgstr "사용자 전환하기"
msgid "Query log"
msgstr "쿼리 로그"
msgid "Collect query info. If disabled, no query log functionality will work."
msgstr ""
"쿼리 정보를 수집합니다. 사용하지 않으면 어떤 쿼리 "
"기록 기능도 작동하지 않습니다."
msgid "Collect query info"
msgstr "쿼리 정보 수집하기"
msgid "Display query log"
msgstr "쿼리 로그 출력하기"
msgid ""
"Display a log of the database queries needed to generate the current "
"page, and the execution time for each. Also, queries which are "
"repeated during a single page view are summed in the # column, and "
"printed in red since they are candidates for caching."
msgstr ""
"현재 페이지를 생성하기 위해 필요한 데이터베이스 "
"쿼리들과 개별 실행 시간에 대한 로그를 출력합니다. "
"또한 단일 페이지 뷰 동안 반복되는 쿼리들은 캐시의 "
"대상이기 때문에 # 컬럼에 합산해서 빨간 색으로 "
"출력합니다."
msgid "Sort query log"
msgstr "쿼리 로그 정렬하기"
msgid "by source"
msgstr "소스 기준"
msgid "by duration"
msgstr "소요 시간 기준"
msgid ""
"The query table can be sorted in the order that the queries were "
"executed or by descending duration."
msgstr ""
"쿼리 실행 순서나 지속 시간순서대로 쿼리 테이블을 "
"정렬할 수 있습니다."
msgid "Slow query highlighting"
msgstr "느린 쿼리 강조하기"
msgid ""
"Enter an integer in milliseconds. Any query which takes longer than "
"this many milliseconds will be highlighted in the query log. This "
"indicates a possibly inefficient query, or a candidate for caching."
msgstr ""
"1000분의 1초 단위의 정수를 입력하세요. 실행 시간이 "
"이 값보다 오래 걸리는 모든 쿼리들을 쿼리 로그에 "
"강조해서 표시합니다. 캐시할 대상이나 비효율적일 "
"수 있는 쿼리를 보여 줍니다."
msgid "Store executed queries"
msgstr "실행한 쿼리 저장하기"
msgid "Sampling interval"
msgstr "쌤플링 주기"
msgid ""
"If storing query statistics, only store every nth page view. 1 means "
"every page view, 2 every second, and so on."
msgstr ""
"쿼리 통계를 저장하려는 페이지 조회 횟수 "
"주기입니다. 1은 모든 페이지 뷰, 2는 페이지 뷰가 두 "
"번 발생했을 때 등등입니다."
msgid "Display page timer"
msgstr "페이지 시간 표시하기"
msgid "Display page execution time in the query log box."
msgstr "쿼리 로그 상자에 페이지 실행 시간을 표시합니다."
msgid "Display memory usage"
msgstr "메모리 사용량 표시하기"
msgid ""
"Display how much memory is used to generate the current page. This "
"will show memory usage when devel_init() is called and when "
"devel_exit() is called. PHP must have been compiled with the "
"<em>--enable-memory-limit</em> configuration option for this feature "
"to work."
msgstr ""
"현재 페이지를 생성하기 위해 얼마만큼의 메모리를 "
"사용했는지 표시합니다. devel_init() 호출 후 "
"devel_exit()이 호출될 동안의 메모리 사용량을 "
"보여줍니다. 이 기능이 작동하려면 PHP가 "
"<em>--enable-memory-limit</em> 설정 옵션으로 컴파일되어 "
"있어야 합니다."
msgid "Display redirection page"
msgstr "재전송 페이지 표시하기"
msgid ""
"When a module executes drupal_goto(), the query log and other "
"developer information is lost. Enabling this setting presents an "
"intermediate page to developers so that the log can be examined before "
"continuing to the destination page."
msgstr ""
"모듈이 drupal_goto()를 실행하면, 쿼리 로그와 다른 "
"개발자 정보가 날라갑니다. 이 설정을 사용하면 최종 "
"페이지로 넘어가기 전에 개발자가 로그를 살펴볼 수 "
"있도록 중간 페이지를 표시합니다."
msgid "Error handler"
msgstr "에러 핸들러"
msgid "Standard drupal"
msgstr "표준 드루팔"
msgid "Backtrace"
msgstr "추적"
msgid "Log only"
msgstr "로그만 기록"
msgid "SMTP library"
msgstr "SMTP 라이브러리"
msgid "Execute"
msgstr "실행"
msgid "Generate users"
msgstr "사용자 생성하기"
msgid "Generate a given number of users. Optionally delete current users."
msgstr ""
"주어진 숫자만큼 사용자를 생성합니다. 혹은 현재 "
"사용자를 삭제할 수도 있습니다."
msgid "Generate content"
msgstr "콘텐츠 생성하기"
msgid ""
"Generate a given number of nodes and comments. Optionally delete "
"current items."
msgstr ""
"주어진 숫자만큼 노드와 댓글을 생성합니다. 혹은 "
"현재 아이템들을 삭제할 수도 있습니다."
msgid "Generate categories"
msgstr "카테고리 생성하기"
msgid ""
"Generate a given number of vocabularies and terms. Optionally delete "
"current categories."
msgstr ""
"주어진 숫자만큼 태그 모음과 태그를 생성합니다. "
"혹은 현재 카테고리를 삭제할 수도 있습니다."
msgid ""
"This module helps in site development.  Specifically, when an access "
"control module is used to limit access to some or all nodes, this "
"module provides some feedback showing the node_access table in the "
"database."
msgstr ""
"이 모듈은 사이트 개발에 도움이 됩니다. 특히 access "
"control 모듈을 사용해 몇몇 혹은 모든 노드에 대한 "
"접근을 제한하는 경우, 이 모듈은 데이터베이스의 "
"node_access 테이블에 대한 피드백을 보여줍니다."
msgid ""
"The node_access table is one method Drupal provides to hide content "
"from some users while displaying it to others.  By default, Drupal "
"shows all nodes to all users.  There are a number of optional modules "
"which may be installed to hide content from some users."
msgstr ""
"node_access 테이블은 콘텐츠를 조회하는 동안 몇몇 "
"사용자는 볼 수 없게 하기 위해 드루팔이 제공하는 "
"방법 중 하나입니다. 기본적으로 드루팔은 모든 "
"노드를 모든 사용자에게 공개합니다. 몇몇 "
"사용자들에게 콘텐츠를 보여주지 않기 위해 "
"설치할만 모듈들은 꽤 많습니다."
msgid ""
"If you have not installed any of these modules, you really have no "
"need for the devel_node_access module.  This module is intended for "
"use during development, so that developers and admins can confirm that "
"the node_access table is working as expected.  You probably do not "
"want this module enabled on a production site."
msgstr ""
"이 모듈들 중 아무것도 설치하지 않았다면 "
"devel_node_access 모듈은 필요없습니다. 이 모듈은 개발 "
"시 개발자 및 관리자가 node_access 테이블이 예상대로 "
"작동하는지 확인하기 위한 용도로 만들었습니다. "
"현재 운영 중인 웹사이트에서는 이 모듈을 사용하지 "
"않는게 좋습니다."
msgid ""
"This module provides two blocks.  One called Devel Node Access by User "
"is visible when a single node is shown on a page.  This block shows "
"which users can view, update or delete the node shown.  Note that this "
"block uses an inefficient algorithm to produce its output.  You should "
"only enable this block on sites with very few user accounts."
msgstr ""
"이 모듈은 두 개의 블록을 제공합니다. 하나는 Devel "
"Node Access by User인데 페이지에 하나의 노드가 보일 때 "
"나타납니다. 이 블록은 현재 표시되는 노드를 어떤 "
"사용자가 조회하고, 업데이트하거나 삭제하는지 "
"보여줍니다. 이 블록은 결과를 출력하기 위해 다소 "
"비효율적인 알고리즘을 사용해서, 사용자가 거의 "
"없는 사이트에서만 이 블록을 사용해야 합니다."
msgid "Devel Node Access debug mode"
msgstr "Devel Node Access 디버그 모드"
msgid "ok"
msgstr "OK"
msgid "empty"
msgstr "비어 있음"
msgid "Rebuild permissions"
msgstr "권한 재조절"
msgid "Various blocks, pages, and functions for developers."
msgstr "개발자용 블록, 페이지, 함수를 제공합니다."
msgid "Generate dummy users, nodes, and taxonomy terms."
msgstr "임의의 사용자, 노드, 태그를 생성합니다."
msgid "Developer block and page illustrating relevant node_access records."
msgstr ""
"관련 node_access 기록을 표시하는 개발자용 블록과 "
"페이지입니다."
msgid "Logs performance data: page generation times and memory usage."
msgstr ""
"성능 관련 데이터, 즉 페이지 생성 소요 시간 및 "
"메모리 사용량 등을 기록합니다."
msgid "Clear APC"
msgstr "APC 기록 비우기"
msgid "Performance Logs: Summary"
msgstr "성능 관련 로그: 요약"
msgid "View summary performance logs: page generation times and memory usage."
msgstr ""
"성능 로그, 즉 페이지 생성 소요 시간 및 메모리 "
"사용량 등의 요약본을 조회합니다."
msgid "Performance Logs: Details"
msgstr "성능 관련 로그: 세부사항"
msgid ""
"View detailed, per page, performance logs: page generation times and "
"memory usage."
msgstr ""
"페이지 당 세부적인 성능 로그, 즉 페이지 생성 소요 "
"시간 및 메모리 사용량 등을 조회합니다."
msgid ""
"Logs detailed and/or summary page generation time and memory "
"consumption for page requests."
msgstr ""
"페이지 요청 당 페이지 생성 소요 시간 및 메모리 "
"사용량에 대한 세부 내용이나 요약본을 기록합니다."
msgid "Store statistics about executed queries. See the devel_x tables."
msgstr ""
"실행한 쿼리에 대한 통계를 저장합니다. devel_x "
"테이블들을 살펴 보세요."
msgid "API Site"
msgstr "API 사이트"
msgid ""
"The base URL for your developer documentation links. You might change "
"this if you run <a href=\"!url\">api.module</a> locally."
msgstr ""
"개발자 문서 링크의 기본 URL입니다. <a "
"href=\"!url\">api.module</a>을 로컬에서 운영 중이면 이 "
"값을 바꿔도 됩니다."
msgid "Krumo display"
msgstr "Krumo 디스플레이"
msgid ""
"Select a skin for your debug messages or select <em>disabled</em> to "
"display object and array output in standard PHP format."
msgstr ""
"디버그 메시지에 적용할 스킨을 선택하세요. "
"<em>disabled</em>을 선택하면 표준 PHP 형식으로 "
"오브젝트와 배열 값을 출력합니다."
msgid "Rebuild the theme registry on every page load"
msgstr "페이지 로드 시 항상 테마 레지스트리 재생성하기"
msgid ""
"While creating new templates and theme_ overrides the theme registry "
"needs to be rebuilt."
msgstr ""
"새로운 테마 생성하고 theme_ 함수로 재정의할 때마다 "
"테마 레지스트리를 재생성해야 합니다."
msgid "%message in %file on line %line."
msgstr "%message (%file:%line)"
msgid "1 character"
msgid_plural "@count characters"
msgstr[0] "1글자"
msgstr[1] "@count글자"
msgid "Theme registry"
msgstr "테마 레지스트리"
msgid "Devel settings"
msgstr "Devel 설정"
msgid "Generate items"
msgstr "아이템 생성하기"
msgid "Populate your database with dummy items."
msgstr "임의의 아이템을 데이터베이스에 채웁니다."
msgid "Display theme log"
msgstr "테마 로그 보이기"
msgid ""
"Display the list of theme templates and theme functions which could "
"have been be used for a given page. The one that was actually used is "
"bolded. This is the same data as the represented in the popup, but all "
"calls are listed in chronological order and can alternately be sorted "
"by time."
msgstr ""
"페이지에 사용된 테마 템플릿의 목록과 테마 "
"함수들의 목록을 보여줍니다. 실제로 사용된 것은 "
"굵게 표시됩니다. 팝업에 표시된것과 동일한 "
"데이터이지만 모든 호출은 시간순으로 나열되고, "
"다르게 정렬될 수도 있습니다."
msgid "Performance logging"
msgstr "성능 기록하기"
msgid "Performance logging APC memory size"
msgstr "성능 로그 APC 메모리 크기"
