oms-HumanResourceTimeRecording/Theme/Timeterminal/Lang/ru.lang.php

42 lines
1.2 KiB
PHP
Executable File
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
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['HumanResourceTimeRecording' => [
'Break' => 'Перемена',
'CS0' => 'Начинать',
'CS1' => 'Пауза',
'CS2' => 'Продолжать',
'CS3' => 'Конец',
'CT0' => 'Офис',
'CT1' => 'Удаленный',
'CT2' => 'Дома',
'CT3' => 'Отпуск',
'CT4' => 'Больной',
'CT5' => 'В пути',
'D0' => 'воскресенье',
'D1' => 'понедельник',
'D2' => 'вторник',
'D3' => 'среда',
'D4' => 'Четверг',
'D5' => 'Пятница',
'D6' => 'Суббота',
'Date' => 'Дата',
'End' => 'Конец',
'Recordings' => 'Записи',
'Start' => 'Начинать',
'Status' => 'Положение дел',
'Total' => 'Общий',
'Type' => 'Тип',
]];