mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-18 07:08:41 +00:00
42 lines
1.0 KiB
PHP
Executable File
42 lines
1.0 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' => 'Casser',
|
|
'CS0' => 'Démarrer',
|
|
'CS1' => 'Pause',
|
|
'CS2' => 'Continuez',
|
|
'CS3' => 'Finir',
|
|
'CT0' => 'Bureau',
|
|
'CT1' => 'À distance',
|
|
'CT2' => 'Accueil',
|
|
'CT3' => 'Vacances',
|
|
'CT4' => 'Malade',
|
|
'CT5' => 'En mouvement',
|
|
'D0' => 'dimanche',
|
|
'D1' => 'Lundi',
|
|
'D2' => 'mardi',
|
|
'D3' => 'mercredi',
|
|
'D4' => 'Jeudi',
|
|
'D5' => 'vendredi',
|
|
'D6' => 'samedi',
|
|
'Date' => 'Date',
|
|
'End' => 'Finir',
|
|
'Recordings' => 'Enregistrement',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Total' => 'Le total',
|
|
'Type' => 'Taper',
|
|
]];
|