Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

fi.js 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. "User status" : "Käyttäjän tilatieto",
  11. "Clear status message after" : "Tyhjennä tilaviesti, kun on kulunut",
  12. "Set status" : "Aseta tilatieto",
  13. "Online status" : "Online-tila",
  14. "Status message" : "Tilaviesti",
  15. "Clear status message" : "Tyhjennä tilaviesti",
  16. "Set status message" : "Aseta tilaviesti",
  17. "There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe",
  18. "There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe",
  19. "No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia",
  20. "Away" : "Poissa",
  21. "Do not disturb" : "Älä häiritse",
  22. "{status}, {timestamp}" : "{status}, {timestamp}",
  23. "Don't clear" : "Älä tyhjennä",
  24. "Today" : "Tänään",
  25. "This week" : "Tällä viikolla",
  26. "Online" : "Paikalla",
  27. "Invisible" : "Näkymätön",
  28. "Offline" : "Poissa",
  29. "There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe",
  30. "30 minutes" : "30 minuuttia",
  31. "1 hour" : "1 tunti",
  32. "4 hours" : "4 tuntia",
  33. "Mute all notifications" : "Mykistä kaikki ilmoitukset",
  34. "Appear offline" : "Näytä olevan poissa",
  35. "Clear status after" : "Tyhjennä tilatieto",
  36. "What's your status?" : "Mikä on tilatietosi?"
  37. },
  38. "nplurals=2; plural=(n != 1);");