3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 16:55:48 +00:00
Files
snipe-it/resources/lang/ru-RU/datepicker.php
2025-11-24 12:30:07 +00:00

81 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'week_start_select' => 'Select Day of Week',
'week_start' => 'Day the Week Starts On',
'today' => 'Сегодня',
'clear' => 'Очистить',
'days' => [
'sunday' => 'Воскресенье',
'monday' => 'Понедельник',
'tuesday' => 'Вторник',
'wednesday' => 'Среда',
'thursday' => 'Четверг',
'friday' => 'Пятница',
'saturday' => 'Суббота',
],
'short_days' => [
'sunday' => 'Вс',
'monday' => 'Пн',
'tuesday' => 'Вт',
'wednesday' => 'Ср',
'thursday' => 'Чт',
'friday' => 'Пт',
'saturday' => 'Сб',
],
'min_days' => [
'sunday' => 'Вс',
'monday' => 'Пн',
'tuesday' => 'Вт',
'wednesday' => 'Ср',
'thursday' => 'Чт',
'friday' => 'Пт',
'saturday' => 'Сб',
],
'months' => [
'january' => 'Январь',
'february' => 'Февраль',
'march' => 'Март',
'april' => 'Апрель',
'may' => 'Май',
'june' => 'Июнь',
'july' => 'Июль',
'august' => 'Август',
'september' => 'Сентябрь',
'october' => 'Октябрь',
'november' => 'Ноябрь',
'december' => 'Декабрь',
],
'months_short' => [
'january' => 'Янв',
'february' => 'Фев',
'march' => 'Мар',
'april' => 'Апр',
'may' => 'Май',
'june' => 'Июн',
'july' => 'Июл',
'august' => 'Авг',
'september' => 'Сен',
'october' => 'Окт',
'november' => 'Ноя',
'december' => 'Дек',
],
);