You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/lib/local/jqcron-master/src/jqCron.ru.js

37 lines
1.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
* This file is part of the Arnapou jqCron package.
*
* (c) Arnaud Buathier <arnaud@arnapou.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
jqCronDefaultSettings.texts.ru = {
empty: 'каждые',
empty_minutes: 'каждые',
empty_time_hours: 'каждые часов',
empty_time_minutes: 'каждые минут',
empty_day_of_week: 'день недели',
empty_day_of_month: 'каждый день месяца',
empty_month: 'каждый месяц',
name_minute: 'минута',
name_hour: 'час',
name_day: 'день',
name_week: 'неделю',
name_month: 'месяц',
name_year: 'год',
text_period: 'Каждый <b />',
text_mins: ' в <b /> минут',
text_time: ' в <b />:<b />',
text_dow: ' в <b />',
text_month: ' числа, <b />',
text_dom: ' в <b />',
error1: 'Тег %s не поддерживается !',
error2: 'Количество элементов не верно',
error3: 'jquery_element следует установить в настройки jqCron',
error4: 'Нераспознанное выражение',
weekdays: ['понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота', 'воскресенье'],
months: ['январь', 'февраль', 'март ', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь']
};