mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
bfa7f5112f
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
41 lines
2.1 KiB
JSON
41 lines
2.1 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Justincheng12345",
|
||
"Liangent",
|
||
"Liuxinyu970226",
|
||
"Mark85296341",
|
||
"Simon Shek",
|
||
"Cwlin0416"
|
||
]
|
||
},
|
||
"math-desc": "在<code><math></code>...<code></math></code>標籤間生成數學公式",
|
||
"math_sample": "在此插入數學公式",
|
||
"math_tip": "插入數學公式 (LaTeX)",
|
||
"prefs-math": "數學公式",
|
||
"mw_math_png": "永遠使用PNG圖片",
|
||
"mw_math_source": "顯示TeX代碼 (供文字瀏覽器使用)",
|
||
"mw_math_mathjax": "MathJax (實驗性)",
|
||
"mw_math_mathml": "MathML 與備選 SVG (試驗中)",
|
||
"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_output_error": "無法在檔案系統上儲存數學圖像。",
|
||
"math_timeout": "\"$2\" 的 $1 逾時。",
|
||
"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": "視覺化編輯器公式編輯"
|
||
}
|