oms-HumanResourceManagement/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 23ebcab323 autofixes
2024-04-07 17:47:06 +00:00

50 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',
'Score' => 'Note',
'Evaluations' => 'Beurteilungen',
'General' => 'Allgemein',
'History' => 'Geschichte',
'Inactive' => 'Inaktiv',
'Name' => 'Name',
'Parent' => 'Elternteil',
'Phone' => 'Telefon',
'Positions' => 'Positions',
'Position' => 'Position',
'ProfileImage' => 'Profilbild',
'Salary' => 'Gehalt',
'Notes' => 'Notizen',
'Staff' => 'Mitarbeiter',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Titel',
'Unit' => 'Einheit',
'Work' => 'Arbeiten',
]];