mediawiki-extensions-Visual.../modules/ve/i18n/zh-hant.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

59 lines
2.5 KiB
JSON

{
"@metadata": {
"authors": [
"Anakmalaysia",
"Ch.Andrew",
"Hydra",
"Justincheng12345",
"Liflon",
"Liuxinyu970226",
"Qiyue2001",
"Radish10cm",
"Shirayuki",
"Simon Shek",
"Spring Roll Conan",
"Waihorace"
]
},
"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": "版本"
}