Sha256: 23203f4d110358fa9a026a514d56c934df27417db335c28e03d78a4daa3c7356

Contents?: true

Size: 1.81 KB

Versions: 9

Compression:

Stored size: 1.81 KB

Contents

/**
 * Bulgarian translation for bootstrap-wysihtml5
 */
(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define('bootstrap.wysihtml5.bg-BG', ['jquery', 'bootstrap.wysihtml5'], factory);
    } else {
        // Browser globals
        factory(jQuery);
    }
}(function($){
    $.fn.wysihtml5.locale["bg-BG"] = {
        font_styles: {
            normal: "Нормален текст",
            h1: "Заглавие 1",
            h2: "Заглавие 2",
            h3: "Заглавие 3",
            h4: "Заглавие 4",
            h5: "Заглавие 5",
            h6: "Заглавие 6"
        },
        emphasis: {
            bold: "Удебелен",
            italic: "Курсив",
            underline: "Подчертан"
        },
        lists: {
            unordered: "Неподреден списък",
            ordered: "Подреден списък",
            outdent: "Намали отстояние",
            indent: "Увеличи отстояние"
        },
        link: {
            insert: "Вмъкни връзка",
            cancel: "Отмени"
        },
        image: {
            insert: "Вмъкни картинка",
            cancel: "Отмени"
        },
        html: {
            edit: "Редакртирай HTML"
        },
        colours: {
            black: "Черен",
            silver: "Сребърен",
            gray: "Сив",
            maroon: "Коричневый",
            red: "Червен",
            purple: "Виолетов",
            green: "Зелен",
            olive: "Маслинен",
            navy: "Морско син",
            blue: "Син",
            orange: "Оранжев"
        }
    };
}));

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/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.7 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.6 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.5 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.4 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.3 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.2 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.3.1 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
bootstrap-wysihtml5-rails-0.3.2.100 vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js