53 строки
2.9 KiB
JavaScript
53 строки
2.9 KiB
JavaScript
OC.L10N.register(
|
|
"files_antivirus",
|
|
{
|
|
"Clean" : "안전함",
|
|
"Infected" : "감염됨",
|
|
"Unchecked" : "검사되지 않음",
|
|
"Scanner exit status" : "스캐너 종료 상태",
|
|
"Scanner output" : "스캐너 출력",
|
|
"Saving…" : "저장 중…",
|
|
"Antivirus" : "안티바이러스",
|
|
"File {file} is infected with {virus}" : "파일 {file}이(가) {virus}에 감염됨",
|
|
"The file has been removed" : "파일이 삭제됨",
|
|
"File containing {virus} detected" : "{virus}에 감염된 파일 탐지됨",
|
|
"Antivirus detected a virus" : "안티바이러스 도구에서 바이러스를 탐지함",
|
|
"Virus %s is detected in the file. Upload cannot be completed." : "파일에 %s 바이러스가 감지되었습니다. 업로드할 수 없습니다.",
|
|
"Saved" : "저장됨",
|
|
"Antivirus 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 for Files" : "파일 안티바이러스",
|
|
"Mode" : "모드",
|
|
"Socket" : "소켓",
|
|
"Not required in Executable Mode." : "실행 파일 모드에서는 필요하지 않습니다.",
|
|
"Host" : "호스트",
|
|
"Address of Antivirus Host." : "안티바이러스 호스트 주소입니다.",
|
|
"Port" : "포트",
|
|
"Port number of Antivirus Host." : "안티바이러스 호스트의 포트입니다.",
|
|
"Select" : "선택",
|
|
"Stream Length" : "스트림 길이",
|
|
"ClamAV StreamMaxLength value in bytes." : "바이트 단위 ClamAV StreamMaxLength 값입니다.",
|
|
"bytes" : "바이트",
|
|
"Path to clamscan" : "clamscan 경로",
|
|
"Path to clamscan executable." : "clamscan 실행 파일 경로입니다.",
|
|
"Not required in Daemon Mode." : "데몬 모드에서는 필요하지 않습니다.",
|
|
"Extra command line options (comma-separated)" : "추가 명령행 옵션(쉼표로 구분)",
|
|
"When infected files are found during a background scan" : "백그라운드 검사 시 감염된 파일을 찾았을 때",
|
|
"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;");
|