diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/zh_CN.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/zh_CN.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index e9b771ae691..0e2ff1427a4 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -23,7 +23,7 @@ OC.L10N.register( "More comments …" : "更多评论 ...", "Save" : "保存", "Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}", - "Error occurred while retrieving comment with ID {id}" : "取回 ID {id} 的评论时发生错误", + "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 条未读评论"], diff --git a/apps/comments/l10n/zh_CN.json b/apps/comments/l10n/zh_CN.json index 6fad7b912dd..754bc3d40da 100644 --- a/apps/comments/l10n/zh_CN.json +++ b/apps/comments/l10n/zh_CN.json @@ -21,7 +21,7 @@ "More comments …" : "更多评论 ...", "Save" : "保存", "Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}", - "Error occurred while retrieving comment with ID {id}" : "取回 ID {id} 的评论时发生错误", + "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 条未读评论"], |