fa.js 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Unknown address",
  5. "No result." : "بدون نتیجه.",
  6. "Malformed JSON data." : "Malformed JSON data.",
  7. "Error" : "خطا",
  8. "Weather status" : "Weather status",
  9. "Weather status in your dashboard" : "Weather status in your dashboard",
  10. "Detect location" : "Detect location",
  11. "Set custom address" : "Set custom address",
  12. "Favorites" : "مورد علاقه ها",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} clear sky later today",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} clear sky",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} cloudy later today",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} cloudy",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} fair weather later today",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} fair weather",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} partly cloudy later today",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} partly cloudy",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} foggy later today",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} foggy",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} light rainfall later today",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} light rainfall",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} rainfall later today",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} rainfall",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} heavy rainfall later today",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} heavy rainfall",
  29. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} rainfall showers later today",
  30. "{temperature} {unit} rainfall showers" : "{temperature} {unit} rainfall showers",
  31. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} light rainfall showers later today",
  32. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} light rainfall showers",
  33. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} heavy rainfall showers later today",
  34. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} heavy rainfall showers",
  35. "More weather for {adr}" : "More weather for {adr}",
  36. "Loading weather" : "Loading weather",
  37. "Remove from favorites" : "حذف کردن از برگزیده ها",
  38. "Add as favorite" : "Add as favorite",
  39. "You are not logged in." : "You are not logged in.",
  40. "There was an error getting the weather status information." : "There was an error getting the weather status information.",
  41. "No weather information found" : "No weather information found",
  42. "Location not found" : "Location not found",
  43. "There was an error setting the location address." : "There was an error setting the location address.",
  44. "There was an error setting the location." : "There was an error setting the location.",
  45. "There was an error saving the mode." : "There was an error saving the mode.",
  46. "There was an error using personal address." : "There was an error using personal address.",
  47. "Set location for weather" : "تنظیم مکان برای آب و هوا",
  48. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app."
  49. },
  50. "nplurals=2; plural=(n > 1);");