diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
commit | 8045a6dd2258a5fcf91bdba54fc42fd34bc69081 (patch) | |
tree | a5940f11daab4f983735e8e04ec5a0bdcbdbd72e /apps/comments/l10n/zh_CN.js | |
parent | 5139643a63a89ebcc85ff613b486cddfb0ce58e0 (diff) | |
download | nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.tar.gz nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/zh_CN.js')
-rw-r--r-- | apps/comments/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index a08356a4a4a..d27614bcc4c 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -21,13 +21,13 @@ OC.L10N.register( "Retry" : "重试", "Failed to mark comments as read" : "将评论标记为已读失败", "Unable to load the comments list" : "无法加载评论列表", - "_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"], "_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"], "Comment" : "评论", "An error occurred while trying to edit the comment" : "编辑评论时出错", "Comment deleted" : "评论已删除", "An error occurred while trying to delete the comment" : "删除评论时出错", "An error occurred while trying to create the comment" : "创建评论时出错", - "%1$s commented" : "%1$s 已评论" + "%1$s commented" : "%1$s 已评论", + "_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"] }, "nplurals=1; plural=0;"); |