nextcloud/apps/files/l10n/ko.php

52 lines
2.7 KiB
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
"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" => "임시 폴더가 사라짐",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "디스크에 쓰지 못했습니다",
2012-05-09 14:41:01 +04:00
"Files" => "파일",
2012-07-30 04:05:41 +04:00
"Delete" => "삭제",
2012-08-30 04:06:45 +04:00
"already exists" => "이미 존재 합니다",
"replace" => "대체",
"cancel" => "취소",
"replaced" => "대체됨",
"undo" => "복구",
2012-09-06 04:06:37 +04:00
"with" => "",
2012-08-30 04:06:45 +04:00
"deleted" => "삭제",
2012-07-30 04:05:41 +04:00
"generating ZIP-file, it may take some time." => "ZIP파일 생성에 시간이 걸릴 수 있습니다.",
2012-08-30 04:06:45 +04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉토리이거나 0 바이트이기 때문에 업로드 할 수 없습니다.",
2012-07-30 04:05:41 +04:00
"Upload Error" => "업로드 에러",
"Pending" => "보류 중",
"Upload cancelled." => "업로드 취소.",
"Invalid name, '/' is not allowed." => "잘못된 이름, '/' 은 허용이 되지 않습니다.",
2012-06-06 02:29:28 +04:00
"Size" => "크기",
"Modified" => "수정됨",
2012-07-30 04:05:41 +04:00
"folder" => "폴더",
"folders" => "폴더",
"file" => "파일",
"files" => "파일",
2012-05-13 21:59:44 +04:00
"File handling" => "파일 처리",
2012-05-09 14:41:01 +04:00
"Maximum upload size" => "최대 업로드 크기",
2012-05-13 21:59:44 +04:00
"max. possible: " => "최대. 가능한:",
"Needed for multi-file and folder downloads." => "멀티 파일 및 폴더 다운로드에 필요.",
"Enable ZIP-download" => "ZIP- 다운로드 허용",
"0 is unlimited" => "0은 무제한 입니다",
"Maximum input size for ZIP files" => "ZIP 파일에 대한 최대 입력 크기",
2012-05-09 14:41:01 +04:00
"New" => "새로 만들기",
"Text file" => "텍스트 파일",
"Folder" => "폴더",
2012-05-13 21:59:44 +04:00
"From url" => "URL 에서",
2012-05-09 14:41:01 +04:00
"Upload" => "업로드",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "업로드 취소",
2012-05-09 14:41:01 +04:00
"Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!",
"Name" => "이름",
2012-05-13 21:59:44 +04:00
"Share" => "공유",
2012-05-09 14:41:01 +04:00
"Download" => "다운로드",
"Upload too large" => "업로드 용량 초과",
2012-05-13 21:59:44 +04:00
"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" => "커런트 스캐닝"
2012-05-09 14:41:01 +04:00
);