fi.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Viimeisimmät tilatiedot",
  5. "In a meeting" : "Tapaamisessa",
  6. "Commuting" : "Työmatkalla",
  7. "Out sick" : "Sairaana",
  8. "Vacationing" : "Lomailemassa",
  9. "Working remotely" : "Etätyössä",
  10. "In a call" : "Puhelussa",
  11. "User status" : "Käyttäjän tilatieto",
  12. "View profile" : "Näytä profiili",
  13. "Clear status after" : "Tyhjennä tilatieto",
  14. "What is your status?" : "Mikä on tilatietosi?",
  15. "Set status" : "Aseta tilatieto",
  16. "Online status" : "Online-tila",
  17. "Status message" : "Tilaviesti",
  18. "Clear status message" : "Tyhjennä tilaviesti",
  19. "Set status message" : "Aseta tilaviesti",
  20. "There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe",
  21. "There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe",
  22. "No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia",
  23. "Away" : "Poissa",
  24. "Do not disturb" : "Älä häiritse",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Älä tyhjennä",
  27. "Today" : "Tänään",
  28. "This week" : "Tällä viikolla",
  29. "Online" : "Paikalla",
  30. "Invisible" : "Näkymätön",
  31. "Offline" : "Poissa",
  32. "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe",
  33. "30 minutes" : "30 minuuttia",
  34. "1 hour" : "1 tunti",
  35. "4 hours" : "4 tuntia",
  36. "Mute all notifications" : "Mykistä kaikki ilmoitukset",
  37. "Appear offline" : "Näytä olevan poissa",
  38. "Clear status message after" : "Tyhjennä tilaviesti, kun on kulunut"
  39. },
  40. "nplurals=2; plural=(n != 1);");