oms-HumanResourceTimeRecording/Theme/Timeterminal/Lang/de.lang.php
Dennis Eichhorn 75c26d6e62
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

42 lines
1.0 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['HumanResourceTimeRecording' => [
'Break' => 'Brechen',
':CS0' => 'Anfang',
':CS1' => 'Pause',
':CS2' => 'Fortsetzen',
':CS3' => 'Ende',
':CT0' => 'Sekretariat',
':CT1' => 'Fernbedienung',
':CT2' => 'Heim',
':CT3' => 'Urlaub',
':CT4' => 'Krank',
':CT5' => 'Unterwegs',
':D0' => 'Sonntag',
':D1' => 'Montag',
':D2' => 'Dienstag',
':D3' => 'Mittwoch',
':D4' => 'Donnerstag',
':D5' => 'Freitag',
':D6' => 'Samstag',
'Date' => 'Datum',
'End' => 'Ende',
'Recordings' => 'Aufnahmen',
'Start' => 'Start',
'Status' => 'Status',
'Total' => 'Gesamt',
'Type' => 'Typ',
]];