sv.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Senaste statusuppdateringar",
  5. "In a meeting" : "På ett möte",
  6. "Commuting" : "Reser",
  7. "Out sick" : "Sjuk",
  8. "Vacationing" : "På semester",
  9. "Working remotely" : "Arbetar hemifrån",
  10. "In a call" : "I ett samtal",
  11. "User status" : "Användarstatus",
  12. "View profile" : "Visa profil",
  13. "Clear status after" : "Rensa status efter",
  14. "What is your status?" : "Vad är din status?",
  15. "Set status" : "Sätt status",
  16. "Online status" : "Online-status",
  17. "Status message" : "Statusmeddelande",
  18. "Clear status message" : "Rensa statusmeddelande",
  19. "Set status message" : "Sätt statusmeddelande",
  20. "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras",
  21. "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas",
  22. "No recent status changes" : "Inga statusuppdateringar den sista tiden",
  23. "Away" : "Iväg",
  24. "Do not disturb" : "Stör ej",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Rensa inte",
  27. "Today" : "Idag",
  28. "This week" : "Denna vecka",
  29. "Online" : "Online",
  30. "Invisible" : "Osynlig",
  31. "Offline" : "Frånkopplad",
  32. "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas",
  33. "30 minutes" : "30 minuter",
  34. "1 hour" : "1 timme",
  35. "4 hours" : "4 timmar",
  36. "Mute all notifications" : "Dölj alla aviseringar",
  37. "Appear offline" : "Visa som frånkopplad",
  38. "Clear status message after" : "Rensa statusmeddelande efter"
  39. },
  40. "nplurals=2; plural=(n != 1);");