nextcloud/apps/user_status/l10n/nl.js

29 lines
920 B
JavaScript

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Recente statussen",
"In a meeting" : "Vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
"Vacationing" : "vakantie",
"Working remotely" : "Thuiswerken",
"User status" : "Gebruikersstatus",
"What's your status?" : "Wat is je status?",
"Set status" : "Instellen status",
"Status message" : "Statusbericht",
"No recent status changes" : "Geen recente statuswijzigingen",
"Away" : "Afwezig",
"Do not disturb" : "Niet storen",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Today" : "Vandaag",
"This week" : "Deze week",
"Online" : "Online",
"Invisible" : "Verborgen",
"Offline" : "Off-line",
"30 minutes" : "30 minuten",
"1 hour" : "1 uur",
"4 hours" : "4 uur",
"Mute all notifications" : "Onderdruk alle meldingen"
},
"nplurals=2; plural=(n != 1);");