diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-29 00:07:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-29 00:07:08 +0000 |
commit | 4b873b35b7865a553ecef1d0c85dee2f424f9f61 (patch) | |
tree | addb07741ce9c888d33dbda67cdcac201a655e9d /apps/comments/l10n/ko.js | |
parent | 6f831670bfa184ad2940d7cca40ef2663a7cca25 (diff) | |
download | nextcloud-server-4b873b35b7865a553ecef1d0c85dee2f424f9f61.tar.gz nextcloud-server-4b873b35b7865a553ecef1d0c85dee2f424f9f61.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ko.js')
-rw-r--r-- | apps/comments/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js index f2f221ae108..2bea9aea01a 100644 --- a/apps/comments/l10n/ko.js +++ b/apps/comments/l10n/ko.js @@ -15,7 +15,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "댓글을 가져오는 중 오류가 발생했습니다 {ID}", "Error occurred while updating comment with id {id}" : "댓글을 업데이트하는 동안 오류가 발생했습니다 {ID}", "Error occurred while posting comment" : "댓글을 게시하는 중 오류가 발생했습니다", - "{count} unread comments" : "읽지 않은 댓글 {count}개", "Comment" : "설명", "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>", "You commented" : "댓글을 달았습니다", @@ -24,6 +23,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김", "Type in a new comment..." : "새 댓글을 입력하십시오...", "No other comments available" : "더 이상 댓글 없음", - "More comments..." : "더 많은 댓글..." + "More comments..." : "더 많은 댓글...", + "{count} unread comments" : "읽지 않은 댓글 {count}개" }, "nplurals=1; plural=0;"); |