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. Meta |
|||
↑ | Code Syntax Block | Code Syntax Block | Details |
Original currentMeta |
|||
}); | }); | Details | |
Original currentMeta |
|||
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 in the editor from 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 Sie das Farbschema ändern möchten, können Sie im Editor aus ein paar verschiedenen Farbschemas auswählen, die mit dem Plugin ausgeliefert werden. Sie können auch ein Farbschema aus dem <a href="https://github.com/PrismJS/prism-themes">Prism Themes Repository</a> verwenden oder Ihr 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 in the editor from 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. Meta |
|||
Example: | Beispiel: | Details | |
Original currentMeta |
|||
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. Meta |
|||
Yes, use the filter <code>mkaz_code_syntax_force_loading</code> to force always loading assets, otherwise it users has_block to check. | Ja, benutzen Sie 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. Meta |
|||
This example would set JavaScript as the default: | Dieses Beispiel würde JavaScript als Standard einstellen: | Details | |
Original current
This example would set JavaScript as the default:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
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. Meta |
|||
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. Meta |
|||
Yes, use the filter <code>mkaz_code_syntax_default_lang</code> to 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, benutzen Sie den Filter <code>mkaz_code_syntax_default_lang</code>, um eine Standardsprache zu setzen, wenn Sie einen Codeblock einfügen. Sie können sie immer noch ändern, wenn Sie Code anzeigen möchten, der nicht die Standardsprache verwendet. | Details | |
Original current
Yes, use the filter <code>mkaz_code_syntax_default_lang</code> to 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. Meta |
|||
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. | Verwenden Sie diesen Filter, um die Unterstützung der Sprachen zu erweitern, die Sie brauchen. Zusätzlich können Sie den Filter nutzen, um die Liste auf die von Ihnen 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. Meta |
|||
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>. | Benutzen Sie 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. Meta |
|||
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. Meta |
|||
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. Meta |
Export as
Comment
Short description.