diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:27 +0000 |
commit | a05e578d363ac57769935a5f1431535935147d32 (patch) | |
tree | bdd761edd59a0adaf6d7111ef9922cfde6582f97 /apps/comments/l10n/zh_CN.js | |
parent | 18cbf6445d95b76fdc187e4d663562f382e233d3 (diff) | |
download | nextcloud-server-a05e578d363ac57769935a5f1431535935147d32.tar.gz nextcloud-server-a05e578d363ac57769935a5f1431535935147d32.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/zh_CN.js')
-rw-r--r-- | apps/comments/l10n/zh_CN.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index 1d90533ee51..1e5569a9c4b 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -1,13 +1,24 @@ OC.L10N.register( "comments", { + "Comments" : "评论", + "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>", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了", + "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您", + "Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释", "Edit comment" : "编辑评论", "Delete comment" : "删除评论", "New comment …" : "新评论 ...", "Post" : "发布", "Cancel" : "取消", "[Deleted user]" : "[已删除用户]", - "Comments" : "评论", "No comments yet, start the conversation!" : "还没有评论,开始对话吧!", "More comments …" : "更多评论 ...", "Save" : "保存", @@ -17,17 +28,6 @@ OC.L10N.register( "Error occurred while posting comment" : "发布评论出错", "_%n unread comment_::_%n unread comments_" : ["%n 未读评论"], "Comment" : "评论", - "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>", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了", - "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您", - "Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "您在 “%s” 上一名用户的评论中被提到过,该用户在那之后被删除了", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您" }, |