app.fa.i18n.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "app": {
  3. "loading": "بارگذاری...",
  4. "offline": "نمی توانم وصل شوم، آیا شما قطع هستید؟",
  5. "logginIn": "بارگذاری در..."
  6. },
  7. "error": {
  8. "insufficientRights": "شما برای این عملیات دسترسی کافی ندارید."
  9. },
  10. "buttons": {
  11. "ok": "تایید",
  12. "cancel": "لغو",
  13. "save": "ذخیره",
  14. "edit": "ویرایش",
  15. "send": "ارسال",
  16. "next": "بعدی",
  17. "previous": "قبلی",
  18. "back": "عقب",
  19. "skip": "جستن",
  20. "sending": "ارسال...",
  21. "create": "ساختن",
  22. "tryToReconnect": "تلاش برای وصل مجدد",
  23. "stayAnonymous": "Stay anonymous",
  24. "authorize": "Authorize"
  25. },
  26. "commonWords": {
  27. "you": "شما",
  28. "send": "ارسال",
  29. "or": "یا",
  30. "of": "از",
  31. "with": "با",
  32. "and": "و",
  33. "on": "بر",
  34. "per": "در هر"
  35. }
  36. }