You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sr.js 4.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "{temperature} {unit} clear sky later today" : "{temperature} {unit} ведро касније данас",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} ведро",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} облачно касније данас",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} облачно",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} лепо време касније данас",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} лепо време",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} делимично облачно касније данас",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} делимично облачно",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} магловито касније данас",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} магловито",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} слаба киша касније данас",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} слаба киша",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} киша касније данас",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} киша",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} јака киша касније данас",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} јака киша",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} пљускови касније данас",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} пљускови",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} слаби пљускови касније данас",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} слаби пљускови",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} јаки пљускови касније данас",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} јаки пљускови",
  36. "More weather for {adr}" : "Још прогнозе за {adr}",
  37. "Loading weather" : "Учитавам прогнозу",
  38. "Remove from favorites" : "Уклони из омиљених",
  39. "Add as favorite" : "Додај као омиљено",
  40. "You are not logged in." : "Нисте пријављени.",
  41. "There was an error getting the weather status information." : "Грешка приликом дохватања прогнозе времена.",
  42. "No weather information found" : "Прогноза није нађена",
  43. "Location not found" : "Локација није нађена",
  44. "There was an error setting the location address." : "Грешка приликом постављања адресе локације.",
  45. "There was an error setting the location." : "Грешка приликом постављања локације.",
  46. "There was an error saving the mode." : "Грешка приликом чувања режима.",
  47. "There was an error using personal address." : "Грешка приликом коришћења личне адресе.",
  48. "Set location for weather" : "Постави локацију за прогнозу"
  49. },
  50. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");