Sha256: 7b26b17e382a26e43f2588394d30838da83aba74603e0baf2f6d3284655407a8

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
    typeof define === 'function' && define.amd ? define(factory) :
    (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.ru = factory()));
}(this, function () { 'use strict';

    var ru = {
        code: "ru",
        week: {
            dow: 1,
            doy: 4 // The week that contains Jan 4th is the first week of the year.
        },
        buttonText: {
            prev: "Пред",
            next: "След",
            today: "Сегодня",
            month: "Месяц",
            week: "Неделя",
            day: "День",
            list: "Повестка дня"
        },
        weekLabel: "Нед",
        allDayText: "Весь день",
        eventLimitText: function (n) {
            return "+ ещё " + n;
        },
        noEventsMessage: "Нет событий для отображения"
    };

    return ru;

}));

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
decidim-calendar-0.19.0 vendor/assets/javascripts/fullcalendar/core/locales/ru.js
full_calendar-4.2.0.1 vendor/assets/javascripts/fullcalendar/core/locales/ru.js
full_calendar-4.2.0 vendor/assets/javascripts/fullcalendar/core/locales/ru.js
decidim-calendar-0.13.1.3 vendor/assets/javascripts/fullcalendar/core/locales/ru.js