Files
nexusphp/resources/lang/nl/oauth.php
2025-04-21 02:53:56 +07:00

15 lines
488 B
PHP

<?php
return [
'client' => 'Klant',
'redirect' => 'Omleidings URL',
'secret' => 'Geheim',
'revoked' => 'Valid',
'access_token' => 'Toegangstoken token',
'refresh_token' => 'Vernieuwen token',
'authorization_request_title' => 'Autorisatie verzoek',
'authorization_request_desc' => 'vraagt om toestemming voor toegang tot uw account',
'btn_approve' => 'Autoriseer',
'btn_deny' => 'annuleren',
'skips_authorization' => 'Overslaan autorisatie',
];