files_antivirus/l10n/zh_CN.js

53 строки
2.5 KiB
JavaScript
Исходник Обычный вид История

2018-03-01 04:20:36 +03:00
OC.L10N.register(
"files_antivirus",
{
"Clean" : "清除",
"Infected" : "已被感染",
"Unchecked" : "未选中",
"Scanner exit status" : "扫描器退出状态",
"Scanner output" : "扫描器输出",
"Saving..." : "保存中...",
2018-03-06 04:20:54 +03:00
"Antivirus" : "反病毒",
2018-03-01 04:20:36 +03:00
"Virus %s is detected in the file. Upload cannot be completed." : "在文件中检测到病毒 %s。上传未能完成。",
2018-03-03 04:20:36 +03:00
"Saved" : "已保存",
2018-03-01 04:20:36 +03:00
"Antivirus App for files" : "面向文件的反病毒应用",
"Greetings {user}," : "您好 {user}",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "抱歉,在你试图上传的文件中检测到恶意软件,文件已被删除。",
"This email is a notification from {host}. Please, do not reply." : "这封邮件是来自 {host} 的通知,请不要回复。",
"File uploaded: {file}" : "文件已上传:{file}",
"Antivirus Configuration" : "反病毒配置",
"Mode" : "模式",
"Executable" : "可执行文件",
"Daemon" : "后台进程",
"Daemon (Socket)" : "后台进程Socket",
"Socket" : "Socket",
"Clamav Socket." : "Clamav Socket",
"Not required in Executable Mode." : "在可执行文件模式中不需要",
"Host" : "主机",
"Address of Antivirus Host." : "反病毒主机的地址",
"Port" : "端口",
"Port number of Antivirus Host." : "反病毒主机的端口号",
"Stream Length" : "数据流长度",
"ClamAV StreamMaxLength value in bytes." : "ClamAV 数据流最大长度(字节)",
"bytes" : "字节",
"Path to clamscan" : "clamscan 路径",
"Path to clamscan executable." : "clamscan 可执行文件路径",
"Not required in Daemon Mode." : "在后台进程模式中不需要",
"Extra command line options (comma-separated)" : "额外的命令行参数(逗号分隔)",
"File size limit, -1 means no limit" : "文件大小限制,-1 意味着没有限制",
"Background scan file size limit in bytes, -1 means no limit" : "后台扫描文件大小限制(字节),-1 意味着没有限制",
"Only log" : "仅日志",
"Delete file" : "删除文件",
"Save" : "保存",
"Advanced" : "高级",
"Rules" : "规则",
"Clear All" : "清除所有",
"Reset to defaults" : "恢复默认值",
"Match by" : "匹配",
"Scanner exit status or signature to search" : "扫描器退出状态 或 要搜索的签名",
"Description" : "描述",
"Mark as" : "标记为",
"Add a rule" : "添加规则"
},
"nplurals=1; plural=0;");