mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-22 00:38:41 +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' => 'mola',
|
||
'CS0' => 'Başlat',
|
||
'CS1' => 'Duraklat',
|
||
'CS2' => 'Devam et',
|
||
'CS3' => 'Son',
|
||
'CT0' => 'Ofis',
|
||
'CT1' => 'uzak',
|
||
'CT2' => 'Ev',
|
||
'CT3' => 'Tatil',
|
||
'CT4' => 'Hasta',
|
||
'CT5' => 'Hareket halinde',
|
||
'D0' => 'Pazar',
|
||
'D1' => 'Pazartesi',
|
||
'D2' => 'Salı',
|
||
'D3' => 'Çarşamba',
|
||
'D4' => 'Perşembe',
|
||
'D5' => 'Cuma',
|
||
'D6' => 'Cumartesi',
|
||
'Date' => 'tarih',
|
||
'End' => 'Son',
|
||
'Recordings' => 'Kayıtlar',
|
||
'Start' => 'Başlat',
|
||
'Status' => 'durum',
|
||
'Total' => 'Toplam',
|
||
'Type' => 'tip',
|
||
]];
|