oms-Monitoring/Theme/Backend/Lang/Navigation.pt.lang.php
Dennis Eichhorn 6056a4a669 fix language
2023-09-23 23:05:19 +00:00

21 lines
382 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 ['Navigation' => [
'Logs' => 'Histórico',
'Monitoring' => 'Monitoramento',
'Security' => 'Segurança',
'Stats' => '',
]];