mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-11 04:18:41 +00:00
48 lines
1.5 KiB
PHP
Executable File
48 lines
1.5 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 ['HumanResourceManagement' => [
|
|
'Active' => 'Aktiv',
|
|
'Address' => 'Adresse',
|
|
'Birthday' => 'Geburtstag',
|
|
'Clocking' => 'Takte',
|
|
'Contracts' => 'Verträge',
|
|
'CreateFromAccount' => 'Aus dem Konto erstellen.',
|
|
'Department' => 'Abteilung',
|
|
'Departments' => 'Abteilungen',
|
|
'Documents' => 'Unterlagen',
|
|
'Education' => 'Ausbildung',
|
|
'Email' => 'Email',
|
|
'Employee' => 'Mitarbeiter',
|
|
'Employees' => 'Angestellte',
|
|
'End' => 'Ende',
|
|
'Evaluations' => 'Beurteilungen',
|
|
'General' => 'Allgemein',
|
|
'History' => 'Geschichte',
|
|
'Inactive' => 'Inaktiv',
|
|
'Name' => 'Name',
|
|
'Parent' => 'Elternteil',
|
|
'Phone' => 'Telefon',
|
|
'Position' => 'Position',
|
|
'ProfileImage' => 'Profilbild',
|
|
'Salary' => 'Gehalt',
|
|
'Notes' => 'Notizen',
|
|
'Staff' => 'Mitarbeiter',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Title' => 'Titel',
|
|
'Unit' => 'Einheit',
|
|
'Work' => 'Arbeiten',
|
|
]];
|