mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
485267baaa
Change-Id: I9a395f9b2c404e40ad5976422e9b07f68b650771
51 lines
2.8 KiB
JSON
51 lines
2.8 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Hzy980512",
|
||
"Liuxinyu970226",
|
||
"Xiaomingyan",
|
||
"Yfdyh000",
|
||
"乌拉跨氪"
|
||
]
|
||
},
|
||
"math-desc": "在<code><math></code>...<code></math></code>标签间生成数学公式",
|
||
"math-preference-mwmathinspector-description": "在正式发布前,将创建和编辑数学公式的测试功能加入可视化编辑器。请务必在保存前检查使用测试功能作出的更改。",
|
||
"math-preference-mwmathinspector-label": "可视化编辑器公式编辑",
|
||
"math-visualeditor-mwmathinspector-display": "显示",
|
||
"math-visualeditor-mwmathinspector-display-block": "块",
|
||
"math-visualeditor-mwmathinspector-display-default": "默认",
|
||
"math-visualeditor-mwmathinspector-display-inline": "行内",
|
||
"math-visualeditor-mwmathinspector-id": "链接ID(可选)",
|
||
"math-visualeditor-mwmathinspector-title": "公式",
|
||
"math_bad_output": "无法写入或建立数学公式输出目录",
|
||
"math_bad_tmpdir": "无法写入或建立数学公式临时目录",
|
||
"math_failure": "解析失败",
|
||
"math_image_error": "PNG转换失败;检查latex和dvipng(或dvips + gs + convert)是否正确安装",
|
||
"math_invalidjson": "$1服务器响应的JSON无效。",
|
||
"math_invalidresponse": "$1:从服务器“$2”返回无效的响应(“$3”):",
|
||
"math_invalidxml": "MathML或SVG是无效的XML。",
|
||
"math_lexing_error": "句法错误",
|
||
"math_mathoid_error": "转换错误。服务器(“$1”)报告:“$2”",
|
||
"math_notexvc": "<code>texvc</code>执行文件遗失;请参照math/README进行配置。",
|
||
"math_output_error": "无法在文件系统上存储数学图像。",
|
||
"math_sample": "在此插入数学公式",
|
||
"math-status-introduction": "此页面显示有关已启用的数学渲染模式的信息。\n\n以下渲染{{PLURAL:$1|模式}}已起用:",
|
||
"math_syntax_error": "语法错误",
|
||
"math_timeout": "$1自“$2”起超时",
|
||
"math-test-end": "用于渲染模式“$1”的后端测试已完成。",
|
||
"math-test-fail": "测试“$1”<span style=\"color:red\">失败</span>。",
|
||
"math-test-start": "用于渲染模式“$1”的后端测试正在运行。",
|
||
"math-test-success": "测试“$1”<span style=\"color:green\">完成</span>。",
|
||
"math_tip": "插入数学公式 (LaTeX)",
|
||
"math_unknown_error": "未知错误",
|
||
"math_unknown_function": "未知函数“$1”",
|
||
"mw_math_latexml": "LaTeXML(试验中,使用MathML)",
|
||
"mw_math_latexml_jax": "带客户端MathJax的LaTeXML(实验中;使用MathML)",
|
||
"mw_math_mathjax": "客户端MathJax(慢;改进一些浏览器和辅助工具的渲染)",
|
||
"mw_math_mathml": "带SVG或PNG备选的MathML(建议用于现代的浏览器和辅助工具)",
|
||
"mw_math_png": "PNG图片",
|
||
"mw_math_source": "TeX源(用于文字浏览器)",
|
||
"prefs-math": "数学公式",
|
||
"mathstatus": "数学状态"
|
||
}
|