Sha256: 6c5d735ce08c6cb966991e7cf236d10e47b1f81e2af513a89b5b3ff5fbf1f3bf

Contents?: true

Size: 1.75 KB

Versions: 9

Compression:

Stored size: 1.75 KB

Contents

/**
 * Russian translation for bootstrap-wysihtml5
 */
(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define('bootstrap.wysihtml5.ru-RU', ['jquery', 'bootstrap.wysihtml5'], factory);
    } else {
        // Browser globals
        factory(jQuery);
    }
}(function($){
    $.fn.wysihtml5.locale["ru-RU"] = {
        font_styles: {
            normal: "Обычный текст",
            h1: "Заголовок 1",
            h2: "Заголовок 2",
            h3: "Заголовок 3"
        },
        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/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.7 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.6 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.5 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.4 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.3 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.2 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.3.1 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
bootstrap-wysihtml5-rails-0.3.2.100 vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js