X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fko.json;h=0410ddf79be68933427501900379b2c789b53640;hp=bff361e40baddba4a421ffdc388d9031e30f8075;hb=1e90c794e5c96153f92452f35ca7a639f24682d5;hpb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1 diff --git a/includes/api/i18n/ko.json b/includes/api/i18n/ko.json index bff361e40b..0410ddf79b 100644 --- a/includes/api/i18n/ko.json +++ b/includes/api/i18n/ko.json @@ -208,11 +208,19 @@ "apihelp-opensearch-param-limit": "반환할 결과의 최대 수", "apihelp-opensearch-param-namespace": "검색할 이름공간.", "apihelp-opensearch-param-suggest": "[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]이 거짓인 경우 아무 것도 하지 않습니다.", + "apihelp-opensearch-param-redirects": "넘겨주기 관리 방법:\n;return:넘겨주기 자체를 반환합니다.\n;resolve:대상 문서를 반환합니다. $1제한 미만의 결과를 반환할 수 있습니다.\n역사적인 이유로 기본값은 $1format=json의 경우 \"return\"이며, 그 밖의 포맷의 경우 \"resolve\"입니다.", "apihelp-opensearch-param-format": "출력 포맷.", + "apihelp-opensearch-param-warningsaserror": "format=json을 사용 시 경고가 발생할 경우, 이를 무시하지 않고 API 오류를 반환합니다.", "apihelp-opensearch-example-te": "Te로 시작하는 문서를 찾기.", "apihelp-options-summary": "현재 사용자의 환경 설정을 변경합니다.", - "apihelp-options-param-reset": "사이트 기본으로 설정 초기화", - "apihelp-options-example-reset": "모든 설정 초기화", + "apihelp-options-extended-description": "핵심 확장 기능 기능이나 설치된 확장 기능 중 하나에 등록된 옵션 또는 userjs-(사용자 스크립트에 의해 사용됨)로 시작하는 키를 가진 옵션만 설정할 수 있습니다.", + "apihelp-options-param-reset": "사이트 기본값으로 환경 설정을 초기화합니다.", + "apihelp-options-param-resetkinds": "$1reset 옵션을 설정할 때 초기화할 옵션의 유형 목록입니다.", + "apihelp-options-param-optionname": "$1optionvalue에 의해 지정된 값으로 설정할 옵션의 이름입니다.", + "apihelp-options-param-optionvalue": "$1optionname에 의해 지정된 옵션의 값입니다.", + "apihelp-options-example-reset": "모든 환경 설정을 초기화합니다.", + "apihelp-options-example-change": "skin과 hideminor 환경 설정을 변경합니다.", + "apihelp-options-example-complex": "모든 환경 설정을 초기화하고 skin과 nickname을 설정합니다.", "apihelp-paraminfo-summary": "API 모듈의 정보를 가져옵니다.", "apihelp-paraminfo-param-helpformat": "도움말 문자열 포맷.", "apihelp-parse-summary": "내용의 구문을 분석하고 파서 출력을 반환합니다.", @@ -659,6 +667,7 @@ "apihelp-watch-example-watch": "대문 문서를 주시합니다.", "apihelp-watch-example-unwatch": "대문 문서의 주시를 해제합니다.", "apihelp-watch-example-generator": "일반 이름공간의 일부 첫 문서들을 주시합니다.", + "apihelp-format-example-generic": "쿼리 결과를 $1 포맷으로 반환합니다.", "apihelp-json-summary": "데이터를 JSON 형식으로 출력합니다.", "apihelp-json-param-formatversion": "출력 형식:\n;1:하위 호환 포맷 (XML 스타일 불린, 콘텐츠 노드를 위한 * 키 등).\n;2:실험적인 모던 포맷. 상세 내용은 바뀔 수 있습니다!\n;latest:최신 포맷(현재 2)을 이용하지만 경고 없이 바뀔 수 있습니다.", "apihelp-jsonfm-summary": "데이터를 JSON 포맷으로 출력합니다. (HTML의 가독성 증가)", @@ -716,6 +725,8 @@ "api-help-param-upload": "여러 부분/폼 데이터를 사용한 파일 업로드로 게시되어야 합니다.", "api-help-param-multi-separate": "| 또는 [[Special:ApiHelp/main#main/datatypes|대안]]으로 값을 구분합니다.", "api-help-param-multi-max": "값들의 최대 수는 {{PLURAL:$1|$1}}입니다. (봇의 경우 {{PLURAL:$2|$2}})", + "api-help-param-multi-max-simple": "값의 최대 수는 {{PLURAL:$1|$1}}입니다.", + "api-help-param-multi-all": "모든 값을 지정하려면, $1를 사용하십시오.", "api-help-param-default": "기본값: $1", "api-help-param-default-empty": "기본값: (비어 있음)", "api-help-param-token": "\"$1\" 토큰은 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]에서 가져옵니다",