diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 9a737b6454d..14aa2fc2210 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -121,9 +121,6 @@ OC.L10N.register( "Unshare" : "공유 해제", "can reshare" : "재공유 가능", "can edit" : "편집 가능", - "create" : "생성", - "change" : "변경", - "delete" : "삭제", "access control" : "접근 제어", "Could not unshare" : "공유 해제할 수 없음", "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.", @@ -316,6 +313,9 @@ OC.L10N.register( "Send link via email" : "이메일로 링크 보내기", "notify by email" : "이메일로 알림", "can share" : "공유 가능", + "create" : "생성", + "change" : "변경", + "delete" : "삭제", "{sharee} (at {server})" : "{sharee}({server}에 있음)", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/nextcloud 형식으로 다른 nextcloud 사용자와 공유할 수 있습니다", "Share with users…" : "사용자와 공유 ...", |