diff options
Diffstat (limited to 'apps/files_sharing/l10n/ko.json')
-rw-r--r-- | apps/files_sharing/l10n/ko.json | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index fc467d4e85d..6c9423e02c8 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -1,18 +1,52 @@ { "translations": { + "Server to server sharing is not enabled on this server" : "이 서버에서 서버간 공유를 사용할 수 없음", + "The mountpoint name contains invalid characters." : "마운트 지점 이름에 잘못된 글자가 포함되어 있습니다.", + "Invalid or untrusted SSL certificate" : "잘못되었거나 신뢰할 수 없는 SSL 인증서", + "Couldn't add remote share" : "원격 공유를 추가할 수 없음", + "Shared with you" : "나와 공유됨", + "Shared with others" : "다른 사람과 공유됨", + "Shared by link" : "링크로 공유됨", + "Nothing shared with you yet" : "나와 공유된 항목 없음", + "Files and folders others share with you will show up here" : "다른 사람이 공유한 파일과 폴더가 여기에 나타납니다", + "Nothing shared yet" : "공유된 항목 없음", + "Files and folders you share will show up here" : "내가 공유하는 파일과 폴더가 여기에 나타납니다", + "No shared links" : "공유된 링크 없음", + "Files and folders you share by link will show up here" : "내가 링크로 공유하는 파일과 폴더가 여기에 나타납니다", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote}의 원격 공유 {name}을(를) 추가하시겠습니까?", + "Remote share" : "원격 공유", + "Remote share password" : "원격 공유 암호", "Cancel" : "취소", + "Add remote share" : "원격 공유 추가", + "No ownCloud installation (7 or higher) found at {remote}" : "{remote}에 ownCloud 7 이상이 설치되어 있지 않음", + "Invalid ownCloud url" : "잘못된 ownCloud URL", "Share" : "공유", "Shared by" : "공유한 사용자:", + "A file or folder was shared from <strong>another server</strong>" : "<strong>다른 서버</strong>에서 파일이나 폴더를 공유함", + "A public shared file or folder was <strong>downloaded</strong>" : "공개 공유된 파일이나 폴더가 <strong>다운로드됨</strong>", + "You received a new remote share from %s" : "%s에서 원격 공유 요청을 받았습니다", + "%1$s accepted remote share %2$s" : "%1$s 님이 원격 공유 %2$s을(를) 수락함", + "%1$s declined remote share %2$s" : "%1$s 님이 원격 공유 %2$s을(를) 거절함", + "%1$s unshared %2$s from you" : "%1$s 님이 %2$s의 공유를 중단함", + "Public shared folder %1$s was downloaded" : "공개 공유 폴더 %1$s이(가) 다운로드됨", + "Public shared file %1$s was downloaded" : "공개 공유 파일 %1$s이(가) 다운로드됨", "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다", "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 입력해 주십시오.", "Password" : "암호", + "No entries found in this folder" : "이 폴더에 항목 없음", "Name" : "이름", + "Share time" : "공유 시간", "Sorry, this link doesn’t seem to work anymore." : "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", "Reasons might be:" : "이유는 다음과 같을 수 있습니다:", "the item was removed" : "항목이 삭제됨", "the link expired" : "링크가 만료됨", "sharing is disabled" : "공유가 비활성화됨", "For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", + "Add to your ownCloud" : "내 ownCloud에 추가하기", "Download" : "다운로드", - "Direct link" : "직접 링크" + "Download %s" : "%s 다운로드", + "Direct link" : "직접 링크", + "Server-to-Server Sharing" : "서버간 공유", + "Allow users on this server to send shares to other servers" : "이 서버의 사용자가 다른 서버와 공유할 수 있도록 허용", + "Allow users on this server to receive shares from other servers" : "이 서버의 사용자가 다른 서버에서 공유한 파일을 받을 수 있도록 허용" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |