Files
opensourcepos/app/Language/ru/Calendar.php
T
objecttothis 2fd86291ba fix(i18n): standardize Russian language file formatting and improve translations
- Replaced inconsistent double quotes with single quotes across all keys/values for better alignment with project conventions.
- Fixed translation errors, updated missing strings, and corrected inaccuracies in multiple modules such as Attributes, Calendar, Employees, etc.
- Enhanced clarity and consistency in phrases while ensuring accurate localization.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-08-24 16:31:11 +04:00

50 lines
1.4 KiB
PHP

<?php
return [
'su' => 'Вс',
'mo' => 'Пн',
'tu' => 'Вт',
'we' => 'Ср',
'th' => 'Чт',
'fr' => 'Пт',
'sa' => 'Сб',
'sun' => 'Вс',
'mon' => 'Пн',
'tue' => 'Вт',
'wed' => 'Ср',
'thu' => 'Чт',
'fri' => 'Пт',
'sat' => 'Сб',
'sunday' => 'Воскресенье',
'monday' => 'Понедельник',
'tuesday' => 'Вторник',
'wednesday' => 'Среда',
'thursday' => 'Четверг',
'friday' => 'Пятница',
'saturday' => 'Суббота',
'jan' => 'Янв',
'feb' => 'Фев',
'mar' => 'Мар',
'apr' => 'Апр',
'may' => 'Май',
'jun' => 'Июн',
'jul' => 'Июл',
'aug' => 'Авг',
'sep' => 'Сен',
'oct' => 'Окт',
'nov' => 'Ноя',
'dec' => 'Дек',
'january' => 'Январь',
'february' => 'Февраль',
'march' => 'Март',
'april' => 'Апрель',
'mayl' => 'Май',
'june' => 'Июнь',
'july' => 'Июль',
'august' => 'Август',
'september' => 'Сентябрь',
'october' => 'Октябрь',
'november' => 'Ноябрь',
'december' => 'Декабрь',
];