diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
commit | ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08 (patch) | |
tree | acdad62c37a055ee348ade9061460250e999b020 /apps/files/l10n/ko.js | |
parent | f55c4f9601154f4873b3e94747777a3234a2d31a (diff) | |
download | nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.tar.gz nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 4f4baa07371..6a5bd06d493 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -239,12 +239,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", "No favorites yet" : "즐겨찾는 항목 없음", "Files and folders you mark as favorite will show up here" : "즐겨찾기에 추가한 파일과 폴더가 여기에 나타납니다", - "Shares" : "공유", - "Shared with others" : "다른 사람과 공유됨", - "Shared with you" : "나와 공유됨", - "Shared by link" : "링크로 공유됨", - "Deleted shares" : "삭제된 공유", - "Pending shares" : "진행중인 공유", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", "Storage invalid" : "저장소가 잘못됨", @@ -255,6 +249,12 @@ OC.L10N.register( "%s used" : "%s 사용함", "%1$s of %2$s used" : "%2$s 중 %1$s 사용됨", "Deleted files" : "삭제된 파일", + "Shares" : "공유", + "Shared with others" : "다른 사람과 공유됨", + "Shared with you" : "나와 공유됨", + "Shared by link" : "링크로 공유됨", + "Deleted shares" : "삭제된 공유", + "Pending shares" : "진행중인 공유", "Open folder {name}" : "{name} 폴더 열기", "Search for an account" : "계정 검색" }, |