시스템 메시지 목록

둘러보기로 가기 검색하러 가기
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화translatewiki.net에 참가해주세요.
시스템 메시지 목록
처음 문서이전 문서다음 문서마지막 문서
이름 기본 메시지 글
현재 문자열
api-help-authmanagerhelper-request (토론) (번역) <kbd>amirequestsfor=$1</kbd>을(를) 지정하여 <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>가 반환한 <samp>id</samp>를 통해 이 인증 요청을 사용합니다.
api-help-authmanagerhelper-requests (토론) (번역) <kbd>amirequestsfor=$1</kbd>와(과) 함께 <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>에서 반환된 <samp>id</samp>를 통해, 또는 이 모듈의 과거 응답으로부터 이 인증 요청만을 사용합니다.
api-help-authmanagerhelper-returnurl (토론) (번역) 서드파티 인증 플로의 URL을 반환하며, 절대 주소여야 합니다. 이것 또는 <var>$1continue</var>는 필수입니다. <samp>REDIRECT</samp> 응답을 받으면 일반적으로 서드파티 인증 플로를 위해 지정한 <samp>redirecttarget</samp> URL에 대해 브라우저나 웹 뷰를 열게 됩니다. 이 작업이 끝나면 서드파티는 브라우저나 웹 뷰를 이 URL로 보냅니다. URL로부터 쿼리나 POST 변수를 추출한 다음 이것들을 <var>$1continue</var> 요청으로서 이 API 모듈로 전달하는 것이 좋습니다.
api-help-datatype-boolean (토론) (번역) Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.
api-help-datatype-expiry (토론) (번역) Expiry values be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.
api-help-datatype-timestamp (토론) (번역) Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.
api-help-datatypes-header (토론) (번역) 데이터 유형
api-help-datatypes-top (토론) (번역) Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail. Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>. Some parameter types in API requests need further explanation:
api-help-examples (토론) (번역) {{PLURAL:$1|예시}}:
api-help-flag-deprecated (토론) (번역) 이 모듈은 구식입니다.
api-help-flag-generator (토론) (번역) 이 모듈은 생성기로 사용할 수 있습니다.
api-help-flag-internal (토론) (번역) <strong>이 모듈은 내부용이거나 불안정합니다.</strong> 동작은 예고 없이 변경될 수 있습니다.
api-help-flag-mustbeposted (토론) (번역) 이 모듈은 POST 요청만을 허용합니다.
api-help-flag-readrights (토론) (번역) 이 모듈은 read 권한을 요구합니다.
api-help-flag-writerights (토론) (번역) 이 모듈은 write 권한을 요구합니다.
api-help-flags (토론) (번역)  
api-help-help-urls (토론) (번역)  
api-help-lead (토론) (번역) 이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다. 설명 문서 및 예시: https://www.mediawiki.org/wiki/API
api-help-license (토론) (번역) 라이선스: [[$1|$2]]
api-help-license-noname (토론) (번역) 라이선스: [[$1|링크 참조]]
api-help-license-unknown (토론) (번역) 라이선스: <span class="apihelp-unknown">알 수 없음</span>
api-help-main-header (토론) (번역) 메인 모듈
api-help-no-extended-description (토론) (번역)  
api-help-open-in-apisandbox (토론) (번역) <small>[연습장에서 열기]</small>
api-help-param-continue (토론) (번역) 더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
api-help-param-default-empty (토론) (번역) 기본값: <span class="apihelp-empty">(비어 있음)</span>
api-help-param-deprecated (토론) (번역) 구식입니다.
api-help-param-direction (토론) (번역) In which direction to enumerate: ;newer:List oldest first. Note: $1start has to be before $1end. ;older:List newest first (default). Note: $1start has to be later than $1end.
api-help-param-disabled-in-miser-mode (토론) (번역) Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].
api-help-param-internal (토론) (번역) 내부 변수입니다.
api-help-param-limited-in-miser-mode (토론) (번역) <strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.
api-help-param-multi-all (토론) (번역) 모든 값을 지정하려면, <kbd>$1</kbd>를 사용하십시오.
api-help-param-multi-separate (토론) (번역) <kbd>|</kbd> 또는 [[Special:ApiHelp/main#main/datatypes|대안]]으로 값을 구분합니다.
api-help-param-no-description (토론) (번역) <span class="apihelp-empty">(설명 없음)</span>
api-help-param-templated (토론) (번역) 이것은 [[Special:ApiHelp/main#main/templatedparams|틀 변수]]입니다. 요청하실 때 $2.
api-help-param-templated-var (토론) (번역) <var>{$1}</var> with values of <var>$2</var>
api-help-param-templated-var-first (토론) (번역) <var>{$1}</var> in the parameter's name should be replaced with values of <var>$2</var>
api-help-param-token (토론) (번역) "$1" 토큰은 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]에서 가져옵니다
api-help-param-token-webui (토론) (번역) 호환성을 위해, 웹 UI에 사용된 토큰도 허용합니다.
api-help-param-type-enum (토론) (번역) {{PLURAL:$1|1=다음 값 중 하나|2=값 (<kbd>{{!}}</kbd>로 구분)}}: $2 또는 [[Special:ApiHelp/main#main/datatypes|다른 문자열]]: $2
api-help-param-type-expiry (토론) (번역) Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])
api-help-param-type-limit (토론) (번역) 유형: 정수 또는 <kbd>max</kbd>
api-help-param-type-presenceboolean (토론) (번역) Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])
api-help-param-type-timestamp (토론) (번역) 유형: {{PLURAL:$1|1=타임스탬프|2=타임스탬프 목록}} ([[Special:ApiHelp/main#main/datatypes|허용되는 포맷]])
api-help-parameters (토론) (번역) {{PLURAL:$1|변수}}:
api-help-permissions (토론) (번역) {{PLURAL:$1|권한}}:
api-help-permissions-granted-to (토론) (번역) {{PLURAL:$1|다음 그룹에 부여됨}}: $2
api-help-right-apihighlimits (토론) (번역) API 쿼리에서 더 높은 제한 사용 (느린 쿼리: $1, 빠른 쿼리: $2) 느린 쿼리에 대한 제한은 다중값 매개변수에도 적용됩니다.
api-help-source (토론) (번역) 출처: $1
api-help-source-unknown (토론) (번역) 소스: <span class="apihelp-unknown">알 수 없음</span>
처음 문서이전 문서다음 문서마지막 문서