mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix invalid character
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
dee2c8d23b
commit
5be1010d45
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ OC.L10N.register(
|
|||
"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 updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
|
||||
"Error occurred while posting comment" : "发布评论出错",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n 未读评论"],
|
||||
"Comment" : "评论",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"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 updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
|
||||
"Error occurred while posting comment" : "发布评论出错",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n 未读评论"],
|
||||
"Comment" : "评论",
|
||||
|
|
|
|||
Loading…
Reference in a new issue