mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-26 06:48:39 +00:00
32 lines
756 B
PHP
Executable File
32 lines
756 B
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 ['Organization' => [
|
|
'Active' => 'Attivo',
|
|
'Department' => 'Dipartimento',
|
|
'Departments' => 'Dipartimenti',
|
|
'Description' => 'Descrizione',
|
|
'Inactive' => 'Non attivo',
|
|
'Logo' => 'Logo',
|
|
'Name' => 'Nome',
|
|
'Parent' => 'Genitore',
|
|
'Position' => 'Posizione',
|
|
'Positions' => 'Posizioni',
|
|
'Search' => 'Ricerca',
|
|
'Status' => 'Stato',
|
|
'Unit' => 'Unità',
|
|
'UnitLogo' => 'Logo dell\'unità',
|
|
'Units' => 'Unità',
|
|
]];
|