mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.3 KiB
JavaScript
25 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
||
"profile",
|
||
{
|
||
"View profile" : "Bekijk profiel",
|
||
"Profile picker" : "Profielselector",
|
||
"Profile" : "Profiel",
|
||
"This application provides the profile" : "Deze applicatie biedt het profiel",
|
||
"Provides a customisable user profile interface." : "Biedt een aanpasbare gebruikersprofielinterface.",
|
||
"Searching …" : "Zoeken ...",
|
||
"Not found" : "Niet gevonden",
|
||
"Search for a user profile" : "Gebruikersprofiel zoeken",
|
||
"Search for a user profile. Start typing" : "Gebruikersprofiel zoeken. Begin met typen",
|
||
"Insert selected user profile link" : "Koppeling naar geselecteerd gebruikersprofiel invoegen",
|
||
"Insert" : "Invoegen",
|
||
"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",
|
||
"Back to %s" : "Terug naar %s",
|
||
"The profile does not exist." : "Het profiel bestaat niet."
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|