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

zh_CN.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 673f19a41c2774a22f80ba9be03fa81062195e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "通知",
    "No notifications" : "没有通知",
    "Failed to dismiss all notifications" : "无法清除所有通知",
    "Failed to perform action" : "操作失败",
    "Dismiss" : "忽略",
    "Failed to dismiss notification" : "无法清除通知",
    "in {path}" : "在 {path}"
},
"nplurals=1; plural=0;");