New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Code Syntax Block plugin extends the block editor by adding syntax highlighting to the core code block. | Das Code Syntax Block Plugin erweitert den Block-Editor um Syntax-Highlighting für den Kern-Code-Block. | Details |
Original current
Code Syntax Block plugin extends the block editor by adding syntax highlighting to the core code block.
You have to log in to edit this translation. |
|||
| ↑ | Code Syntax Block | Code Syntax Block | Details |
Original current |
|||
| 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 | |
Original current
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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| }); | }); | Details | |
Original current |
|||
| 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 | |
Original current
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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Example: | Beispiel: | Details | |
Original current |
|||
| 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 | |
Original current
Yes, use the filter <code>mkaz_code_syntax_force_loading</code> to force always loading assets, otherwise it users has_block to check.
CommentFound 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 | |
Original current
Can I override the conditional loading, so assets always load?
CommentFound 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 | |
Original current
Here is an example shortening the list to a smaller set:
CommentFound 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 | |
Original current
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.
CommentFound 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 | |
Original current
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>.
CommentFound 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 | |
Original current
Can I set a default language so I don't have to select each time?
CommentFound 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 | |
Original current
How to customize the language list?
CommentFound 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 | |
Original current
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>
CommentFound 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 | |
Original current
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.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.