diff options
Diffstat (limited to 'apps/files/l10n/ko.json')
-rw-r--r-- | apps/files/l10n/ko.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index c5c8ea7f354..70534fa9420 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -20,6 +20,7 @@ "An unknown error has occurred" : "알 수 없는 에러 발생", "File could not be uploaded" : "파일을 업로드할 수 없음", "Uploading …" : "업로드 중…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "Uploading … ({currentNumber}/{total})" : "업로드 중… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize}({bitrate})", "Uploading that item is not supported" : "이 항목의 업로드를 지원하지 않습니다.", @@ -166,9 +167,11 @@ "The ownership transfer of {path} from {user} has completed." : "{user}(으)로부터 {path}의 소유권을 받았습니다.", "in %s" : "%s", "File Management" : "파일 관리", + "Current directory path" : "현재 디렉토리 경로", "Reload current directory" : "이 경로를 새로고침", "Go to the \"{dir}\" directory" : "\"{dir}\" 경로로 이동", "Drag and drop files here to upload" : "이곳에 파일을 드래그 앤 드롭해 업로드", + "Your have used your space quota and cannot upload files anymore" : "저장소 할당량을 모두 사용하여 더 이상 파일을 업로드할 수 없습니다", "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다", "Upload successful" : "업로드 성공", "\"{displayName}\" action executed successfully" : "\"{displayName}\" 작업을 성공적으로 실행함", @@ -197,6 +200,7 @@ "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" 일괄 작업을 성공적으로 실행함", "{summaryFile} and {summaryFolder}" : "{summaryFile}(과)와 {summaryFolder}", "List of files and folders." : "파일과 폴더의 목록", + "Column headers with buttons are sortable." : "버튼이 있는 열 머리글은 정렬할 수 있습니다.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "성능 상의 이유로 목록을 전부 표시하지 않았습니다. 목록을 탐색하면 파일들이 표시됩니다.", "File not found" : "파일을 찾을 수 없음", "_{count} file_::_{count} files_" : ["{count}개 파일"], @@ -243,6 +247,7 @@ "Enable the grid view" : "바둑판식 보기 활성화", "Additional settings" : "고급 설정", "WebDAV" : "WebDAV", + "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "클립보드로 복사", "Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 내 파일에 접근하세요.", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2단계 인증을 활성화했다면, 이곳을 클릭해 새로운 앱 암호를 만들어 사용해야 합니다.", @@ -274,6 +279,7 @@ "Templates" : "템플릿", "Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음", "Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦", + "One of the dropped files could not be processed" : "드롭한 파일 중 하나를 처리할 수 없습니다", "Uploading \"{filename}\" failed" : "\"{filename}\" 업로드가 실패함", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], @@ -314,7 +320,6 @@ "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", "Search for an account" : "계정 검색", "Choose" : "선택", - "No files or folders have been deleted yet" : "아직 삭제된 파일이나 폴더가 없습니다.", - "Chose destination" : "대상 선택" + "No files or folders have been deleted yet" : "아직 삭제된 파일이나 폴더가 없습니다." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |