diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
commit | e160104caf34bfb40e368db90ace1ccfe594f074 (patch) | |
tree | 827edbfda7ff158f1be96ceabdbb26b4a83f2182 /apps/comments/l10n | |
parent | 5fa935d6d6c93ccecd91b942d5014c1a4ed463bd (diff) | |
download | nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.tar.gz nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 0b6701fecd2..0c23b158ffc 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -15,12 +15,19 @@ OC.L10N.register( "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", + "Cancel edit" : "取消編輯", + "Post comment" : "張貼評論", "No comments yet, start the conversation!" : "尚無留言,開始討論 !", + "No more messages" : "沒有更多訊息", "Retry" : "重試", + "Unable to load the comments list" : "無法載入評論清單", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"], "Comment" : "留言", + "An error occurred while trying to edit the comment" : "嘗試編輯此評論時錯誤", "Comment deleted" : "意見刪除", + "An error occurred while trying to delete the comment" : "嘗試刪除此評論時錯誤", + "An error occurred while trying to create the comment" : "嘗試建立此評論時錯誤", "New comment …" : "新增留言", "Post" : "送出", "Cancel" : "取消", diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index b32544825d6..8f9613c6308 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -13,12 +13,19 @@ "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", + "Cancel edit" : "取消編輯", + "Post comment" : "張貼評論", "No comments yet, start the conversation!" : "尚無留言,開始討論 !", + "No more messages" : "沒有更多訊息", "Retry" : "重試", + "Unable to load the comments list" : "無法載入評論清單", "_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"], "_1 new comment_::_{unread} new comments_" : ["{unread} 個新留言"], "Comment" : "留言", + "An error occurred while trying to edit the comment" : "嘗試編輯此評論時錯誤", "Comment deleted" : "意見刪除", + "An error occurred while trying to delete the comment" : "嘗試刪除此評論時錯誤", + "An error occurred while trying to create the comment" : "嘗試建立此評論時錯誤", "New comment …" : "新增留言", "Post" : "送出", "Cancel" : "取消", |