sv.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. "Emoji for your status message" : "Emoji för ditt statusmeddelande",
  15. "What is your status?" : "Vad är din status?",
  16. "Predefined statuses" : "Fördefinierade statusar",
  17. "Previously set" : "Tidigare inställd",
  18. "Reset status" : "Återställ status",
  19. "Set status" : "Sätt status",
  20. "Online status" : "Online-status",
  21. "Status message" : "Statusmeddelande",
  22. "Your status was set automatically" : "Din status ställdes in automatiskt",
  23. "Clear status message" : "Rensa statusmeddelande",
  24. "Set status message" : "Sätt statusmeddelande",
  25. "Reset status to \"{icon} {message}\"" : "Återställ status till \"{icon} {message}\"",
  26. "Reset status to \"{message}\"" : "Återställ status till \"{message}\"",
  27. "Reset status to \"{icon}\"" : "Återställ status till \"{icon}\"",
  28. "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras",
  29. "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas",
  30. "There was an error reverting the status" : "Det gick inte att återställa statusen",
  31. "No recent status changes" : "Inga statusuppdateringar den sista tiden",
  32. "Away" : "Iväg",
  33. "Do not disturb" : "Stör ej",
  34. "{status}, {timestamp}" : "{status}, {timestamp}",
  35. "Don't clear" : "Rensa inte",
  36. "Today" : "Idag",
  37. "This week" : "Denna vecka",
  38. "Online" : "Online",
  39. "Invisible" : "Osynlig",
  40. "Offline" : "Frånkopplad",
  41. "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas",
  42. "30 minutes" : "30 minuter",
  43. "1 hour" : "1 timme",
  44. "4 hours" : "4 timmar",
  45. "Mute all notifications" : "Dölj alla aviseringar",
  46. "Appear offline" : "Visa som frånkopplad"
  47. },
  48. "nplurals=2; plural=(n != 1);");