0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 21:10:39 +00:00
nextcloud_server/apps/profile/l10n/nl.js
Nextcloud bot 7ef9ffa078
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-27 00:22:16 +00:00

14 lines
728 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profiel",
"You have not added any info yet" : "Je hebt nog geen info toegevoegd",
"{user} has not added any info yet" : "{user} heeft nog geen info toegevoegd",
"Error opening the user status modal, try hard refreshing the page" : "Fout bij het openen van het gebruiker status model, probeer een harde refresh van de pagina",
"Edit Profile" : "Wijzig Profiel",
"The headline and about sections will show up here" : "De koplijn- en oversectie zal hier verschijnen",
"Profile not found" : "Profiel niet gevonden",
"The profile does not exist." : "Het profiel bestaat niet.",
"Back to %s" : "Terug naar %s"
},
"nplurals=2; plural=(n != 1);");