diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 0373120d19b..8d33a988e38 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -123,7 +123,6 @@ OC.L10N.register( "Loading current folder" : "현재 폴더를 불러오는 중", "No files in here" : "여기에 파일 없음", "Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!", - "Go to the previous folder" : "이전 폴더로 이동", "Go back" : "뒤로 가기", "Share" : "공유하기", "Shared by link" : "링크로 공유됨", @@ -227,6 +226,9 @@ OC.L10N.register( "Files copied successfully" : "파일을 성공적으로 복사함", "Files moved successfully" : "파일을 성공적으로 이동함", "Upload cancelled" : "업로드가 취소됨", + "This operation is forbidden" : "이 작업이 금지됨", + "This directory is unavailable, please check the logs or contact the administrator" : "디렉터리를 사용할 수 없습니다. 로그를 확인하거나 관리자에게 연락하십시오", + "Storage is temporarily not available" : "저장소를 일시적으로 사용할 수 없음", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], @@ -280,9 +282,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "디렉터리 \"{dirName}\" 선택", "Select file \"{fileName}\"" : "파일 \"{fileName}\" 선택", "Unable to determine date" : "날짜를 결정할 수 없음", - "This operation is forbidden" : "이 작업이 금지됨", - "This directory is unavailable, please check the logs or contact the administrator" : "디렉터리를 사용할 수 없습니다. 로그를 확인하거나 관리자에게 연락하십시오", - "Storage is temporarily not available" : "저장소를 일시적으로 사용할 수 없음", "Could not move \"{file}\", target exists" : "\"{file}\"을(를) 이동할 수 없음, 대상이 존재함", "Could not move \"{file}\"" : "\"{file}\"을(를) 이동할 수 없음", "copy" : "복사", @@ -340,6 +339,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "\"{oldName}\"의 이름을 바꿀 수 없음", "Storage informations" : "저장소 정보", "Choose file" : "파일 선택", + "Go to the previous folder" : "이전 폴더로 이동", "Open the files app settings" : "파일 앱 설정을 열기", "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", "The files is locked" : "이 파일은 잠겼습니다.", |