mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-20 12:38:41 +00:00
65 lines
2.1 KiB
PHP
Executable File
65 lines
2.1 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' => '경고',
|
|
'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' => '수정',
|
|
'NG' => 'NG',
|
|
'Notices' => '주의 사항',
|
|
'OK' => '확인',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'PHP 설정',
|
|
'Penetrators' => '압자',
|
|
'RAMUsage' => 'RAM 사용',
|
|
'Release' => '해제',
|
|
'Report' => '보고서',
|
|
'Source' => '출처',
|
|
'Status' => '상태',
|
|
'System' => '체계',
|
|
'SystemRAM' => '시스템 RAM',
|
|
'Theme' => '테마',
|
|
'Time' => '시각',
|
|
'Timestamp' => '타임 스탬프',
|
|
'Total' => '합계',
|
|
'Unicode' => '유니 코드',
|
|
'Uri' => '열린 우리당',
|
|
'Version' => '버전',
|
|
'Warnings' => '경고',
|
|
]];
|