sl.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Neznan naslov",
  5. "No result." : "Ni zadetkov",
  6. "Malformed JSON data." : "Nepravilno oblikovani podatki JSON.",
  7. "Error" : "Napaka",
  8. "Weather status" : "Stanje vremena",
  9. "Weather status in your dashboard" : "Stanje vremena na nadzorni plošči",
  10. "Detect location" : "Zaznaj trenutno mesto",
  11. "Set custom address" : "Nastavi naslov po meri",
  12. "Favorites" : "Priljubljeno",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} kasneje se bo zjasnilo",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} brez oblakov",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} kasneje se bo pooblačilo",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} oblačno",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} kasneje bo bolj prijetno",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} prijetno vreme",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} kasneje bo delno oblačno",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} delno oblačno",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} kasneje bo megleno",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} megleno",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} kasneje bo rahlo deževalo",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} rahlo dežuje",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} kasneje bo deževalo",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} dežuje",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} kasneje bo močno deževalo",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} močno dežuje",
  29. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} kasneje so možne plohe",
  30. "{temperature} {unit} rainfall showers" : "{temperature} {unit} občasne plohe",
  31. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} kasneje so možne plohe",
  32. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} občasne plohe",
  33. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} kasneje so možne močnejše plohe",
  34. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} močnejše plohe",
  35. "More weather for {adr}" : "Več o vremenu za mesto {adr}",
  36. "Loading weather" : "Poteka nalaganje podatkov o vremenu",
  37. "Set location for weather" : "Nastavitev mesta za prikaz vremena",
  38. "Remove from favorites" : "Odstrani iz priljubljenih",
  39. "Add as favorite" : "Dodaj kot priljubljeno",
  40. "You are not logged in." : "Niste prijavljeni v oblak.",
  41. "There was an error getting the weather status information." : "Prišlo je do napake med pridobivanjem podrobnosti o vremenu.",
  42. "No weather information found" : "Ni dosegljivih podatkov o vremenu",
  43. "Location not found" : "Trenutnega mesta ni mogoče določiti",
  44. "There was an error setting the location address." : "Prišlo je do napake med določanjem naslova trenutnega mesta.",
  45. "There was an error setting the location." : "Prišlo je do napake med določanjem trenutnega mesta.",
  46. "There was an error saving the mode." : "Prišlo je do napake med shranjevanjem načina.",
  47. "There was an error using personal address." : "Prišlo je do napake med uporabo osebnega naslova.",
  48. "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." : "Podatki o vremenu, ki so izpisani v nadzorni plošči.\n Položaj uporabnika je lahko določen samodejno, ali pa vpisan ročno. Prikazana je 6 urna napoved vremena.\n Ti podatki so lahko vključeni tudi na druga mesta, na primer v program Koledar."
  49. },
  50. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");