2014-03-28 09:48:15 +00:00
{
2015-08-01 09:06:41 +00:00
"@metadata" : {
2015-08-01 09:05:20 +00:00
"authors" : [
"Brion Vibber" ,
"Chad Horohoe" ,
"Ed Sanders" ,
"Frédéric Wang" ,
"Gabriel Wicke" ,
"Jack Phoenix" ,
"James D. Forrester" ,
"Matthew Flaschen" ,
"Moritz Schubotz" ,
"Raimond Spekking" ,
"Roan Kattouw" ,
"Sam Reed" ,
"Siebrand Mazeland" ,
"Yuki Shira"
]
2015-08-01 09:06:41 +00:00
} ,
"math-desc" : "Render mathematical formulas between <code><math></code> ... <code></math></code> tags" ,
2017-01-11 21:50:35 +00:00
"math-visualeditor-mwchemdialog-title" : "Chemical formula" ,
"math-visualeditor-mwcheminspector-title" : "Chemical formula" ,
"math-visualeditor-mwlatexcontextitem-quickedit" : "Quick edit" ,
"math-visualeditor-mwlatexdialog-card-formula" : "Formula" ,
"math-visualeditor-mwlatexdialog-card-options" : "Options" ,
"math-visualeditor-mwlatexinspector-display" : "Display" ,
"math-visualeditor-mwlatexinspector-display-block" : "Block" ,
"math-visualeditor-mwlatexinspector-display-default" : "Default" ,
"math-visualeditor-mwlatexinspector-display-inline" : "Inline" ,
"math-visualeditor-mwlatexinspector-id" : "Link ID (optional)" ,
2022-05-24 16:03:46 +00:00
"math-visualeditor-mwlatexinspector-qid" : "Wikibase ID (with Q prefix)" ,
2017-01-11 21:50:35 +00:00
"math-visualeditor-mwmathdialog-title" : "Math formula" ,
"math-visualeditor-symbol-group-chem-addition" : "Addition compounds" ,
"math-visualeditor-symbol-group-chem-aggregation" : "States of aggregation" ,
"math-visualeditor-symbol-group-chem-arrows" : "Reaction arrows" ,
"math-visualeditor-symbol-group-chem-brackets" : "Parenthesis, brackets & braces" ,
"math-visualeditor-symbol-group-chem-charges" : "Charges" ,
"math-visualeditor-symbol-group-chem-dots" : "Unpaired electrons & radical dots" ,
"math-visualeditor-symbol-group-chem-equations" : "Chemical equations" ,
"math-visualeditor-symbol-group-chem-formulae" : "Chemical formulae" ,
"math-visualeditor-symbol-group-chem-greek" : "Greek characters" ,
"math-visualeditor-symbol-group-chem-isotopes" : "Isotopes" ,
2017-02-22 19:49:45 +00:00
"math-visualeditor-symbol-group-chem-operators" : "Equation operators" ,
2017-01-11 21:50:35 +00:00
"math-visualeditor-symbol-group-chem-oxidation" : "Oxidation states" ,
"math-visualeditor-symbol-group-chem-precipitate" : "Precipitate and gas" ,
"math-visualeditor-symbol-group-chem-stoichiometric" : "Stoichiometric numbers" ,
"math-visualeditor-symbol-group-math-accents" : "Accents and diacritics" ,
"math-visualeditor-symbol-group-math-arrows" : "Arrows" ,
"math-visualeditor-symbol-group-math-bounds" : "Bounds" ,
"math-visualeditor-symbol-group-math-derivatives" : "Differentials and derivatives" ,
"math-visualeditor-symbol-group-math-functions" : "Standard numerical functions" ,
"math-visualeditor-symbol-group-math-geometry" : "Geometric" ,
"math-visualeditor-symbol-group-math-greek" : "Greek alphabet" ,
"math-visualeditor-symbol-group-math-hebrew" : "Hebrew alphabet" ,
"math-visualeditor-symbol-group-math-large" : "Large layouts" ,
"math-visualeditor-symbol-group-math-logic" : "Logic" ,
"math-visualeditor-symbol-group-math-matrices" : "Matrices" ,
"math-visualeditor-symbol-group-math-modular" : "Modular arithmetic" ,
"math-visualeditor-symbol-group-math-operators" : "Operators" ,
"math-visualeditor-symbol-group-math-parentheses" : "Parentheses" ,
"math-visualeditor-symbol-group-math-projections" : "Projections" ,
"math-visualeditor-symbol-group-math-relations" : "Relations" ,
"math-visualeditor-symbol-group-math-root" : "Radicals" ,
"math-visualeditor-symbol-group-math-sets" : "Sets" ,
"math-visualeditor-symbol-group-math-spacing" : "Spacing" ,
"math-visualeditor-symbol-group-math-special" : "Special" ,
"math-visualeditor-symbol-group-math-subscripts" : "Subscripts, superscripts and integrals" ,
"math-visualeditor-symbol-group-math-symbols" : "Symbols and constants" ,
"math-visualeditor-symbol-group-math-typefaces" : "Typefaces" ,
"math-visualeditor-symbol-group-math-unsorted" : "Unsorted" ,
2015-08-01 09:06:41 +00:00
"math_failure" : "Failed to parse" ,
"math_invalidjson" : "$1 server response is invalid JSON." ,
"math_invalidresponse" : "$1: Invalid response (\"$3\") from server \"$2\":" ,
"math_invalidxml" : "MathML or SVG is invalid XML." ,
"math_mathoid_error" : "Conversion error. Server (\"$1\") reported: \"$2\"" ,
2021-01-29 17:01:16 +00:00
"math-status-introduction" : "This page displays information about the enabled math rendering {{PLURAL:$1|mode|modes}}.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:" ,
2015-08-01 09:06:41 +00:00
"math_syntax_error" : "syntax error" ,
"math_timeout" : "$1 timeout from \"$2\"." ,
"math-test-end" : "Backend tests for rendering mode ''$1'' completed." ,
2015-08-01 09:13:41 +00:00
"math-test-fail" : "Test ''$1'' <span style=\"color:red\">failed</span>." ,
2015-08-01 09:06:41 +00:00
"math-test-start" : "Running backend tests for rendering mode ''$1''." ,
"math-test-success" : "Test ''$1'' <span style=\"color:green\">succeeded</span>." ,
2021-01-29 17:01:16 +00:00
"math-test-contains-diff" : "Returned string $1 does not contain expected string $2." ,
"math-test-equals-diff" : "Returned string $1 is different from expected string $2." ,
2016-06-03 15:42:59 +00:00
"math-tracking-category-error" : "Pages with math errors" ,
"math-tracking-category-error-desc" : "Pages in this category have errors in the usage of math tags." ,
2018-06-25 16:08:42 +00:00
"math-tracking-category-mhchem-deprecation" : "Pages that use a deprecated format of the chem tags" ,
"math-tracking-category-mhchem-deprecation-desc" : "Pages in this category use a deprecated format of the chem tags" ,
2020-03-30 19:50:50 +00:00
"math-tracking-category-texvc-deprecation" : "Pages that use a deprecated format of the math tags" ,
"math-tracking-category-texvc-deprecation-desc" : "Pages in this category use a deprecated format of the math tags" ,
2017-08-15 14:19:41 +00:00
"math-tracking-category-render-error" : "Pages with math render errors" ,
"math-tracking-category-render-error-desc" : "Pages in this category have rendering errors in the math tags." ,
2015-08-01 09:06:41 +00:00
"math_unknown_error" : "unknown error" ,
"math_unknown_function" : "unknown function \"$1\"" ,
"mw_math_latexml" : "LaTeXML (experimental; uses MathML)" ,
2022-06-08 18:18:53 +00:00
"mw_math_mathml" : "SVG with PNG fallback (MathML can be enabled via browser plugin)" ,
2015-08-01 09:06:41 +00:00
"mw_math_png" : "PNG images" ,
2016-01-14 10:00:29 +00:00
"mw_math_source" : "LaTeX source (for text browsers)" ,
2015-08-01 09:06:41 +00:00
"prefs-math" : "Math" ,
2016-01-14 09:57:19 +00:00
"mathstatus" : "Math status" ,
2019-07-19 20:46:20 +00:00
"mathwikibase" : "Math Formula Information" ,
2016-01-14 09:57:19 +00:00
"datatypes-type-math" : "Mathematical expression" ,
"wikibase-listdatatypes-math-head" : "Mathematical expression" ,
2019-07-19 20:46:20 +00:00
"wikibase-listdatatypes-math-body" : "Literal data field for mathematical expressions, formula, equations and such, expressed in a variant of LaTeX." ,
"math-wikibase-header" : "Information of Mathematical Items" ,
"math-wikibase-formula" : "Formula" ,
"math-wikibase-formula-name" : "Name" ,
"math-wikibase-formula-type" : "Type" ,
"math-wikibase-formula-header-format" : "'''$1:''' $2" ,
"math-wikibase-formula-description" : "Description" ,
"math-wikibase-formula-information" : "Math Formula Information" ,
"math-wikibase-formula-link-header" : "Data Source" ,
2019-11-18 17:07:54 +00:00
"math-wikibase-formula-elements-header" : "Elements of the Formula" ,
2019-07-19 20:46:20 +00:00
"math-wikibase-special-form-header" : "Specify the name of the formula:" ,
"math-wikibase-special-form-placeholder" : "Title of the formula" ,
"math-wikibase-special-form-button" : "Request Information" ,
"math-wikibase-special-error-header" : "Error" ,
"math-wikibase-special-error-invalid-argument" : "Your specified Wikibase item ID does not exist." ,
2020-09-10 16:46:41 +00:00
"math-wikibase-special-error-unknown" : "An unknown error occurred while fetching data from Wikibase." ,
2019-11-21 12:13:09 +00:00
"math-wikibase-special-error-no-wikibase" : "The Wikibase extension is required in order to use this special page."
2014-10-16 17:16:59 +00:00
}