owncloud/core

View on GitHub
apps/comments/l10n/zh_CN.json

Summary

Maintainability
Test Coverage
{ "translations": {
    "Type in a new comment..." : "添加新评论...",
    "Delete comment" : "删除评论",
    "Post" : "发布",
    "Cancel" : "取消",
    "Edit comment" : "编辑评论",
    "[Deleted user]" : "[Deleted user]",
    "Comments" : "评论",
    "No other comments available" : "没有其他评论",
    "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" : "发布评论时出错",
    "{count} unread comments" : "{count} 条未读评论",
    "Comment" : "评论",
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "当文件被<strong>评论</strong><em>(始终在信息流中列出)</em>",
    "You commented" : "您的评论",
    "%1$s commented" : "%1$s 已评论",
    "You commented on %2$s" : "你评论了 %2$s",
    "%1$s commented on %2$s" : "%1$s 评论了 %2$s"
},"pluralForm" :"nplurals=1; plural=0;"
}