nc-weather/l10n/sk.js

25 lines
863 B
JavaScript

OC.L10N.register(
"weather",
{
"Weather" : "Počasie",
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
"Save" : "Uložiť",
"Add a city" : "Pridať mesto",
"Add city" : "Pridať mesto",
"City name" : "Názov mesta",
"Add" : "Pridať",
"Cancel" : "Zrušiť",
"Settings" : "Nastavenia",
"Metric" : "Metrika",
"Click here to get an API key" : "Kliknite sem pre získanie API kľúča",
"Pressure" : "Tlak",
"Humidity" : "Vlhkosť",
"Cloudiness" : "Oblačnosť",
"Wind" : "Vietor",
"Sunrise" : "Východ slnka",
"Sunset" : "Západ slnka",
"Temperature" : "Teplota"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");