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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/weather_status/l10n/sk.js')
-rw-r--r--apps/weather_status/l10n/sk.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/weather_status/l10n/sk.js b/apps/weather_status/l10n/sk.js
index d90dc7ee040..e380887aff2 100644
--- a/apps/weather_status/l10n/sk.js
+++ b/apps/weather_status/l10n/sk.js
@@ -11,21 +11,8 @@ OC.L10N.register(
"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} Fair day at {time}" : "{temperature} {unit} Malá oblačnosť o {time}",
- "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Málo oblačná noc o {time}",
- "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Čiastočne zamračené 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ý.",
@@ -36,6 +23,19 @@ OC.L10N.register(
"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.",
- "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." : "Stav počasia integrovaný do aplikácie Dashboard.\nPoloha užívateľa môže byť automaticky zistená alebo manuálne zadaná. Zobrazuje sa 6 hodinová predpoveď počasia.\nStav počasia je možné integrovať aj s inými miestami ako napríklad s aplikáciou Kalendár."
+ "Set location for weather" : "Nastaviť polohu pre predpoveď počasia",
+ "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." : "Stav počasia integrovaný do aplikácie Dashboard.\nPoloha užívateľa môže byť automaticky zistená alebo manuálne zadaná. Zobrazuje sa 6 hodinová predpoveď počasia.\nStav počasia je možné integrovať aj s inými miestami ako napríklad s aplikáciou Kalendár.",
+ "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasno o {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Oblačno o {time}",
+ "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Malá oblačnosť o {time}",
+ "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Málo oblačná noc o {time}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Čiastočne zamračené 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}"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");