You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
51 lines
1.3 KiB
/** |
|
* Turkish translation for bootstrap-wysihtml5 |
|
*/ |
|
(function($){ |
|
$.fn.wysihtml5.locale["tr-TR"] = { |
|
font_styles: { |
|
normal: "Normal", |
|
h1: "Başlık 1", |
|
h2: "Başlık 2", |
|
h3: "Başlık 3", |
|
h4: "Başlık 4", |
|
h5: "Başlık 5", |
|
h6: "Başlık 6" |
|
}, |
|
emphasis: { |
|
bold: "Kalın", |
|
italic: "İtalik", |
|
underline: "Altı Çizili" |
|
}, |
|
lists: { |
|
unordered: "Sırasız Liste", |
|
ordered: "Sıralı Liste", |
|
outdent: "Girintiyi Azalt", |
|
indent: "Girintiyi Arttır" |
|
}, |
|
link: { |
|
insert: "Ekle", |
|
cancel: "Vazgeç" |
|
}, |
|
image: { |
|
insert: "Ekle", |
|
cancel: "Vazgeç" |
|
}, |
|
html: { |
|
edit: "HTML Göster" |
|
}, |
|
colours: { |
|
black: "Siyah", |
|
silver: "Gümüş", |
|
gray: "Gri", |
|
maroon: "Vişne Çürüğü", |
|
red: "Kırmızı", |
|
purple: "Pembe", |
|
green: "Yeşil", |
|
olive: "Zeytin Yeşili", |
|
navy: "Lacivert", |
|
blue: "Mavi", |
|
orange: "Turuncu" |
|
} |
|
}; |
|
}(jQuery));
|
|
|