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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-01 05:18:23 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-01 05:18:23 +0300
commitb1620344f3bca70c4c479069f07670aed5432233 (patch)
treeb13248f6b8555cc4df908a1e5acb1b1f4171f28a /apps/weather_status/l10n
parent6a111e454219a23974884ac504cde2311de80e15 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r--apps/weather_status/l10n/sv.js33
-rw-r--r--apps/weather_status/l10n/sv.json31
2 files changed, 64 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);");
diff --git a/apps/weather_status/l10n/sv.json b/apps/weather_status/l10n/sv.json
new file mode 100644
index 00000000000..4627ab3f952
--- /dev/null
+++ b/apps/weather_status/l10n/sv.json
@@ -0,0 +1,31 @@
+{ "translations": {
+ "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"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file