nextcloud/apps/oauth2/l10n/nl.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
1.4 KiB
JSON
Raw Normal View History

2017-05-19 20:08:27 -04:00
{ "translations": {
2018-12-09 20:11:36 -05:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "Je client is niet geautoriseerd om te verbinden. Informeer de beheerder van je client.",
2018-08-12 20:12:09 -04:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
2018-02-12 16:33:37 -05:00
"OAuth 2.0" : "OAuth 2.0",
2018-09-12 20:12:08 -04:00
"Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
2018-09-13 20:12:27 -04:00
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "De OAuth2 app laat beheerders de ingebouwde inlog-workflow configureren om ook OAuth2 compatible authenticatie vanaf andere web applicaties mogelijk te maken.",
2017-05-19 20:08:27 -04:00
"OAuth 2.0 clients" : "OAuth 2.0 Clients",
2018-11-29 20:11:57 -05:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 staat externe services toe om toegang te vragen bij {instanceName}.",
2018-11-16 20:12:47 -05:00
"Name" : "Naam",
2018-06-27 06:06:12 -04:00
"Redirection URI" : "Omeiding URI",
2018-11-16 20:12:47 -05:00
"Client Identifier" : "Client identificatie",
"Secret key" : "Geheime sleutel",
"Add client" : "Voeg client toe",
"Add" : "Toevoegen",
"Delete" : "verwijderen",
"Show client secret" : "Tonen client secret"
2017-05-19 20:08:27 -04:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}