1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-03-09 15:39:59 +00:00
yii2-nomer/web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.de.js
2020-02-05 06:34:26 +03:00

27 lines
863 B
JavaScript

/**
* German translation for bootstrap-markdown
* Tobias Nitsche <tobias-nitsche@gmx.net>
*/
(function ($) {
$.fn.markdown.messages.de = {
'Bold': "Fett",
'Italic': "Kursiv",
'Heading': "Überschrift",
'URL/Link': "Link hinzufügen",
'Image': "Bild hinzufügen",
'Unordered List': "Unnummerierte Liste",
'Ordered List': "Nummerierte Liste",
'Code': "Quelltext",
'Quote': "Zitat",
'Preview': "Vorschau",
'strong text': "Sehr betonter Text",
'emphasized text': "Betonter Text",
'heading text': "Überschrift Text",
'enter link description here': "Linkbeschreibung",
'Insert Hyperlink': "URL",
'enter image description here': "Bildbeschreibung",
'Insert Image Hyperlink': "Bild-URL",
'enter image title here': "Titel des Bildes",
'list text here': "Aufzählungs-Text"
};
}(jQuery));