diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-08-14 02:31:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-08-14 02:31:59 +0000 |
commit | 9bd58553db74dbc9d7d317fcd6886f1f20431b5a (patch) | |
tree | 05c9671aa5d5262797ce22df493e070023bd21aa /apps/files/l10n/ko.js | |
parent | 5559570fafcedf2db709dd9ee1e82acad85e60df (diff) | |
download | nextcloud-server-9bd58553db74dbc9d7d317fcd6886f1f20431b5a.tar.gz nextcloud-server-9bd58553db74dbc9d7d317fcd6886f1f20431b5a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 4d0839c899d..0e946f7814d 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -119,11 +119,7 @@ OC.L10N.register( "You moved {oldfile} to {newfile}" : "{oldfile}을(를) {newfile}(으)로 이동함", "{user} moved {oldfile} to {newfile}" : "{user} 님이 {oldfile}을(를) {newfile}(으)로 이동함", "A file has been added to or removed from your <strong>favorites</strong>" : "파일이 <strong>즐겨찾기</strong>에서 추가 또는 삭제됨", - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "파일이나 폴더가 <strong>변경되거나</strong> <strong>이름이 바뀜</strong>", - "A new file or folder has been <strong>created</strong>" : "새 파일이나 폴더가 <strong>생성됨</strong>", - "A file or folder has been <strong>deleted</strong>" : "파일이나 폴더가 <strong>삭제됨</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>즐겨찾는 파일</strong>의 생성 및 변경 사항에 대한 알림을 줄일 수 있습니다<em>(스트림에서만)</em>", - "A file or folder has been <strong>restored</strong>" : "파일이나 폴더가 <strong>복원됨</strong>", + "A file or folder has been <strong>changed</strong>" : "파일이나 폴더가 <strong>변경됨</strong>", "All files" : "모든 파일", "Unlimited" : "무제한", "Upload (max. %s)" : "업로드(최대 %s)", @@ -154,6 +150,11 @@ OC.L10N.register( "Deleted shares" : "삭제된 공유", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "파일이나 폴더가 <strong>변경되거나</strong> <strong>이름이 바뀜</strong>", + "A new file or folder has been <strong>created</strong>" : "새 파일이나 폴더가 <strong>생성됨</strong>", + "A file or folder has been <strong>deleted</strong>" : "파일이나 폴더가 <strong>삭제됨</strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>즐겨찾는 파일</strong>의 생성 및 변경 사항에 대한 알림을 줄일 수 있습니다<em>(스트림에서만)</em>", + "A file or folder has been <strong>restored</strong>" : "파일이나 폴더가 <strong>복원됨</strong>", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">내 파일에 WebDAV로 접근</a>하려면 이 주소를 사용하십시오" }, "nplurals=1; plural=0;"); |