New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): German

Filter ↓ Sort ↓ All (74) Translated (43) Untranslated (31) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 5
Prio Original string Translation
Code Syntax Block plugin extends the block editor by adding syntax highlighting to the core code block.
Priority: high
Das Code Syntax Block Plugin erweitert den Block-Editor um Syntax-Highlighting für den Kern-Code-Block. Details
Code Syntax Block plugin extends the block editor by adding syntax highlighting to the core code block.
Comment

Short description.

You have to log in to edit this translation.

Code Syntax Block
Priority: high
Code Syntax Block Details
Code Syntax Block
Comment

Plugin name.

You have to log in to edit this translation.

Yes, on the plugin settings page in the dashboard you can set a default language when inserting a code block. You can still change if you wish to show code not using the default language. Ja, auf der Plugin-Einstellungsseite im Dashboard kannst du eine Standardsprache festlegen, wenn du einen Codeblock einfügst. Du kannst es trotzdem ändern, wenn du möchtest, dass der Code nicht in der Standardsprache angezeigt wird. Details
Yes, on the plugin settings page in the dashboard you can set a default language when inserting a code block. You can still change if you wish to show code not using the default language.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

}); }); Details
});
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The default color theme is <a href="https://github.com/PrismJS/prism-themes/blob/master/themes/prism-a11y-dark.css">A11y Dark</a> optimized for accessibility. If you want to change the colorscheme, you can select from the plugin settings page a few different themes shipped with the plugin. You can also use a theme from the <a href="https://github.com/PrismJS/prism-themes">Prism themes repo</a> or create your own. Das Standard-Farbschema ist <a href="https://github.com/PrismJS/prism-themes/blob/master/themes/prism-a11y-dark.css">A11y Dark</a>, optimiert für Barrierefreiheit. Wenn du das Farbschema ändern möchtest, kannst auf der Plugin-Einstellungsseite ein paar verschiedenen Farbschemas auswählen, die mit dem Plugin ausgeliefert werden. Du kannst auch ein Farbschema aus dem <a href="https://github.com/PrismJS/prism-themes">Prism Themes Repository</a> verwenden oder dein eigenes erstellen. Details
The default color theme is <a href="https://github.com/PrismJS/prism-themes/blob/master/themes/prism-a11y-dark.css">A11y Dark</a> optimized for accessibility. If you want to change the colorscheme, you can select from the plugin settings page a few different themes shipped with the plugin. You can also use a theme from the <a href="https://github.com/PrismJS/prism-themes">Prism themes repo</a> or create your own.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Example: Beispiel: Details
Example:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes, use the filter <code>mkaz_code_syntax_force_loading</code> to force always loading assets, otherwise it users has_block to check. Ja, benutze den Filter <code>mkaz_code_syntax_force_loading</code>, um zu erzwingen, dass Assets immer geladen werden, ansonsten benutzt der Block has_block, um zu prüfen, ob die Assets geladen wurden. Details
Yes, use the filter <code>mkaz_code_syntax_force_loading</code> to force always loading assets, otherwise it users has_block to check.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Can I override the conditional loading, so assets always load? Kann ich das bedingte Laden außer Kraft setzen, so dass Assets immer geladen werden? Details
Can I override the conditional loading, so assets always load?
Comment

Found in faq header.

You have to log in to edit this translation.

Here is an example shortening the list to a smaller set: Hier ist ein Beispiel, das die Liste auf ein kleineres Set verkürzt: Details
Here is an example shortening the list to a smaller set:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use this filter to extend to support the languages you need. Additionally you can use the filter to shorten the list to just the languages you use to make it easier to select. Verwende diesen Filter, um die Unterstützung der Sprachen zu erweitern, die du brauchst. Zusätzlich kannst du den Filter nutzen, um die Liste auf die von dir genutzten Sprachen zu verkürzen und so die Auswahl zu erleichtern. Details
Use this filter to extend to support the languages you need. Additionally you can use the filter to shorten the list to just the languages you use to make it easier to select.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use the filter <code>mkaz_code_syntax_language_list</code> to customize the list of languages to select displayed in the editor. By default the code syntax block shows a shorter list of popular languages, but Prism supports close to 200, <a href="https://prismjs.com/#supported-languages">see list</a>. Benutze den Filter <code>mkaz_code_syntax_language_list</code>, um die Liste der Sprachen, die im Editor angezeigt werden, anzupassen. Standardmäßig zeigt der Code-Syntax-Block eine kürzere Liste beliebter Sprachen, aber Prism unterstützt fast 200 Sprachen, <a href="https://prismjs.com/#supported-languages">Sprachenliste ansehen</a>. Details
Use the filter <code>mkaz_code_syntax_language_list</code> to customize the list of languages to select displayed in the editor. By default the code syntax block shows a shorter list of popular languages, but Prism supports close to 200, <a href="https://prismjs.com/#supported-languages">see list</a>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Can I set a default language so I don't have to select each time? Kann ich eine Standardsprache einstellen, damit ich die Sprache nicht jedes Mal neu auswählen muss? Details
Can I set a default language so I don't have to select each time?
Comment

Found in faq header.

You have to log in to edit this translation.

How to customize the language list? Wie kann ich die Sprachenliste anpassen? Details
How to customize the language list?
Comment

Found in faq header.

You have to log in to edit this translation.

Primary development and issues tracked on Github at: <a href="https://github.com/mkaz/code-syntax-block">https://github.com/mkaz/code-syntax-block</a> Primäre Entwicklung und Probleme werden auf Github verfolgt unter: <a href="https://github.com/mkaz/code-syntax-block">https://github.com/mkaz/code-syntax-block</a> Details
Primary development and issues tracked on Github at: <a href="https://github.com/mkaz/code-syntax-block">https://github.com/mkaz/code-syntax-block</a>
Comment

Found in description paragraph.

You have to log in to edit this translation.

The Prism syntax highlighter runs JavaScript loaded on the front-end to parse code blocks and apply syntax markup. A CSS file specifies the color and style to apply to that markup. See <a href="https://prismjs.com">Prism syntax highlighter</a> for full details. Der Prism-Syntax-Highlighter führt JavaScript aus, das im Frontend geladen wird, um Codeblöcke zu analysieren und Syntax-Markup anzuwenden. Eine CSS-Datei legt die Farbe und den Stil fest, der auf das Syntax-Markup angewendet werden soll. Siehe <a href="https://prismjs.com">Prism Syntax Highlighter</a> für alle Details. Details
The Prism syntax highlighter runs JavaScript loaded on the front-end to parse code blocks and apply syntax markup. A CSS file specifies the color and style to apply to that markup. See <a href="https://prismjs.com">Prism syntax highlighter</a> for full details.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 5

Export as