mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ProjectManagement' => [
|
|
'Active' => 'Attivo',
|
|
'Actual' => 'Effettivo',
|
|
'Budget' => 'Bilancio',
|
|
'Canceled' => 'Annullato',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Description' => 'Descrizione',
|
|
'Due' => 'Dovuto',
|
|
'End' => 'Fine',
|
|
'Exponential' => 'Esponenziale',
|
|
'Files' => 'File',
|
|
'Finished' => 'Finito',
|
|
'Hold' => 'Presa',
|
|
'Inactive' => 'Non attivo',
|
|
'Linear' => 'Lineare',
|
|
'Log' => 'Tronco d\'albero',
|
|
'Manager' => 'Gestore',
|
|
'Manual' => 'Manuale',
|
|
'Name' => 'Nome',
|
|
'Other' => 'Altro',
|
|
'Progress' => 'Progresso',
|
|
'Project' => 'Progetto',
|
|
'Projects' => 'Progetti',
|
|
'Responsibility' => 'Responsabilità',
|
|
'Start' => 'Inizio',
|
|
'Status' => 'Stato',
|
|
'Tasks' => 'Compiti',
|
|
'Title' => 'Titolo',
|
|
'UserGroup' => 'Gruppo di utenti',
|
|
]];
|