nextcloud/apps/user_status/l10n/sv.js

39 lines
1.6 KiB
JavaScript
Raw Normal View History

2020-10-31 05:18:47 +03:00
OC.L10N.register(
"user_status",
{
2020-11-10 05:18:44 +03:00
"Recent statuses" : "Senaste statusuppdateringar",
"In a meeting" : "På ett möte",
"Commuting" : "Reser",
"Out sick" : "Sjuk",
"Vacationing" : "På semester",
"Working remotely" : "Arbetar hemifrån",
"User status" : "Användarstatus",
2020-10-31 05:18:47 +03:00
"Clear status message after" : "Rensa statusmeddelande efter",
"What's your status?" : "Vad är din status?",
"Set status" : "Sätt status",
"Online status" : "Online-status",
"Status message" : "Statusmeddelande",
"Clear status message" : "Rensa statusmeddelande",
"Set status message" : "Sätt statusmeddelande",
2020-11-10 05:18:44 +03:00
"There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras",
"There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas",
"No recent status changes" : "Inga statusuppdateringar den sista tiden",
2020-10-31 05:18:47 +03:00
"Away" : "Iväg",
"Do not disturb" : "Stör ej",
2020-11-10 05:18:44 +03:00
"{status}, {timestamp}" : "{status}, {timestamp}",
2020-10-31 05:18:47 +03:00
"Don't clear" : "Rensa inte",
"Today" : "Idag",
"This week" : "Denna vecka",
"Online" : "Online",
"Invisible" : "Osynlig",
2021-05-28 05:27:21 +03:00
"Offline" : "Frånkopplad",
2020-11-10 05:18:44 +03:00
"There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas",
2020-10-31 05:18:47 +03:00
"30 minutes" : "30 minuter",
2020-11-10 05:18:44 +03:00
"1 hour" : "1 timme",
"4 hours" : "4 timmar",
"Mute all notifications" : "Dölj alla aviseringar",
2021-05-28 05:27:21 +03:00
"Appear offline" : "Visa som frånkopplad",
2020-11-10 05:18:44 +03:00
"Clear status after" : "Rensa status efter"
2020-10-31 05:18:47 +03:00
},
"nplurals=2; plural=(n != 1);");