You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko.php 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php $TRANSLATIONS = array(
  2. "Could not move %s - File with this name already exists" => "%s 항목을 이동시키지 못하였음 - 파일 이름이 이미 존재함",
  3. "Could not move %s" => "%s 항목을 이딩시키지 못하였음",
  4. "Unable to rename file" => "파일 이름바꾸기 할 수 없음",
  5. "No file was uploaded. Unknown error" => "파일이 업로드되지 않았습니다. 알 수 없는 오류입니다",
  6. "There is no error, the file uploaded with success" => "업로드에 성공하였습니다.",
  7. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다:",
  8. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "업로드한 파일이 HTML 문서에 지정한 MAX_FILE_SIZE보다 더 큼",
  9. "The uploaded file was only partially uploaded" => "파일이 부분적으로 업로드됨",
  10. "No file was uploaded" => "업로드된 파일 없음",
  11. "Missing a temporary folder" => "임시 폴더가 사라짐",
  12. "Failed to write to disk" => "디스크에 쓰지 못했습니다",
  13. "Invalid directory." => "올바르지 않은 디렉토리입니다.",
  14. "Files" => "파일",
  15. "Unshare" => "공유 해제",
  16. "Delete" => "삭제",
  17. "Rename" => "이름 바꾸기",
  18. "{new_name} already exists" => "{new_name}이(가) 이미 존재함",
  19. "replace" => "바꾸기",
  20. "suggest name" => "이름 제안",
  21. "cancel" => "취소",
  22. "replaced {new_name}" => "{new_name}을(를) 대체함",
  23. "undo" => "실행 취소",
  24. "replaced {new_name} with {old_name}" => "{old_name}이(가) {new_name}(으)로 대체됨",
  25. "unshared {files}" => "{files} 공유 해제됨",
  26. "deleted {files}" => "{files} 삭제됨",
  27. "'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.",
  28. "File name cannot be empty." => "파일이름은 공란이 될 수 없습니다.",
  29. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.",
  30. "Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉터리이거나 비어 있기 때문에 업로드할 수 없습니다",
  31. "Upload Error" => "업로드 오류",
  32. "Close" => "닫기",
  33. "Pending" => "보류 중",
  34. "1 file uploading" => "파일 1개 업로드 중",
  35. "{count} files uploading" => "파일 {count}개 업로드 중",
  36. "Upload cancelled." => "업로드가 취소되었습니다.",
  37. "File upload is in progress. Leaving the page now will cancel the upload." => "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.",
  38. "URL cannot be empty." => "URL을 입력해야 합니다.",
  39. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "폴더 이름이 유효하지 않습니다. ",
  40. "{count} files scanned" => "파일 {count}개 검색됨",
  41. "error while scanning" => "검색 중 오류 발생",
  42. "Name" => "이름",
  43. "Size" => "크기",
  44. "Modified" => "수정됨",
  45. "1 folder" => "폴더 1개",
  46. "{count} folders" => "폴더 {count}개",
  47. "1 file" => "파일 1개",
  48. "{count} files" => "파일 {count}개",
  49. "Upload" => "업로드",
  50. "File handling" => "파일 처리",
  51. "Maximum upload size" => "최대 업로드 크기",
  52. "max. possible: " => "최대 가능:",
  53. "Needed for multi-file and folder downloads." => "다중 파일 및 폴더 다운로드에 필요합니다.",
  54. "Enable ZIP-download" => "ZIP 다운로드 허용",
  55. "0 is unlimited" => "0은 무제한입니다",
  56. "Maximum input size for ZIP files" => "ZIP 파일 최대 크기",
  57. "Save" => "저장",
  58. "New" => "새로 만들기",
  59. "Text file" => "텍스트 파일",
  60. "Folder" => "폴더",
  61. "From link" => "링크에서",
  62. "Cancel upload" => "업로드 취소",
  63. "Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!",
  64. "Download" => "다운로드",
  65. "Upload too large" => "업로드 용량 초과",
  66. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.",
  67. "Files are being scanned, please wait." => "파일을 검색하고 있습니다. 기다려 주십시오.",
  68. "Current scanning" => "현재 검색"
  69. );