diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index a99b687..c90647a 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -19,6 +19,7 @@ OC.L10N.register( "Disable" : "禁用", "Are you sure you want to wipe all your messages ?" : "您确定您要清除您的所有消息吗?", "Reset all messages" : "重置所有消息", + "%s messages shown of %s messages stored in database." : "显示了 %s 条消息,其中显示了数据库中存储的 %s 条消息。", "Please select a conversation from the list to load it." : "请在列表中选择一个会话来加载。" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index cbfc0bd..28aa36c 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -17,6 +17,7 @@ "Disable" : "禁用", "Are you sure you want to wipe all your messages ?" : "您确定您要清除您的所有消息吗?", "Reset all messages" : "重置所有消息", + "%s messages shown of %s messages stored in database." : "显示了 %s 条消息,其中显示了数据库中存储的 %s 条消息。", "Please select a conversation from the list to load it." : "请在列表中选择一个会话来加载。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file