mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 10:26:37 +00:00
f462ea5bb0
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
62 lines
2.6 KiB
JSON
62 lines
2.6 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Demmy",
|
|
"Anakmalaysia",
|
|
"Bencmq",
|
|
"Hydra",
|
|
"Hzy980512",
|
|
"Liangent",
|
|
"Liuxinyu970226",
|
|
"Qiyue2001",
|
|
"Shirayuki",
|
|
"Shizhao",
|
|
"TianyinLee",
|
|
"Xiaomingyan",
|
|
"Yfdyh000",
|
|
"Zhangjintao",
|
|
"乌拉跨氪"
|
|
]
|
|
},
|
|
"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": "版本"
|
|
}
|