he.js 1.7 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "כתובת לא ידועה",
  5. "No result." : "אין תוצאות.",
  6. "Malformed JSON data." : "נתוני JSON פגומים.",
  7. "Error" : "שגיאה",
  8. "Weather status" : "מצב מזג אוויר",
  9. "Weather status in your dashboard" : "מצב מזג אוויר בלוח המחוונים שלך.",
  10. "Detect location" : "איתור מיקום",
  11. "Set custom address" : "הגדרת כתובת משלך",
  12. "Favorites" : "מועדפים",
  13. "More weather for {adr}" : "מזג אוויר נוסף עבור {adr}",
  14. "Loading weather" : "מזג האוויר נטען",
  15. "Remove from favorites" : "הסרה מהמועדפים",
  16. "Add as favorite" : "הוספה למועדפים",
  17. "You are not logged in." : "לא נכנסת.",
  18. "There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.",
  19. "No weather information found" : "לא נמצאו פרטי מזג אוויר",
  20. "Location not found" : "המיקום לא נמצא",
  21. "There was an error setting the location address." : "אירעה שגיאה בהגדרות כתובת המיקום.",
  22. "There was an error setting the location." : "אירעה שגיאה בהגדרת המיקום.",
  23. "There was an error saving the mode." : "אירעה שגיאה בשמירת המצב.",
  24. "There was an error using personal address." : "אירעה שגיאה בשימוש בכתובת האישית.",
  25. "Set location for weather" : "הגדרת מיקום למזג האוויר"
  26. },
  27. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");