Sha256: add3a7f4414381b334ac0714afabb463a6d4a3913e5ad66468c6a64daee05e7e

Contents?: true

Size: 1.44 KB

Versions: 9

Compression:

Stored size: 1.44 KB

Contents

/**
 * Turkish translation for bootstrap-wysihtml5
 */
(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define('bootstrap.wysihtml5.tr-TR', ['jquery', 'bootstrap.wysihtml5'], factory);
    } else {
        // Browser globals
        factory(jQuery);
    }
}(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"
        }
    };
}));

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap-wysihtml5-rails-0.3.3.8 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.7 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.6 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.5 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.4 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.3 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.2 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.3.1 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
bootstrap-wysihtml5-rails-0.3.2.100 vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js