fi.js 2.2 KB

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