lt_LT.js 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 later today" : "Šiandien vėliau bus {temperature} {unit}, giedra",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit}, giedra",
  16. "{temperature} {unit} cloudy later today" : "Šiandien vėliau bus {temperature} {unit}, debesuota",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit}, debesuota",
  18. "{temperature} {unit} fair weather later today" : "Šiandien vėliau bus {temperature} {unit}, mažai debesuota",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit}, mažai debesuota",
  20. "{temperature} {unit} partly cloudy later today" : "Šiandien vėliau bus {temperature} {unit}, su pragiedruliais",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit}, su pragiedruliais",
  22. "{temperature} {unit} foggy later today" : "Šiandien vėliau bus {temperature} {unit}, ūkanota",
  23. "{temperature} {unit} foggy" : "{temperature} {unit}, ūkanota",
  24. "{temperature} {unit} light rainfall later today" : "Šiandien vėliau bus {temperature} {unit}, silpnas lietus",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit}, silpnas lietus",
  26. "{temperature} {unit} rainfall later today" : "Šiandien vėliau bus {temperature} {unit}, lietus",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit}, lietus",
  28. "{temperature} {unit} heavy rainfall later today" : "Šiandien vėliau bus {temperature} {unit}, stiprus lietus",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit}, stiprus lietus",
  30. "{temperature} {unit} rainfall showers later today" : "Šiandien vėliau bus {temperature} {unit}, liūtys",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit}, liūtys",
  32. "{temperature} {unit} light rainfall showers later today" : "Šiandien vėliau bus {temperature} {unit}, silpnos liūtys",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit}, silpnos liūtys",
  34. "{temperature} {unit} heavy rainfall showers later today" : "Šiandien vėliau bus {temperature} {unit}, stiprios liūtys",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit}, stiprios liūtys",
  36. "More weather for {adr}" : "Daugiau orų ties {adr}",
  37. "Loading weather" : "Įkeliami orai",
  38. "Remove from favorites" : "Šalinti iš mėgstamų",
  39. "Add as favorite" : "Pridėti kaip mėgstamą",
  40. "You are not logged in." : "Jūs nesate prisijungę.",
  41. "There was an error getting the weather status information." : "Gaunant orų būsenos informaciją, įvyko klaida.",
  42. "No weather information found" : "Nerasta jokios informacijos apie orus",
  43. "Location not found" : "Vieta nerasta",
  44. "There was an error setting the location address." : "Nustatant vietos adresą, įvyko klaida.",
  45. "There was an error setting the location." : "Nustatant vietą, įvyko klaida.",
  46. "There was an error saving the mode." : "Įrašant veikseną, įvyko klaida.",
  47. "There was an error using personal address." : "Naudojant asmeninį adresą, įvyko klaida.",
  48. "Set location for weather" : "Nustatyti vietą orams"
  49. },
  50. "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);");