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_TW.js 4.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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}" : "{actor} 停止與 {user} 分享日曆 {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. "You updated event {event} in calendar {calendar}" : "您更新了日曆 {calendar}中的事件{event}",
  26. "Busy" : "忙碌中",
  27. "You reopened todo {todo} in list {calendar}" : "你重新開啟了 {calendar} 清單中的代辦事項 {todo}",
  28. "A <strong>calendar</strong> was modified" : "一個<strong>日曆</strong>被更動",
  29. "A calendar <strong>event</strong> was modified" : "一個日曆<strong>活動</strong>被更動",
  30. "A calendar <strong>todo</strong> was modified" : "一個日曆<strong>代辦事項</strong>被更動",
  31. "Contact birthdays" : "聯絡人生日",
  32. "Where:" : "地點",
  33. "Description:" : "描述",
  34. "%1$s via %2$s" : "%1$s 由 %2$s",
  35. "Invitation canceled" : "邀請被取消了",
  36. "Hello %s," : "%s您好,",
  37. "The meeting »%1$s« with %2$s was canceled." : "與 %2$s 的會議 %1$s 取消了",
  38. "Invitation updated" : "邀請更新",
  39. "The meeting »%1$s« with %2$s was updated." : "與 %2$s 的會議 %1$s 有變動",
  40. "%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s",
  41. "When:" : "時間",
  42. "Link:" : "連結",
  43. "Accept" : "接受",
  44. "Decline" : "拒絕",
  45. "More options …" : "更多選項 ...",
  46. "More options at %s" : "%s有更多選項",
  47. "Contacts" : "聯絡人",
  48. "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",
  49. "Configures a CalDAV account" : "設定一個 CalDAV 帳號",
  50. "Configures a CardDAV account" : "設定一個 CardDAV 帳號",
  51. "Tasks" : "工作項目",
  52. "WebDAV" : "WebDAV",
  53. "WebDAV endpoint" : "WebDAV 端點",
  54. "There was an error updating your attendance status." : "更新您的參與狀況時發生錯誤",
  55. "Please contact the organizer directly." : "請直接聯繫主辦人",
  56. "Are you accepting the invitation?" : "接受邀請嗎?",
  57. "Tentative" : "測試的",
  58. "Save" : "儲存",
  59. "Your attendance was updated successfully." : "您的參與狀況成功更新",
  60. "Calendar server" : "日曆伺服器",
  61. "Send invitations to attendees" : "發送邀請函給參加者",
  62. "Automatically generate a birthday calendar" : "自動建立 生日 日曆",
  63. "Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立",
  64. "Technical details" : "技術細節",
  65. "Remote Address: %s" : "遠端位置:%s",
  66. "Request ID: %s" : "請求編號:%s"
  67. },
  68. "nplurals=1; plural=0;");