Skip to content

Commit

Permalink
Merge pull request jhollingworth#193 from kaisercrazy/master
Browse files Browse the repository at this point in the history
Turkish Translation
  • Loading branch information
jhollingworth committed Jan 8, 2013
2 parents fc16068 + 4095ca1 commit 4dd4973
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/locales/bootstrap-wysihtml5.tr-TR.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/**
* 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"
},
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));

0 comments on commit 4dd4973

Please sign in to comment.