mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iee7c21a180bacfcc64b47efe1de4608f3e91bcd8
This commit is contained in:
parent
b6cb7ff1ec
commit
a5fb417591
|
@ -64,11 +64,12 @@
|
||||||
"math-visualeditor-symbol-group-math-typefaces": "Schriftarten",
|
"math-visualeditor-symbol-group-math-typefaces": "Schriftarten",
|
||||||
"math-visualeditor-symbol-group-math-unsorted": "Unsortiert",
|
"math-visualeditor-symbol-group-math-unsorted": "Unsortiert",
|
||||||
"math-form-tex-label": "Benutzerdefinierte TeX-Eingabe",
|
"math-form-tex-label": "Benutzerdefinierte TeX-Eingabe",
|
||||||
"math-form-tex-help": "Teste mit deiner eigenen TeX-Eingabe. Weitere Hilfe findest du unter [[wp:MATH]].",
|
"math-form-tex-help": "Teste mit deiner eigenen TeX-Eingabe. Weitere Hilfe findest du unter auf der [[{{int:math-helppage}}|Hilfeseite]].",
|
||||||
"math-form-type-label": "Art der Eingabe",
|
"math-form-type-label": "Art der Eingabe",
|
||||||
"math-form-type-tex": "tex (normale Eingabe)",
|
"math-form-type-tex": "tex (normale Eingabe)",
|
||||||
"math-form-type-chem": "chem (Eingabe mit Chemieunterstützung; z. B. <code dir=\"ltr\">\\ce{H20}</code> für Wasser)",
|
"math-form-type-chem": "chem (Eingabe mit Chemieunterstützung; z. B. <code dir=\"ltr\">\\ce{H20}</code> für Wasser)",
|
||||||
"math-form-display-label": "Mathe-Anzeigemodus",
|
"math-form-display-label": "Mathe-Anzeigemodus",
|
||||||
|
"math-helppage": "Help:Anzeigen einer Formel",
|
||||||
"math_failure": "Fehler beim Parsen",
|
"math_failure": "Fehler beim Parsen",
|
||||||
"math_invalidjson": "$1 Serverantwort ist ungültiges JSON.",
|
"math_invalidjson": "$1 Serverantwort ist ungültiges JSON.",
|
||||||
"math_invalidresponse": "$1: Ungültige Antwort („$3“) von Server „$2“:",
|
"math_invalidresponse": "$1: Ungültige Antwort („$3“) von Server „$2“:",
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"math-desc": "Fremstill matematiske formler inne i taggparet <code><math></code> ... <code></math></code>",
|
"math-desc": "Fremstill matematiske formler inne i taggparet <code><math></code> ... <code></math></code>",
|
||||||
|
"popups-settings-option-math": "Matte",
|
||||||
|
"popups-settings-option-math-description": "Forklar matematiske formler.",
|
||||||
|
"popups-settings-option-math-tooltip": "Forklar matematiske formler når man holder musen over dem.",
|
||||||
"math-visualeditor-mwchemdialog-title": "Kjemisk formel",
|
"math-visualeditor-mwchemdialog-title": "Kjemisk formel",
|
||||||
"math-visualeditor-mwlatexcontextitem-quickedit": "Hurtigredigering",
|
"math-visualeditor-mwlatexcontextitem-quickedit": "Hurtigredigering",
|
||||||
"math-visualeditor-mwlatexdialog-card-formula": "Formel",
|
"math-visualeditor-mwlatexdialog-card-formula": "Formel",
|
||||||
|
@ -61,6 +64,12 @@
|
||||||
"math-visualeditor-symbol-group-math-symbols": "Symboler og konstanter",
|
"math-visualeditor-symbol-group-math-symbols": "Symboler og konstanter",
|
||||||
"math-visualeditor-symbol-group-math-typefaces": "Skrifttyper",
|
"math-visualeditor-symbol-group-math-typefaces": "Skrifttyper",
|
||||||
"math-visualeditor-symbol-group-math-unsorted": "Usortert",
|
"math-visualeditor-symbol-group-math-unsorted": "Usortert",
|
||||||
|
"math-form-tex-label": "Egendefinert TeX-inndata",
|
||||||
|
"math-form-tex-help": "Test med dine egne TeX-inndata. Se [[wp:MATH]] for mer hjelp.",
|
||||||
|
"math-form-type-label": "Inndatatype",
|
||||||
|
"math-form-type-tex": "tex (normale inndata)",
|
||||||
|
"math-form-type-chem": "chem (inndata med kjemisk støtte; f.eks. <code dir=\"ltr\">\\ce{H20}</code> for vann)",
|
||||||
|
"math-form-display-label": "Mattevisningsmodus",
|
||||||
"math_failure": "Feil i matematikken",
|
"math_failure": "Feil i matematikken",
|
||||||
"math_invalidjson": "Svaret fra $1-tjeneren er ugyldig JSON.",
|
"math_invalidjson": "Svaret fra $1-tjeneren er ugyldig JSON.",
|
||||||
"math_invalidresponse": "$1: Ugyldig respons («$3») fra tjeneren «$2»:",
|
"math_invalidresponse": "$1: Ugyldig respons («$3») fra tjeneren «$2»:",
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"math-desc": "Izris matematičnih formul med oznakama <code><math></code> in <code></math></code>",
|
"math-desc": "Izris matematičnih formul med oznakama <code><math></code> in <code></math></code>",
|
||||||
|
"popups-settings-option-math": "Matematika",
|
||||||
|
"popups-settings-option-math-description": "Razlaga matematičnih formul.",
|
||||||
|
"popups-settings-option-math-tooltip": "Razlaga matematičnih formul pri lebdenju.",
|
||||||
"math-visualeditor-mwchemdialog-title": "Kemijska formula",
|
"math-visualeditor-mwchemdialog-title": "Kemijska formula",
|
||||||
"math-visualeditor-mwlatexcontextitem-quickedit": "Hitro urejanje",
|
"math-visualeditor-mwlatexcontextitem-quickedit": "Hitro urejanje",
|
||||||
"math-visualeditor-mwlatexdialog-card-formula": "Formula",
|
"math-visualeditor-mwlatexdialog-card-formula": "Formula",
|
||||||
|
|
Loading…
Reference in a new issue