oms-HumanResourceTimeRecording/Theme/Backend/Lang/en.lang.php
2024-01-26 22:53:59 +00:00

45 lines
1.1 KiB
PHP
Executable File

<?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' => 'Break',
'CS1' => 'Start',
'CS2' => 'Pause',
'CS3' => 'Continue',
'CS4' => 'End',
'CT1' => 'Office',
'CT2' => 'Home',
'CT3' => 'Remote',
'CT4' => 'Vacation',
'CT5' => 'Sick',
'CT6' => 'On the move',
'CT-1' => 'No data',
'D0' => 'Sunday',
'D1' => 'Monday',
'D2' => 'Tuesday',
'D3' => 'Wednesday',
'D4' => 'Thursday',
'D5' => 'Friday',
'D6' => 'Saturday',
'Date' => 'Date',
'Employee' => 'Employee',
'End' => 'End',
'Recordings' => 'Recordings',
'Start' => 'Start',
'Status' => 'Status',
'Time' => 'Time',
'Total' => 'Total',
'Type' => 'Type',
]];