sv.js 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Okänd adress",
  5. "No result." : "Inga resultat.",
  6. "Malformed JSON data." : "Felformaterad JSON-data.",
  7. "Error" : "Fel",
  8. "Weather status" : "Väderrapport",
  9. "Weather status in your dashboard" : "Väderrapport på din dashboard",
  10. "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." : "Väderuppdatering integrerad i Instrumentpanelappen.\n Användarens position kan identifieras automatiskt eller anges manuellt. En 6-timmarsprognos visas sedan.\n Den här väderuppdateringen kan också integreras på andra platser så som i Kalender-appen.",
  11. "Detect location" : "Hitta min position",
  12. "Set custom address" : "Uppge egen adress",
  13. "Favorites" : "Favoriter",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} och klar himmel senare idag",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} och klar himmel",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} och mulet senare idag",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} och mulet",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} och klart väder senare idag",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} och klart väder",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} och växlande molnighet senare idag",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} och växlande molnighet",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} och dimma senare idag",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} och dimma",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} och lätt regn senare idag",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} och lätt regn",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} och regn senare idag",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} och regn",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} och kraftigt regn senare idag",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} och kraftigt regn",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} och regnbyar senare idag",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} och regnbyar",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} och lätta regnbyar senare idag",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} och lätta regnbyar",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} och kraftiga regnbyar senare idag",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} och kraftiga regnbyar",
  36. "More weather for {adr}" : "Mer väder omkring {adr}",
  37. "Loading weather" : "Hämtar väder",
  38. "Remove from favorites" : "Ta bort från favoriter",
  39. "Add as favorite" : "Lägg till som favorit",
  40. "You are not logged in." : "Du är inte inloggad.",
  41. "There was an error getting the weather status information." : "Ett fel inträffade vid hämtning av väderuppdateringen.",
  42. "No weather information found" : "Ingen väderinformation hittades",
  43. "Location not found" : "Platsen hittades inte",
  44. "There was an error setting the location address." : "Ett fel inträffade när adressen för platsen angavs.",
  45. "There was an error setting the location." : "Ett fel inträffade när platsen angavs.",
  46. "There was an error saving the mode." : "Det uppstod ett fel vid sparandet av läget.",
  47. "There was an error using personal address." : "Det uppstod ett fel vid användning av personlig adress.",
  48. "Set location for weather" : "Ange position för väder"
  49. },
  50. "nplurals=2; plural=(n != 1);");