diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-24 02:34:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-24 02:34:40 +0000 |
commit | b7bf29fd8c54e44efee3537c43c67a362f0756fe (patch) | |
tree | c25be031e486dfd4254ff2e3f82cfd97c6423334 /apps/weather_status | |
parent | a47b28f9861158f2f95753a7f865983c37d37464 (diff) | |
download | nextcloud-server-b7bf29fd8c54e44efee3537c43c67a362f0756fe.tar.gz nextcloud-server-b7bf29fd8c54e44efee3537c43c67a362f0756fe.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/nb.js | 20 | ||||
-rw-r--r-- | apps/weather_status/l10n/nb.json | 20 |
2 files changed, 38 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/nb.js b/apps/weather_status/l10n/nb.js index 6d600d324dc..dce36538f8a 100644 --- a/apps/weather_status/l10n/nb.js +++ b/apps/weather_status/l10n/nb.js @@ -1,7 +1,9 @@ OC.L10N.register( "weather_status", { + "Unknown address" : "Ukjent adresse", "No result." : "Ingen resultat.", + "Malformed JSON data." : "Feilaktige JSON-data.", "Error" : "Feil", "Weather status" : "Værstatus", "Weather status in your dashboard" : "Værstatus i dashbordet ditt", @@ -27,6 +29,22 @@ OC.L10N.register( "{temperature} {unit} heavy rainfall" : "{temperature} {unit} kraftig nedbør", "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} regnbyger senere i dag", "{temperature} {unit} rainfall showers" : "{temperature} {unit} regnbyger", - "Remove from favorites" : "Fjern fra favoritter" + "{temperature} {unit} light rainfall showers later today" : "{temperatur} {unit} lett regnbyger senere i dag", + "{temperature} {unit} light rainfall showers" : "{temperatur} {unit} lett regnbyger", + "{temperature} {unit} heavy rainfall showers later today" : "{temperatur} {unit} kraftige regnbyger senere i dag", + "{temperature} {unit} heavy rainfall showers" : "{temperatur} {unit} kraftige regnbyger", + "More weather for {adr}" : "Mer vær for {adr}", + "Loading weather" : "Laster vær", + "Remove from favorites" : "Fjern fra favoritter", + "Add as favorite" : "Legg til som favoritt", + "You are not logged in." : "Du er ikke logget inn.", + "There was an error getting the weather status information." : "Det oppsto en feil ved å hente værstatusinformasjonen.", + "No weather information found" : "Ingen værinformasjon funnet", + "Location not found" : "Finner ikke posisjon", + "There was an error setting the location address." : "Det oppsto en feil ved å angi posisjonsadressen.", + "There was an error setting the location." : "Det oppsto en feil ved å angi posisjonen.", + "There was an error saving the mode." : "Det oppsto en feil da modusen skulle lagres.", + "There was an error using personal address." : "Det oppsto en feil ved bruk av personlig adresse.", + "Set location for weather" : "Angi posisjon for været" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/nb.json b/apps/weather_status/l10n/nb.json index 8306b93bffe..776008c6449 100644 --- a/apps/weather_status/l10n/nb.json +++ b/apps/weather_status/l10n/nb.json @@ -1,5 +1,7 @@ { "translations": { + "Unknown address" : "Ukjent adresse", "No result." : "Ingen resultat.", + "Malformed JSON data." : "Feilaktige JSON-data.", "Error" : "Feil", "Weather status" : "Værstatus", "Weather status in your dashboard" : "Værstatus i dashbordet ditt", @@ -25,6 +27,22 @@ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} kraftig nedbør", "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} regnbyger senere i dag", "{temperature} {unit} rainfall showers" : "{temperature} {unit} regnbyger", - "Remove from favorites" : "Fjern fra favoritter" + "{temperature} {unit} light rainfall showers later today" : "{temperatur} {unit} lett regnbyger senere i dag", + "{temperature} {unit} light rainfall showers" : "{temperatur} {unit} lett regnbyger", + "{temperature} {unit} heavy rainfall showers later today" : "{temperatur} {unit} kraftige regnbyger senere i dag", + "{temperature} {unit} heavy rainfall showers" : "{temperatur} {unit} kraftige regnbyger", + "More weather for {adr}" : "Mer vær for {adr}", + "Loading weather" : "Laster vær", + "Remove from favorites" : "Fjern fra favoritter", + "Add as favorite" : "Legg til som favoritt", + "You are not logged in." : "Du er ikke logget inn.", + "There was an error getting the weather status information." : "Det oppsto en feil ved å hente værstatusinformasjonen.", + "No weather information found" : "Ingen værinformasjon funnet", + "Location not found" : "Finner ikke posisjon", + "There was an error setting the location address." : "Det oppsto en feil ved å angi posisjonsadressen.", + "There was an error setting the location." : "Det oppsto en feil ved å angi posisjonen.", + "There was an error saving the mode." : "Det oppsto en feil da modusen skulle lagres.", + "There was an error using personal address." : "Det oppsto en feil ved bruk av personlig adresse.", + "Set location for weather" : "Angi posisjon for været" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |