Skip to content

Commit 441cd0f

Browse files
committed
Merge pull request #542 from fred-wang/i18n-bis
Regenerate localization data from MathJax-i18n: add Polish localization,... (Issue #530)
2 parents bc64d36 + ed66fc5 commit 441cd0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+548
-87
lines changed

unpacked/MathJax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@ MathJax.Localization = {
10691069
de: {menuTitle: "Deutsch"},
10701070
fr: {menuTitle: "Fran\u00E7ais"},
10711071
it: {menuTitle: "Italiano"},
1072+
pl: {menuTitle: "Polski"},
10721073
pt: {menuTitle: "portugus\u00EA", remap: "pt-br"},
10731074
"pt-br": {menuTitle: "portugu\u00EAs do Brasil"}
10741075
},

unpacked/localization/de/FontWarnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","FontWarnings",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
webFont: "MathJax nutz web-basierte Fonts zur Darstellung der Mathematik auf dieser Seite. Da diese heruntergeladen werden m\u00FCssen, l\u00E4dt die Seite schneller, wenn Mathe-Fonts auf dem System installiert sind.",

unpacked/localization/de/HTML-CSS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","HTML-CSS",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
LoadWebFont: "Lade Webfont %1",

unpacked/localization/de/HelpDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","HelpDialog",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
Help: "MathJax Hilfe",

unpacked/localization/de/MathML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","MathML",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
BadMglyph: "Schlechter mglyph: %1",

unpacked/localization/de/MathMenu.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","MathMenu",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
Show: "Zeige Mathe als",
@@ -32,6 +32,12 @@ MathJax.Localization.addTranslation("de","MathMenu",{
3232
AsciiMathInput: "Original AsciiMathML",
3333
Original: "Originalform",
3434
ErrorMessage: "Fehlermeldung",
35+
Annotation: "Annotation",
36+
TeX: "TeX",
37+
StarMath: "StarMath",
38+
Maple: "Maple",
39+
ContentMathML: "Content MathML",
40+
OpenMath: "OpenMath",
3541
texHints: "TeX Tipps in MathML",
3642
Settings: "Einstellungen",
3743
ZoomTrigger: "Zoom ausl\u00F6sen",

unpacked/localization/de/TeX.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","TeX",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
ExtraOpenMissingClose: "Zus\u00E4tzliche offene oder fehlende schliessende Klammer",
@@ -58,7 +58,6 @@ MathJax.Localization.addTranslation("de","TeX",{
5858
BracketMustBeDimension: "Das geklammerte Argument f\u00FCr %1 muss eine Dimension sein",
5959
InvalidEnv: "Ung\u00FCltiger Umgebungsname %1",
6060
UnknownEnv: "Ung\u00FCltige Umgebung %1",
61-
ExtraClose: "Zus\u00E4tzliche geschlossene Klammer",
6261
ExtraCloseLooking: "Zus\u00E4tzliche geschlossene Klammer w\u00E4hrend der Suche nach %1",
6362
MissingCloseBracket: "Argument zu %1 wurde nicht mit ']' geschlossen",
6463
MissingOrUnrecognizedDelim: "Fehlender oder nichterkannter Delimiter bei %1",
@@ -90,7 +89,7 @@ MathJax.Localization.addTranslation("de","TeX",{
9089
NoClosingChar: "Kann schlie\u00DFende %1 nicht finden",
9190
IllegalControlSequenceName: "Ung\u00FCltige Befehlsfolge",
9291
IllegalParamNumber: "Ung\u00FCltige Anzahl von Parametern in %1",
93-
DoubleBackSlash: "\\ muss von Befehlsfolge gefolgt werden",
92+
MissingCS: "%1 muss von Befehlsfolge gefolgt werden",
9493
CantUseHash2: "Ung\u00FCltige Verwendung von # im Template von %1",
9594
SequentialParam: "Parameter von %1 m\u00FCssen durch nummeriert sein",
9695
MissingReplacementString: "Ersetzende Zeichenkette f\u00FCr Definition von %1 fehlt",

unpacked/localization/de/de.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
MathJax.Localization.addTranslation("de",null,{
2525
menuTitle: "Deutsch",
26-
version: "2.2",
26+
version: "2.3",
2727
isLoaded: true,
2828
domains: {
2929
"_": {
30-
version: "2.2",
30+
version: "2.3",
3131
isLoaded: true,
3232
strings: {
3333
CookieConfig: "MathJax hat eine Cookie mit ausf\u00FChrbaren Code gefunden. Soll dieser Code ausgef\u00FChrt werden?\n\n(Klicken Sie 'Abbrechen' falls Sie das Cookie nicht selber akzeptiert haben.)",
@@ -43,12 +43,12 @@ MathJax.Localization.addTranslation("de",null,{
4343
MathJaxNotSupported: "Ihr Webbrowser unterst\u00FCtzt MathJax nicht"
4444
}
4545
},
46-
"MathMenu": {},
4746
"FontWarnings": {},
47+
"HTML-CSS": {},
4848
"HelpDialog": {},
49-
"TeX": {},
5049
"MathML": {},
51-
"HTML-CSS": {}
50+
"MathMenu": {},
51+
"TeX": {}
5252
},
5353
plural: function (n) {
5454
if (n === 1) {return 1} // one

unpacked/localization/en/FontWarnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("en","FontWarnings",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
webFont: "MathJax is using web-based fonts to display the mathematics on this page. These take time to download, so the page would render faster if you installed math fonts directly in your system's font folder.",

unpacked/localization/en/HTML-CSS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("en","HTML-CSS",{
25-
version: "2.2",
25+
version: "2.3",
2626
isLoaded: true,
2727
strings: {
2828
LoadWebFont: "Loading web-font %1",

0 commit comments

Comments
 (0)