diff options
Diffstat (limited to 'codebase/sources/locale/locale_be.js')
-rw-r--r-- | codebase/sources/locale/locale_be.js | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_be.js b/codebase/sources/locale/locale_be.js new file mode 100644 index 0000000..92b2abd --- /dev/null +++ b/codebase/sources/locale/locale_be.js @@ -0,0 +1,65 @@ +/* +@license +dhtmlxScheduler v.4.3.1 + +This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. + +(c) Dinamenta, UAB. +*/ +/* + Translation by Sofya Morozova + */ +scheduler.locale = { + date: { + month_full: ["Студзень", "Люты", "Сакавік", "Красавік", "Maй", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"], + month_short: ["Студз", "Лют", "Сак", "Крас", "Maй", "Чэр", "Ліп", "Жнів", "Вер", "Каст", "Ліст", "Снеж"], + day_full: [ "Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"], + day_short: ["Нд", "Пн", "Аўт", "Ср", "Чцв", "Пт", "Сб"] + }, + labels: { + dhx_cal_today_button: "Сёння", + day_tab: "Дзень", + week_tab: "Тыдзень", + month_tab: "Месяц", + new_event: "Новая падзея", + icon_save: "Захаваць", + icon_cancel: "Адмяніць", + icon_details: "Дэталі", + icon_edit: "Змяніць", + icon_delete: "Выдаліць", + confirm_closing: "", //Унесеныя змены будуць страчаны, працягнуць? + confirm_deleting: "Падзея будзе выдалена незваротна, працягнуць?", + section_description: "Апісанне", + section_time: "Перыяд часу", + full_day: "Увесь дзень", + + confirm_recurring: "Вы хочаце змяніць усю серыю паўтаральных падзей?", + section_recurring: "Паўтарэнне", + button_recurring: "Адключана", + button_recurring_open: "Уключана", + button_edit_series: "Рэдагаваць серыю", + button_edit_occurrence: "Рэдагаваць асобнік", + + /*agenda view extension*/ + agenda_tab: "Спіс", + date: "Дата", + description: "Апісанне", + + /*year view extension*/ + year_tab: "Год", + + /*week agenda view extension*/ + week_agenda_tab: "Спіс", + + /*grid view extension*/ + grid_tab: "Спic", + + /* touch tooltip*/ + drag_to_create:"Drag to create", + drag_to_move:"Drag to move", + + /* dhtmlx message default buttons */ + message_ok:"OK", + message_cancel:"Cancel" + } +};
\ No newline at end of file |