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 8660bff10d8..0244758d975 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.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" : "%1$s 在 %2$s 留言", "Type in a new comment..." : "輸入新留言…", "No other comments available" : "沒有其他留言", - "More comments..." : "其他留言…" + "More comments..." : "其他留言…", + "{count} unread comments" : "{count} 則未讀留言" }, "nplurals=1; plural=0;"); |