fa.js 1.1 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "نظرات",
  5. "Edit comment" : "ویرایش توضیح",
  6. "Delete comment" : "حذف توضیح",
  7. "New comment …" : "توضیح جدید ...",
  8. "Post" : "ارسال",
  9. "Cancel" : "منصرف شدن",
  10. "[Deleted user]" : "[کاربر حذف شده]",
  11. "No comments yet, start the conversation!" : "هنوز هیچ نظری ندارید ، مکالمه را شروع کنید!",
  12. "More comments …" : "نظرات بیشتر...",
  13. "Save" : "ذخیره",
  14. "Allowed characters {count} of {max}" : "شخصیت های مجاز {count} از {max",
  15. "Error occurred while retrieving comment with ID {id}" : "هنگام بازیابی نظر با ID {id Er خطایی رخ داد",
  16. "Error occurred while updating comment with id {id}" : "هنگام به روزرسانی نظر با شناسه شناسه Er خطایی روی داد",
  17. "Error occurred while posting comment" : "هنگام ارسال نظر خطایی روی داد",
  18. "Comment" : "نظر"
  19. },
  20. "nplurals=2; plural=(n > 1);");