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.

fa.js 2.0KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "نظرات",
  5. "You commented" : "You commented",
  6. "{author} commented" : "{author} commented",
  7. "You commented on %1$s" : "You commented on %1$s",
  8. "You commented on {file}" : "You commented on {file}",
  9. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  10. "{author} commented on {file}" : "{author} commented on {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"",
  13. "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
  14. "Edit comment" : "ویرایش توضیح",
  15. "Delete comment" : "حذف توضیح",
  16. "Cancel edit" : "Cancel edit",
  17. "Post comment" : "Post comment",
  18. "No comments yet, start the conversation!" : "هنوز هیچ نظری ندارید ، مکالمه را شروع کنید!",
  19. "No more messages" : "No more messages",
  20. "Retry" : "تلاش دوباره",
  21. "Failed to mark comments as read" : "Failed to mark comments as read",
  22. "Unable to load the comments list" : "Unable to load the comments list",
  23. "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
  24. "Comment" : "نظر",
  25. "An error occurred while trying to edit the comment" : "An error occurred while trying to edit the comment",
  26. "Comment deleted" : "توضیح حذف",
  27. "An error occurred while trying to delete the comment" : "An error occurred while trying to delete the comment",
  28. "An error occurred while trying to create the comment" : "An error occurred while trying to create the comment",
  29. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "You were mentioned on \"{file}\", in a comment by a user that has since been deleted",
  30. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"]
  31. },
  32. "nplurals=2; plural=(n > 1);");