oms-HumanResourceManagement/Theme/Backend/Lang/da.lang.php
2024-01-26 22:53:59 +00:00

48 lines
1.5 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* 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' => [
'Active' => 'Aktiv',
'Address' => 'Addresse',
'Birthday' => 'Fødselsdag',
'Clocking' => 'Clocking.',
'Contracts' => 'Kontrakter',
'CreateFromAccount' => 'Opret fra konto',
'Department' => 'Afdeling',
'Departments' => 'Afdelinger.',
'Documents' => 'Dokumenter',
'Education' => 'Uddannelse',
'Email' => 'Email.',
'Employee' => 'Medarbejder',
'Employees' => 'Medarbejdere.',
'End' => 'Ende',
'Evaluations' => 'Evalueringer.',
'General' => 'Generel',
'History' => 'Historie',
'Inactive' => 'Inaktiv.',
'Name' => 'Navn',
'Parent' => 'Forælder',
'Phone' => 'telefon',
'Position' => 'Position',
'ProfileImage' => 'Profilbillede.',
'Salary' => 'Geahlt',
'Notes' => 'Notizen',
'Staff' => 'Personale',
'Start' => 'Start',
'Status' => 'Status.',
'Title' => 'Titel',
'Unit' => 'Enhed',
'Work' => 'Arbejde',
]];