2014-10-17 16:20:02 +04:00
OC . L10N . register (
"files" ,
{
2015-01-17 09:54:40 +03:00
"Storage not available" : "저장소를 사용할 수 없음" ,
"Storage invalid" : "저장소가 잘못됨" ,
2014-10-17 16:20:02 +04:00
"Unknown error" : "알 수 없는 오류" ,
"Could not move %s - File with this name already exists" : "항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함" ,
"Could not move %s" : "항목 %s을(를) 이동시킬 수 없음" ,
2015-01-17 09:54:40 +03:00
"Permission denied" : "권한 거부됨" ,
"The target folder has been moved or deleted." : "대상 폴더가 이동되거나 삭제되었습니다." ,
2014-10-17 16:20:02 +04:00
"The name %s is already used in the folder %s. Please choose a different name." : "이름 %s이(가) 폴더 %s에서 이미 사용 중입니다. 다른 이름을 사용하십시오." ,
"Error when creating the file" : "파일 생성 중 오류 발생" ,
"Error when creating the folder" : "폴더 생성 중 오류 발생" ,
"Unable to set upload directory." : "업로드 디렉터리를 설정할 수 없습니다." ,
"Invalid Token" : "잘못된 토큰" ,
"No file was uploaded. Unknown error" : "파일이 업로드 되지 않았습니다. 알 수 없는 오류입니다" ,
"There is no error, the file uploaded with success" : "파일 업로드에 성공하였습니다." ,
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다:" ,
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일 크기가 HTML 폼의 MAX_FILE_SIZE보다 큼" ,
"The uploaded file was only partially uploaded" : "파일의 일부분만 업로드됨" ,
"No file was uploaded" : "파일이 업로드되지 않았음" ,
"Missing a temporary folder" : "임시 폴더가 없음" ,
"Failed to write to disk" : "디스크에 쓰지 못했습니다" ,
"Not enough storage available" : "저장소가 용량이 충분하지 않습니다." ,
"Upload failed. Could not find uploaded file" : "업로드에 실패했습니다. 업로드할 파일을 찾을 수 없습니다" ,
"Upload failed. Could not get file info." : "업로드에 실패했습니다. 파일 정보를 가져올 수 없습니다." ,
"Invalid directory." : "올바르지 않은 디렉터리입니다." ,
"Files" : "파일" ,
2015-01-17 09:54:40 +03:00
"All files" : "모든 파일" ,
2014-12-17 09:56:41 +03:00
"Favorites" : "즐겨찾기" ,
2014-12-19 09:56:51 +03:00
"Home" : "가정" ,
2014-10-17 16:20:02 +04:00
"Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다." ,
2015-01-17 09:54:40 +03:00
"Total file size {size1} exceeds upload limit {size2}" : "총 파일 크기 {size1}이(가) 업로드 제한 {size2}을(를) 초과함" ,
"Not enough free space, you are uploading {size1} but only {size2} is left" : "빈 공간이 부족합니다. 업로드할 파일 크기는 {size1}이지만 현재 {size2}만큼 비었습니다" ,
2014-10-17 16:20:02 +04:00
"Upload cancelled." : "업로드가 취소되었습니다." ,
"Could not get result from server." : "서버에서 결과를 가져올 수 없습니다." ,
"File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다." ,
"{new_name} already exists" : "{new_name}이(가) 이미 존재함" ,
"Could not create file" : "파일을 만들 수 없음" ,
"Could not create folder" : "폴더를 만들 수 없음" ,
2014-12-14 09:54:56 +03:00
"Rename" : "이름 바꾸기" ,
2014-10-17 16:20:02 +04:00
"Delete" : "삭제" ,
2015-01-17 09:54:40 +03:00
"Disconnect storage" : "저장소 연결 해제" ,
2014-10-17 16:20:02 +04:00
"Unshare" : "공유 해제" ,
2015-01-13 09:56:58 +03:00
"Download" : "다운로드" ,
2014-12-19 09:56:51 +03:00
"Select" : "선택" ,
2014-10-17 16:20:02 +04:00
"Pending" : "대기 중" ,
2015-01-17 09:54:40 +03:00
"Unable to determine date" : "날짜를 결정할 수 없음" ,
"Error moving file." : "파일 이동 오류." ,
2014-10-17 16:20:02 +04:00
"Error moving file" : "파일 이동 오류" ,
"Error" : "오류" ,
"Could not rename file" : "이름을 변경할 수 없음" ,
"Error deleting file." : "파일 삭제 오류." ,
2015-01-17 09:54:40 +03:00
"No entries in this folder match '{filter}'" : "이 폴더에 '{filter}'와(과) 일치하는 항목 없음" ,
2014-10-17 16:20:02 +04:00
"Name" : "이름" ,
"Size" : "크기" ,
"Modified" : "수정됨" ,
"_%n folder_::_%n folders_" : [ "폴더 %n개" ] ,
"_%n file_::_%n files_" : [ "파일 %n개" ] ,
"You don’ t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다" ,
"_Uploading %n file_::_Uploading %n files_" : [ "파일 %n개 업로드 중" ] ,
2015-01-17 09:54:40 +03:00
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다." ,
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다." ,
2014-10-17 16:20:02 +04:00
"Your storage is full, files can not be updated or synced anymore!" : "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!" ,
"Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)" ,
2015-01-17 09:54:40 +03:00
"_matches '{filter}'_::_match '{filter}'_" : [ "'{filter}'와(과) 일치" ] ,
2014-10-17 16:20:02 +04:00
"{dirs} and {files}" : "{dirs} 그리고 {files}" ,
2015-01-17 09:54:40 +03:00
"Favorited" : "책갈피에 추가됨" ,
2014-12-17 09:56:41 +03:00
"Favorite" : "즐겨찾기" ,
2015-02-11 09:55:07 +03:00
"An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생" ,
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "새 파일이나 폴더가 <strong>생성됨</strong>" ,
"A file or folder has been <strong>changed</strong>" : "파일이나 폴더가 <strong>변경됨</strong>" ,
"A file or folder has been <strong>deleted</strong>" : "파일이나 폴더가 <strong>삭제됨</strong>" ,
"A file or folder has been <strong>restored</strong>" : "파일이나 폴더가 <strong>복원됨</strong>" ,
"You created %1$s" : "내가 %1$s을(를) 생성함" ,
"%2$s created %1$s" : "%2$s 님이 %1$s을(를) 생성함" ,
"%1$s was created in a public folder" : "공유 폴더에 %1$s 생성됨" ,
"You changed %1$s" : "내가 %1$s을(를) 변경함" ,
"%2$s changed %1$s" : "%2$s 님이 %1$s을(를) 변경함" ,
"You deleted %1$s" : "내가 %1$s을(를) 삭제함" ,
"%2$s deleted %1$s" : "%2$s 님이 %1$s을(를) 삭제함" ,
"You restored %1$s" : "내가 %1$s을(를) 복원함" ,
"%2$s restored %1$s" : "%2$s 님이 %1$s을(를) 복원함" ,
2015-01-17 09:54:40 +03:00
"%s could not be renamed as it has been deleted" : "%s이(가) 삭제되었기 때문에 이름을 변경할 수 없습니다" ,
2014-10-17 16:20:02 +04:00
"%s could not be renamed" : "%s의 이름을 변경할 수 없습니다" ,
2015-01-17 09:54:40 +03:00
"Upload (max. %s)" : "업로드(최대 %s)" ,
2014-10-17 16:20:02 +04:00
"File handling" : "파일 처리" ,
"Maximum upload size" : "최대 업로드 크기" ,
"max. possible: " : "최대 가능:" ,
"Save" : "저장" ,
2014-12-19 09:56:51 +03:00
"Settings" : "설정" ,
2014-10-17 16:20:02 +04:00
"WebDAV" : "WebDAV" ,
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "WebDAV로 파일에 접근하려면 <a href=\"%s\" target=\"_blank\">이 주소를 사용하십시오</a>" ,
"New" : "새로 만들기" ,
"New text file" : "새 텍스트 파일" ,
"Text file" : "텍스트 파일" ,
"New folder" : "새 폴더" ,
"Folder" : "폴더" ,
2014-12-20 09:56:24 +03:00
"Upload" : "업로드" ,
2014-12-19 09:56:51 +03:00
"Cancel upload" : "업로드 취소" ,
2015-01-17 09:54:40 +03:00
"Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!" ,
"No entries found in this folder" : "이 폴더에 항목 없음" ,
"Select all" : "모두 선택" ,
2014-10-17 16:20:02 +04:00
"Upload too large" : "업로드한 파일이 너무 큼" ,
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다." ,
2015-01-17 09:54:40 +03:00
"Files are being scanned, please wait." : "파일을 검색하고 있습니다. 기다려 주십시오." ,
"Currently scanning" : "현재 검사 중" ,
"No favorites" : "책갈피 없음" ,
"Files and folders you mark as favorite will show up here" : "책갈피에 추가한 파일과 폴더가 여기에 나타납니다"
2014-10-17 16:20:02 +04:00
} ,
"nplurals=1; plural=0;" ) ;