diff options
Diffstat (limited to 'apps/comments/l10n/zh_TW.js')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index e04dd078076..ab37fb0c29f 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.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;"); |