lt_LT.js 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Nežinomas adresas",
  5. "No result." : "Nėra rezultatų.",
  6. "Malformed JSON data." : "Netaisyklingi JSON duomenys.",
  7. "Error" : "Klaida",
  8. "Weather status" : "Orų būsena",
  9. "Weather status in your dashboard" : "Orų būsena jūsų skydelyje",
  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." : "Orų būsena, integruota į skydelio programėlę.\n Naudotojo vieta gali būti nustatyta automatiškai arba apibrėžta rankiniu būdu. Tuomet yra rodoma 6 valandų orų prognozė.\n Ši būsena taip pat gali būti integruota kitose vietose, kaip, pavyzdžiui, kalendoriaus programėlėje.",
  11. "Detect location" : "Aptikti vietą",
  12. "Set custom address" : "Nustatyti tinkintą adresą",
  13. "Favorites" : "Mėgstamos",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} giedra",
  15. "{temperature} {unit} cloudy" : "{temperature} {unit} debesuota",
  16. "{temperature} {unit} partly cloudy" : "{temperature} {unit} su pragiedruliais",
  17. "{temperature} {unit} foggy" : "{temperature} {unit} ūkanota",
  18. "More weather for {adr}" : "Daugiau orų ties {adr}",
  19. "Loading weather" : "Įkeliami orai",
  20. "Remove from favorites" : "Šalinti iš mėgstamų",
  21. "Add as favorite" : "Pridėti kaip mėgstamą",
  22. "You are not logged in." : "Jūs nesate prisijungę.",
  23. "There was an error getting the weather status information." : "Gaunant orų būsenos informaciją, įvyko klaida.",
  24. "No weather information found" : "Nerasta jokios informacijos apie orus",
  25. "Location not found" : "Vieta nerasta",
  26. "There was an error setting the location address." : "Nustatant vietos adresą, įvyko klaida.",
  27. "There was an error setting the location." : "Nustatant vietą, įvyko klaida.",
  28. "There was an error saving the mode." : "Įrašant veikseną, įvyko klaida.",
  29. "There was an error using personal address." : "Naudojant asmeninį adresą, įvyko klaida.",
  30. "Set location for weather" : "Nustatyti vietą orams",
  31. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Giedra ties {time}",
  32. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Debesuota ties {time}",
  33. "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Giedra diena ties {time}",
  34. "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Giedra naktis ties {time}",
  35. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Su pragiedruliais ties {time}",
  36. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Rūkas ties {time}",
  37. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Silpnas lietus ties {time}",
  38. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Lietus ties {time}",
  39. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Stiprus lietus ties {time}",
  40. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Liūtys ties {time}",
  41. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Silpnos liūtys ties {time}",
  42. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Stiprios liūtys ties {time}"
  43. },
  44. "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");