{
	"@metadata": {
		"authors": [
			"Bluehill",
			"Ellif",
			"Hwangjy9",
			"MemphisA5",
			"Priviet",
			"Revi",
			"Tensama0415",
			"Ykhwong",
			"아라"
		]
	},
	"apihelp-echocreateevent-summary": "사용자에게 알림을 수동으로 보냅니다",
	"apihelp-echocreateevent-example": "알림 보내기",
	"apihelp-echocreateevent-param-user": "알림을 보낼 사용자",
	"apihelp-echocreateevent-param-header": "알림의 헤더 내용",
	"apihelp-echocreateevent-param-content": "알림의 본문 내용",
	"apihelp-echocreateevent-param-page": "알림 내의 문서로의 링크",
	"apihelp-echocreateevent-param-section": "알림이 전달될 섹션",
	"apihelp-echocreateevent-param-email": "이메일도 전송할지의 여부",
	"apihelp-echomarkread-summary": "현재 사용자의 알림을 읽은 것으로 표시합니다.",
	"apihelp-echomarkread-param-list": "읽은 것으로 표시할 알림 ID의 목록.",
	"apihelp-echomarkread-param-unreadlist": "읽지 않은 것으로 처리할 알림 ID의 목록.",
	"apihelp-echomarkread-param-all": "설정되어 있다면, 모든 사용자의 알림을 읽은 것으로 표시합니다.",
	"apihelp-echomarkread-param-sections": "읽은 것으로 표시할 문단의 목록.",
	"apihelp-echomarkread-param-wikis": "알림을 읽은 것으로 표시할 위키 목록. (기본값은 현재 위키만)",
	"apihelp-echomarkread-example-1": "알림 8을 읽은 것으로 표시",
	"apihelp-echomarkread-example-2": "모든 알림을 읽은 것으로 표시",
	"apihelp-echomarkread-example-3": "알림 1을 읽지 않은 것으로 표시",
	"apihelp-echomarkseen-summary": "현재 사용자가 알림을 본 것으로 표시합니다.",
	"apihelp-echomarkseen-example-1": "모든 종류의 알림을 본 것으로 표시.",
	"apihelp-echomarkseen-param-type": "읽은 것으로 표시할 알림의 종류: 'alert', 'message' 또는 'all'.",
	"apihelp-echomarkseen-param-timestampFormat": "출력을 위해 사용할 타임스탬프 포맷 'ISO_8601' 또는 'MW'입니다. 'MW'는 구식이므로 모든 클라이언트는 'ISO_8601'로 전환하는 것이 좋습니다. 이 매개변수는 제거될 것이며 'ISO_8601'이 유일한 출력 포맷이 될 것입니다.",
	"apihelp-echomute-summary": "특정 사용자나 문서로부터 오는 알림을 끄거나 다시 켭니다.",
	"apihelp-echomute-param-type": "추가하거나 제거할 알림 미표시 목록 대상",
	"apihelp-echomute-param-mute": "알림 미표시 목록에 추가할 문서 또는 사용자",
	"apihelp-echomute-param-unmute": "알림 미표시 목록에서 제거할 문서 또는 사용자",
	"apihelp-echopushsubscriptions-summary": "현재 사용자의 푸시 구독을 관리합니다.",
	"apihelp-echopushsubscriptions-param-command": "수행할 작업입니다.",
	"apihelp-echopushsubscriptions+create-summary": "현재 사용자의 푸시 구독을 등록합니다.",
	"apihelp-echopushsubscriptions+create-param-provider": "토큰을 등록할 푸시 서비스 제공자입니다.",
	"apihelp-echopushsubscriptions+create-param-providertoken": "등록할 토큰입니다.",
	"apihelp-echopushsubscriptions+create-param-topic": "알림을 보낼 APNS 토픽 (앱 묶음 ID)입니다.",
	"apihelp-echopushsubscriptions+create-example": "현재 사용자의 푸시 구독을 등록합니다.",
	"apihelp-echopushsubscriptions+delete-summary": "현재 사용자 또는 다른 지정된 사용자의 푸시 구독의 등록을 취소합니다.",
	"apihelp-echopushsubscriptions+delete-param-providertoken": "등록을 취소할 푸시 구독과 관련된 토큰입니다.",
	"apihelp-echopushsubscriptions+delete-param-centraluserid": "구독 등록 취소와 관련된 통합 사용자 ID입니다.",
	"apihelp-echopushsubscriptions+delete-example": "현재 사용자의 푸시 구독을 등록 해제합니다.",
	"apihelp-query+notifications-summary": "현재 사용자를 기다리고 있는 알림을 가져옵니다.",
	"apihelp-query+notifications-param-prop": "상세한 요청 내용.",
	"apihelp-query+notifications-param-sections": "쿼리로의 알림 부분 (예를 들어 'alert'과 'message'의 어떤 조합).",
	"apihelp-query+notifications-param-groupbysection": "결과를 섹션별로 그룹화할지 여부입니다. 설정된 경우 각 섹션은 개별적으로 가져와집니다.",
	"apihelp-query+notifications-param-filter": "필터 알림 반환됨.",
	"apihelp-query+notifications-param-format": "지정된 경우, 알림이 이 형식으로 반환됩니다.",
	"apihelp-query+notifications-paramvalue-format-model": "원본 알림 데이터",
	"apihelp-query+notifications-paramvalue-format-special": "Special:Notifications 문서용 (전용입니다!) 으로 형식이 지정되었습니다. HTML 코드는 언제든지 변경될 수 있으므로 이에 의존하지 마세요.",
	"apihelp-query+notifications-paramvalue-format-flyout": "<span class=\"apihelp-deprecated\">구식임</span>. 원본 데이터의 경우 <kbd>$1format=model</kbd>을 사용하세요.",
	"apihelp-query+notifications-paramvalue-format-html": "<span class=\"apihelp-deprecated\">구식임</span>. 원본 데이터의 경우 <kbd>$1format=model</kbd>을 사용하세요.",
	"apihelp-query+notifications-param-limit": "반환할 최대 알림 수입니다.",
	"apihelp-query+notifications-param-wikis": "알림을 가져올 위키 목록 (기본값은 현재 위키만).",
	"apihelp-query+notifications-param-crosswikisummary": "참으로 설정하면 해외 위키에 대한 알림을 요약 알림에 포함시킵니다.",
	"apihelp-query+notifications-param-alertcontinue": "더 많은 경보 결과를 사용할 수 있을 때, 계속하려면 이것을 사용하세요.",
	"apihelp-query+notifications-param-unreadfirst": "읽지 않은 알림을 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).",
	"apihelp-query+notifications-param-alertunreadfirst": "읽지 않은 메시지 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).",
	"apihelp-query+notifications-param-messagecontinue": "더 많은 메시지 결과를 사용할 수 있을 때, 계속하려면 이것을 사용하세요.",
	"apihelp-query+notifications-param-messageunreadfirst": "읽지 않은 경보 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).",
	"apihelp-query+notifications-param-titles": "이 문서들의 알림만 반환합니다. 어떠한 문서에도 속하지 않은 알림을 받으려면 제목으로 []를 사용하세요.",
	"apihelp-query+notifications-param-bundle": "규칙을 묶는 알림 유형에 따라 묶음과 호환되는 읽지 않은 알림을 보여줄지의 여부.",
	"apihelp-query+notifications-param-notifiertypes": "알림을 반환할 알림 방식 유형입니다.",
	"apihelp-query+notifications-example-1": "웹 알림 리스트",
	"apihelp-query+notifications-example-2": "섹션별로 그룹화된, 갯수가 포함된 웹 알림 목록",
	"apihelp-query+notifications-example-3": "이메일 알림 목록",
	"apihelp-query+unreadnotificationpages-summary": "현재 사용자에게 읽지 않은 알림이 있는 문서를 가져옵니다.",
	"apihelp-query+unreadnotificationpages-param-grouppages": "토론 문서들을 주제 문서와 함께 그룹화하고, 문서와 연결되지 않은 알림들을 현재 사용자의 사용자 문서와 함께 그룹화합니다.",
	"apihelp-query+unreadnotificationpages-param-limit": "반환할 문서의 최대 수입니다.",
	"apihelp-query+unreadnotificationpages-param-wikis": "읽지 않은 알림 문서를 가져올 위키 목록입니다. (기본값으로는 현재 위키만)",
	"apihelp-query+unreadnotificationpages-example-1": "읽지 않은 알림이 있는 문서 목록 (알림 개수 포함)",
	"apihelp-echoarticlereminder-summary": "지정된 문서를 대한 향후 리마인더를 요청합니다",
	"apihelp-echoarticlereminder-param-pageid": "사용자에게 리마인드할 기사의 ID",
	"apihelp-echoarticlereminder-param-title": "사용자에게 리마인드할 기사의 제목",
	"apihelp-echoarticlereminder-param-timestamp": "사용자에게 리마인드를 보낼 시간의 타임스탬프",
	"apihelp-echoarticlereminder-param-comment": "리마인더에 포함될 선택적 사용자 댓글",
	"apihelp-echoarticlereminder-example-1": "댓글이 포함된, 내일 리마인더 알림이 있는 문서를 생성",
	"apihelp-echoarticlereminder-example-2": "댓글이 포함되지 않은, 내일 리마인더 알림이 있는 문서를 생성",
	"apiwarn-echo-deprecation-timestampformat": "여기서 사용되는 MW 타임스탬프 출력 형식은 구식입니다. 향후에는 출력 타임스탬프 형식으로 항상 ISO 8601이 사용될 예정입니다. 클라이언트에서 <var>timestampFormat</var>을 <kbd>ISO_8601</kbd>로 설정하세요.",
	"apiwarn-echo-deprecation-flyout": "<kbd>notformat=flyout</kbd>은 구식이며 곧 제거될 예정입니다. 원본 데이터를 얻기 위해서는 <kbd>notformat=model</kbd>을, 미리 렌더링된 HTML을 얻기 위해서는 <kbd>notformat=special</kbd>을 사용하세요.",
	"apiwarn-echo-deprecation-html": "<kbd>notformat=flyout</kbd>은 구식이며 곧 제거될 예정입니다. 대신 <kbd>notformat=special</kbd>을 사용하세요.",
	"apierror-echo-event-creation-failed": "Echo 이벤트를 만들 수 없습니다",
	"apierror-echo-push-token-exists": "제공된 토큰이 이미 데이터베이스에 존재합니다.",
	"apierror-echo-push-token-not-found": "제공된 토큰을 데이터베이스에서 찾을 수 없습니다.",
	"apierror-echo-push-too-many-subscriptions": "현재 사용자는 이미 허용된 최대 푸시 구독 수($1)를 등록했습니다.",
	"apierror-echo-push-topic-required": "이 공급자의 경우 topic 필드는 필수입니다."
}
