mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.6 KiB
PHP
Executable File
51 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['HumanResourceManagement' => [
|
|
'Account' => 'Compte',
|
|
'Active' => 'actif',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Date d\'anniversaire',
|
|
'Clocking' => 'Horlogerie',
|
|
'Contracts' => 'Contrats',
|
|
'CreateFromAccount' => 'Créer du compte',
|
|
'Department' => 'département',
|
|
'Departments' => 'Départements',
|
|
'Documents' => 'Documents',
|
|
'Education' => 'Éducation',
|
|
'Email' => 'E-mail',
|
|
'Employee' => 'Employé',
|
|
'Employees' => 'Des employés',
|
|
'End' => 'Finir',
|
|
'Evaluations' => 'Évaluations',
|
|
'General' => 'Général',
|
|
'History' => 'Histoire',
|
|
'Inactive' => 'Inactif',
|
|
'Name' => 'Nom',
|
|
'Parent' => 'Parent',
|
|
'Personnel' => 'Personnel',
|
|
'Phone' => 'Téléphoner',
|
|
'Position' => 'Position',
|
|
'ProfileImage' => 'Image de profil',
|
|
'Remarks' => 'Remarques',
|
|
'Shifts' => 'Changements',
|
|
'Staff' => 'Personnel',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Unité',
|
|
'Vacation' => 'Vacances',
|
|
'Work' => 'Travail',
|
|
]];
|