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' => '경고',
|
|
'All' => '모두',
|
|
'Backtrace' => '역류',
|
|
'CPUUsage' => 'CPU 사용량',
|
|
'Created' => '만들어진',
|
|
'CreatedBy' => '제작자들',
|
|
'Criticals' => '중요합니다',
|
|
'Debug' => '디버그',
|
|
'Deprecated' => '익숙한',
|
|
'Description' => '설명',
|
|
'DisabledFunctions' => '장애인 기능',
|
|
'DiskUsage' => '디스크 사용량',
|
|
'Emergencies' => '비상 사태',
|
|
'Errors' => '오류',
|
|
'Exception' => '예외',
|
|
'File' => '파일',
|
|
'Files' => '파일',
|
|
'Info' => '정보',
|
|
'Inspect' => '검사하다',
|
|
'Inspection' => '점검',
|
|
'Integrity' => '진실성',
|
|
'Level' => '수준',
|
|
'Line' => '라인',
|
|
'Logs' => '로그인',
|
|
'MemoryLimit' => '메모리 한도',
|
|
'Message' => '메세지',
|
|
'Modified' => '수정',
|
|
'Modules' => '#VALUE!',
|
|
'NG' => '정말로',
|
|
'Notices' => '주의 사항',
|
|
'OK' => '확인',
|
|
'OS' => 'OS.',
|
|
'PHPSettings' => 'PHP 설정',
|
|
'Penetrators' => '침투기',
|
|
'RAMUsage' => '램 사용량',
|
|
'Release' => '풀어 주다',
|
|
'Report' => '보고서',
|
|
'Source' => '원천',
|
|
'Status' => '상태',
|
|
'System' => '체계',
|
|
'SystemRAM' => '시스템 RAM.',
|
|
'Theme' => '주제',
|
|
'Time' => '시간',
|
|
'Timestamp' => '타임 스탬프',
|
|
'Total' => '총',
|
|
'Unicode' => '유니 코드',
|
|
'Uri' => 'uri.',
|
|
'Version' => '버전',
|
|
'Warnings' => '경고',
|
|
]];
|