diff options
Diffstat (limited to 'apps/weather_status/l10n/cs.js')
-rw-r--r-- | apps/weather_status/l10n/cs.js | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/apps/weather_status/l10n/cs.js b/apps/weather_status/l10n/cs.js index b13cbdfdcba..9b2d21ecb52 100644 --- a/apps/weather_status/l10n/cs.js +++ b/apps/weather_status/l10n/cs.js @@ -7,13 +7,23 @@ OC.L10N.register( "Error" : "Chyba", "Weather status" : "Stav počasí", "Weather status in your dashboard" : "Stav počasí na vaší nástěnce", - "Detect location" : "Zjistit polohu", - "Set custom address" : "Nastavit vlastní adresu", - "Favorites" : "Oblíbené", + "Weather status integrated in the Dashboard app.\n The geographic location 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." : "Stav počasí začleněný v aplikaci pro Nástěnku.\n Geografickou polohu 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ář.", "{temperature} {unit} clear sky later today" : "{temperature} {unit} bude jasná obloha", "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha", "{temperature} {unit} cloudy later today" : "{temperature} {unit} bude zataženo", "{temperature} {unit} cloudy" : "{temperature} {unit} zataženo", + "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} odpoledne sníh a bouřky", + "{temperature} {unit} snow and thunder" : "{temperature} {unit} sníh a bouřky", + "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} odpoledne sněhové přeháňky a bouřka", + "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} sněhové přeháňky a bouřka", + "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} odpoledne sněhové přeháňky, bouřka a polární soumrak", + "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} sněhové přeháňky, bouřka a polární soumrak", + "{temperature} {unit} snow showers later today" : "{temperature} {unit} odpoledne sněhové přeháňky", + "{temperature} {unit} snow showers" : "{temperature} {unit} sněhové přeháňky", + "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} odpoledne sněhové přeháňky a polární soumrak", + "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} sněhové přeháňky a polární soumrak", + "{temperature} {unit} snow later today" : "{temperature} {unit} odpoledne sněžení", + "{temperature} {unit} snow" : "{temperature} {unit} sněžení", "{temperature} {unit} fair weather later today" : "{temperature} {unit} bude hezky", "{temperature} {unit} fair weather" : "{temperature} {unit} krásné počasí", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} bude polojasno", @@ -34,6 +44,7 @@ OC.L10N.register( "{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ání údajů o počasí", + "Set location for weather" : "Nastavit místo pro které předpovídat počasí", "Remove from favorites" : "Odebrat z oblíbených", "Add as favorite" : "Přidat do oblíbených", "You are not logged in." : "Nejste přihlášení.", @@ -44,7 +55,9 @@ OC.L10N.register( "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í vaší osobní adresy došlo k chybě.", - "Set location for weather" : "Nastavit místo pro které předpovídat počasí", - "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í ohledně stavu počasí pro aplikaci Nástěnka.\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ář." + "Unknown weather code" : "Neznámý kód počasí", + "Detect location" : "Zjistit polohu", + "Set custom address" : "Nastavit vlastní adresu", + "Favorites" : "Oblíbené" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |