lt_LT.js 2.3 KB

1234567891011121314151617181920212223242526272829303132
  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. },
  32. "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);");