Math/i18n/en.json
Thalia 6e73aaf86c Make math dialog with clickable list of formula fragments
The main components are:
- a menu of formula fragment buttons
- an ace editor text input into which LaTeX commands are
inserted on clicking the buttons
- a preview of the formula

The deviations from the draft design (full-width menu,
smaller buttons, dialog is 'larger' instead of 'large')
are so that more buttons can be seen at once.

Depends on Ia0f46da2d4 in ve-mw
Depends on Ib75fb7b087 in ve-mw
Depends on I758f90abb9 in ve-mw
Depends on Ibcd941d938 in CodeEditor
Depends on Ie814f59086 in oojs-ui
Depends on If540670bf2 in oojs-ui
Depends on I5f70f133b7 in ve core

Bug: T114163
Bug: T118617
Bug: T118618
Change-Id: I96d4b72f2e49ad3f43a2e5c71f0d348fdfb35503
2015-11-23 16:30:38 -08:00

87 lines
4.5 KiB
JSON

{
"@metadata": {
"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"
]
},
"math-desc": "Render mathematical formulas between <code>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code> tags",
"math-visualeditor-mwmathdialog-title": "Formula",
"math-visualeditor-mwmathdialog-card-formula": "Formula",
"math-visualeditor-mwmathdialog-card-options": "Options",
"math-visualeditor-mwmathinspector-display": "Display",
"math-visualeditor-mwmathinspector-display-block": "Block",
"math-visualeditor-mwmathinspector-display-default": "Default",
"math-visualeditor-mwmathinspector-display-inline": "Inline",
"math-visualeditor-mwmathinspector-id": "Link ID (optional)",
"math-visualeditor-mwmathinspector-title": "Formula",
"math-visualeditor-symbol-group-accents": "Accents and diacritics",
"math-visualeditor-symbol-group-arrows": "Arrows",
"math-visualeditor-symbol-group-bounds": "Bounds",
"math-visualeditor-symbol-group-derivatives": "Differentials and derivatives",
"math-visualeditor-symbol-group-functions": "Standard numerical functions",
"math-visualeditor-symbol-group-geometry": "Geometric",
"math-visualeditor-symbol-group-greek": "Greek alphabet",
"math-visualeditor-symbol-group-hebrew": "Hebrew alphabet",
"math-visualeditor-symbol-group-large": "Large layouts",
"math-visualeditor-symbol-group-logic": "Logic",
"math-visualeditor-symbol-group-matrices": "Matrices",
"math-visualeditor-symbol-group-modular": "Modular arithmetic",
"math-visualeditor-symbol-group-operators": "Operators",
"math-visualeditor-symbol-group-projections": "Projections",
"math-visualeditor-symbol-group-parentheses": "Parentheses",
"math-visualeditor-symbol-group-relations": "Relations",
"math-visualeditor-symbol-group-root": "Radicals",
"math-visualeditor-symbol-group-sets": "Sets",
"math-visualeditor-symbol-group-spacing": "Spacing",
"math-visualeditor-symbol-group-special": "Special",
"math-visualeditor-symbol-group-subscripts": "Subscripts, superscripts and integrals",
"math-visualeditor-symbol-group-symbols": "Symbols and constants",
"math-visualeditor-symbol-group-typefaces": "Typefaces",
"math-visualeditor-symbol-group-unsorted": "Unsorted",
"math_bad_output": "Cannot write to or create math output directory",
"math_bad_tmpdir": "Cannot write to or create math temp directory",
"math_failure": "Failed to parse",
"math_image_error": "PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)",
"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_lexing_error": "lexing error",
"math_mathoid_error": "Conversion error. Server (\"$1\") reported: \"$2\"",
"math_notexvc": "Missing <code>texvc</code> executable. Please see math/README to configure.",
"math_output_error": "Cannot store math image on filesystem.",
"math_sample": "Insert formula here",
"math-status-introduction" : "This page displays information about the enabled math rendering modes.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:",
"math_syntax_error": "syntax error",
"math_timeout": "$1 timeout from \"$2\".",
"math-test-end": "Backend tests for rendering mode ''$1'' completed.",
"math-test-fail": "Test ''$1'' <span style=\"color:red\">failed</span>.",
"math-test-start": "Running backend tests for rendering mode ''$1''.",
"math-test-success": "Test ''$1'' <span style=\"color:green\">succeeded</span>.",
"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.",
"math_tip": "Mathematical formula (LaTeX)",
"math_unknown_error": "unknown error",
"math_unknown_function": "unknown function \"$1\"",
"mw_math_latexml": "LaTeXML (experimental; uses MathML)",
"mw_math_latexml_jax": "LaTeXML with client-side MathJax (experimental; uses MathML)",
"mw_math_mathjax": "Client-side MathJax (slow; improves rendering on some browsers and accessibility tools)",
"mw_math_mathml": "MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)",
"mw_math_png": "PNG images",
"mw_math_source": "TeX source (for text browsers)",
"prefs-math": "Math",
"mathstatus": "Math status"
}