oms-HumanResourceTimeRecording/Theme/Backend/Lang/uk.lang.php
2023-06-17 03:13:27 +02:00

44 lines
1.3 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
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['HumanResourceTimeRecording' => [
'Break' => 'Перерву',
'CS1' => 'Почати',
'CS2' => 'Пауза',
'CS3' => 'Продовжувати',
'CS4' => 'Кінець',
'CT1' => 'Офіс',
'CT2' => 'Додому',
'CT3' => 'Віддалений',
'CT4' => 'Відпустка',
'CT5' => 'Хворий',
'CT6' => 'На ходу',
'D0' => 'Неділя',
'D1' => 'Понеділок',
'D2' => 'Вівторок',
'D3' => 'Середа',
'D4' => 'Четвер',
'D5' => 'П\'ятниця',
'D6' => 'Субота',
'Date' => 'Дата',
'Employee' => 'Співробітник',
'End' => 'Кінець',
'Recordings' => 'Записи',
'Start' => 'Почати',
'Status' => 'Статус',
'Time' => 'Час',
'Total' => 'Загальний',
'Type' => 'Тип',
]];