crud/main/webapp/plugins/bootstrap-markdown/locale/bootstrap-markdown.tr.js

32 lines
1.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Turkish translation for bootstrap-markdown
* Serkan Algur <info@wpadami.com>
*/
(function ($) {
$.fn.markdown.messages.tr = {
'Bold': "Kalın",
'Italic': "İtalik",
'Heading': "Başlık",
'URL/Link': "Link ekle",
'Image': "Resim ekle",
'List': "Liste Oluşturun",
'Preview': "Önizleme",
'strong text': "kalın yazı",
'emphasized text': "italik yazı",
'heading text': "Başlık Yazısı",
'enter link description here': "Link açıklamasını buraya girin",
'Insert Hyperlink': "İnternet adresi girin",
'enter image description here': "resim açıklamasını buraya ekleyin",
'Insert Image Hyperlink': "Resim linkini ekleyin",
'enter image title here': "resim başlığını buraya ekleyin",
'list text here': "liste yazısı",
'Save' : "Kaydet",
'Ordered List' : "Numaralı Liste",
'Unordered List' : "Madde imli liste",
'Quote' : "Alıntı",
'quote here' : "alıntıyı buraya ekleyin",
'Code' : "Kod",
'code text here' : "kodu buraya ekleyin"
};
}(jQuery));