You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lt_LT.js 1.4KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Skydelis",
  5. "Dashboard app" : "Skydelio programėlė",
  6. "Customize" : "Personalizuoti",
  7. "Edit widgets" : "Taisyti valdiklius",
  8. "Get more widgets from the App Store" : "Parsisiųsti įskiepių iš App Store",
  9. "Weather service" : "Orų tarnyba",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Dėl jūsų privatumo, orų duomenys yra jūsų vardu užklausiami jūsų Nextcloud serverio, todėl orų tarnyba negauna jokios asmeninės informacijos.",
  11. "Weather data from Met.no" : "Orų duomenys iš Met.no",
  12. "geocoding with Nominatim" : "geografinis kodavimas naudojant Nominatim",
  13. "elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData",
  14. "Weather" : "Orai",
  15. "Status" : "Būsena",
  16. "Good morning" : "Labas rytas",
  17. "Good morning, {name}" : "Labas rytas, {name}",
  18. "Good afternoon" : "Laba diena",
  19. "Good afternoon, {name}" : "Laba diena, {name}",
  20. "Good evening" : "Labas vakaras",
  21. "Good evening, {name}" : "Labas vakaras, {name}",
  22. "Hello" : "Sveiki",
  23. "Hello, {name}" : "Sveiki, {name},"
  24. },
  25. "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);");