mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-22 17:08:40 +00:00
49 lines
1.5 KiB
PHP
49 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['HumanResourceManagement' => [
|
|
'Account' => 'Tili',
|
|
'Active' => 'aktiivinen',
|
|
'Birthday' => 'Syntymäpäivä',
|
|
'Clocking' => 'kellotus',
|
|
'Contracts' => 'sopimuksia',
|
|
'CreateFromAccount' => 'Luo tililtä',
|
|
'Department' => 'osasto',
|
|
'Departments' => 'osastot',
|
|
'Documents' => 'asiakirjat',
|
|
'Education' => 'koulutus',
|
|
'Email' => 'Sähköposti',
|
|
'Employee' => 'Työntekijä',
|
|
'Employees' => 'Työntekijät',
|
|
'End' => 'pää',
|
|
'Evaluations' => 'arvioinnit',
|
|
'General' => 'yleinen',
|
|
'History' => 'Historia',
|
|
'Inactive' => 'Epäaktiivinen',
|
|
'Name' => 'Nimi',
|
|
'Parent' => 'vanhempi',
|
|
'Personnel' => 'henkilöstö',
|
|
'Phone' => 'Puhelin',
|
|
'Position' => 'asento',
|
|
'ProfileImage' => 'profiilikuva',
|
|
'Remarks' => 'Huomautukset',
|
|
'Shifts' => 'Vuorot',
|
|
'Staff' => 'henkilöstö',
|
|
'Start' => 'alkaa',
|
|
'Status' => 'Tila',
|
|
'Unit' => 'yksikkö',
|
|
'Vacation' => 'Loma',
|
|
'Work' => 'Tehdä työtä',
|
|
]];
|