test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent 101145ade6
commit beba58c15f
2 changed files with 110 additions and 47 deletions

View File

@ -0,0 +1,63 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Monitoring' => [
'Alerts' => '',
'All' => '',
'Backtrace' => '',
'CPUUsage' => '',
'Created' => '',
'CreatedBy' => '',
'Criticals' => '',
'Debug' => '',
'Deprecated' => '',
'Description' => '',
'DisabledFunctions' => '',
'DiskUsage' => '',
'Emergencies' => '',
'Errors' => '',
'Exception' => '',
'File' => '',
'Info' => '',
'Inspect' => '',
'Inspection' => '',
'Integrity' => '',
'Level' => '',
'Line' => '',
'Logs' => '',
'MemoryLimit' => '',
'Message' => '',
'Modified' => '',
'NG' => '',
'Notices' => '',
'OK' => '',
'OS' => '',
'Penetrators' => '',
'PHPSettings' => '',
'RAMUsage' => '',
'Release' => '',
'Report' => '',
'Source' => '',
'Status' => '',
'System' => '',
'SystemRAM' => '',
'Theme' => '',
'Time' => '',
'Timestamp' => '',
'Total' => '',
'Unicode' => '',
'Uri' => '',
'Version' => '',
'Warnings' => '',
'Files' => '',
]];

2
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Monitoring
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -60,4 +59,5 @@ return ['Monitoring' => [
'Uri' => 'Uri', 'Uri' => 'Uri',
'Version' => 'Version', 'Version' => 'Version',
'Warnings' => 'Warnings', 'Warnings' => 'Warnings',
'Files' => '',
]]; ]];