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

zh_CN.js « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6c25bb50e4dd6380bc91e0d88aa022aa3a840e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "event_update_notification",
    {
    "Calendar event update notifications" : "日历事件更新通知",
    "{actor} created {event} in {calendar}" : "{actor}在{calendar}中创见了事件:{event}",
    "{actor} deleted {event} from {calendar}" : "{actor} 从 {calendar} 删除了 {event}",
    "{actor} updated {event} in {calendar}" : "{actor} 在 {calendar} 中更新了 {event}",
    "Busy" : "忙碌",
    "Personal" : "个人",
    "Notifications for calendar event updates" : "日历事件更新的通知",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "当添加、修改或删除一个共享日历事件时收到通知"
},
"nplurals=1; plural=0;");