mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
6d00265c59
Change-Id: I5f006c4a934a6f80e51c7007816795b3619c72b6
38 lines
3.1 KiB
JSON
38 lines
3.1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Hwangjy9",
|
|
"Priviet",
|
|
"Revi",
|
|
"Ykhwong",
|
|
"아라"
|
|
]
|
|
},
|
|
"apihelp-echomarkread-description": "현재 사용자의 알림을 읽은 것으로 표시",
|
|
"apihelp-echomarkread-summary": "현재 사용자의 알림을 읽은 것으로 표시합니다.",
|
|
"apihelp-echomarkread-param-list": "읽은 것으로 표시할 알림 ID의 목록.",
|
|
"apihelp-echomarkread-param-unreadlist": "읽지 않은 것으로 처리할 알림 ID의 목록.",
|
|
"apihelp-echomarkread-param-all": "설정되어 있다면, 모든 사용자의 알림을 읽은 것으로 표시합니다.",
|
|
"apihelp-echomarkread-param-sections": "읽은 것으로 표시할 문단의 목록.",
|
|
"apihelp-echomarkread-example-1": "알림 8을 읽은 것으로 표시",
|
|
"apihelp-echomarkread-example-2": "모든 알림을 읽은 것으로 표시",
|
|
"apihelp-echomarkread-example-3": "알림 1을 읽지 않은 것으로 표시",
|
|
"apihelp-echomarkseen-description": "이 사용자가 알림을 본 것으로 표시.",
|
|
"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-query+notifications-description": "현재 사용자를 기다리고 있는 알림을 얻어옵니다.",
|
|
"apihelp-query+notifications-summary": "현재 사용자를 기다리고 있는 알림을 가져옵니다.",
|
|
"apihelp-query+notifications-param-prop": "상세한 요청 내용.",
|
|
"apihelp-query+notifications-param-sections": "쿼리로의 알림 부분 (예를 들어 'alert'과 'message'의 어떤 조합).",
|
|
"apihelp-query+notifications-param-filter": "필터 알림 반환됨.",
|
|
"apihelp-query+notifications-param-alertcontinue": "더 많은 경보 결과를 사용할 수 있을 때, 계속하려면 이것을 사용합니다.",
|
|
"apihelp-query+notifications-param-messageunreadfirst": "읽지 않은 경보 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).",
|
|
"apihelp-query+notifications-param-titles": "이 문서들의 알림만 반환합니다. 어떠한 문서에도 속하지 않은 알림을 받으려면 제목으로 []를 사용하세요.",
|
|
"apihelp-query+notifications-param-bundle": "규칙을 묶는 알림 유형에 따라 묶음과 호환되는 읽지 않은 알림을 보여줄지의 여부.",
|
|
"apihelp-query+notifications-example-1": "알림 리스트",
|
|
"apihelp-query+unreadnotificationpages-param-wikis": "읽지 않은 알림 문서를 가져올 위키 목록입니다. (기본값으로는 현재 위키만)",
|
|
"apierror-echo-event-creation-failed": "Echo 이벤트를 만들 수 없습니다"
|
|
}
|