diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 07f746b7327..af1c8abe53a 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -97,12 +97,10 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "저장 공간이 거의 가득 찼습니다. ({usedSpacePercent}%)", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["'{filter}'와(과) 일치"], "View in folder" : "폴더에서 보기", - "Direct link was copied (only works for users who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사용자에게만 작동)", "Path" : "경로", "_%n byte_::_%n bytes_" : ["%n 바이트"], "Favorited" : "즐겨찾기에 추가됨", "Favorite" : "즐겨찾기", - "Copy direct link (only works for users who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", "New folder" : "새 폴더", "Create new folder" : "새 폴더 생성", "Upload file" : "파일 업로드", @@ -123,7 +121,6 @@ OC.L10N.register( "Restored by {user}" : "{user} 님이 복원함", "Renamed by {user}" : "{user} 님이 이름을 변경함", "Moved by {user}" : "{user} 님이 이동함", - "\"remote user\"" : "\"원격 사용자\"", "You created {file}" : "{file}을(를) 만듦", "You created an encrypted file in {file}" : "{file}에 암호화된 파일을 생성했습니다.", "{user} created {file}" : "{user} 님이 {file}을(를) 만듦", @@ -301,7 +298,10 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", + "Direct link was copied (only works for users who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사용자에게만 작동)", + "Copy direct link (only works for users who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", "You can only favorite a single file or folder at a time" : "한번에 한 파일 혹은 한 폴더만 즐겨찾기로 지정할 수 있습니다.", + "\"remote user\"" : "\"원격 사용자\"", "Search users" : "사용자 검색", "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", "Set up templates folder" : "템플릿 폴더 설정", |