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: 7bf7ab8c352cf08beb0d50c67cb9a669c817b7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "在 {path}",
    "Notifications" : "通知",
    "No notifications" : "没有通知",
    "Dismiss" : "忽略",
    "Failed to perform action" : "操作失败",
    "Failed to dismiss notification" : "无法解除通知"
},
"nplurals=1; plural=0;");