diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-21 02:17:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-21 02:17:39 +0000 |
commit | fa3671734d071efed601cece30ce805024ae5d19 (patch) | |
tree | a7aafce8da2192c8e6053de5a8fc2fb63c718202 /apps/comments | |
parent | 46d89d6a4ef66228d7852400113e85b15117b779 (diff) | |
download | nextcloud-server-fa3671734d071efed601cece30ce805024ae5d19.tar.gz nextcloud-server-fa3671734d071efed601cece30ce805024ae5d19.zip |
[tx-robot] updated from transifex
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 条未读评论"], |