hr.js 2.1 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Nepoznata adresa",
  5. "No result." : "Nema rezultata.",
  6. "Malformed JSON data." : "Pogrešni JSON podaci.",
  7. "Error" : "Pogreška",
  8. "Weather status" : "Status vremenske prognoze",
  9. "Weather status in your dashboard" : "Status vremenske prognoze u nadzornoj ploči",
  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." : "Status vremenske prognoze integriran u aplikaciju nadzorne ploče.\n Lokacija korisnika može se automatski odrediti ili ručno definirati. Zatim se prikazuje vremenska prognoza za sljedećih 6 sati.\n Ovaj se status može integrirati i na druga mjesta, primjerice u aplikaciju Calendar.",
  11. "Detect location" : "Otkrij lokaciju",
  12. "Set custom address" : "Odaberi prilagođenu adresu",
  13. "Favorites" : "Favoriti",
  14. "More weather for {adr}" : "Više vremenskih prognoza za {adr}",
  15. "Loading weather" : "Učitavanje vremenske prognoze",
  16. "Remove from favorites" : "Ukloni iz favorita",
  17. "Add as favorite" : "Dodaj kao omiljeno",
  18. "You are not logged in." : "Niste prijavljeni.",
  19. "There was an error getting the weather status information." : "Došlo je do pogreške pri dohvaćanju podataka o vremenskoj prognozi.",
  20. "No weather information found" : "Nisu pronađene informacije o vremenskoj prognozi",
  21. "Location not found" : "Lokacija nije pronađena",
  22. "There was an error setting the location address." : "Došlo je do pogreške pri postavljanju adrese lokacije.",
  23. "There was an error setting the location." : "Došlo je do pogreške pri postavljanju lokacije.",
  24. "There was an error saving the mode." : "Došlo je do pogreške pri spremanju načina rada.",
  25. "There was an error using personal address." : "Došlo je do pogreške pri spremanju osobne adrese.",
  26. "Set location for weather" : "Postavite lokaciju za vremensku prognozu"
  27. },
  28. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");