mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +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
25 lines
845 B
JSON
25 lines
845 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Edgars2007",
|
|
"Marozols",
|
|
"Papuass",
|
|
"Yyy"
|
|
]
|
|
},
|
|
"math_sample": "Šeit ievieto formulu",
|
|
"math_tip": "Matemātikas formula (LaTeX)",
|
|
"prefs-math": "Formulas",
|
|
"mw_math_png": "Vienmēr attēlot PNG",
|
|
"mw_math_source": "Saglabāt kā TeX (teksta pārlūkiem)",
|
|
"mw_math_mathjax": "MathJax (eksperimentāls)",
|
|
"mw_math_mathml": "MathML ar SVG alternatīvu (eksperimentāla iespēja)",
|
|
"math_failure": "Parsēšanas kļūda",
|
|
"math_unknown_error": "nezināma kļūda",
|
|
"math_unknown_function": "nezināma funkcija '$1'",
|
|
"math_lexing_error": "leksikas kļūda",
|
|
"math_syntax_error": "sintakses kļūda",
|
|
"math_image_error": "Kļūda konvertējot uz PNG formātu;\npārbaudi vai ir korekti uzinstalēti latex, dvips, gs, un convert",
|
|
"math-visualeditor-mwmathinspector-title": "Formula"
|
|
}
|