Math/i18n/zh-hans.json

37 lines
2.1 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_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": "texvc执行文件遗失请参照math/README进行配置。",
"math_notexvccheck": "texvccheck 可执行文件缺失;请查阅 math/README 进行配置。",
"math_output_error": "无法在文件系统上存储数学图像。",
"math_latexml_timeout": "从'$1'的LaTeXML超时",
"math_latexml_invalidresponse": "LaTeXML从服务器“$1”返回无效的响应“$2”",
"math_latexml_invalidxml": "LaTeXML MathML是无效的XML。",
"math_latexml_invalidjson": "LaTeXML服务器响应是无效的JSON。",
"math_latexml_xmlversion": "警告XML类型检查被跳过请检查您所安装的MediaWiki版本是否wmf/1.22wmf7或更高。",
"math-visualeditor-mwmathinspector-title": "公式",
"math-preference-mwmathinspector-description": "给可视化编辑器添加创建和编辑编辑数学公式的试验功能支持,用于正式发布前的测试。当使用实验功能时,请始终在保存前检查你的更改。",
"math-preference-mwmathinspector-label": "可视化编辑器公式编辑"
}