diff options
Diffstat (limited to 'apps/comments/l10n/zh_TW.js')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index e55ab63f281..9c3ac8e1275 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -17,14 +17,14 @@ OC.L10N.register( "Error occurred while posting comment" : "張貼留言出錯", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], "Comment" : "留言", - "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", "You commented" : "您已留言", "%1$s commented" : "%1$s 留言", - "You commented on %2$s" : "您對 %2$s 留言", "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", + "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", "Type in a new comment..." : "輸入新留言…", "No other comments available" : "沒有其他留言", "More comments..." : "其他留言…", - "{count} unread comments" : "{count} 則未讀留言" + "{count} unread comments" : "{count} 則未讀留言", + "You commented on %2$s" : "您對 %2$s 留言" }, "nplurals=1; plural=0;"); |