summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/i18n/ko.json')
-rw-r--r--CommentStreams/i18n/ko.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/CommentStreams/i18n/ko.json b/CommentStreams/i18n/ko.json
index 60638140..da81009c 100644
--- a/CommentStreams/i18n/ko.json
+++ b/CommentStreams/i18n/ko.json
@@ -8,24 +8,25 @@
"commentstreams-error-prohibitedaction": "$1 동작은 댓글 문서에서 허용되지 않습니다.",
"commentstreams-error-comment-on-deleted-page": "이 댓글이 속하는 문서가 삭제되었습니다.",
"commentstreams-author-anonymous": "익명",
- "apihelp-csQueryComment-description": "댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid 또는 title을 지정해야 합니다.",
- "apihelp-csQueryComment-summary": "댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid나 title을 지정해야 합니다.",
- "apihelp-csDeleteComment-description": "댓글을 삭제합니다. pageid 또는 title을 지정해야 합니다.",
- "apihelp-csDeleteComment-summary": "댓글을 삭제합니다. pageid나 title을 지정해야 합니다.",
- "apihelp-csDeleteComment-pageid-example": "문서 ID 3의 댓글 삭제",
- "apihelp-csPostComment-description": "새로운 댓글을 게시합니다.",
- "apihelp-csPostComment-summary": "새 댓글을 게시합니다.",
- "apihelp-csPostComment-param-commenttitle": "댓글의 선택적 제목입니다.",
- "apihelp-csPostComment-param-associatedid": "이 댓글이 속한 문서.",
- "apihelp-csEditComment-description": "기존의 댓글을 편집합니다. pageid 또는 title을 지정해야 합니다.",
- "apihelp-csEditComment-param-wikitext": "댓글의 위키텍스트입니다.",
- "apihelp-csVote-description": "댓글에 투표(찬성, 반대, 중립)합니다.",
- "apihelp-csVote-summary": "댓글에 투표(찬성, 반대, 중립)합니다.",
- "apihelp-csVote-param-vote": "투표 (1, -1, 0).",
- "apihelp-csVote-pageid-example": "문서 ID 3의 댓글에 투표",
- "apihelp-csWatch-description": "답변을 받으면 알림을 받을 댓글을 주시합니다",
- "apihelp-csUnwatch-description": "응답을 받을 때 더 이상 알림을 받지 않도록 댓글의 주시를 해제합니다",
- "apihelp-csUnwatch-pageid-example": "문서 ID 3의 댓글의 주시를 해제합니다",
+ "apihelp-csquerycomment-description": "댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid 또는 title을 지정해야 합니다.",
+ "apihelp-csquerycomment-summary": "댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid나 title을 지정해야 합니다.",
+ "apihelp-csdeletecomment-description": "댓글을 삭제합니다. pageid 또는 title을 지정해야 합니다.",
+ "apihelp-csdeletecomment-summary": "댓글을 삭제합니다. pageid나 title을 지정해야 합니다.",
+ "apihelp-csdeletecomment-pageid-example": "문서 ID 3의 댓글 삭제",
+ "apihelp-cspostcomment-description": "새로운 댓글을 게시합니다.",
+ "apihelp-cspostcomment-summary": "새 댓글을 게시합니다.",
+ "apihelp-cspostcomment-param-commenttitle": "댓글의 선택적 제목입니다.",
+ "apihelp-cspostcomment-param-wikitext": "댓글의 위키텍스트입니다.",
+ "apihelp-cspostcomment-param-associatedid": "이 댓글이 속한 문서.",
+ "apihelp-cseditcomment-description": "기존의 댓글을 편집합니다. pageid 또는 title을 지정해야 합니다.",
+ "apihelp-csvote-description": "댓글에 투표(찬성, 반대, 중립)합니다.",
+ "apihelp-csvote-summary": "댓글에 투표(찬성, 반대, 중립)합니다.",
+ "apihelp-csvote-param-vote": "투표 (1, -1, 0).",
+ "apihelp-csvote-pageid-example": "문서 ID 3의 댓글에 투표",
+ "apihelp-cswatch-description": "답변을 받으면 알림을 받을 댓글을 주시합니다",
+ "apihelp-csunwatch-description": "응답을 받을 때 더 이상 알림을 받지 않도록 댓글의 주시를 해제합니다",
+ "apihelp-csunwatch-pageid-example": "문서 ID 3의 댓글의 주시를 해제합니다",
+ "commentstreams-api-error-invalid": "유효하지 않은 API 응답입니다.",
"commentstreams-api-error-notloggedin": "로그인해야 합니다.",
"commentstreams-api-error-commentnotfound": "요청하신 댓글을 찾을 수 없습니다.",
"commentstreams-api-error-notacomment": "지정된 문서 ID는 유효한 댓글을 참조하지 않습니다.",