You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "日历",
  5. "To-dos" : "代办事项",
  6. "Personal" : "个人",
  7. "{actor} created calendar {calendar}" : "{actor} 创建了日历 {calendar}",
  8. "You created calendar {calendar}" : "您创建的日历 {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} 删除了日历 {calendar}",
  10. "You deleted calendar {calendar}" : "您删除的日历 {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}",
  12. "You updated calendar {calendar}" : "您更新了日历 {calendar}",
  13. "{actor} restored calendar {calendar}" : "{actor} 还原了日历 {calendar}",
  14. "You restored calendar {calendar}" : "你还原了日历 {calendar}",
  15. "You shared calendar {calendar} as public link" : "您已将日历 {calendar} 共享为公开链接",
  16. "You removed public link for calendar {calendar}" : "您移除了日历 {calendar} 的公开链接",
  17. "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历共享 {calendar}",
  18. "You shared calendar {calendar} with {user}" : "您与 {user} 共享了日历 {calendar}",
  19. "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 共享了日历 {calendar}",
  20. "{actor} unshared calendar {calendar} from you" : "你取消了 {actor} 共享的日历 {calendar}",
  21. "You unshared calendar {calendar} from {user}" : "{user} 取消了你共享的日历 {calendar}",
  22. "{actor} unshared calendar {calendar} from {user}" : "{user} 取消了 {actor} 共享的日历 {calendar}",
  23. "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消了他们自己共享的日历 {calendar}",
  24. "You shared calendar {calendar} with group {group}" : "您通过组 {group} 共享了日历 {calendar}",
  25. "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 共享了日历 {calendar}",
  26. "You unshared calendar {calendar} from group {group}" : "群组 {group} 取消了你共享的日历 {calendar}",
  27. "{actor} unshared calendar {calendar} from group {group}" : "群组 {group} 取消了 {actor} 共享的日历 {calendar}",
  28. "Untitled event" : "未命名事件",
  29. "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}",
  30. "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}",
  31. "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}",
  32. "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}",
  33. "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}",
  34. "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}",
  35. "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} 将事件 {event} 从日历 {sourceCalendar} 移动至日历 {targetCalendar}",
  36. "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "您已将事件 {event} 从日历 {sourceCalendar} 移动至日历 {targetCalendar}",
  37. "{actor} restored event {event} of calendar {calendar}" : "{actor} 还原了事件 {event},它位于日历 {calendar}",
  38. "You restored event {event} of calendar {calendar}" : "你还原了事件 {event},它位于日历 {calendar}",
  39. "Busy" : "忙碌",
  40. "{actor} created to-do {todo} in list {calendar}" : "{actor} 在清单 {calendar} 总创建了代办事项 {todo}",
  41. "You created to-do {todo} in list {calendar}" : "您已在清单 {calendar} 总创建了代办事项 {todo}",
  42. "Calendar, contacts and tasks" : "日历、联系人和任务",
  43. "A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改",
  44. "A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改",
  45. "Contact birthdays" : "联系人生日",
  46. "Death of %s" : "%s 的忌日",
  47. "Calendar:" : "日历:",
  48. "Date:" : "日期:",
  49. "Where:" : "地点:",
  50. "Description:" : "描述:",
  51. "_%n year_::_%n years_" : ["%n 年"],
  52. "_%n month_::_%n months_" : ["%n 月"],
  53. "_%n day_::_%n days_" : ["%n 天"],
  54. "_%n hour_::_%n hours_" : ["%n 小时"],
  55. "_%n minute_::_%n minutes_" : ["%n 分钟"],
  56. "%s (in %s)" : "%s (在 %s)",
  57. "%s (%s ago)" : "%s (%s 前)",
  58. "Calendar: %s" : "日历:%s",
  59. "Date: %s" : "日期:%s",
  60. "Description: %s" : "描述:%s",
  61. "Where: %s" : "地点:%s",
  62. "%1$s via %2$s" : "%1$s 通过 %2$s",
  63. "Cancelled: %1$s" : "已取消:%1$s",
  64. "Invitation canceled" : "邀请已取消",
  65. "Re: %1$s" : "回复:%1$s",
  66. "Invitation updated" : "邀请已更新",
  67. "Invitation: %1$s" : "邀请:%1$s",
  68. "Invitation" : "邀请",
  69. "Title:" : "标题:",
  70. "Time:" : "时间:",
  71. "Location:" : "地区:",
  72. "Link:" : "链接:",
  73. "Organizer:" : "组织者:",
  74. "Attendees:" : "与会者:",
  75. "Accept" : "接受",
  76. "Decline" : "拒绝",
  77. "More options …" : "更多选项",
  78. "More options at %s" : "在%s的更多选项",
  79. "Contacts" : "联系人",
  80. "{actor} created address book {addressbook}" : "{actor} 创建了通讯录 {addressbook}",
  81. "You created address book {addressbook}" : "你创建了通讯录 {addressbook}",
  82. "{actor} deleted address book {addressbook}" : "{actor} 删除了通讯录 {addressbook}",
  83. "You deleted address book {addressbook}" : "你删除了通讯录 {addressbook}",
  84. "{actor} updated address book {addressbook}" : "{actor} 更新了通讯录 {addressbook}",
  85. "You updated address book {addressbook}" : "你更新通讯录 {addressbook}",
  86. "{actor} shared address book {addressbook} with you" : "{actor} 与你分享了通讯录 {addressbook}",
  87. "You shared address book {addressbook} with {user}" : "你与 {user} 分享了通讯录 {addressbook}",
  88. "{actor} shared address book {addressbook} with {user}" : "{actor} 与 {user} 分享了通讯录 {addressbook}",
  89. "{actor} unshared address book {addressbook} from you" : "{actor} 取消和你分享通讯录 {addressbook}",
  90. "You unshared address book {addressbook} from {user}" : "你取消了与 {user} 分享通讯录 {addressbook}",
  91. "{actor} unshared address book {addressbook} from {user}" : "{actor} 取消了与 {user} 分享通讯录",
  92. "{actor} unshared address book {addressbook} from themselves" : "{actor} 取消了和自己分享通讯录 {addressbook}",
  93. "You shared address book {addressbook} with group {group}" : "你和小组 {group} 分享了通讯录 {addressbook}",
  94. "{actor} shared address book {addressbook} with group {group}" : "{actor} 和小组 {group} 分享了通讯录 {addressbook}",
  95. "You unshared address book {addressbook} from group {group}" : "你取消和小组 {group} 分享通讯录 ",
  96. "{actor} unshared address book {addressbook} from group {group}" : "{actor} 取消和小组 {group} 分享通讯录 ",
  97. "{actor} created contact {card} in address book {addressbook}" : "{actor} 在通讯录 {addressbook} 中创建了联系人 {card} ",
  98. "You created contact {card} in address book {addressbook}" : "你在通讯录 {addressbook} 中创建了联系人 {card} ",
  99. "{actor} deleted contact {card} from address book {addressbook}" : "{actor} 从通讯录 {addressbook} 中删除了联系人 {card} ",
  100. "You deleted contact {card} from address book {addressbook}" : "你从通讯录 {addressbook} 中删除了联系人 {card} ",
  101. "{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通讯录 {addressbook} 中的联系人 {card} ",
  102. "You updated contact {card} in address book {addressbook}" : "你更新了通讯录 {addressbook} 中的联系人 {card} ",
  103. "A <strong>contact</strong> or <strong>address book</strong> was modified" : "一名 <strong>联系人</strong>或一个<strong>通讯录</strong>被更改了",
  104. "System is in maintenance mode." : "系统处于维护模式 ",
  105. "Upgrade needed" : "需要升级",
  106. "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。",
  107. "Configures a CalDAV account" : "配置一个 CalDAV 账号",
  108. "Configures a CardDAV account" : "配置一个 CardDAV 账号",
  109. "Events" : "事件",
  110. "Tasks" : "任务",
  111. "Untitled task" : "无标题任务",
  112. "Completed on %s" : "已完成 %s",
  113. "Due on %s by %s" : "到期于%s ,在%s之前",
  114. "Due on %s" : "到期于%s",
  115. "Contacts and groups" : "联系人和群组",
  116. "WebDAV" : "WebDAV",
  117. "WebDAV endpoint" : "WebDAV端点",
  118. "Availability" : "可用性",
  119. "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "如果您配置了工作时间,其他用户在预订会议时就会了解您何时不在办公室。",
  120. "Time zone:" : "时区:",
  121. "to" : "到",
  122. "Delete slot" : "删除插槽",
  123. "No working hours set" : "尚未设置工作时间",
  124. "Add slot" : "添加插槽",
  125. "Monday" : "周一",
  126. "Tuesday" : "周二",
  127. "Wednesday" : "周三",
  128. "Thursday" : "周四",
  129. "Friday" : "周五",
  130. "Saturday" : "周六",
  131. "Sunday" : "周日",
  132. "Save" : "保存",
  133. "Calendar server" : "日历服务器",
  134. "Send invitations to attendees" : "向与会者发送邀请",
  135. "Automatically generate a birthday calendar" : "自动生成生日日历",
  136. "Birthday calendars will be generated by a background job." : "生日日历将由后台作业生成。",
  137. "Hence they will not be available immediately after enabling but will show up after some time." : "因此,它们在启用后不会立即可用,但会在一段时间后显示出来。",
  138. "Send notifications for events" : "发送事件通知",
  139. "Notifications are sent via background jobs, so these must occur often enough." : "通知将通过后台任务发送,所以任务的频率要足够高。",
  140. "Send reminder notifications to calendar sharees as well" : "同时向日历共享者发送提醒通知",
  141. "Reminders are always sent to organizers and attendees." : "始终向组织者和与会者发出提醒。",
  142. "Enable notifications for events via push" : "启用推送事件通知",
  143. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "也安装 {calendarappstoreopen}日历应用{linkclose},或者 {calendardocopen}连接您的桌面和移动端同步日历 ↗{linkclose}。",
  144. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "请确保正确设置 {emailopen}邮件服务器{linkclose}。",
  145. "There was an error updating your attendance status." : "更新您的出席状态时出错。",
  146. "Please contact the organizer directly." : "请直接联系组织者。",
  147. "Are you accepting the invitation?" : "您是否接受邀请?",
  148. "Tentative" : "暂定",
  149. "Number of guests" : "客人数目",
  150. "Comment" : "备注",
  151. "Your attendance was updated successfully." : "您的出席状态更新成功。",
  152. "Todos" : "待办事项",
  153. "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}",
  154. "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}",
  155. "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}",
  156. "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中删除了待办事项 {todo}",
  157. "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待办事项 {todo}",
  158. "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待办事项 {todo}",
  159. "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解决了待办事项 {todo}",
  160. "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}",
  161. "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}",
  162. "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}",
  163. "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改"
  164. },
  165. "nplurals=1; plural=0;");