Files
librenms-librenms/lang/zh-CN/syslog.php
sogadm 15aa91d546 Chinese translation fixesChinese translation fixes (#15991)
* Chinese translation fixes

Chinese translation fixes

* Update settings.php

Chinese translation fixes
2024-04-29 09:29:59 -05:00

41 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'severity' => [
'0' => '紧急',
'1' => '警报',
'2' => '严重',
'3' => '错误',
'4' => '警告',
'5' => '通知',
'6' => '信息',
'7' => '调试',
],
'facility' => [
'0' => '内核消息',
'1' => '用户级消息',
'2' => '邮件系统',
'3' => '系统守护进程',
'4' => '安全/授权消息',
'5' => 'syslogd内部生成的消息',
'6' => '行式打印机子系统',
'7' => '网络新闻子系统',
'8' => 'UUCP子系统',
'9' => '时钟守护进程',
'10' => '安全/授权消息',
'11' => 'FTP守护进程',
'12' => 'NTP子系统',
'13' => '日志审计',
'14' => '日志警报',
'15' => '时钟守护进程注意2',
'16' => '本地使用0local0',
'17' => '本地使用1local1',
'18' => '本地使用2local2',
'19' => '本地使用3local3',
'20' => '本地使用4local4',
'21' => '本地使用5local5',
'22' => '本地使用6local6',
'23' => '本地使用7local7',
],
];