81 lines
3.8 KiB
JavaScript
81 lines
3.8 KiB
JavaScript
OC.L10N.register(
|
|
"workflowengine",
|
|
{
|
|
"The given operator is invalid" : "지정한 연산자가 잘못됨",
|
|
"The given regular expression is invalid" : "지정한 정규 표현식이 잘못됨",
|
|
"The given file size is invalid" : "지정한 파일 크기가 잘못됨",
|
|
"The given tag id is invalid" : "지정한 태그 ID가 잘못됨",
|
|
"The given IP range is invalid" : "지정한 IP 범위가 잘못됨",
|
|
"The given IP range is not valid for IPv4" : "지정한 IP 범위가 올바른 IPv4가 아님",
|
|
"The given IP range is not valid for IPv6" : "지정한 IP 범위가 올바른 IPv6이 아님",
|
|
"The given time span is invalid" : "지정한 시간 간격이 올바르지 않음",
|
|
"The given start time is invalid" : "지정한 시작 시간이 올바르지 않음",
|
|
"The given end time is invalid" : "지정한 끝 시간이 올바르지 않음",
|
|
"The given group does not exist" : "지정한 그룹이 존재히지 않음",
|
|
"File" : "파일",
|
|
"File created" : "파일 생성됨",
|
|
"File deleted" : "파일 삭제됨",
|
|
"File accessed" : "파일 접근됨",
|
|
"File copied" : "파일 복사됨",
|
|
"%s created %s" : "%s이(가) %s을(를) 생성하였습니다.",
|
|
"%s modified %s" : "%s이(가) %s을(를) 수정하였습니다.",
|
|
"Operation #%s does not exist" : "작업 #%s이(가) 존재하지 않음",
|
|
"No events are chosen." : "선택된 이벤트 없음",
|
|
"Operation %s does not exist" : "작업 %s이(가) 존재하지 않음",
|
|
"Operation %s is invalid" : "작업 %s이(가) 잘못됨",
|
|
"Check %s does not exist" : "검사 %s이(가) 존재하지 않음",
|
|
"Check %s is invalid" : "검사 %s이(가) 잘못됨",
|
|
"Check #%s does not exist" : "검사 #%s이(가) 존재하지 않음",
|
|
"Check %s is invalid or does not exist" : "검사 %s이(가) 올바르지 않거나 존재하지 않음",
|
|
"Flow" : "흐름",
|
|
"Select a filter" : "필터 선택",
|
|
"Select a file type" : "파일 타입 선택",
|
|
"Folder" : "폴더",
|
|
"Images" : "파일",
|
|
"PDF documents" : "PDF 문서",
|
|
"Select a tag" : "태그 선택",
|
|
"No results" : "결과 없음",
|
|
"%s (invisible)" : "%s(숨겨짐)",
|
|
"%s (restricted)" : "%s(제한됨)",
|
|
"Select a request URL" : "요청 URL 선택",
|
|
"Predefined URLs" : "사전 정의된 URL",
|
|
"Files WebDAV" : "파일 WebDAV",
|
|
"Android client" : "Android 클라이언트",
|
|
"iOS client" : "iOS 클라이언트",
|
|
"Desktop client" : "데스크톱 클라이언트",
|
|
"Thunderbird & Outlook addons" : "Thunderbird와 Outlook 확장 기능",
|
|
"and" : "그리고",
|
|
"Cancel" : "취소",
|
|
"Delete" : "삭제",
|
|
"Save" : "저장",
|
|
"Show more" : "더 보기",
|
|
"matches" : "일치함",
|
|
"does not match" : "일치하지 않음",
|
|
"is" : "맞음",
|
|
"is not" : "아님",
|
|
"File name" : "파일 이름",
|
|
"File MIME type" : "파일 MIME 형식",
|
|
"File size (upload)" : "파일 크기(업로드)",
|
|
"less" : "작음",
|
|
"less or equals" : "작거나 같음",
|
|
"greater or equals" : "크거나 같음",
|
|
"greater" : "큼",
|
|
"Request remote address" : "요청의 원격 주소",
|
|
"matches IPv4" : "IPv4와 일치함",
|
|
"does not match IPv4" : "IPv4와 일치하지 않음",
|
|
"matches IPv6" : "IPv6과 일치함",
|
|
"does not match IPv6" : "IPv6과 일치하지 않음",
|
|
"File system tag" : "파일 시스템 태그",
|
|
"is tagged with" : "다음으로 태그됨",
|
|
"is not tagged with" : "다음으로 태그되지 않음",
|
|
"Request URL" : "요청 URL",
|
|
"Request time" : "요청 시간",
|
|
"between" : "사이",
|
|
"not between" : "사이에 없음",
|
|
"Request user agent" : "요청 사용자 에이전트",
|
|
"User group membership" : "사용자 그룹 구성원",
|
|
"is member of" : "구성원임",
|
|
"is not member of" : "구성원이 아님"
|
|
},
|
|
"nplurals=1; plural=0;");
|