mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 07:08:41 +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' => 'Regnskap',
|
|
'Active' => 'Aktiv',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Fødselsdag',
|
|
'Clocking' => 'Klokke',
|
|
'Contracts' => 'Kontrakter',
|
|
'CreateFromAccount' => 'Opprett fra konto',
|
|
'Department' => 'Avdeling',
|
|
'Departments' => 'Avdelinger',
|
|
'Documents' => 'Dokumenter',
|
|
'Education' => 'utdanning',
|
|
'Email' => 'E-post',
|
|
'Employee' => 'Ansatt',
|
|
'Employees' => 'Ansatte',
|
|
'End' => 'Slutt',
|
|
'Evaluations' => 'Evalueringer',
|
|
'General' => 'Generell',
|
|
'History' => 'Historie',
|
|
'Inactive' => 'Inaktiv',
|
|
'Name' => 'Navn',
|
|
'Parent' => 'Foreldre',
|
|
'Personnel' => 'Personale',
|
|
'Phone' => 'Telefonen',
|
|
'Position' => 'Posisjon',
|
|
'ProfileImage' => 'Profilbilde',
|
|
'Remarks' => 'Bemerkninger',
|
|
'Shifts' => 'Skift',
|
|
'Staff' => 'Personale',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Enhet',
|
|
'Vacation' => 'Ferie',
|
|
'Work' => 'Arbeid',
|
|
]];
|