diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-26 02:21:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-26 02:21:31 +0000 |
commit | b2f183a26c698b09dd9d6fe1528fd96b76492ce8 (patch) | |
tree | ddc8198883f62015589b9ec5d2ba4962ab97fce9 /apps/weather_status/l10n/sk.js | |
parent | a1a1771a26d0c6ce5c0e0734e8c99ec0c26ce11c (diff) | |
download | nextcloud-server-b2f183a26c698b09dd9d6fe1528fd96b76492ce8.tar.gz nextcloud-server-b2f183a26c698b09dd9d6fe1528fd96b76492ce8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n/sk.js')
-rw-r--r-- | apps/weather_status/l10n/sk.js | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/sk.js b/apps/weather_status/l10n/sk.js new file mode 100644 index 00000000000..791b6e47486 --- /dev/null +++ b/apps/weather_status/l10n/sk.js @@ -0,0 +1,36 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "Neznáma adresa", + "No result." : "Žiaden výsledok.", + "Malformed JSON data." : "Chybné údaje JSON.", + "Error" : "Chyba", + "Weather status" : "Stav počasia", + "Weather status in your dashboard" : "Stav počasia v informačnom paneli", + "Detect location" : "Zistiť polohu", + "Set custom address" : "Nastaviť vlastnú adresu", + "Favorites" : "Obľúbené", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasno o {time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Oblačno o {time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Hmlisto o {time}", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Slabý dážď o {time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Dážď o {time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Silný dážď o {time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Dažďové prehánky o {time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Slabé dažďové prehánky o {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Silné dažďové prehánky o {time}", + "More weather for {adr}" : "Viac o počasí pre {adr}", + "Loading weather" : "Načítava sa počasie", + "Set location for weather" : "Nastaviť polohu pre predpoveď počasia", + "Remove from favorites" : "Odstrániť z obľúbených", + "Add as favorite" : "Pridať k obľúbeným", + "You are not logged in." : "Nie si prihlásený.", + "There was an error getting the weather status information." : "Pri získavaní informácií o stave počasia sa vyskytla chyba.", + "No weather information found" : "Nenašli sa žiadne informácie o počasí", + "Location not found" : "Miesto sa nenašlo", + "There was an error setting the location address." : "Pri nastavovaní adresy sa vyskytla chyba.", + "There was an error setting the location." : "Pri nastavovaní polohy sa vyskytla chyba.", + "There was an error saving the mode." : "Pri ukladaní režimu sa vyskytla chyba.", + "There was an error using personal address." : "Pri použití osobnej adresy sa vyskytla chyba." +}, +"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |