[tx-robot] updated from transifex
parent
5764fe2219
commit
27fe15ecee
19
l10n/sk.js
19
l10n/sk.js
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
||||||
"weather",
|
"weather",
|
||||||
{
|
{
|
||||||
"Weather" : "Počasie",
|
"Weather" : "Počasie",
|
||||||
|
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Vážná chyba: skontrolujte nextcloud.log a odošlite hlásenie o chybe na tejto stránke: https://github.com/nextcloud/weather/issues",
|
||||||
|
"Failed to set metric. Please contact your administrator" : "Nepodarilo sa nastaviť metriku. Kontaktujte svojho správcu",
|
||||||
|
"This metric is not known." : "Táto metrika nie je známa.",
|
||||||
"North" : "Sever",
|
"North" : "Sever",
|
||||||
"North-East" : "Severovýchod",
|
"North-East" : "Severovýchod",
|
||||||
"East" : "Východ",
|
"East" : "Východ",
|
||||||
|
@ -10,6 +13,14 @@ OC.L10N.register(
|
||||||
"South-West" : "Juhozápad",
|
"South-West" : "Juhozápad",
|
||||||
"West" : "Západ",
|
"West" : "Západ",
|
||||||
"North-West" : "Severozápad",
|
"North-West" : "Severozápad",
|
||||||
|
"Failed to get city weather informations. Please contact your administrator" : "Nepodarilo sa získať informácie o počasí v meste. Kontaktujte svojho správcu",
|
||||||
|
"No city with this name found." : "Takéto mesto nebolo nájdené.",
|
||||||
|
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Kľúč API OpenWeatherMap je neplatný. Kontaktujte správcu a nastavte platný kľúč API v Správa > Ďalšie nastavenia",
|
||||||
|
"Empty city name!" : "Názov mesta je prázdny!",
|
||||||
|
"Failed to add city. Please contact your administrator" : "Mesto sa nepodarilo pridať. Kontaktujte svojho správcu",
|
||||||
|
"This city is already registered for your account." : "Toto mesto je už pre váš účet zaregistrované.",
|
||||||
|
"Failed to remove city. Please contact your administrator" : "Mesto sa nepodarilo odstrániť. Kontaktujte svojho správcu",
|
||||||
|
"Failed to set home. Please contact your administrator" : "Nepodarilo sa nastaviť domov. Kontaktujte svojho správcu",
|
||||||
"Monday" : "Pondelok",
|
"Monday" : "Pondelok",
|
||||||
"Tuesday" : "Utorok",
|
"Tuesday" : "Utorok",
|
||||||
"Wednesday" : "Streda",
|
"Wednesday" : "Streda",
|
||||||
|
@ -18,6 +29,8 @@ OC.L10N.register(
|
||||||
"Saturday" : "Sobota",
|
"Saturday" : "Sobota",
|
||||||
"Sunday" : "Nedeľa",
|
"Sunday" : "Nedeľa",
|
||||||
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
||||||
|
"Please make sure you select cities in the Weather app." : "Uistite sa, že ste v aplikácii Počasie vybrali mestá.",
|
||||||
|
"Please make sure you select a home city in the Weather app." : "Uistite sa, že ste v aplikácii Počasie vybrali domovské mesto.",
|
||||||
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
"Add a city" : "Pridať mesto",
|
"Add a city" : "Pridať mesto",
|
||||||
|
@ -28,6 +41,10 @@ OC.L10N.register(
|
||||||
"Settings" : "Nastavenia",
|
"Settings" : "Nastavenia",
|
||||||
"Metric" : "Metrika",
|
"Metric" : "Metrika",
|
||||||
"Click here to get an API key" : "Kliknite sem pre získanie API kľúča",
|
"Click here to get an API key" : "Kliknite sem pre získanie API kľúča",
|
||||||
|
"Current Temperature" : "Aktuálna teplota",
|
||||||
|
"Feelslike Temperature" : "Pocitová teplota",
|
||||||
|
"Minimum Temperature" : "Minimálna teplota",
|
||||||
|
"Maximum Temperature" : "Maximálna teplota",
|
||||||
"Pressure" : "Tlak",
|
"Pressure" : "Tlak",
|
||||||
"Humidity" : "Vlhkosť",
|
"Humidity" : "Vlhkosť",
|
||||||
"Cloudiness" : "Oblačnosť",
|
"Cloudiness" : "Oblačnosť",
|
||||||
|
@ -35,6 +52,8 @@ OC.L10N.register(
|
||||||
"Sunrise" : "Východ slnka",
|
"Sunrise" : "Východ slnka",
|
||||||
"Sunset" : "Západ slnka",
|
"Sunset" : "Západ slnka",
|
||||||
"Date" : "Dátum",
|
"Date" : "Dátum",
|
||||||
|
"Perceptible Temperature" : "Pocitová teplota",
|
||||||
|
"Updating widget…" : "Aktualizácia miniaplikácie...",
|
||||||
"Temperature" : "Teplota"
|
"Temperature" : "Teplota"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||||
|
|
19
l10n/sk.json
19
l10n/sk.json
|
@ -1,5 +1,8 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Weather" : "Počasie",
|
"Weather" : "Počasie",
|
||||||
|
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Vážná chyba: skontrolujte nextcloud.log a odošlite hlásenie o chybe na tejto stránke: https://github.com/nextcloud/weather/issues",
|
||||||
|
"Failed to set metric. Please contact your administrator" : "Nepodarilo sa nastaviť metriku. Kontaktujte svojho správcu",
|
||||||
|
"This metric is not known." : "Táto metrika nie je známa.",
|
||||||
"North" : "Sever",
|
"North" : "Sever",
|
||||||
"North-East" : "Severovýchod",
|
"North-East" : "Severovýchod",
|
||||||
"East" : "Východ",
|
"East" : "Východ",
|
||||||
|
@ -8,6 +11,14 @@
|
||||||
"South-West" : "Juhozápad",
|
"South-West" : "Juhozápad",
|
||||||
"West" : "Západ",
|
"West" : "Západ",
|
||||||
"North-West" : "Severozápad",
|
"North-West" : "Severozápad",
|
||||||
|
"Failed to get city weather informations. Please contact your administrator" : "Nepodarilo sa získať informácie o počasí v meste. Kontaktujte svojho správcu",
|
||||||
|
"No city with this name found." : "Takéto mesto nebolo nájdené.",
|
||||||
|
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Kľúč API OpenWeatherMap je neplatný. Kontaktujte správcu a nastavte platný kľúč API v Správa > Ďalšie nastavenia",
|
||||||
|
"Empty city name!" : "Názov mesta je prázdny!",
|
||||||
|
"Failed to add city. Please contact your administrator" : "Mesto sa nepodarilo pridať. Kontaktujte svojho správcu",
|
||||||
|
"This city is already registered for your account." : "Toto mesto je už pre váš účet zaregistrované.",
|
||||||
|
"Failed to remove city. Please contact your administrator" : "Mesto sa nepodarilo odstrániť. Kontaktujte svojho správcu",
|
||||||
|
"Failed to set home. Please contact your administrator" : "Nepodarilo sa nastaviť domov. Kontaktujte svojho správcu",
|
||||||
"Monday" : "Pondelok",
|
"Monday" : "Pondelok",
|
||||||
"Tuesday" : "Utorok",
|
"Tuesday" : "Utorok",
|
||||||
"Wednesday" : "Streda",
|
"Wednesday" : "Streda",
|
||||||
|
@ -16,6 +27,8 @@
|
||||||
"Saturday" : "Sobota",
|
"Saturday" : "Sobota",
|
||||||
"Sunday" : "Nedeľa",
|
"Sunday" : "Nedeľa",
|
||||||
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
||||||
|
"Please make sure you select cities in the Weather app." : "Uistite sa, že ste v aplikácii Počasie vybrali mestá.",
|
||||||
|
"Please make sure you select a home city in the Weather app." : "Uistite sa, že ste v aplikácii Počasie vybrali domovské mesto.",
|
||||||
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
"Add a city" : "Pridať mesto",
|
"Add a city" : "Pridať mesto",
|
||||||
|
@ -26,6 +39,10 @@
|
||||||
"Settings" : "Nastavenia",
|
"Settings" : "Nastavenia",
|
||||||
"Metric" : "Metrika",
|
"Metric" : "Metrika",
|
||||||
"Click here to get an API key" : "Kliknite sem pre získanie API kľúča",
|
"Click here to get an API key" : "Kliknite sem pre získanie API kľúča",
|
||||||
|
"Current Temperature" : "Aktuálna teplota",
|
||||||
|
"Feelslike Temperature" : "Pocitová teplota",
|
||||||
|
"Minimum Temperature" : "Minimálna teplota",
|
||||||
|
"Maximum Temperature" : "Maximálna teplota",
|
||||||
"Pressure" : "Tlak",
|
"Pressure" : "Tlak",
|
||||||
"Humidity" : "Vlhkosť",
|
"Humidity" : "Vlhkosť",
|
||||||
"Cloudiness" : "Oblačnosť",
|
"Cloudiness" : "Oblačnosť",
|
||||||
|
@ -33,6 +50,8 @@
|
||||||
"Sunrise" : "Východ slnka",
|
"Sunrise" : "Východ slnka",
|
||||||
"Sunset" : "Západ slnka",
|
"Sunset" : "Západ slnka",
|
||||||
"Date" : "Dátum",
|
"Date" : "Dátum",
|
||||||
|
"Perceptible Temperature" : "Pocitová teplota",
|
||||||
|
"Updating widget…" : "Aktualizácia miniaplikácie...",
|
||||||
"Temperature" : "Teplota"
|
"Temperature" : "Teplota"
|
||||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue