mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-24 15:13:34 +00:00
47bbee9847
Change-Id: Ib0bd8df222d8dd7ce48846fdac5ae58937e7d98b
24 lines
814 B
JSON
24 lines
814 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Albamhandae",
|
|
"Keysuck",
|
|
"Klutzy",
|
|
"Kwj2772",
|
|
"Revi",
|
|
"ToePeu",
|
|
"아라"
|
|
]
|
|
},
|
|
"inputbox-desc": "사전 정의된 HTML 양식을 포함할 수 있습니다",
|
|
"inputbox-error-no-type": "만드려는 입력 상자의 종류를 지정하지 않았습니다.",
|
|
"inputbox-error-bad-type": "\"$1\" 입력 상자 종류는 정의되어 있지 않습니다.\n\"create\", \"comment\", \"search\", \"search2\"나 \"fulltext\" 중 하나를 지정하세요.",
|
|
"inputbox-tryexact": "일치하는 항목 찾기",
|
|
"inputbox-searchfulltext": "전체 글 검색",
|
|
"inputbox-createarticle": "문서 만들기",
|
|
"inputbox-movearticle": "문서 이동",
|
|
"inputbox-postcomment": "새 문단",
|
|
"inputbox-postcommenttitle": "새 문단",
|
|
"inputbox-ns-main": "문서"
|
|
}
|