diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-08 02:18:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-08 02:18:22 +0000 |
commit | 2b2af705f7ea79b491d26068d9e96198656486aa (patch) | |
tree | c2de9beaacfe3ad7ca5fe4c07eacd013d33c5d29 /apps/weather_status | |
parent | a5fa9604babdab101357016066ed72b4fcab1d21 (diff) | |
download | nextcloud-server-2b2af705f7ea79b491d26068d9e96198656486aa.tar.gz nextcloud-server-2b2af705f7ea79b491d26068d9e96198656486aa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/sv.js | 5 | ||||
-rw-r--r-- | apps/weather_status/l10n/sv.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/sv.js b/apps/weather_status/l10n/sv.js index 85351beb139..43855061b10 100644 --- a/apps/weather_status/l10n/sv.js +++ b/apps/weather_status/l10n/sv.js @@ -28,6 +28,9 @@ OC.L10N.register( "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" + "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." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/sv.json b/apps/weather_status/l10n/sv.json index 4627ab3f952..9f35bf0fbb7 100644 --- a/apps/weather_status/l10n/sv.json +++ b/apps/weather_status/l10n/sv.json @@ -26,6 +26,9 @@ "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" + "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." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |