mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 15:27:24 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user