Blame view

sources/apps/files/l10n/ko.php 4.57 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "%s 항목을 이동시키지 못하였음 - 파일 이름이 이미 존재함",
  "Could not move %s" => "%s 항목을 이딩시키지 못하였음",
  "Unable to rename file" => "파일 이름바꾸기 할 수 없음",
  "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" => "디스크에 쓰지 못했습니다",
  "Invalid directory." => "올바르지 않은 디렉터리입니다.",
  "Files" => "파일",
  "Share" => "공유",
  "Delete" => "삭제",
  "Rename" => "이름 바꾸기",
  "Pending" => "보류 중",
  "{new_name} already exists" => "{new_name}이(가) 이미 존재함",
  "replace" => "바꾸기",
  "suggest name" => "이름 제안",
  "cancel" => "취소",
  "replaced {new_name} with {old_name}" => "{old_name}이(가) {new_name}(으)로 대체됨",
  "undo" => "실행 취소",
  "'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.",
  "File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.",
  "Your storage is full, files can not be updated or synced anymore!" => "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!",
  "Your storage is almost full ({usedSpacePercent}%)" => "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)",
  "Your download is being prepared. This might take some time if the files are big." => "다운로드가 준비 중입니다. 파일 크기가 크다면 시간이 오래 걸릴 수도 있습니다.",
  "Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉터리이거나 비어 있기 때문에 업로드할 수 없습니다",
  "Upload Error" => "업로드 오류",
  "Close" => "닫기",
  "1 file uploading" => "파일 1개 업로드 중",
  "{count} files uploading" => "파일 {count}개 업로드 중",
  "Upload cancelled." => "업로드가 취소되었습니다.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.",
  "URL cannot be empty." => "URL을 입력해야 합니다.",
  "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "폴더 이름이 유효하지 않습니다. ",
  "Name" => "이름",
  "Size" => "크기",
  "Modified" => "수정됨",
  "1 folder" => "폴더 1개",
  "{count} folders" => "폴더 {count}개",
  "1 file" => "파일 1개",
  "{count} files" => "파일 {count}개",
  "Upload" => "업로드",
  "File handling" => "파일 처리",
  "Maximum upload size" => "최대 업로드 크기",
  "max. possible: " => "최대 가능:",
  "Needed for multi-file and folder downloads." => "다중 파일 및 폴더 다운로드에 필요합니다.",
  "Enable ZIP-download" => "ZIP 다운로드 허용",
  "0 is unlimited" => "0은 무제한입니다",
  "Maximum input size for ZIP files" => "ZIP 파일 최대 크기",
  "Save" => "저장",
  "New" => "새로 만들기",
  "Text file" => "텍스트 파일",
  "Folder" => "폴더",
  "From link" => "링크에서",
  "Cancel upload" => "업로드 취소",
  "Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!",
  "Download" => "다운로드",
  "Unshare" => "공유 해제",
  "Upload too large" => "업로드 용량 초과",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.",
  "Files are being scanned, please wait." => "파일을 검색하고 있습니다. 기다려 주십시오.",
  "Current scanning" => "현재 검색",
  "Upgrading filesystem cache..." => "파일 시스템 캐시 업그레이드 중..."
  );