Files
hr/lang/ru/exports.php
2026-07-31 18:08:08 +05:00

52 lines
1.8 KiB
PHP
Raw Permalink 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
declare(strict_types=1);
return [
'employee_list' => [
'title' => 'Список сотрудников',
'heading' => 'Справочник сотрудников',
'generated' => 'Создано',
'number' => '#',
'name' => 'Имя',
'department' => 'Отдел',
'position' => 'Должность',
'shift' => 'Смена',
'status' => 'Статус',
'phone' => 'Телефон',
],
'employee_profile' => [
'title' => 'Профиль сотрудника — :name',
'department' => 'Отдел',
'position' => 'Должность',
'shift' => 'Смена',
'status' => 'Статус',
'phone' => 'Телефон',
'hire_date' => 'Дата приёма',
'termination' => 'Увольнение',
'vacation_taken' => 'Использовано отпуска',
'remaining' => 'Остаток',
'sick_leaves' => 'Больничные',
'reports' => 'Отчёты',
],
'leave_summary' => [
'title' => 'Сводка отпусков — :name',
'heading' => 'Сводка отпусков',
'annual_taken' => 'Использовано годовых',
'remaining' => 'Остаток',
'sick_leaves' => 'Больничные',
'vacations' => 'Отпуска',
'sick_leaves_heading' => 'Больничные',
'start' => 'Начало',
'end' => 'Конец',
'days' => 'Дней',
'type' => 'Тип',
'status' => 'Статус',
'institution' => 'Учреждение',
'no_vacation_records' => 'Записей об отпусках нет.',
'no_sick_leave_records' => 'Записей о больничных нет.',
],
];