diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-10-28 02:15:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-10-28 02:15:34 +0000 |
commit | b72295aa54aea5c93527290571d8a0319ae096c4 (patch) | |
tree | cb8e0e431a06b002129ac35156575ff4d631e180 /apps/comments | |
parent | 11faf739c2c953d85b3a37ee404fde5b7454fd44 (diff) | |
download | nextcloud-server-b72295aa54aea5c93527290571d8a0319ae096c4.tar.gz nextcloud-server-b72295aa54aea5c93527290571d8a0319ae096c4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.json | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 81e11764adf..5ff8e79b4bd 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -2,8 +2,8 @@ OC.L10N.register( "comments", { "Comments" : "留言", - "You commented" : "你已留言", - "%1$s commented" : "%1$s 留言", + "You commented" : "您已留言", + "%1$s commented" : "%1$s 個留言", "{author} commented" : "{author} 已留言", "You commented on %1$s" : "你對 %1$s 留言", "You commented on {file}" : "你對 {file} 留言", @@ -15,7 +15,7 @@ OC.L10N.register( "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", - "New comment …" : "新留言…", + "New comment …" : "新增留言", "Post" : "送出", "Cancel" : "取消", "[Deleted user]" : "[已刪除的使用者]", @@ -27,6 +27,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "編輯留言 {id} 發生錯誤", "Error occurred while posting comment" : "張貼留言出錯", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], + "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"], "Comment" : "留言" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 8a6d7eb7c7f..ea123ed517b 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -1,7 +1,7 @@ { "translations": { "Comments" : "留言", - "You commented" : "你已留言", - "%1$s commented" : "%1$s 留言", + "You commented" : "您已留言", + "%1$s commented" : "%1$s 個留言", "{author} commented" : "{author} 已留言", "You commented on %1$s" : "你對 %1$s 留言", "You commented on {file}" : "你對 {file} 留言", @@ -13,7 +13,7 @@ "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", - "New comment …" : "新留言…", + "New comment …" : "新增留言", "Post" : "送出", "Cancel" : "取消", "[Deleted user]" : "[已刪除的使用者]", @@ -25,6 +25,7 @@ "Error occurred while updating comment with id {id}" : "編輯留言 {id} 發生錯誤", "Error occurred while posting comment" : "張貼留言出錯", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], + "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"], "Comment" : "留言" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |