mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return [
|
||||
'client' => 'Klient',
|
||||
'redirect' => 'Omdiriger URL',
|
||||
'secret' => 'Hemmelighed',
|
||||
'revoked' => 'Valid',
|
||||
'access_token' => 'Adgang til token',
|
||||
'refresh_token' => 'Genopfrisk token',
|
||||
'authorization_request_title' => 'Anmodning Om Tilladelse',
|
||||
'authorization_request_desc' => 'anmoder om tilladelse til at få adgang til din konto',
|
||||
'btn_approve' => 'Godkend',
|
||||
'btn_deny' => 'Annuller',
|
||||
'skips_authorization' => 'Overspringer godkendelse',
|
||||
];
|
||||
Reference in New Issue
Block a user