sv.js 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 The geographic location 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äderstatus integrerad i Dashboard-appen.\nDen geografiska platsen kan bestämmas automatiskt eller manuellt. En 6 timmars prognos visas sedan.\nDenna status kan också integreras på andra platser som appen Kalender.",
  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} snow and thunder later today" : "{temperature} {unit} snö och åska senare idag",
  19. "{temperature} {unit} snow and thunder" : "{temperature} {unit} snö och åska",
  20. "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snöbyar och åska senare idag",
  21. "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snöbyar och åska",
  22. "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snöbyar, åska och polarskymning senare idag",
  23. "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snöbyar, åska och polarskymning",
  24. "{temperature} {unit} snow showers later today" : "{temperature} {unit} snöbyar senare idag",
  25. "{temperature} {unit} snow showers" : "{temperature} {unit} snöbyar",
  26. "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snöbyar och polarskymning senare idag",
  27. "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snöbyar och polarskymning",
  28. "{temperature} {unit} snow later today" : "{temperature} {unit} snö senare idag",
  29. "{temperature} {unit} snow" : "{temperature} {unit} snö",
  30. "{temperature} {unit} fair weather later today" : "{temperature} {unit} och klart väder senare idag",
  31. "{temperature} {unit} fair weather" : "{temperature} {unit} och klart väder",
  32. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} och växlande molnighet senare idag",
  33. "{temperature} {unit} partly cloudy" : "{temperature} {unit} och växlande molnighet",
  34. "{temperature} {unit} foggy later today" : "{temperature} {unit} och dimma senare idag",
  35. "{temperature} {unit} foggy" : "{temperature} {unit} och dimma",
  36. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} och lätt regn senare idag",
  37. "{temperature} {unit} light rainfall" : "{temperature} {unit} och lätt regn",
  38. "{temperature} {unit} rainfall later today" : "{temperature} {unit} och regn senare idag",
  39. "{temperature} {unit} rainfall" : "{temperature} {unit} och regn",
  40. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} och kraftigt regn senare idag",
  41. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} och kraftigt regn",
  42. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} och regnbyar senare idag",
  43. "{temperature} {unit} rainfall showers" : "{temperature} {unit} och regnbyar",
  44. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} och lätta regnbyar senare idag",
  45. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} och lätta regnbyar",
  46. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} och kraftiga regnbyar senare idag",
  47. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} och kraftiga regnbyar",
  48. "More weather for {adr}" : "Mer väder omkring {adr}",
  49. "Loading weather" : "Hämtar väder",
  50. "Set location for weather" : "Ange position för väder",
  51. "Remove from favorites" : "Ta bort från favoriter",
  52. "Add as favorite" : "Lägg till som favorit",
  53. "You are not logged in." : "Du är inte inloggad.",
  54. "There was an error getting the weather status information." : "Ett fel inträffade vid hämtning av väderuppdateringen.",
  55. "No weather information found" : "Ingen väderinformation hittades",
  56. "Location not found" : "Platsen hittades inte",
  57. "There was an error setting the location address." : "Ett fel inträffade när adressen för platsen angavs.",
  58. "There was an error setting the location." : "Ett fel inträffade när platsen angavs.",
  59. "There was an error saving the mode." : "Det uppstod ett fel vid sparandet av läget.",
  60. "There was an error using personal address." : "Det uppstod ett fel vid användning av personlig adress.",
  61. "Unknown weather code" : "Okänd väderkod",
  62. "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."
  63. },
  64. "nplurals=2; plural=(n != 1);");