diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-22 00:11:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-22 00:11:32 +0000 |
commit | 6a873acf465adc58f5283cea041990bbebd64336 (patch) | |
tree | 235da61e0c939ef87315c45d4e6553f76b05742a /apps/comments | |
parent | e9780b7995b315883b205288737d00bb90dab24a (diff) | |
download | nextcloud-server-6a873acf465adc58f5283cea041990bbebd64336.tar.gz nextcloud-server-6a873acf465adc58f5283cea041990bbebd64336.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 34 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.json | 34 |
2 files changed, 38 insertions, 30 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 3a85b07cdc2..8660bff10d8 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -1,25 +1,29 @@ OC.L10N.register( "comments", { - "New comment …" : "新備註...", - "Delete comment" : "刪除備註", + "New comment …" : "新留言…", + "Delete comment" : "刪除留言", "Post" : "送出", "Cancel" : "取消", - "Edit comment" : "編輯備註", + "Edit comment" : "編輯留言", "[Deleted user]" : "[已刪除的使用者]", - "Comments" : "備註", - "No comments yet, start the conversation!" : "無備註,開始對談 !", - "More comments …" : "更多備註...", + "Comments" : "留言", + "No comments yet, start the conversation!" : "尚無留言,開始討論 !", + "More comments …" : "其他留言…", "Save" : "儲存", "Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}", - "{count} unread comments" : "{count} 則未讀備註", - "Comment" : "備註", - "You commented" : "您已備註", - "%1$s commented" : "%1$s 備註", - "You commented on %2$s" : "您對 %2$s 備註", - "%1$s commented on %2$s" : "%1$s 對 %2$s 備註", - "Type in a new comment..." : "輸入新備註…", - "No other comments available" : "沒有其他備註", - "More comments..." : "更多備註…" + "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" : "您已留言", + "%1$s commented" : "%1$s 留言", + "You commented on %2$s" : "您對 %2$s 留言", + "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", + "Type in a new comment..." : "輸入新留言…", + "No other comments available" : "沒有其他留言", + "More comments..." : "其他留言…" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 51883b9e8a1..e1ac1b3e4d2 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -1,23 +1,27 @@ { "translations": { - "New comment …" : "新備註...", - "Delete comment" : "刪除備註", + "New comment …" : "新留言…", + "Delete comment" : "刪除留言", "Post" : "送出", "Cancel" : "取消", - "Edit comment" : "編輯備註", + "Edit comment" : "編輯留言", "[Deleted user]" : "[已刪除的使用者]", - "Comments" : "備註", - "No comments yet, start the conversation!" : "無備註,開始對談 !", - "More comments …" : "更多備註...", + "Comments" : "留言", + "No comments yet, start the conversation!" : "尚無留言,開始討論 !", + "More comments …" : "其他留言…", "Save" : "儲存", "Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}", - "{count} unread comments" : "{count} 則未讀備註", - "Comment" : "備註", - "You commented" : "您已備註", - "%1$s commented" : "%1$s 備註", - "You commented on %2$s" : "您對 %2$s 備註", - "%1$s commented on %2$s" : "%1$s 對 %2$s 備註", - "Type in a new comment..." : "輸入新備註…", - "No other comments available" : "沒有其他備註", - "More comments..." : "更多備註…" + "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" : "您已留言", + "%1$s commented" : "%1$s 留言", + "You commented on %2$s" : "您對 %2$s 留言", + "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", + "Type in a new comment..." : "輸入新留言…", + "No other comments available" : "沒有其他留言", + "More comments..." : "其他留言…" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |