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.

eo.js 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Kalendaro",
  5. "Todos" : "Taskoj",
  6. "Personal" : "Persona",
  7. "{actor} created calendar {calendar}" : "{actor} kreis kalendaron {calendar}",
  8. "You created calendar {calendar}" : "Vi kreis kalendaron {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} forigis kalendaron {calendar}",
  10. "You deleted calendar {calendar}" : "Vi forigis kalendaron {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} ĝisdatigis kalendaron {calendar}",
  12. "You updated calendar {calendar}" : "Vi ĝisdatigis kalendaron {calendar}",
  13. "You shared calendar {calendar} as public link" : "Vi kunhavigis kalendaron {calendar} per publika ligilo",
  14. "You removed public link for calendar {calendar}" : "Vi forigis publikan ligilon por kalendaro {calendar}",
  15. "{actor} shared calendar {calendar} with you" : "{actor} kunhavigis kalendaron {calendar} kun vi",
  16. "You shared calendar {calendar} with {user}" : "Vi kunhavigis kalendaron {calendar} kun {user}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} kunhavigis kalendaron {calendar} kun {user}",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} malkunhavigis kalendaron {calendar} kun vi",
  19. "You unshared calendar {calendar} from {user}" : "Vi malkunhavigis kalendaron {calendar} kun {user}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} malkunhavigis kalendaron {calendar} kun {user}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} malkunhavigis kalendaron {calendar} kun si mem",
  22. "You shared calendar {calendar} with group {group}" : "Vi kunhavigis kalendaron {calendar} kun grupo {group}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} kunhavigis kalendaron {calendar} kun grupo {group}",
  24. "You unshared calendar {calendar} from group {group}" : "Vi malkunhavigis kalendaron {calendar} kun grupo {group}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} malkunhavigis kalendaron {calendar} kun grupo {group}",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} kreis okazaĵon {event} en kalendaro {calendar}",
  27. "You created event {event} in calendar {calendar}" : "Vi kreis okazaĵon {event} en kalendaro {calendar}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} forigis okazaĵon {event} en kalendaro {calendar}",
  29. "You deleted event {event} from calendar {calendar}" : "Vi forigis okazaĵon {event} en kalendaro {calendar}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
  31. "You updated event {event} in calendar {calendar}" : "Vi ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
  32. "Busy" : "Okupita",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} kreis farendaĵon {todo} en listo {calendar}",
  34. "You created todo {todo} in list {calendar}" : "Vi kreis farendaĵon {todo} en listo {calendar}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} forigis farendaĵon {todo} en listo {calendar}",
  36. "You deleted todo {todo} from list {calendar}" : "Vi forigis farendaĵon {todo} en listo {calendar}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} ĝisdatigis farendaĵon {todo} en listo {calendar}",
  38. "You updated todo {todo} in list {calendar}" : "Vi ĝisdatigis farendaĵon {todo} en listo {calendar}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} plenumis farendaĵon {todo} en listo {calendar}",
  40. "You solved todo {todo} in list {calendar}" : "Vi plenumis farendaĵon {todo} en listo {calendar}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} remalfermis farendaĵon {todo} en listo {calendar}",
  42. "You reopened todo {todo} in list {calendar}" : "Vi remalfermis farendaĵon {todo} en listo {calendar}",
  43. "A <strong>calendar</strong> was modified" : "<strong>Kalendaro</strong> estis modifita",
  44. "A calendar <strong>event</strong> was modified" : "Kalendara <strong>okazaĵo</strong> estis modifita",
  45. "A calendar <strong>todo</strong> was modified" : "Kalendara <strong>farendaĵo</strong> estis modifita",
  46. "Contact birthdays" : "Kontaktaj datrevenoj",
  47. "Death of %s" : "Morto de %s",
  48. "Calendar:" : "Kalendaro:",
  49. "Date:" : "Dato:",
  50. "Where:" : "Kie:",
  51. "Description:" : "Priskribo:",
  52. "Untitled event" : "Sentitola okazaĵo",
  53. "_%n year_::_%n years_" : ["%n jaro","%n jaroj"],
  54. "_%n month_::_%n months_" : ["%n monato","%n monatoj"],
  55. "_%n day_::_%n days_" : ["%n tago","%n tagoj"],
  56. "_%n hour_::_%n hours_" : ["%n horo","%n horoj"],
  57. "_%n minute_::_%n minutes_" : ["%n minuto","%n minutoj"],
  58. "%s (in %s)" : "%s (en %s)",
  59. "%s (%s ago)" : "%s (antaŭ %s)",
  60. "Calendar: %s" : "Kalendaro: %s",
  61. "Date: %s" : "Dato: %s",
  62. "Description: %s" : "Priskribo: %s",
  63. "Where: %s" : "Kie: %s",
  64. "%1$s via %2$s" : "%1$s pere de %2$s",
  65. "Invitation canceled" : "Invito nuligita",
  66. "Invitation updated" : "Invito ĝisdatigita",
  67. "Location:" : "Loko:",
  68. "Link:" : "Ligilo:",
  69. "Accept" : "Akcepti",
  70. "Decline" : "Malakcepti",
  71. "More options …" : "Pli da opcioj...",
  72. "More options at %s" : "Pli da opcioj je %s",
  73. "Contacts" : "Kontaktoj",
  74. "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Via %s uzu HTTPS, por ke vi povu uzi CalDAV kaj CardDAV kun iOS aŭ macOS.",
  75. "Configures a CalDAV account" : "Agordas CalDAV-konton.",
  76. "Configures a CardDAV account" : "Agordas CardlDAV-konton.",
  77. "Tasks" : "Taskoj",
  78. "WebDAV" : "WebDAV",
  79. "WebDAV endpoint" : "WebDAV-finpunkto",
  80. "Calendar server" : "Kalendara servilo",
  81. "Send invitations to attendees" : "Sendi invitojn al ĉeestantoj",
  82. "Automatically generate a birthday calendar" : "Aŭtomate estigi datrevenan kalendaron",
  83. "Birthday calendars will be generated by a background job." : "Datrevenaj kalendaroj estos kreitaj de fona tasko.",
  84. "Hence they will not be available immediately after enabling but will show up after some time." : "Tial, ili disponeblos nur post kelke da tempo.",
  85. "Send notifications for events" : "Sendi sciigojn pri okazaĵoj",
  86. "Enable notifications for events via push" : "Ebligi sciigojn pri okazaĵoj per puŝteĥniko",
  87. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Ankaŭ instalu la aplikaĵon {calendarappstoreopen}Kalendaro{linkclose} aŭ {calendardocopen}konektu vian surtablan kaj porteblan aparaton por eksinkronigi ↗{linkclose}.",
  88. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bv. certigi, ke via {emailopen}retpoŝtserva servilo{linkclose} estas bone agordita.",
  89. "There was an error updating your attendance status." : "Estis eraro dum ĝisdatigo de via ĉeesta stato.",
  90. "Please contact the organizer directly." : "Bv. senpere kontakti la organizanton.",
  91. "Are you accepting the invitation?" : "Ĉu vi akceptas la inviton?",
  92. "Tentative" : "Nekonfirmita",
  93. "Save" : "Konservi",
  94. "Your attendance was updated successfully." : "Via ĉeesto sukcese ĝisdatiĝis."
  95. },
  96. "nplurals=2; plural=(n != 1);");