first commit
This commit is contained in:
31
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.tr.js
vendored
Normal file
31
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.tr.js
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* 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));
|
||||
Reference in New Issue
Block a user