diff options
Diffstat (limited to 'apps/comments/l10n/zh_HK.js')
-rw-r--r-- | apps/comments/l10n/zh_HK.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/zh_HK.js b/apps/comments/l10n/zh_HK.js index a53a7489193..74f4e1f151c 100644 --- a/apps/comments/l10n/zh_HK.js +++ b/apps/comments/l10n/zh_HK.js @@ -21,13 +21,13 @@ OC.L10N.register( "Retry" : "重試", "Failed to mark comments as read" : "無法將評論標記為已讀", "Unable to load the comments list" : "無法載入留言清單", - "_%n unread comment_::_%n unread comments_" : ["%n 個未讀留言"], "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"], "Comment" : "留言", "An error occurred while trying to edit the comment" : "嘗試編輯此留言時錯誤", "Comment deleted" : "意見刪除", "An error occurred while trying to delete the comment" : "嘗試刪除此留言時錯誤", "An error occurred while trying to create the comment" : "嘗試建立此留言時錯誤", - "%1$s commented" : "%1$s 個留言" + "%1$s commented" : "%1$s 個留言", + "_%n unread comment_::_%n unread comments_" : ["%n 個未讀留言"] }, "nplurals=1; plural=0;"); |