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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/l10n/zh_CN.js')
-rw-r--r--apps/dav/l10n/zh_CN.js29
1 files changed, 27 insertions, 2 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js
index a64e527b1b8..87c1d2ee8e7 100644
--- a/apps/dav/l10n/zh_CN.js
+++ b/apps/dav/l10n/zh_CN.js
@@ -40,7 +40,7 @@ OC.L10N.register(
"You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}",
"You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}",
- "Calendar and tasks" : "日历和任务",
+ "Calendar, contacts and tasks" : "日历、联系人和任务",
"A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改",
"A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改",
"A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改",
@@ -77,6 +77,30 @@ OC.L10N.register(
"More options …" : "更多选项",
"More options at %s" : "在%s的更多选项",
"Contacts" : "联系人",
+ "{actor} created addressbook {addressbook}" : "{actor} 创建了通讯录 {addressbook}",
+ "You created addressbook {addressbook}" : "你创建了通讯录 {addressbook}",
+ "{actor} deleted addressbook {addressbook}" : "{actor} 删除了通讯录 {addressbook}",
+ "You deleted addressbook {addressbook}" : "你删除了通讯录 {addressbook}",
+ "{actor} updated addressbook {addressbook}" : "{actor} 更新了通讯录 {addressbook}",
+ "You updated addressbook {addressbook}" : "你更新了通讯录 {addressbook}",
+ "{actor} shared addressbook {addressbook} with you" : "{actor} 和你分享了通讯录 {addressbook}",
+ "You shared addressbook {addressbook} with {user}" : "你和 {user} 分享了通讯录 {addressbook}",
+ "{actor} shared addressbook {addressbook} with {user}" : "{actor} 和 {user} 分享了通讯录 {addressbook}",
+ "{actor} unshared addressbook {addressbook} from you" : "{actor} 取消和你分享通讯录 {addressbook}",
+ "You unshared addressbook {addressbook} from {user}" : "你取消和 {user} 分享通讯录 {addressbook}",
+ "{actor} unshared addressbook {addressbook} from {user}" : "{actor} 取消和 {user} 分享通讯录",
+ "{actor} unshared addressbook {addressbook} from themselves" : "{actor} 取消将通讯录 {addressbook} 分享给自己",
+ "You shared addressbook {addressbook} with group {group}" : "你和小组 {group} 分享了通讯录 {addressbook}",
+ "{actor} shared addressbook {addressbook} with group {group}" : "{actor} 和小组 {group} 分享了通讯录",
+ "You unshared addressbook {addressbook} from group {group}" : "你取消和小组 {group} 分享通讯录",
+ "{actor} unshared addressbook {addressbook} from group {group}" : "{actor} 取消和小组 {group} 分享通讯录",
+ "{actor} created contact {card} in addressbook {addressbook}" : "{actor} 在通讯录 {addressbook} 中创建了联系人 {card}",
+ "You created contact {card} in addressbook {addressbook}" : "你在通讯录 {addressbook} 中创建了联系人 {card}",
+ "{actor} deleted contact {card} from addressbook {addressbook}" : "{actor} 从通讯录 {addressbook} 中删除了联系人 {card}",
+ "You deleted contact {card} from addressbook {addressbook}" : "你从通讯录 {addressbook} 中删除了联系人 {card} ",
+ "{actor} updated contact {card} in addressbook {addressbook}" : "{actor} 更新了通讯录 {addressbook} 中的联系人 {card}",
+ "You updated contact {card} in addressbook {addressbook}" : "你更新了通讯录 {addressbook} 中的联系人 {card}",
+ "A <strong>contact</strong> or <strong>addressbook</strong> was modified" : "一名 <strong>联系人</strong>或一个 <strong>通讯录</strong>被更改",
"System is in maintenance mode." : "系统处于维护模式 ",
"Upgrade needed" : "需要升级",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的%s 需要配置使用HTTPS以在iOS/macOS中使用CalDAV和CardDAV。",
@@ -110,6 +134,7 @@ OC.L10N.register(
"The meeting »%1$s« with %2$s was canceled." : "与%2$s的会议 »%1$s« 已取消。",
"The meeting »%1$s« with %2$s was updated." : "与%2$s的会议 »%1$s« 已更新。",
"%1$s invited you to »%2$s«" : "%1$s 邀请您加入 »%2$s«",
- "When:" : "时间:"
+ "When:" : "时间:",
+ "Calendar and tasks" : "日历和任务"
},
"nplurals=1; plural=0;");