mediawiki-extensions-Visual.../modules/ve/i18n/ko.json
Roan Kattouw f462ea5bb0 Convert all i18n to JSON blobs
Split the i18n messages into four groups:
* oojs-ui (moved to the oojs-ui repo in a separate commit)
* VE core
* VE-MW (MediaWiki-specific things)
* VE-WMF (Wikimedia-specific things)

The VE-WMF group is new, and we'll split WMF-specific code out into
it later, for now it's just messages associated with that code.

Each language has its own JSON file at modules/MODULE/i18n/LANG.json

Kept messages in VisualEditor.i18n.php as the master copy, because
TranslateWiki can't deal with the JSON files just yet. Added a script
to rebuild the JSON files from the PHP file.

Change-Id: I94e084b2f10994f41324fd08a05ff7f8391ea2eb
2013-12-09 10:52:01 -08:00

52 lines
2.6 KiB
JSON

{
"@metadata": {
"authors": [
"Freebiekr",
"Hym411",
"Kwj2772",
"LFM",
"아라"
]
},
"visualeditor": "시각편집기",
"visualeditor-aliennode-tooltip": "죄송합니다, 이 요소는 지금은 원본 모드에서만 편집할 수 있습니다.",
"visualeditor-annotationbutton-bold-tooltip": "굵은 글씨",
"visualeditor-annotationbutton-code-tooltip": "컴퓨터 코드",
"visualeditor-annotationbutton-italic-tooltip": "기울인 글씨",
"visualeditor-annotationbutton-language-tooltip": "언어",
"visualeditor-annotationbutton-link-tooltip": "링크",
"visualeditor-annotationbutton-strikethrough-tooltip": "취소선",
"visualeditor-annotationbutton-subscript-tooltip": "아래 첨자",
"visualeditor-annotationbutton-superscript-tooltip": "위 첨자",
"visualeditor-annotationbutton-underline-tooltip": "밑줄",
"visualeditor-clearbutton-tooltip": "서식 지우기",
"visualeditor-dialog-action-apply": "바뀜 적용",
"visualeditor-dialog-action-cancel": "취소",
"visualeditor-dialog-action-goback": "돌아가기",
"visualeditor-formatdropdown-format-heading1": "1단계 문단 제목",
"visualeditor-formatdropdown-format-heading2": "2단계 문단 제목",
"visualeditor-formatdropdown-format-heading3": "3단계 문단 제목",
"visualeditor-formatdropdown-format-heading4": "4단계 문단 제목",
"visualeditor-formatdropdown-format-heading5": "5단계 문단 제목",
"visualeditor-formatdropdown-format-heading6": "6단계 문단 제목",
"visualeditor-formatdropdown-format-paragraph": "문단",
"visualeditor-formatdropdown-format-preformatted": "서식 지정",
"visualeditor-formatdropdown-title": "서식 바꾸기",
"visualeditor-help-tool": "도움말",
"visualeditor-historybutton-redo-tooltip": "다시 실행",
"visualeditor-historybutton-undo-tooltip": "실행 취소",
"visualeditor-indentationbutton-indent-tooltip": "들여쓰기 높이기",
"visualeditor-indentationbutton-outdent-tooltip": "들여쓰기 낮추기",
"visualeditor-inspector-close-tooltip": "닫기",
"visualeditor-inspector-remove-tooltip": "제거",
"visualeditor-languages-tool": "언어",
"visualeditor-languageinspector-title": "언어",
"visualeditor-languageinspector-widget-label-direction": "입력 방향",
"visualeditor-languageinspector-widget-label-langcode": "언어 코드",
"visualeditor-languageinspector-block-tooltip-rtldirection": ": 우횡서(오른쪽에서 왼쪽으로)",
"visualeditor-linkinspector-title": "하이퍼링크",
"visualeditor-listbutton-bullet-tooltip": "점 목록",
"visualeditor-listbutton-number-tooltip": "숫자 목록",
"visualeditor-version-label": "버전"
}