oms-HumanResourceTimeRecording/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 0384e62271
Some checks are pending
Image optimization / general_image_workflow (push) Waiting to run
CI / general_module_workflow_php (push) Waiting to run
CI / general_module_workflow_js (push) Waiting to run
fix
2024-05-18 00:53:21 +00:00

45 lines
1.1 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @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' => 'Pause',
':CS1' => 'Anfang',
':CS2' => 'Pause',
':CS3' => 'Fortsetzen',
':CS4' => 'Ende',
':CT1' => 'Sekretariat',
':CT2' => 'Heim',
':CT3' => 'Fernbedienung',
':CT4' => 'Urlaub',
':CT5' => 'Krank',
':CT6' => 'Unterwegs',
':CT-1' => 'Keine Daten',
':D0' => 'Sonntag',
':D1' => 'Montag',
':D2' => 'Dienstag',
':D3' => 'Mittwoch',
':D4' => 'Donnerstag',
':D5' => 'Freitag',
':D6' => 'Samstag',
'Date' => 'Datum',
'Employee' => 'Mitarbeiter',
'End' => 'Ende',
'Recordings' => 'Aufnahmen',
'Start' => 'Start',
'Status' => 'Status',
'Time' => 'Zeit',
'Total' => 'Gesamt',
'Type' => 'Typ',
]];