Math/i18n/ja.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

41 lines
2.5 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": [
"Ant176",
"Eseki",
"Fryed-peach",
"Ohgi",
"Shirayuki",
"Whym",
"青子守歌"
]
},
"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": "可能であれば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_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": "ビジュアルエディターでの数式の編集"
}