mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 13:08:39 +00:00
65 lines
2.2 KiB
PHP
Executable File
65 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Monitoring' => [
|
|
'Alerts' => 'Powiadomienia',
|
|
'All' => 'Wszystko',
|
|
'Backtrace' => 'Ślad',
|
|
'CPUUsage' => 'Użycie procesora',
|
|
'Created' => 'Utworzony',
|
|
'CreatedBy' => 'Stworzone przez',
|
|
'Criticals' => 'trafienie krytyczne',
|
|
'Debug' => 'Odpluskwić',
|
|
'Deprecated' => 'Nieaktualne',
|
|
'Description' => 'Opis',
|
|
'DisabledFunctions' => 'Funkcje niepełnosprawnych',
|
|
'DiskUsage' => 'Użycie dysku',
|
|
'Emergencies' => 'Nagłe wypadki',
|
|
'Errors' => 'Błędy',
|
|
'Exception' => 'Wyjątek',
|
|
'File' => 'Plik',
|
|
'Files' => 'Akta',
|
|
'Info' => 'Info',
|
|
'Inspect' => 'Sprawdzać',
|
|
'Inspection' => 'Kontrola',
|
|
'Integrity' => 'Integralność',
|
|
'Level' => 'Poziom',
|
|
'Line' => 'Linia',
|
|
'Logs' => 'dzienniki',
|
|
'MemoryLimit' => 'Limit pamięci',
|
|
'Message' => 'Wiadomość',
|
|
'Modified' => 'zmodyfikowany',
|
|
'NG' => 'NG',
|
|
'Notices' => 'Zawiadomienia',
|
|
'OK' => 'ok',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'Ustawienia PHP',
|
|
'Penetrators' => 'przepusty',
|
|
'RAMUsage' => 'Wykorzystanie pamięci RAM',
|
|
'Release' => 'Wydanie',
|
|
'Report' => 'Raport',
|
|
'Source' => 'Źródło',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM',
|
|
'Theme' => 'Motyw',
|
|
'Time' => 'Czas',
|
|
'Timestamp' => 'Znak czasu',
|
|
'Total' => 'Całkowity',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Wersja',
|
|
'Warnings' => 'ostrzeżenia',
|
|
]];
|