mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-21 16:28:42 +00:00
42 lines
1.0 KiB
PHP
Executable File
42 lines
1.0 KiB
PHP
Executable File
<?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' => 'Przerwa',
|
|
'CS0' => 'Początek',
|
|
'CS1' => 'Pauza',
|
|
'CS2' => 'Kontyntynuj',
|
|
'CS3' => 'Koniec',
|
|
'CT0' => 'Gabinet',
|
|
'CT1' => 'Zdalny',
|
|
'CT2' => 'Dom',
|
|
'CT3' => 'Wakacje',
|
|
'CT4' => 'Chory',
|
|
'CT5' => 'W ruchu',
|
|
'D0' => 'niedziela',
|
|
'D1' => 'poniedziałek',
|
|
'D2' => 'wtorek',
|
|
'D3' => 'środa',
|
|
'D4' => 'czwartek',
|
|
'D5' => 'piątek',
|
|
'D6' => 'sobota',
|
|
'Date' => 'Data',
|
|
'End' => 'Koniec',
|
|
'Recordings' => 'nagrania',
|
|
'Start' => 'Początek',
|
|
'Status' => 'Status',
|
|
'Total' => 'Całkowity',
|
|
'Type' => 'Rodzaj',
|
|
]];
|