Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "{actor} shared calendar {calendar} with you" : "{actor} 與你分享了{calendar} ",
  14. "You shared calendar {calendar} with {user}" : "你與 {user} 分享了 {calendar} ",
  15. "{actor} shared calendar {calendar} with {user}" : "{actor} 與 {user} 分享了日曆 {calendar} ",
  16. "{actor} unshared calendar {calendar} from you" : "{actor} 停止與您分享日曆 {calendar}",
  17. "You unshared calendar {calendar} from {user}" : "您停止與 {user} 分享日曆 {calendar}",
  18. "{actor} unshared calendar {calendar} from {user}" : "{actor} 停止與 {user} 分享日曆 {calendar}",
  19. "{actor} unshared calendar {calendar} from themselves" : "{actor} 停止與他們自己分享日曆 {calendar}",
  20. "You shared calendar {calendar} with group {group}" : "您與群組 {group} 分享了日曆 {calendar}",
  21. "{actor} shared calendar {calendar} with group {group}" : "{actor} 與群組 {group} 分享了日曆 {calendar}",
  22. "You unshared calendar {calendar} from group {group}" : "您已停止與群組 {group} 分享日曆 {calendar}",
  23. "You updated event {event} in calendar {calendar}" : "您更新了日曆 {calendar}中的事件{event}",
  24. "Busy" : "忙碌中",
  25. "A <strong>calendar</strong> was modified" : "一個<strong>日曆</strong>被更動",
  26. "A calendar <strong>event</strong> was modified" : "一個日曆<strong>活動</strong>被更動",
  27. "A calendar <strong>todo</strong> was modified" : "一個日曆<strong>代辦事項</strong>被更動",
  28. "Contact birthdays" : "聯絡人生日",
  29. "Invitation canceled" : "邀請被取消了",
  30. "Hello %s," : "%s您好,",
  31. "Invitation updated" : "邀請更新",
  32. "%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s",
  33. "When:" : "時間",
  34. "Where:" : "地點",
  35. "Description:" : "描述",
  36. "Link:" : "連結",
  37. "Accept" : "接受",
  38. "Decline" : "拒絕",
  39. "More options …" : "更多選項 ...",
  40. "More options at %s" : "%s有更多選項",
  41. "Contacts" : "聯絡人",
  42. "WebDAV" : "WebDAV",
  43. "Technical details" : "技術細節",
  44. "Remote Address: %s" : "遠端位置:%s",
  45. "Request ID: %s" : "請求編號:%s",
  46. "Are you accepting the invitation?" : "接受邀請嗎?",
  47. "Tentative" : "測試的",
  48. "Save" : "儲存",
  49. "Send invitations to attendees" : "發送邀請函給參加者",
  50. "Automatically generate a birthday calendar" : "自動建立 生日 日曆",
  51. "Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立",
  52. "%s via %s" : "%s 透過 %s",
  53. "The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了",
  54. "The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動",
  55. "%s invited you to »%s«" : "%s邀請了您到%s"
  56. },
  57. "nplurals=1; plural=0;");