nc-weather/l10n/sr.js

55 lines
3.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

OC.L10N.register(
"weather",
{
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Опасна грешка: проверите nextcloud.log и пошаљите извештај о грешци овде: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "Грешка при постављању метрике. Контактирајте администратора",
"This metric is not known." : "Непозната метрика.",
"North" : "Север",
"North-East" : "Североисток",
"East" : "Исток",
"South-East" : "Југоисток",
"South" : "Југ",
"South-West" : "Југозапад",
"West" : "Запад",
"North-West" : "Северозапад",
"Failed to get city weather informations. Please contact your administrator" : "Грешка при дохватању информације о времену у граду. Контактирајте администратора",
"No city with this name found." : "Није нађен град са тим именом.",
"Empty city name!" : "Празно име града!",
"Failed to add city. Please contact your administrator" : "Грешка при додавању града. Контактирајте администратора",
"This city is already registered for your account." : "Овај град је већ регистрован са Вашим налогом.",
"Failed to remove city. Please contact your administrator" : "Грешка при уклањању града. Контактирајте администратора",
"Failed to set home. Please contact your administrator" : "Грешка при постављању куће. Контактирајте администратора",
"Monday" : "Понедељак",
"Tuesday" : "Уторак",
"Wednesday" : "Среда",
"Thursday" : "Четвртак",
"Friday" : "Петак",
"Saturday" : "Субота",
"Sunday" : "Недеља",
"Weather" : "Време",
"Watch the weather directly on your Nextcloud." : "Пратите време директно из Вашег Некстклауда.",
"OpenWeatherMap API Key" : "OpenWeatherMap API кључ",
"Save" : "Сачувај",
"Add a city" : "Додај град",
"Add city" : "Додај град",
"City name" : "Име града",
"Add" : "Додај",
"Cancel" : "Одустани",
"Settings" : "Поставке",
"Metric" : "Метрика",
"Click here to get an API key" : "Кликните овде да добијете API кључ",
"Current Temperature" : "Тренутна температура",
"Feelslike Temperature" : "Осећа се као",
"Minimum Temperature" : "Минимална температура",
"Maximum Temperature" : "Максимална температура",
"Pressure" : "Притисак",
"Humidity" : "Влажност ваздуха",
"Cloudiness" : "Облачност",
"Wind" : "Ветар",
"Sunrise" : "Излазак сунца",
"Sunset" : "Залазак сунца",
"Date" : "Датум",
"Perceptible Temperature" : "Температура личног осећаја"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");