diff options
Diffstat (limited to 'apps/dav/l10n/zh_CN.js')
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 700db581385..01a6f181667 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -10,8 +10,8 @@ OC.L10N.register( "You deleted calendar {calendar}" : "您删除的日历 {calendar}", "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}", "You updated calendar {calendar}" : "您更新了日历 {calendar}", - "You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接", - "You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接", + "You shared calendar {calendar} as public link" : "您已将日历 {calendar} 共享为公开链接", + "You removed public link for calendar {calendar}" : "您移除了日历 {calendar} 的公开链接", "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历共享 {calendar}", "You shared calendar {calendar} with {user}" : "您与 {user} 共享了日历 {calendar}", "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 共享了日历 {calendar}", @@ -29,6 +29,7 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}", "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}", "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}", + "Busy" : "忙碌", "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}", "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}", @@ -44,18 +45,27 @@ OC.L10N.register( "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改", "Contact birthdays" : "联系人生日", "Invitation canceled" : "邀请已取消", - "Hello %s," : "%s你好,", + "Hello %s," : "您好,%s,", "Invitation updated" : "邀请已更新", "When:" : "时间:", "Where:" : "地点:", "Description:" : "描述:", "Link:" : "链接:", + "Accept" : "接受", + "Decline" : "拒绝", + "More options …" : "更多选项", "Contacts" : "联系人", + "Configures a CalDAV account" : "设置一个 CalDAV 账户", + "Configures a CardDAV account" : "设置一个 CardDAV 账户", + "WebDAV" : "WebDAV", "Technical details" : "技术细节", - "Remote Address: %s" : "远程地址: %s", - "Request ID: %s" : "请求 ID: %s", + "Remote Address: %s" : "远程地址:%s", + "Request ID: %s" : "请求 ID:%s", + "Save" : "保存", + "Send invitations to attendees" : "向参与者发送邀请", "Automatically generate a birthday calendar" : "自动生成生日日历", "Birthday calendars will be generated by a background job." : "生日日历将由后台作业生成。", - "CalDAV server" : "日历服务" + "CalDAV server" : "日历服务", + "Please make sure to properly set up the email settings above." : "请确保正确设置上面的电子邮件设置。" }, "nplurals=1; plural=0;"); |