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

cs.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e83018187d826bcce601201854f596bd11279c30 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "Neznámá adresa",
    "No result." : "Bez výsledku.",
    "Malformed JSON data." : "Nesprávně formátovaná JSON data.",
    "Error" : "Chyba",
    "Weather status" : "Stav počasí",
    "Weather status in your dashboard" : "Stav počasí ve vašem přehledu",
    "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." : "Napojení stavu počasí pro aplikaci Přehled.\n    Polohu uživatele je možné zjistit automaticky nebo zadat ručně. Poté je zobrazována předpověď na příštích 6 hodin.\n    Tento stav je také možné začlenit do ostatních míst, jako například Kalendář.",
    "Detect location" : "Zjistit polohu",
    "Set custom address" : "Nastavit uživatelsky určenou adresu",
    "Favorites" : "Oblíbené",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} jasná obloha dnes",
    "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} zataženo dnes později",
    "{temperature} {unit} cloudy" : "{temperature} {unit} zataženo",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} krásný den dnes později",
    "{temperature} {unit} fair weather" : "{temperature} {unit} krásný den",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} Polojasno dnes později",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} polojasno",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} mlhavo dnes později",
    "{temperature} {unit} foggy" : "{temperature} {unit} mlhavo",
    "{temperature} {unit} light rainfall later today" : "{temperature} {unit} drobný déšť dnes později",
    "{temperature} {unit} light rainfall" : "{temperature} {unit} drobný déšť",
    "{temperature} {unit} rainfall later today" : "{temperature} {unit} drobný déšť dnes později",
    "{temperature} {unit} rainfall" : "{temperature} {unit} déšť",
    "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} hustý déšť dnes později",
    "{temperature} {unit} heavy rainfall" : "{temperature} {unit} hustý déšť",
    "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} přeháňky dnes později",
    "{temperature} {unit} rainfall showers" : "{temperature} {unit} přeháňky",
    "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} drobné přeháňky dnes později",
    "{temperature} {unit} light rainfall showers" : "{temperature} {unit} drobné přeháňky",
    "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} intenzivní přeháňky dnes později",
    "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} intenzivní přeháňky",
    "More weather for {adr}" : "Více o počasí pro {adr}",
    "Loading weather" : "Načítá se počasí",
    "Remove from favorites" : "Odebrat z oblíbených",
    "Add as favorite" : "Přidat jako oblíbené",
    "You are not logged in." : "Nejste přihlášení.",
    "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.",
    "No weather information found" : "Nenalezeny žádné informace o počasí",
    "Location not found" : "Umístění nenalezeno",
    "There was an error setting the location address." : "Došlo k chybě při nastavování adresy umístění.",
    "There was an error setting the location." : "Při nastavování umístění došlo k chybě.",
    "There was an error saving the mode." : "Při ukládání režimu došlo k chybě.",
    "There was an error using personal address." : "Při použití osobní adresy došlo k chybě.",
    "Set location for weather" : "Nastavit místo pro které předpovídat počasí",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasná obloha v {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Zataženo v {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Krásný den v {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Bezmračná noc v {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Polojasno v {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mlhavo v {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Drobný déšť v {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Désť v {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Hustý déšť {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Přeháňky v {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lehké přeháňky v {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Vydatné deště v {time}"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");