fa.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "تقویم",
  5. "Tasks" : "وظایف",
  6. "Personal" : "شخصی",
  7. "{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
  8. "You created calendar {calendar}" : "You created calendar {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
  10. "You deleted calendar {calendar}" : "You deleted calendar {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
  12. "You updated calendar {calendar}" : "You updated calendar {calendar}",
  13. "{actor} restored calendar {calendar}" : "{actor} restored calendar {calendar}",
  14. "You restored calendar {calendar}" : "You restored calendar {calendar}",
  15. "You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
  16. "You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
  17. "{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
  18. "You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
  19. "{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
  20. "{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
  21. "You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
  22. "{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
  23. "{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
  24. "You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
  25. "{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
  26. "You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
  27. "{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
  28. "Untitled event" : "رویداد بدون عنوان",
  29. "{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
  30. "You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
  31. "{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
  32. "You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
  33. "{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
  34. "You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
  35. "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
  36. "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
  37. "{actor} restored event {event} of calendar {calendar}" : "{actor} restored event {event} of calendar {calendar}",
  38. "You restored event {event} of calendar {calendar}" : "You restored event {event} of calendar {calendar}",
  39. "Busy" : "مشغول",
  40. "{actor} created to-do {todo} in list {calendar}" : "{actor} created to-do {todo} in list {calendar}",
  41. "You created to-do {todo} in list {calendar}" : "You created to-do {todo} in list {calendar}",
  42. "{actor} deleted to-do {todo} from list {calendar}" : "{actor} deleted to-do {todo} from list {calendar}",
  43. "You deleted to-do {todo} from list {calendar}" : "You deleted to-do {todo} from list {calendar}",
  44. "{actor} updated to-do {todo} in list {calendar}" : "{actor} updated to-do {todo} in list {calendar}",
  45. "You updated to-do {todo} in list {calendar}" : "You updated to-do {todo} in list {calendar}",
  46. "{actor} solved to-do {todo} in list {calendar}" : "{actor} solved to-do {todo} in list {calendar}",
  47. "You solved to-do {todo} in list {calendar}" : "You solved to-do {todo} in list {calendar}",
  48. "{actor} reopened to-do {todo} in list {calendar}" : "{actor} reopened to-do {todo} in list {calendar}",
  49. "You reopened to-do {todo} in list {calendar}" : "You reopened to-do {todo} in list {calendar}",
  50. "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
  51. "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
  52. "Calendar, contacts and tasks" : "Calendar, contacts and tasks",
  53. "A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
  54. "A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
  55. "A calendar <strong>to-do</strong> was modified" : "A calendar <strong>to-do</strong> was modified",
  56. "Contact birthdays" : "Contact birthdays",
  57. "Death of %s" : "Death of %s",
  58. "Untitled calendar" : "تقویم بدون عنوان",
  59. "Calendar:" : "Calendar:",
  60. "Date:" : "تاریخ:",
  61. "Where:" : "مکان:",
  62. "Description:" : "توضیحات:",
  63. "_%n year_::_%n years_" : ["%n year","%n years"],
  64. "_%n month_::_%n months_" : ["%n month","%n months"],
  65. "_%n day_::_%n days_" : ["%n day","%n days"],
  66. "_%n hour_::_%n hours_" : ["%n hour","%n hours"],
  67. "_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
  68. "%s (in %s)" : "%s (in %s)",
  69. "%s (%s ago)" : "%s (%s ago)",
  70. "Calendar: %s" : "Calendar: %s",
  71. "Date: %s" : "Date: %s",
  72. "Description: %s" : "Description: %s",
  73. "Where: %s" : "Where: %s",
  74. "%1$s via %2$s" : "%1$s از طریق %2$s",
  75. "Cancelled: %1$s" : "Cancelled: %1$s",
  76. "\"%1$s\" has been canceled" : "\"%1$s\" has been canceled",
  77. "Re: %1$s" : "Re: %1$s",
  78. "%1$s has accepted your invitation" : "%1$s has accepted your invitation",
  79. "%1$s has tentatively accepted your invitation" : "%1$s has tentatively accepted your invitation",
  80. "%1$s has declined your invitation" : "%1$s has declined your invitation",
  81. "%1$s has responded to your invitation" : "%1$s has responded to your invitation",
  82. "Invitation updated: %1$s" : "Invitation updated: %1$s",
  83. "%1$s updated the event \"%2$s\"" : "%1$s updated the event \"%2$s\"",
  84. "Invitation: %1$s" : "Invitation: %1$s",
  85. "%1$s would like to invite you to \"%2$s\"" : "%1$s would like to invite you to \"%2$s\"",
  86. "Organizer:" : "Organizer:",
  87. "Attendees:" : "Attendees:",
  88. "Title:" : "عنوان:",
  89. "Time:" : "Time:",
  90. "Location:" : "مکان:",
  91. "Link:" : "Link:",
  92. "Accept" : "قبول",
  93. "Decline" : "کاهش می یابد",
  94. "More options …" : "More options …",
  95. "More options at %s" : "More options at %s",
  96. "Contacts" : "مخاطبین",
  97. "{actor} created address book {addressbook}" : "{actor} created address book {addressbook}",
  98. "You created address book {addressbook}" : "You created address book {addressbook}",
  99. "{actor} deleted address book {addressbook}" : "{actor} deleted address book {addressbook}",
  100. "You deleted address book {addressbook}" : "You deleted address book {addressbook}",
  101. "{actor} updated address book {addressbook}" : "{actor} updated address book {addressbook}",
  102. "You updated address book {addressbook}" : "You updated address book {addressbook}",
  103. "{actor} shared address book {addressbook} with you" : "{actor} shared address book {addressbook} with you",
  104. "You shared address book {addressbook} with {user}" : "You shared address book {addressbook} with {user}",
  105. "{actor} shared address book {addressbook} with {user}" : "{actor} shared address book {addressbook} with {user}",
  106. "{actor} unshared address book {addressbook} from you" : "{actor} unshared address book {addressbook} from you",
  107. "You unshared address book {addressbook} from {user}" : "You unshared address book {addressbook} from {user}",
  108. "{actor} unshared address book {addressbook} from {user}" : "{actor} unshared address book {addressbook} from {user}",
  109. "{actor} unshared address book {addressbook} from themselves" : "{actor} unshared address book {addressbook} from themselves",
  110. "You shared address book {addressbook} with group {group}" : "You shared address book {addressbook} with group {group}",
  111. "{actor} shared address book {addressbook} with group {group}" : "{actor} shared address book {addressbook} with group {group}",
  112. "You unshared address book {addressbook} from group {group}" : "You unshared address book {addressbook} from group {group}",
  113. "{actor} unshared address book {addressbook} from group {group}" : "{actor} unshared address book {addressbook} from group {group}",
  114. "{actor} created contact {card} in address book {addressbook}" : "{actor} created contact {card} in address book {addressbook}",
  115. "You created contact {card} in address book {addressbook}" : "You created contact {card} in address book {addressbook}",
  116. "{actor} deleted contact {card} from address book {addressbook}" : "{actor} deleted contact {card} from address book {addressbook}",
  117. "You deleted contact {card} from address book {addressbook}" : "You deleted contact {card} from address book {addressbook}",
  118. "{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} in address book {addressbook}",
  119. "You updated contact {card} in address book {addressbook}" : "You updated contact {card} in address book {addressbook}",
  120. "A <strong>contact</strong> or <strong>address book</strong> was modified" : "A <strong>contact</strong> or <strong>address book</strong> was modified",
  121. "Accounts" : "Accounts",
  122. "System address book which holds all accounts" : "System address book which holds all accounts",
  123. "File is not updatable: %1$s" : "File is not updatable: %1$s",
  124. "Could not write to final file, canceled by hook" : "Could not write to final file, canceled by hook",
  125. "Could not write file contents" : "Could not write file contents",
  126. "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
  127. "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)",
  128. "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side.",
  129. "Could not rename part file to final file, canceled by hook" : "Could not rename part file to final file, canceled by hook",
  130. "Could not rename part file to final file" : "Could not rename part file to final file",
  131. "Failed to check file size: %1$s" : "Failed to check file size: %1$s",
  132. "Could not open file" : "Could not open file",
  133. "Encryption not ready: %1$s" : "Encryption not ready: %1$s",
  134. "Failed to open file: %1$s" : "Failed to open file: %1$s",
  135. "Failed to unlink: %1$s" : "Failed to unlink: %1$s",
  136. "Invalid chunk name" : "Invalid chunk name",
  137. "Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks",
  138. "Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
  139. "File not found: %1$s" : "File not found: %1$s",
  140. "System is in maintenance mode." : "System is in maintenance mode.",
  141. "Upgrade needed" : "Upgrade needed",
  142. "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
  143. "Configures a CalDAV account" : "Configures a CalDAV account",
  144. "Configures a CardDAV account" : "Configures a CardDAV account",
  145. "Events" : "Events",
  146. "Untitled task" : "کار بدون عنوان",
  147. "Completed on %s" : "Completed on %s",
  148. "Due on %s by %s" : "Due on %s by %s",
  149. "Due on %s" : "Due on %s",
  150. "Migrated calendar (%1$s)" : "Migrated calendar (%1$s)",
  151. "Calendars including events, details and attendees" : "Calendars including events, details and attendees",
  152. "Contacts and groups" : "Contacts and groups",
  153. "WebDAV" : "WebDAV",
  154. "WebDAV endpoint" : "WebDAV endpoint",
  155. "First day" : "First day",
  156. "Save" : "ذخیره",
  157. "Time zone:" : "منطقه زمانی:",
  158. "to" : "به",
  159. "Delete slot" : "Delete slot",
  160. "No working hours set" : "No working hours set",
  161. "Add slot" : "Add slot",
  162. "Monday" : "دوشنبه",
  163. "Tuesday" : "سه شنبه",
  164. "Wednesday" : "چهارشنبه",
  165. "Thursday" : "پنجشنبه",
  166. "Friday" : "جمعه",
  167. "Saturday" : "شنبه",
  168. "Sunday" : "یکشنبه",
  169. "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications.",
  170. "Failed to load availability" : "Failed to load availability",
  171. "Saved availability" : "Saved availability",
  172. "Failed to save availability" : "Failed to save availability",
  173. "Availability" : "موجود بودن",
  174. "Calendar server" : "Calendar server",
  175. "Send invitations to attendees" : "Send invitations to attendees",
  176. "Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
  177. "Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
  178. "Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
  179. "Send notifications for events" : "Send notifications for events",
  180. "Notifications are sent via background jobs, so these must occur often enough." : "Notifications are sent via background jobs, so these must occur often enough.",
  181. "Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
  182. "Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
  183. "Enable notifications for events via push" : "Enable notifications for events via push",
  184. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
  185. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
  186. "There was an error updating your attendance status." : "There was an error updating your attendance status.",
  187. "Please contact the organizer directly." : "Please contact the organizer directly.",
  188. "Are you accepting the invitation?" : "Are you accepting the invitation?",
  189. "Tentative" : "آزمایشی",
  190. "Your attendance was updated successfully." : "Your attendance was updated successfully.",
  191. "To-dos" : "To-dos",
  192. "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting."
  193. },
  194. "nplurals=2; plural=(n > 1);");