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 0bd515f67a0..9dc161d0342 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -184,15 +184,13 @@ OC.L10N.register( "Personal files" : "개인 파일", "Sort favorites first" : "즐겨찾기를 처음에 나열", "Sort folders before files" : "폴더를 파일보다 먼저 정렬", + "Enable folder tree" : "폴더 트리 활성화", "Show hidden files" : "숨김 파일 보이기", "Crop image previews" : "이미지 미리보기 확대", - "Enable folder tree" : "폴더 트리 활성화", "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단계 인증을 활성화했다면, 이곳을 클릭해 새로운 앱 암호를 만들어 사용해야 합니다.", "Keyboard shortcuts" : "키보드 단축키", "Speed up your Files experience with these quick shortcuts." : "이 빠른 단축키를 사용하여 파일 사용 속도를 높이세요.", "Open the actions menu for a file" : "파일 작업 메뉴 열기", @@ -332,7 +330,6 @@ OC.L10N.register( "No favorites yet" : "즐겨찾는 항목 없음", "Files and folders you mark as favorite will show up here" : "즐겨찾기에 추가한 파일과 폴더가 여기에 나타납니다", "List of your files and folders." : "내 폴더와 파일의 목록", - "All folders" : "모든 폴더", "List of your files and folders that are not shared." : "공유되지 않는 파일과 폴더의 목록", "No personal files found" : "개인 파일을 찾을 수 없음", "Files that are not shared will show up here." : "공유되지 않는 파일이 이곳에 나타납니다.", @@ -426,11 +423,14 @@ OC.L10N.register( "Submitting fields…" : "입력란 제출중...", "Filter filenames…" : "파일 이름 필터...", "Enable the grid view" : "바둑판식 보기 활성화", + "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단계 인증을 활성화했다면, 이곳을 클릭해 새로운 앱 암호를 만들어 사용해야 합니다.", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount}개 파일과 1개 폴더"], "{fileCount} files and {folderCount} folders" : "{fileCount}개 파일과 {folderCount}개 폴더", + "All folders" : "모든 폴더", "Personal Files" : "개인 파일", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt" |