nl: activerecord: attributes: doorkeeper/application: name: 'Naam' redirect_uri: 'Redirect URI' scopes: 'Scopes' errors: models: doorkeeper/application: attributes: redirect_uri: fragment_present: 'kan geen fragment bevatten.' invalid_uri: 'moet een geldige URI zijn.' relative_uri: 'moet een absolute URI zijn.' secured_uri: 'moet een HTTPS/SSL URI zijn.' forbidden_uri: 'is forbidden by the server.' scopes: not_match_configured: "doesn't match configured on the server." doorkeeper: applications: confirmations: destroy: 'Weet je het zeker?' buttons: edit: 'Bewerken' destroy: 'Verwijderen' submit: 'Opslaan' cancel: 'Annuleren' authorize: 'Authoriseren' form: error: 'Oops! Controleer het formulier op fouten' help: confidential: 'Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential.' redirect_uri: 'Gebruik één regel per URI. ' native_redirect_uri: 'Gebruik %{native_redirect_uri} voor lokale tests' scopes: 'Scheid scopes met spaties. Laat leeg om de standaard scopes te gebruiken.' edit: title: 'Bewerk applicatie' index: title: 'Jouw applicaties' new: 'Nieuwe applicatie' name: 'Naam' callback_url: 'Callback URL' actions: 'Actions' confidential: 'Confidential?' confidentiality: 'yes': 'Ja' 'no': 'Nee' new: title: 'Nieuwe applicatie' show: title: 'Applicatie: %{name}' application_id: 'Applicatie UID' secret: 'Secret' scopes: 'Scopes' confidential: 'Confidential' callback_urls: 'Callback urls' actions: 'Acties' authorizations: buttons: authorize: 'Authoriseren' deny: 'Weigeren' error: title: 'Er is een fout opgetreden' new: title: 'Authorisatie vereist' prompt: '%{client_name} authoriseren om uw account te gebruiken?' able_to: 'Deze applicatie zal in staat zijn om' show: title: 'Authorisatie code' authorized_applications: confirmations: revoke: 'Weet je het zeker?' buttons: revoke: 'Intrekken' index: title: 'Jouw geauthoriseerde applicaties' application: 'Applicatie' created_at: 'Aangemaakt op' date_format: '%d-%m-%Y %H:%M:%S' pre_authorization: status: 'Pre-authorization' errors: messages: # Common error messages invalid_request: 'Het verzoek mist een vereiste parameter, bevat een niet-ondersteunde parameter waarde of is anderszins onjuist.' invalid_redirect_uri: 'De opgegeven redirect uri is niet geldig.' unauthorized_client: 'De client is niet bevoegd om dit verzoek met deze methode uit te voeren.' access_denied: 'De resource eigenaar of authorisatie-server weigerde het verzoek.' invalid_scope: 'De opgevraagde scope is niet geldig, onbekend of onjuist.' invalid_code_challenge_method: 'The code challenge method must be plain or S256.' server_error: 'De authorisatie server is een onverwachte voorwaarde tegengekomen die het verzoek verhinderd.' temporarily_unavailable: 'De authorisatie-server is momenteel niet in staat het verzoek te behandelen als gevolg van een tijdelijke overbelasting of onderhoud aan de server.' # Configuration error messages credential_flow_not_configured: 'Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.' resource_owner_authenticator_not_configured: 'Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.' admin_authenticator_not_configured: 'Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured.' # Access grant errors unsupported_response_type: 'De authorisatie server ondersteund dit response type niet' # Access token errors invalid_client: 'Client verificatie is mislukt door onbekende klant, geen client authenticatie opgegeven, of een niet-ondersteunde authenticatie methode.' invalid_grant: 'De verstrekte authorisatie is ongeldig, verlopen, ingetrokken, komt niet overeen met de redirect uri die is opgegeven, of werd uitgegeven aan een andere klant.' unsupported_grant_type: 'Het type authorisatie is niet ondersteund door de authorisatie-server' invalid_token: revoked: "Het toegangstoken is geweigerd" expired: "Het toegangstoken is verlopen" unknown: "Het toegangstoken is ongeldig" flash: applications: create: notice: 'Applicatie aangemaakt.' destroy: notice: 'Applicatie verwijderd.' update: notice: 'Applicatie bewerkt.' authorized_applications: destroy: notice: 'Applicatie ingetrokken.' layouts: admin: title: 'Doorkeeper' nav: oauth2_provider: 'OAuth2 Provider' applications: 'Applicaties' home: 'Home' application: title: 'OAuth authorisatie vereist'