diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-25 10:46:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 10:46:51 -0300 |
commit | bcf587542c0777f9b12a96dcecda6c68db647177 (patch) | |
tree | 60b915fc00bd32a60adb5b2b9b85190067c8e5e4 /apps | |
parent | 6f2df5e49570d6c4a5b2f48a931ddf3a5fbd4c39 (diff) | |
parent | 7ea492b69a24435c4aa62567cf31a0a246afc517 (diff) | |
download | nextcloud-server-bcf587542c0777f9b12a96dcecda6c68db647177.tar.gz nextcloud-server-bcf587542c0777f9b12a96dcecda6c68db647177.zip |
Merge pull request #4485 from nextcloud/translation-checker
Check whether we can json decode the translations
Diffstat (limited to 'apps')
-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 d67e1ebdfc7..34e57061d2e 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -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" : "评论", diff --git a/apps/comments/l10n/zh_CN.json b/apps/comments/l10n/zh_CN.json index 8c9cbae140f..a1445eba465 100644 --- a/apps/comments/l10n/zh_CN.json +++ b/apps/comments/l10n/zh_CN.json @@ -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" : "评论", |