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

sk.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 791b6e474860a7cbae86a4f931ef18843f1ca9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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);");