Math/i18n/zh-hans.json
Frédéric Wang bfa7f5112f Remove the "best for most browsers" comment for the MathJax mode.
This is a subjective comment that was not true for everybody (trade-off
between speed & quality). Moreover, this is now an orthogonal option to enable
MathJax client-side rather than a separate rendering mode per se, so it is
confusing to compare it against the other modes. The "recommended" mode in the
future is likely to become MathML + SVG fallback (which instead uses MathJax
server-side) ; but it's probably best to keep neutral regarding the user's
preferences.

Change-Id: I5c6ff7c95cded4f06f6bfdef43dbe190e42a2968
2014-08-24 14:29:03 +02:00

40 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Hzy980512",
"Liuxinyu970226",
"Xiaomingyan",
"Yfdyh000",
"乌拉跨氪"
]
},
"math-desc": "在<code>&lt;math&gt;</code>...<code>&lt;/math&gt;</code>标签间生成数学公式",
"math_sample": "在此插入数学公式",
"math_tip": "插入数学公式 LaTeX",
"prefs-math": "数学公式",
"mw_math_png": "始终生成PNG",
"mw_math_source": "显示为TeX代码适用于文字浏览器",
"mw_math_mathjax": "MathJax试验中",
"mw_math_mathml": "带SVG备选的MathML试验中",
"mw_math_latexml": "LaTeXML试验中使用MathML",
"math_failure": "解析失败",
"math_unknown_error": "未知错误",
"math_unknown_function": "未知函数'$1'",
"math_lexing_error": "句法错误",
"math_syntax_error": "语法错误",
"math_image_error": "PNG转换失败检查latex和dvipng或dvips + gs + convert是否正确安装",
"math_bad_tmpdir": "无法写入或建立数学公式临时目录",
"math_bad_output": "无法写入或建立数学公式输出目录",
"math_notexvc": "<code>texvc</code>执行文件遗失请参照math/README进行配置。",
"math_notexvccheck": "<code>texvccheck</code> 可执行文件缺失;请查阅 math/README 进行配置。",
"math_output_error": "无法在文件系统上存储数学图像。",
"math_timeout": "$1自“$2”起超时",
"math_invalidresponse": "$1从服务器“$2”返回无效的响应“$3”",
"math_invalidxml": "MathML是无效的XML。",
"math_invalidjson": "$1服务器响应的JSON无效。",
"math_xmlversion": "警告XML类型检查被跳过请检查您所安装的MediaWiki版本是否是wmf/1.22wmf7或更高。",
"math-visualeditor-mwmathinspector-title": "公式",
"math-preference-mwmathinspector-description": "在正式发布前,将创建和编辑数学公式的测试功能加入可视化编辑器。请务必在保存前检查使用测试功能作出的更改。",
"math-preference-mwmathinspector-label": "可视化编辑器公式编辑"
}