nextcloud/apps/user_status/l10n/nl.js

26 lines
754 B
JavaScript
Raw Normal View History

2020-09-28 05:17:48 +03:00
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Recente statussen",
"In a meeting" : "Vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
"Vacationing" : "vakantie",
"Working remotely" : "Thuiswerken",
2020-10-02 14:06:18 +03:00
"What's your status?" : "Wat is je status?",
"Set status" : "Instellen status",
"Status message" : "Statusbericht",
2020-10-02 18:28:57 +03:00
"Away" : "Afwezig",
"Do not disturb" : "Niet storen",
2020-10-02 14:06:18 +03:00
"{status}, {timestamp}" : "{status}, {timestamp}",
"Today" : "Vandaag",
"This week" : "Deze week",
2020-09-28 05:17:48 +03:00
"Online" : "Online",
"Invisible" : "Verborgen",
"Offline" : "Off-line",
"30 minutes" : "30 minuten",
"1 hour" : "1 uur",
"4 hours" : "4 uur"
},
"nplurals=2; plural=(n != 1);");