oms-HumanResourceManagement/Theme/Backend/Lang/de.lang.php

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' => 'Konto',
'Active' => 'Aktiv',
'Address' => '#VALUE!',
'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',
'Personnel' => 'Personal',
'Phone' => 'Telefon',
'Position' => 'Position',
'ProfileImage' => 'Profilbild',
'Remarks' => 'Bemerkungen',
'Shifts' => 'Verschiebungen',
'Staff' => 'Mitarbeiter',
'Start' => 'Anfang',
'Status' => 'Status',
'Title' => '#VALUE!',
'Unit' => 'Einheit',
'Vacation' => 'Urlaub',
'Work' => 'Arbeiten',
]];