summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/zh_CN.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-21 02:18:44 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-21 02:18:44 +0000
commit2c21adb5a65787b378172adc0257f6d11bbf1428 (patch)
treefd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/zh_CN.js
parent766590d204e29a946effb5cc8cdad32a4236778a (diff)
downloadnextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz
nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/zh_CN.js')
-rw-r--r--apps/comments/l10n/zh_CN.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js
index 0e2ff1427a4..89bcb79b7b0 100644
--- a/apps/comments/l10n/zh_CN.js
+++ b/apps/comments/l10n/zh_CN.js
@@ -15,19 +15,21 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "文件 应用插件可向文件添加注释",
"Edit comment" : "编辑评论",
"Delete comment" : "删除评论",
+ "No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
+ "Retry" : "重试",
+ "_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"],
+ "_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"],
+ "Comment" : "评论",
+ "Comment deleted" : "评论已删除",
"New comment …" : "新评论 ...",
"Post" : "发布",
"Cancel" : "取消",
"[Deleted user]" : "[已删除的用户]",
- "No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
"More comments …" : "更多评论 ...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}",
"Error occurred while retrieving comment with ID {id}" : "取回 ID 为 {id} 的评论时发生错误",
"Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
- "Error occurred while posting comment" : "发表评论时发生错误",
- "_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"],
- "_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"],
- "Comment" : "评论"
+ "Error occurred while posting comment" : "发表评论时发生错误"
},
"nplurals=1; plural=0;");