aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ko.js')
-rw-r--r--apps/comments/l10n/ko.js4
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;");