diff --git a/ts/a11y/speech/SpeechMenu.ts b/ts/a11y/speech/SpeechMenu.ts index 5a19f96c7..30f1fd2ae 100644 --- a/ts/a11y/speech/SpeechMenu.ts +++ b/ts/a11y/speech/SpeechMenu.ts @@ -128,7 +128,7 @@ function csSelectionBox(menu: MJContextMenu, locale: string): object { }); } const sb = new SelectionDialog( - localize('ClearspeakTitle'), + localize('.Clearspeak/Title'), '', items, SelectionOrder.ALPHABETICAL, @@ -138,7 +138,7 @@ function csSelectionBox(menu: MJContextMenu, locale: string): object { return { type: 'command', id: 'ClearspeakPreferences', - content: localize('SelectPrefs'), + content: localize('.Clearspeak/SelectPrefs'), action: () => sb.post(), }; } @@ -160,13 +160,13 @@ function basePreferences(previous: string): object[] { const items = [ { type: 'radio', - content: localize('NoPrefs'), + content: localize('.Clearspeak/NoPrefs'), id: 'clearspeak-default', variable: 'speechRules', }, { type: 'radio', - content: localize('CurrentPrefs'), + content: localize('.Clearspeak/CurrentPrefs'), id: 'clearspeak-' + previous, variable: 'speechRules', }, @@ -192,7 +192,7 @@ function smartPreferences( ): object[] { const loc = localePreferences.get(locale); const items = [ - { type: 'label', content: localize('PrefsFor', smart) }, + { type: 'label', content: localize('.Clearspeak/PrefsFor', smart) }, { type: 'rule' }, ]; return items.concat( diff --git a/ts/ui/menu/Menu.ts b/ts/ui/menu/Menu.ts index d6e4a8d89..6b784875e 100644 --- a/ts/ui/menu/Menu.ts +++ b/ts/ui/menu/Menu.ts @@ -315,17 +315,17 @@ export class Menu { // lines.push( localize( - 'InputJax', + '.About/InputJax', this.document.inputJax.map((jax) => jax.name).join(', ') ), - localize('OutputJax', this.document.outputJax.name), - localize('DocType', this.document.kind) + localize('.About/OutputJax', this.document.outputJax.name), + localize('.About/DocType', this.document.kind) ); // // Add the loaded packages and their versions // if (MathJax && MathJax.loader) { - lines.push('
MathJax ist eine JavaScript-Bibliothek, die es Seitenautoren ermöglicht, mathematische Formeln in ihre Webseiten einzubinden. Als Leser müssen Sie nichts tun, um dies zu nutzen.
Browser: MathJax funktioniert mit allen modernen Browsern, einschließlich Edge, Firefox, Chrome, Safari, Opera und den meisten mobilen Browsern.
Mathematik-Menü: MathJax fügt den Formeln ein Kontextmenü hinzu. Klicken Sie mit der rechten Maustaste oder bei gedrückter STRG-Taste auf eine beliebige mathematische Formel, um das Menü aufzurufen.
Mathematik anzeigen als: Mit diesen Optionen können Sie den Quellcode der Formel (als MathML oder im Originalformat) anzeigen.
In die Zwischenablage kopieren: Diese Optionen kopieren den Quellcode der Formel als MathML oder im Originalformat in die Zwischenablage (in Browsern, die dies unterstützen).
Mathematik-Einstellungen: Hiermit können Sie Funktionen von MathJax steuern, wie z. B. die Größe der mathematischen Ausdrücke, den Mechanismus zur Darstellung von Gleichungen und den Umgang mit zu breiten Gleichungen, sowie die Sprache, die für die Menüs und Fehlermeldungen von MathJax verwendet werden soll (in Version 4 noch nicht implementiert).
Barrierefreiheit: MathJax kann mit Bildschirmleseprogrammen zusammenarbeiten, um Mathematik für Sehbehinderte zugänglich zu machen. Aktivieren Sie die Sprach- oder Braille-Generierung, um die Erstellung von Sprachausgaben und die Möglichkeit zur interaktiven Untersuchung von Ausdrücken zu ermöglichen. Sie können den Stil des Explorers über dessen Menü steuern.
Mathematik-Zoom: Wenn Sie Schwierigkeiten haben, eine Gleichung zu lesen, MathJax kann die Darstellung vergrößern, damit Sie sie besser erkennen können, oder Sie können alle mathematischen Formeln auf der Seite vergrößern. Aktivieren Sie diese Funktionen im Menü Mathematik-Einstellungen.
Einstellungen: MathJax nutzt die localStorage-Datenbank Ihres Browsers, um die über dieses Menü festgelegten Einstellungen lokal in Ihrem Browser zu speichern. Diese werden nicht dazu verwendet, Sie zu verfolgen, und werden von MathJax in keiner Weise übertragen oder aus der Ferne genutzt.
", + ".Help/Title": "MathJax-Hilfe", + ".Mml/Title": "MathJax-MathML-Ausdruck", + ".Scale/NonZero": "Der Skalierungsfaktor darf nicht Null sein", + ".Scale/Percent": "Der Skalierungsfaktor muss ein Prozentsatz sein (z. B. %1)", + ".Scale/Prompt": "Alle mathematischen Formeln (im Vergleich zum umgebenden Text) um skalieren", + ".Source/Title": "MathJax-Originalquelle", + ".Speech/Title": "MathJax-Sprechtext", + ".Svg/NotProduced": "SVG kann nicht erzeugt werden.MathJax ist eine JavaScript-Bibliothek, die es Seitenautoren ermöglicht, mathematische Formeln in ihre Webseiten einzubinden. Als Leser müssen Sie nichts tun, um dies zu nutzen.
Browser: MathJax funktioniert mit allen modernen Browsern, einschließlich Edge, Firefox, Chrome, Safari, Opera und den meisten mobilen Browsern.
Mathematik-Menü: MathJax fügt den Formeln ein Kontextmenü hinzu. Klicken Sie mit der rechten Maustaste oder bei gedrückter STRG-Taste auf eine beliebige mathematische Formel, um das Menü aufzurufen.
Mathematik anzeigen als: Mit diesen Optionen können Sie den Quellcode der Formel (als MathML oder im Originalformat) anzeigen.
In die Zwischenablage kopieren: Diese Optionen kopieren den Quellcode der Formel als MathML oder im Originalformat in die Zwischenablage (in Browsern, die dies unterstützen).
Mathematik-Einstellungen: Hiermit können Sie Funktionen von MathJax steuern, wie z. B. die Größe der mathematischen Ausdrücke, den Mechanismus zur Darstellung von Gleichungen und den Umgang mit zu breiten Gleichungen, sowie die Sprache, die für die Menüs und Fehlermeldungen von MathJax verwendet werden soll (in Version 4 noch nicht implementiert).
Barrierefreiheit: MathJax kann mit Bildschirmleseprogrammen zusammenarbeiten, um Mathematik für Sehbehinderte zugänglich zu machen. Aktivieren Sie die Sprach- oder Braille-Generierung, um die Erstellung von Sprachausgaben und die Möglichkeit zur interaktiven Untersuchung von Ausdrücken zu ermöglichen. Sie können den Stil des Explorers über dessen Menü steuern.
Mathematik-Zoom: Wenn Sie Schwierigkeiten haben, eine Gleichung zu lesen, MathJax kann die Darstellung vergrößern, damit Sie sie besser erkennen können, oder Sie können alle mathematischen Formeln auf der Seite vergrößern. Aktivieren Sie diese Funktionen im Menü Mathematik-Einstellungen.
Einstellungen: MathJax nutzt die localStorage-Datenbank Ihres Browsers, um die über dieses Menü festgelegten Einstellungen lokal in Ihrem Browser zu speichern. Diese werden nicht dazu verwendet, Sie zu verfolgen, und werden von MathJax in keiner Weise übertragen oder aus der Ferne genutzt.
", - - "MmlTitle": "MathJax-MathML-Ausdruck", - "SourceTitle": "MathJax-Originalquelle", - "AnnotationTitle": "MathJax-Anmerkungstext", - "SvgTitle": "MathJax-SVG-Bild", - "SpeechTitle": "MathJax-Sprechtext", - "BrailleTitle": "MathJax-Braille-Text", - "ErrorTitle": "MathJax-Fehlermeldung", - "ZoomTitle": "MathJax-vergrößerter Ausdruck", - - "StorageError": "MathJax-localStorage-Fehler: %1", - "ComponentNotLoaded": "Komponente %1 nicht geladen", - "ScalePrompt": "Alle mathematischen Formeln (im Vergleich zum umgebenden Text) um skalieren", - "ScaleNonZero": "Der Skalierungsfaktor darf nicht Null sein", - "ScalePercent": "Der Skalierungsfaktor muss ein Prozentsatz sein (z. B. 120 %)", - "NoSvgProduced": "SVG kann nicht erzeugt werden.MathJax is a JavaScript library that allows page authors to include mathematics within their web pages. As a reader, you don't need to do anything to make that happen.
Browsers: MathJax works with all modern browsers including Edge, Firefox, Chrome, Safari, Opera, and most mobile browsers.
Math Menu: MathJax adds a contextual menu to equations. Right-click or CTRL-click on any mathematics to access the menu.
Show Math As: These options allow you to view the formula's source markup (as MathML or in its original format).
Copy to Clipboard: These options copy the formula's source markup, as MathML or in its original format, to the clipboard (in browsers that support that).
Math Settings: These give you control over features of MathJax, such the size of the mathematics, the mechanism used to display equations, how to handle equations that are too wide, and the language to use for MathJax's menus and error messages (not yet implemented in v4).
Accessibility: MathJax can work with screen readers to make mathematics accessible to the visually impaired. Turn on speech or braille generation to enable creation of speech strings and the ability to investigate expressions interactively. You can control the style of the explorer in its menu.
Math Zoom: If you are having difficulty reading an equation, MathJax can enlarge it to help you see it better, or you can scale all the math on the page to make it larger. Turn these features on in the Math Settings menu.
Preferences: MathJax uses your browser's localStorage database to save the preferences set via this menu locally in your browser. These are not used to track you, and are not transferred or used remotely by MathJax in any way.
", + ".Help/Title": "MathJax Help", + ".Mml/Title": "MathJax MathML Expression", + ".Scale/NonZero": "The scale should not be zero", + ".Scale/Percent": "The scale should be a percentage (e.g., %1)", + ".Scale/Prompt": "Scale all mathematics (compared to surrounding text) by", + ".Source/Title": "MathJax Original Source", + ".Speech/Title": "MathJax Speech Text", + ".Svg/NotProduced": "SVG can't be produced.MathJax is a JavaScript library that allows page authors to include mathematics within their web pages. As a reader, you don't need to do anything to make that happen.
Browsers: MathJax works with all modern browsers including Edge, Firefox, Chrome, Safari, Opera, and most mobile browsers.
Math Menu: MathJax adds a contextual menu to equations. Right-click or CTRL-click on any mathematics to access the menu.
Show Math As: These options allow you to view the formula's source markup (as MathML or in its original format).
Copy to Clipboard: These options copy the formula's source markup, as MathML or in its original format, to the clipboard (in browsers that support that).
Math Settings: These give you control over features of MathJax, such the size of the mathematics, the mechanism used to display equations, how to handle equations that are too wide, and the language to use for MathJax's menus and error messages (not yet implemented in v4).
Accessibility: MathJax can work with screen readers to make mathematics accessible to the visually impaired. Turn on speech or braille generation to enable creation of speech strings and the ability to investigate expressions interactively. You can control the style of the explorer in its menu.
Math Zoom: If you are having difficulty reading an equation, MathJax can enlarge it to help you see it better, or you can scale all the math on the page to make it larger. Turn these features on in the Math Settings menu.
Preferences: MathJax uses your browser's localStorage database to save the preferences set via this menu locally in your browser. These are not used to track you, and are not transferred or used remotely by MathJax in any way.
", - - "MmlTitle": "MathJax MathML Expression", - "SourceTitle": "MathJax Original Source", - "AnnotationTitle": "MathJax Annotation Text", - "SvgTitle": "MathJax SVG Image", - "SpeechTitle": "MathJax Speech Text", - "BrailleTitle": "MathJax Braille Text", - "ErrorTitle": "MathJax Error Message", - "ZoomTitle": "MathJax Zoomed Expression", - - "StorageError": "MathJax localStorage error: %1", - "ComponentNotLoaded": "Component %1 not loaded", - "ScalePrompt": "Scale all mathematics (compared to surrounding text) by", - "ScaleNonZero": "The scale should not be zero", - "ScalePercent": "The scale should be a percentage (e.g., 120%)", - "NoSvgProduced": "SVG can't be produced.