mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-19 12:08:40 +00:00
66 lines
2.2 KiB
PHP
Executable File
66 lines
2.2 KiB
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 ['Monitoring' => [
|
|
'Alerts' => 'Alerty',
|
|
'All' => 'Wszystkie',
|
|
'Backtrace' => 'Backtrace.',
|
|
'CPUUsage' => 'Użycie procesora',
|
|
'Created' => 'Utworzony',
|
|
'CreatedBy' => 'Stworzone przez',
|
|
'Criticals' => 'Krytyczne',
|
|
'Debug' => 'Odpluskwić',
|
|
'Deprecated' => 'Przestarzały',
|
|
'Description' => 'Opis',
|
|
'DisabledFunctions' => 'Funkcje niepełnosprawne',
|
|
'DiskUsage' => 'Użycie dysku',
|
|
'Emergencies' => 'Nagłych wypadków',
|
|
'Errors' => 'Błędy',
|
|
'Exception' => 'Wyjątek',
|
|
'File' => 'Plik',
|
|
'Files' => 'Pliki',
|
|
'Info' => 'Info',
|
|
'Inspect' => 'Sprawdzać',
|
|
'Inspection' => 'Kontrola',
|
|
'Integrity' => 'Uczciwość',
|
|
'Level' => 'Poziom',
|
|
'Line' => 'Linia',
|
|
'Logs' => 'Kłody',
|
|
'MemoryLimit' => 'Limit pamięci',
|
|
'Message' => 'Wiadomość',
|
|
'Modified' => 'Modyfikowany',
|
|
'Modules' => '#VALUE!',
|
|
'NG' => 'Ng.',
|
|
'Notices' => 'Zauważa',
|
|
'OK' => 'ok',
|
|
'OS' => 'OS.',
|
|
'PHPSettings' => 'Ustawienia PHP.',
|
|
'Penetrators' => 'Penetatorzy',
|
|
'RAMUsage' => 'Użycie pamięci RAM.',
|
|
'Release' => 'Uwolnienie',
|
|
'Report' => 'Raport',
|
|
'Source' => 'Źródło',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'SYSTEM RAM.',
|
|
'Theme' => 'Temat',
|
|
'Time' => 'Czas',
|
|
'Timestamp' => 'Znak czasu',
|
|
'Total' => 'Całkowity',
|
|
'Unicode' => 'Unicode.',
|
|
'Uri' => 'Uri.',
|
|
'Version' => 'Wersja',
|
|
'Warnings' => 'Ostrzeżenia',
|
|
]];
|