fi.js 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Konsoli",
  5. "Dashboard app" : "Konsolisovellus",
  6. "Customize" : "Mukauta",
  7. "Edit widgets" : "Muokkaa pienoissovelluksia",
  8. "Get more widgets from the app store" : "Hae lisää pienoissovelluksia sovelluskaupasta",
  9. "Change background image" : "Vaihda taustakuva",
  10. "Weather service" : "Sääpalvelu",
  11. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Yksityisyytesi vuoksi Nextcloud-palvelin hakee säätiedot, joten sääpalvelulle ei lähetetä henkilökohtaisia tietojasi.",
  12. "Weather data from Met.no" : "Säätiedot tarjoaa Met.no",
  13. "geocoding with Nominatim" : "geokoodauksen Nominatim",
  14. "elevation data from OpenTopoData" : "korkeustiedot OpenTopoData",
  15. "Weather" : "Sää",
  16. "Status" : "Tila",
  17. "Good morning" : "Hyvää huomenta",
  18. "Good morning, {name}" : "Hyvää huomenta {name}",
  19. "Good afternoon" : "Hyvää iltapäivää",
  20. "Good afternoon, {name}" : "Hyvää iltapäivää {name}",
  21. "Good evening" : "Hyvää iltaa",
  22. "Good evening, {name}" : "Hyvää iltaa {name}",
  23. "Hello" : "Hei",
  24. "Hello, {name}" : "Hei {name}",
  25. "Pick from Files" : "Valitse tiedostoista",
  26. "Default images" : "Oletuskuvat",
  27. "Plain background" : "Yksinkertainen tausta",
  28. "Good night, {name}" : "Hyvää yötä, {name}",
  29. "Good night" : "Hyvää yötä",
  30. "Pick from files" : "Valitse tiedostoista"
  31. },
  32. "nplurals=2; plural=(n != 1);");