sv.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Senaste statusuppdateringar",
  5. "No recent status changes" : "Inga statusuppdateringar den sista tiden",
  6. "In a meeting" : "På ett möte",
  7. "Commuting" : "Reser",
  8. "Out sick" : "Sjuk",
  9. "Vacationing" : "På semester",
  10. "Out of office" : "Ej på plats",
  11. "Working remotely" : "Arbetar hemifrån",
  12. "In a call" : "I ett samtal",
  13. "User status" : "Användarstatus",
  14. "Clear status after" : "Rensa status efter",
  15. "Emoji for your status message" : "Emoji för ditt statusmeddelande",
  16. "What is your status?" : "Vad är din status?",
  17. "Predefined statuses" : "Fördefinierade statusar",
  18. "Previously set" : "Tidigare inställd",
  19. "Reset status" : "Återställ status",
  20. "Set status" : "Sätt status",
  21. "Online status" : "Online-status",
  22. "Status message" : "Statusmeddelande",
  23. "Set absence period" : "Ställ in frånvaroperiod",
  24. "Set absence period and replacement" : "Ställ in frånvaroperiod och ersättare",
  25. "Your status was set automatically" : "Din status ställdes in automatiskt",
  26. "Clear status message" : "Rensa statusmeddelande",
  27. "Set status message" : "Sätt statusmeddelande",
  28. "Reset status to \"{icon} {message}\"" : "Återställ status till \"{icon} {message}\"",
  29. "Reset status to \"{message}\"" : "Återställ status till \"{message}\"",
  30. "Reset status to \"{icon}\"" : "Återställ status till \"{icon}\"",
  31. "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras",
  32. "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas",
  33. "There was an error reverting the status" : "Det gick inte att återställa statusen",
  34. "Don't clear" : "Rensa inte",
  35. "Today" : "Idag",
  36. "This week" : "Denna vecka",
  37. "Online" : "Online",
  38. "Away" : "Iväg",
  39. "Do not disturb" : "Stör ej",
  40. "Invisible" : "Osynlig",
  41. "Offline" : "Frånkopplad",
  42. "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas",
  43. "30 minutes" : "30 minuter",
  44. "1 hour" : "1 timme",
  45. "4 hours" : "4 timmar",
  46. "Mute all notifications" : "Dölj alla aviseringar",
  47. "Appear offline" : "Visa som frånkopplad"
  48. },
  49. "nplurals=2; plural=(n != 1);");