oms-RiskManagement/Theme/Backend/Lang/Navigation.el.lang.php

30 lines
859 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 ['Navigation' => [
'Categories' => 'Κατηγορία',
'Causes' => 'Αιτίες',
'Cockpit' => 'Στίβος κοκκορομαχιών',
'Create' => 'Δημιουργώ',
'Delete' => 'Διαγράφω',
'Departments' => 'Τμήματα',
'Processes' => 'Διεργασίες',
'Projects' => 'Εργα',
'RiskManagement' => 'Διαχείριση κινδύνου',
'Risks' => 'Κίνδυνοι',
'Settings' => 'Ρυθμίσεις',
'Solutions' => 'Λύσεις',
'Units' => 'Μονάδες',
]];