mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 19:38:40 +00:00
30 lines
735 B
PHP
Executable File
30 lines
735 B
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Navigation' => [
|
|
'Categories' => 'Categorie',
|
|
'Causes' => 'Cause',
|
|
'Cockpit' => 'Cockpit.',
|
|
'Create' => 'Creare',
|
|
'Delete' => 'Eliminare',
|
|
'Departments' => 'Dipartimenti',
|
|
'Processes' => 'Processi',
|
|
'Projects' => 'Progetti',
|
|
'RiskManagement' => 'Gestione del rischio',
|
|
'Risks' => 'Rischi',
|
|
'Settings' => 'Impostazioni',
|
|
'Solutions' => 'Soluzioni',
|
|
'Units' => 'Unità',
|
|
]];
|