mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-19 07:38:40 +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' => 'Account',
|
|
'Active' => 'Attivo',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Compleanno',
|
|
'Clocking' => 'Orologio',
|
|
'Contracts' => 'Contratti',
|
|
'CreateFromAccount' => 'Crea dal conto',
|
|
'Department' => 'Dipartimento',
|
|
'Departments' => 'Dipartimenti',
|
|
'Documents' => 'Documenti',
|
|
'Education' => 'Formazione scolastica',
|
|
'Email' => 'E-mail',
|
|
'Employee' => 'Dipendente',
|
|
'Employees' => 'Dipendenti',
|
|
'End' => 'Fine',
|
|
'Evaluations' => 'Valutazioni',
|
|
'General' => 'Generale',
|
|
'History' => 'Storia',
|
|
'Inactive' => 'Non attivo',
|
|
'Name' => 'Nome',
|
|
'Parent' => 'Genitore',
|
|
'Personnel' => 'Personale',
|
|
'Phone' => 'Telefono',
|
|
'Position' => 'Posizione',
|
|
'ProfileImage' => 'Immagine del profilo',
|
|
'Remarks' => 'Osservazioni',
|
|
'Shifts' => 'Turni',
|
|
'Staff' => 'Personale',
|
|
'Start' => 'Inizio',
|
|
'Status' => 'Stato',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Unità',
|
|
'Vacation' => 'Vacanza',
|
|
'Work' => 'Opera',
|
|
]];
|