diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-01 00:19:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-01 00:19:04 +0000 |
commit | 5edf9e66818c77f36ed8e119efa1a40f3e0bcfeb (patch) | |
tree | 97674345f62fa15daf006a86bc3687597bd4c177 /apps/files/l10n/ko.js | |
parent | aff861f4e78d7ed668bb07eaf0cc065446569e3c (diff) | |
download | nextcloud-server-5edf9e66818c77f36ed8e119efa1a40f3e0bcfeb.tar.gz nextcloud-server-5edf9e66818c77f36ed8e119efa1a40f3e0bcfeb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 0751bea660a..b47f93071c8 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -240,7 +240,9 @@ OC.L10N.register( "Open the files app settings" : "파일 앱 설정을 열기", "Files settings" : "파일 설정", "File cannot be accessed" : "파일에 접근할 수 없음", + "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "파일을 찾을 수 없거나 볼 권한이 없습니다. 보낸 이에게 공유를 요청하세요.", "Sort favorites first" : "즐겨찾기를 처음에 나열", + "Sort folders before files" : "폴더를 파일보다 먼저 정렬", "Show hidden files" : "숨김 파일 보이기", "Crop image previews" : "이미지 미리보기 확대", "Enable the grid view" : "바둑판식 보기 활성화", @@ -314,7 +316,7 @@ OC.L10N.register( "Shared with others" : "다른 사람과 공유됨", "Shared with you" : "나와 공유됨", "Deleted shares" : "삭제된 공유", - "Pending shares" : "진행중인 공유", + "Pending shares" : "보류 중인 공유", "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Select the row for {displayName}" : "{displayName}을 위한 행을 선택", |