diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-07-15 00:08:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-07-15 00:08:54 +0000 |
commit | a23cdd04bb3ba3ff9e6313ae92b01d4fc0c1167c (patch) | |
tree | b33577c7f86e20fa0a2f1b6e6226e98dd88d249f /apps/comments/l10n/zh_TW.js | |
parent | aa0a1c41740f5ca07dc31f4569c18938a3104888 (diff) | |
download | nextcloud-server-a23cdd04bb3ba3ff9e6313ae92b01d4fc0c1167c.tar.gz nextcloud-server-a23cdd04bb3ba3ff9e6313ae92b01d4fc0c1167c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/zh_TW.js')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 9c3ac8e1275..e57ae8e7d40 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "留言", + "Unknown user" : "未知的使用者", "New comment …" : "新留言…", "Delete comment" : "刪除留言", "Post" : "送出", @@ -17,14 +18,15 @@ OC.L10N.register( "Error occurred while posting comment" : "張貼留言出錯", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], "Comment" : "留言", - "You commented" : "您已留言", + "You commented" : "你已留言", "%1$s commented" : "%1$s 留言", + "{author} commented" : "{author} 已留言", + "You commented on %1$s" : "你對 %1$s 留言", + "You commented on {file}" : "你對 {file} 留言", "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", + "{author} commented on {file}" : "{author} 對 {file} 留言", "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", - "Type in a new comment..." : "輸入新留言…", - "No other comments available" : "沒有其他留言", - "More comments..." : "其他留言…", - "{count} unread comments" : "{count} 則未讀留言", - "You commented on %2$s" : "您對 %2$s 留言" + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你", + "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你" }, "nplurals=1; plural=0;"); |