mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
31
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.tr.js
vendored
Normal file
31
web/metronic/global/plugins/bootstrap-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));
|
Loading…
Add table
Add a link
Reference in a new issue