oms-HumanResourceManagement/Theme/Backend/Lang/it.lang.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' => 'account',
'Active' => 'Attivo',
'Birthday' => 'Compleanno',
'Clocking' => 'clocking',
'Contracts' => 'contratti',
'CreateFromAccount' => 'Crea dal conto',
'Department' => 'Dipartimento',
'Departments' => 'dipartimenti',
'Documents' => 'Documenti',
'Education' => 'Formazione scolastica',
'Email' => 'E-mail',
'Employee' => 'Dipendente',
'Employees' => 'I 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',
'Unit' => 'Unità',
'Vacation' => 'Vacanza',
'Work' => 'Opera',
]];