Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sv.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c9d59058444d39d691f29d746f979f7f473d39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "Okänd adress",
    "No result." : "Inga resultat.",
    "Malformed JSON data." : "Felformaterad JSON-data.",
    "Error" : "Fel",
    "Weather status" : "Väderrapport",
    "Weather status in your dashboard" : "Väderrapport på din dashboard",
    "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.",
    "Detect location" : "Hitta min position",
    "Set custom address" : "Uppge egen adress",
    "Favorites" : "Favoriter",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} och klar himmel senare idag",
    "{temperature} {unit} clear sky" : "{temperature} {unit} och klar himmel",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} och mulet senare idag",
    "{temperature} {unit} cloudy" : "{temperature} {unit} och mulet",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} och klart väder senare idag",
    "{temperature} {unit} fair weather" : "{temperature} {unit} och klart väder",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} och växlande molnighet senare idag",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} och växlande molnighet",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} och dimma senare idag",
    "{temperature} {unit} foggy" : "{temperature} {unit} och dimma",
    "{temperature} {unit} light rain later today" : "{temperature} {unit} och lätt regn senare idag",
    "{temperature} {unit} light rain" : "{temperature} {unit} och lätt regn",
    "{temperature} {unit} rain later today" : "{temperature} {unit} och regn senare idag",
    "{temperature} {unit} rain" : "{temperature} {unit} och regn",
    "{temperature} {unit} heavy rain later today" : "{temperature} {unit} och kraftigt regn senare idag",
    "{temperature} {unit} heavy rain" : "{temperature} {unit} och kraftigt regn",
    "{temperature} {unit} rain showers later today" : "{temperature} {unit} och regnbyar senare idag",
    "{temperature} {unit} rain showers" : "{temperature} {unit} och regnbyar",
    "{temperature} {unit} light rain showers later today" : "{temperature} {unit} och lätta regnbyar senare idag",
    "{temperature} {unit} light rain showers" : "{temperature} {unit} och lätta regnbyar",
    "{temperature} {unit} heavy rain showers later today" : "{temperature} {unit} och kraftiga regnbyar senare idag",
    "{temperature} {unit} heavy rain showers" : "{temperature} {unit} och kraftiga regnbyar",
    "More weather for {adr}" : "Mer väder omkring {adr}",
    "Loading weather" : "Hämtar väder",
    "Remove from favorites" : "Ta bort från favoriter",
    "Add as favorite" : "Lägg till som favorit",
    "You are not logged in." : "Du är inte inloggad.",
    "There was an error getting the weather status information." : "Ett fel inträffade vid hämtning av väderuppdateringen.",
    "No weather information found" : "Ingen väderinformation hittades",
    "Location not found" : "Platsen hittades inte",
    "There was an error setting the location address." : "Ett fel inträffade när adressen för platsen angavs.",
    "There was an error setting the location." : "Ett fel inträffade när platsen angavs.",
    "There was an error saving the mode." : "Det uppstod ett fel vid sparandet av läget.",
    "There was an error using personal address." : "Det uppstod ett fel vid användning av personlig adress.",
    "Set location for weather" : "Ange position för väder",
    "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.",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} och klar himmel klockan {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} och mulet klockan {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} och klar dag klockan {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} och stjärnklart klockan {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} och växlande molnighet klockan {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} och dimma klockan {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} och lätt regn klockan {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} och regn klockan {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} och kraftigt regn klockan {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} och regnbyar klockan {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} och lätta regnbyar klockan {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} och kraftiga regnbyar klockan {time}"
},
"nplurals=2; plural=(n != 1);");