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: 24fb1b02266568cf5d214746d1b304bab9bf073d (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
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",
    "Detect location" : "Hitta min position",
    "Set custom address" : "Uppge egen adress",
    "Favorites" : "Favoriter",
    "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.",
    "No weather information found" : "Ingen väderinformation hittades",
    "Location not found" : "Platsen hittades inte",
    "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",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} klar himmel klockan {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} mulet klockan {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} klar dag klockan {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} klar natt klockan {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} växlande molnighet klockan {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} dimma klockan {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} lätt regn klockan {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} regn klockan {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} kraftigt regn klockan {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} regnbyar klockan {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} lätta regnbyar klockan {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} kraftiga regnbyar klockan {time}"
},
"nplurals=2; plural=(n != 1);");