Skip to content

Commit

Permalink
Merge pull request #100 from kaisercrazy/master
Browse files Browse the repository at this point in the history
Turkish translation
  • Loading branch information
toopay committed Sep 3, 2014
2 parents fa9a64e + 3313a91 commit 58f4426
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions locale/bootstrap-markdown.tr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* Turkish translation for bootstrap-markdown
* Serkan Algur <[email protected]>
*/
(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));

0 comments on commit 58f4426

Please sign in to comment.