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.

zh_CN.js 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "日历",
  5. "Todos" : "待办事项",
  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. "You shared calendar {calendar} as public link" : "您已将日历 {calendar} 共享为公开链接",
  14. "You removed public link for calendar {calendar}" : "您移除了日历 {calendar} 的公开链接",
  15. "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历共享 {calendar}",
  16. "You shared calendar {calendar} with {user}" : "您与 {user} 共享了日历 {calendar}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 共享了日历 {calendar}",
  18. "{actor} unshared calendar {calendar} from you" : "你取消了 {actor} 共享的日历 {calendar}",
  19. "You unshared calendar {calendar} from {user}" : "{user} 取消了你共享的日历 {calendar}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{user} 取消了 {actor} 共享的日历 {calendar}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消了他们自己共享的日历 {calendar}",
  22. "You shared calendar {calendar} with group {group}" : "您通过组 {group} 共享了日历 {calendar}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 共享了日历 {calendar}",
  24. "You unshared calendar {calendar} from group {group}" : "群组 {group} 取消了你共享的日历 {calendar}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "群组 {group} 取消了 {actor} 共享的日历 {calendar}",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}",
  27. "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}",
  29. "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}",
  31. "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}",
  32. "Busy" : "忙碌",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}",
  34. "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}",
  36. "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中删除了待办事项 {todo}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待办事项 {todo}",
  38. "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待办事项 {todo}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解决了待办事项 {todo}",
  40. "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}",
  42. "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}",
  43. "A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改",
  44. "A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改",
  45. "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改",
  46. "Death of %s" : "%s 的忌日",
  47. "Contact birthdays" : "联系人生日",
  48. "Calendar:" : "日历:",
  49. "Date:" : "日期:",
  50. "Where:" : "地点:",
  51. "Description:" : "描述:",
  52. "Untitled event" : "未命名事件",
  53. "_%n year_::_%n years_" : ["%n 年"],
  54. "_%n month_::_%n months_" : ["%n 月"],
  55. "_%n day_::_%n days_" : ["%n 天"],
  56. "_%n hour_::_%n hours_" : ["%n 小时"],
  57. "_%n minute_::_%n minutes_" : ["%n 分钟"],
  58. "%s (in %s)" : "%s (在 %s)",
  59. "%s (%s ago)" : "%s (%s 前)",
  60. "Calendar: %s" : "日历:%s",
  61. "Date: %s" : "日期:%s",
  62. "Description: %s" : "描述:%s",
  63. "Where: %s" : "地点:%s",
  64. "%1$s via %2$s" : "%1$s 通过 %2$s",
  65. "Invitation canceled" : "邀请已取消",
  66. "Invitation updated" : "邀请已更新",
  67. "Location:" : "地区:",
  68. "Link:" : "链接:",
  69. "Accept" : "接受",
  70. "Decline" : "拒绝",
  71. "More options …" : "更多选项",
  72. "More options at %s" : "在%s的更多选项",
  73. "Contacts" : "联系人",
  74. "System in maintenance mode." : "系统处于维护模式。",
  75. "Upgrade needed" : "需要升级",
  76. "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。",
  77. "Configures a CalDAV account" : "配置一个 CalDAV 账号",
  78. "Configures a CardDAV account" : "配置一个 CardDAV 账号",
  79. "Tasks" : "任务",
  80. "Untitled task" : "无标题任务",
  81. "WebDAV" : "WebDAV",
  82. "WebDAV endpoint" : "WebDAV端点",
  83. "There was an error updating your attendance status." : "更新您的出席状态时出错。",
  84. "Please contact the organizer directly." : "请直接联系组织者。",
  85. "Are you accepting the invitation?" : "您是否接受邀请?",
  86. "Tentative" : "暂定",
  87. "Save" : "保存",
  88. "Your attendance was updated successfully." : "您的出席状态更新成功。",
  89. "Calendar server" : "日历服务器",
  90. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "也安装 {calendarappstoreopen}日历应用{linkclose},或者 {calendardocopen}连接您的桌面和移动端同步日历 ↗{linkclose}。",
  91. "Send invitations to attendees" : "向与会者发送邀请",
  92. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "请确保正确设置 {emailopen}邮件服务器{linkclose}。",
  93. "Automatically generate a birthday calendar" : "自动生成生日日历",
  94. "Birthday calendars will be generated by a background job." : "生日日历将由后台作业生成。",
  95. "Hence they will not be available immediately after enabling but will show up after some time." : "因此,它们在启用后不会立即可用,但会在一段时间后显示出来。",
  96. "Send notifications for events" : "发送事件通知",
  97. "Notifications are sent via background jobs, so these must occur often enough." : "通知将通过后台任务发送,所以任务的频率要足够高。",
  98. "Enable notifications for events via push" : "启用推送事件通知",
  99. "Hello %s," : "%s 你好,",
  100. "The meeting »%1$s« with %2$s was canceled." : "与%2$s的会议 »%1$s« 已取消。",
  101. "The meeting »%1$s« with %2$s was updated." : "与%2$s的会议 »%1$s« 已更新。",
  102. "%1$s invited you to »%2$s«" : "%1$s 邀请您加入 »%2$s«",
  103. "When:" : "时间:",
  104. "Technical details" : "技术细节",
  105. "Remote Address: %s" : "远程地址:%s",
  106. "Request ID: %s" : "请求 ID:%s",
  107. "Notifications will be send through background jobs, so these need to happen often enough." : "通知将通过后台任务发送,所以任务的频率有足够高。"
  108. },
  109. "nplurals=1; plural=0;");