diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-01 02:18:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-01 02:18:23 +0000 |
commit | b1620344f3bca70c4c479069f07670aed5432233 (patch) | |
tree | b13248f6b8555cc4df908a1e5acb1b1f4171f28a /apps/weather_status/l10n/sv.js | |
parent | 6a111e454219a23974884ac504cde2311de80e15 (diff) | |
download | nextcloud-server-b1620344f3bca70c4c479069f07670aed5432233.tar.gz nextcloud-server-b1620344f3bca70c4c479069f07670aed5432233.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n/sv.js')
-rw-r--r-- | apps/weather_status/l10n/sv.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/sv.js b/apps/weather_status/l10n/sv.js new file mode 100644 index 00000000000..85351beb139 --- /dev/null +++ b/apps/weather_status/l10n/sv.js @@ -0,0 +1,33 @@ +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", + "{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}", + "More weather for {adr}" : "Mer väder omkring {adr}", + "Loading weather" : "Hämtar väder", + "Set location for weather" : "Ange position för 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.", + "Location not found" : "Platsen hittades inte" +}, +"nplurals=2; plural=(n != 1);"); |