diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
commit | a7811334370b735427d41a953abd53ec5648ab59 (patch) | |
tree | 2335fe3f135026b3a58d71690c93076609b9a128 /apps/weather_status/l10n/sl.js | |
parent | 08701853ed44814fe0fd00d0cc99478af14a23b7 (diff) | |
download | nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.tar.gz nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n/sl.js')
-rw-r--r-- | apps/weather_status/l10n/sl.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/weather_status/l10n/sl.js b/apps/weather_status/l10n/sl.js index b5065bb2b8a..b6fd50249d4 100644 --- a/apps/weather_status/l10n/sl.js +++ b/apps/weather_status/l10n/sl.js @@ -11,21 +11,8 @@ OC.L10N.register( "Detect location" : "Zaznaj trenutno mesto", "Set custom address" : "Nastavi naslov po meri", "Favorites" : "Priljubljeno", - "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} : po {time} se bo zjasnilo", - "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} : po {time} se bo pooblačilo", - "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} : po {time} bo prijetneje", - "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} : po {time} bo mirno", - "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} : po {time} se bo pooblačilo", - "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} : po {time} se bo spustila megla", - "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} : po {time} bo rahlo deževalo", - "{temperature} {unit} Rain at {time}" : "{temperature} {unit} : po {time} bo deževalo", - "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} : po {time} bo močno deževalo", - "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} : po {time} so možne plohe", - "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} : po {time} so možne zmerne plohe", - "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} : po {time} so možni nalivi", "More weather for {adr}" : "Več o vremenu za mesto {adr}", "Loading weather" : "Poteka nalaganje podatkov o vremenu", - "Set location for weather" : "Nastavitev mesta za prikaz vremena", "Remove from favorites" : "Odstrani iz priljubljenih", "Add as favorite" : "Dodaj kot priljubljeno", "You are not logged in." : "Niste prijavljeni v oblak.", @@ -36,6 +23,19 @@ OC.L10N.register( "There was an error setting the location." : "Prišlo je do napake med določanjem trenutnega mesta.", "There was an error saving the mode." : "Prišlo je do napake med shranjevanjem načina.", "There was an error using personal address." : "Prišlo je do napake med uporabo osebnega naslova.", - "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Podatki o vremenu, ki so izpisani v nadzorni plošči.\n Položaj uporabnika je lahko določen samodejno, ali pa vpisan ročno. Prikazana je 6 urna napoved vremena.\n Ti podatki so lahko vključeni tudi na druga mesta, na primer v program Koledar." + "Set location for weather" : "Nastavitev mesta za prikaz vremena", + "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Podatki o vremenu, ki so izpisani v nadzorni plošči.\n Položaj uporabnika je lahko določen samodejno, ali pa vpisan ročno. Prikazana je 6 urna napoved vremena.\n Ti podatki so lahko vključeni tudi na druga mesta, na primer v program Koledar.", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} : po {time} se bo zjasnilo", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} : po {time} se bo pooblačilo", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} : po {time} bo prijetneje", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} : po {time} bo mirno", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} : po {time} se bo pooblačilo", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} : po {time} se bo spustila megla", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} : po {time} bo rahlo deževalo", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} : po {time} bo deževalo", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} : po {time} bo močno deževalo", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} : po {time} so možne plohe", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} : po {time} so možne zmerne plohe", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} : po {time} so možni nalivi" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |