fa.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "وضعیت های اخیر",
  5. "No recent status changes" : "هیچ تغییر وضعیت جدیدی وجود ندارد",
  6. "In a meeting" : "در جلسه",
  7. "Commuting" : "در رفت و آمد",
  8. "Out sick" : "مرخصی استعلاجی",
  9. "Vacationing" : "تعطیلات",
  10. "Out of office" : "بیرون از دفتر",
  11. "Working remotely" : "دورکاری",
  12. "In a call" : "در حال تماس تلفنی",
  13. "User status" : "وضعبت کاربر",
  14. "Clear status after" : "پاک کردن وضعیت بعدی",
  15. "Emoji for your status message" : "Emoji for your status message",
  16. "What is your status?" : "وضعیت شما چیست؟",
  17. "Predefined statuses" : "Predefined statuses",
  18. "Previously set" : "Previously set",
  19. "Reset status" : "Reset status",
  20. "Set status" : "تنظیم وضعیت",
  21. "Online status" : "وضعیت آنلاین",
  22. "Status message" : "پیغام وضعیت",
  23. "Your status was set automatically" : "Your status was set automatically",
  24. "Clear status message" : "پیام وضعیت را پاک کن",
  25. "Set status message" : "تنظیم پیام وضعیت",
  26. "Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Reset status to \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
  29. "There was an error saving the status" : "مشکلی در ذخیره سازی وضعیت پیش آمده",
  30. "There was an error clearing the status" : "مشکلی در پاک کردن وضعیت پیش آمده",
  31. "There was an error reverting the status" : "There was an error reverting the status",
  32. "Don't clear" : "پاک نکن",
  33. "Today" : "امروز",
  34. "This week" : "این هفته",
  35. "Online" : "آنلاین",
  36. "Away" : "بیرون",
  37. "Do not disturb" : "مزاحم نشوید",
  38. "Invisible" : "غیر قابل مشاهده",
  39. "Offline" : "آفلاین",
  40. "There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده",
  41. "30 minutes" : "۳۰ دقیقه",
  42. "1 hour" : "۱ ساعت",
  43. "4 hours" : "۴ ساعت",
  44. "Mute all notifications" : "خاموش کردن همه اعلانات",
  45. "Appear offline" : "نمایش آفلاین",
  46. "View profile" : "مشاهدهٔ نمایه",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n > 1);");