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 422707db086..3d1e5cd0eef 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -1,9 +1,6 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "저장소를 일시적으로 사용할 수 없음", - "Storage invalid" : "저장소가 잘못됨", - "Unknown error" : "알 수 없는 오류", "File could not be found" : "파일을 찾을 수 없음", "Move or copy" : "이동이나 복사", "Download" : "다운로드", @@ -52,6 +49,7 @@ OC.L10N.register( "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" : "복사", @@ -173,6 +171,7 @@ OC.L10N.register( "Transfer" : "이전", "Transfer {path} to {userid}" : "{path}을(를) {userid}에게 이전하기", "Invalid path selected" : "잘못된 경로가 선택됨", + "Unknown error" : "알 수 없는 오류", "Ownership transfer request sent" : "소유권 이전 요청이 전송됨", "Cannot transfer ownership of a file or folder you do not own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음", "Files settings" : "파일 설정", @@ -213,6 +212,7 @@ OC.L10N.register( "Pending shares" : "진행중인 공유", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", + "Storage invalid" : "저장소가 잘못됨", "Select" : "선택", "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다", "New" : "새로 만들기", |