Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 673f19a..cf3351c 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Admin notifications" : "管理员通知",
"Notifications" : "通知",
+ "Dismiss all notifications" : "忽略所有通知",
"No notifications" : "没有通知",
"Failed to dismiss all notifications" : "无法清除所有通知",
"Failed to perform action" : "操作失败",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 61e044a..aa1a6e2 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,5 +1,7 @@
{ "translations": {
+ "Admin notifications" : "管理员通知",
"Notifications" : "通知",
+ "Dismiss all notifications" : "忽略所有通知",
"No notifications" : "没有通知",
"Failed to dismiss all notifications" : "无法清除所有通知",
"Failed to perform action" : "操作失败",