1
0

sr.js 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Непозната адреса",
  5. "No result." : "Нема резултата.",
  6. "Malformed JSON data." : "Неисправни JSON подаци.",
  7. "Error" : "Грешка",
  8. "Weather status" : "Временска прогноза",
  9. "Weather status in your dashboard" : "Временска прогноза на Вашој контролној табли",
  10. "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." : "Временска прогноза интегрисана на контролној табли.\n Корисничка позиција се може аутоматски одредити или ручно подесити. Затим се приказује прогноза за наредних 6 сати.\n Овај статус се такође може интегрисати на друга места, као што је Календар.",
  11. "Detect location" : "Откриј локацију",
  12. "Set custom address" : "Постави произвољну адресу",
  13. "Favorites" : "Омиљене",
  14. "More weather for {adr}" : "Још прогнозе за {adr}",
  15. "Loading weather" : "Учитавам прогнозу",
  16. "Remove from favorites" : "Уклони из омиљених",
  17. "Add as favorite" : "Додај као омиљено",
  18. "You are not logged in." : "Нисте пријављени.",
  19. "There was an error getting the weather status information." : "Грешка приликом дохватања прогнозе времена.",
  20. "No weather information found" : "Прогноза није нађена",
  21. "Location not found" : "Локација није нађена",
  22. "There was an error setting the location address." : "Грешка приликом постављања адресе локације.",
  23. "There was an error setting the location." : "Грешка прилико постављања локације.",
  24. "There was an error saving the mode." : "Грешка приликом чувања режима.",
  25. "There was an error using personal address." : "Грешка приликом коришћења личне адресе.",
  26. "Set location for weather" : "Постави локацију за прогнозу",
  27. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Без облака у {time}",
  28. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Облачно у {time}",
  29. "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Миран дан у {time}",
  30. "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Мирна ноћ у {time}",
  31. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Умерено облачно у {time}",
  32. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Магла у {time}",
  33. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Слаба киша у {time}",
  34. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Киша у {time}",
  35. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Јака киша у {time}",
  36. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Пљускови у {time}",
  37. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Слаби пљусак у {time}",
  38. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Јаки пљусак у {time}"
  39. },
  40. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");