mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang fi + fr
This commit is contained in:
14
resources/lang/fr/oauth.php
Normal file
14
resources/lang/fr/oauth.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return [
|
||||
'client' => 'Client',
|
||||
'redirect' => 'URL de redirection',
|
||||
'secret' => 'Secrète',
|
||||
'revoked' => 'Valid',
|
||||
'access_token' => 'Jeton d\'accès',
|
||||
'refresh_token' => 'Actualiser le jeton',
|
||||
'authorization_request_title' => 'Demande d\'autorisation',
|
||||
'authorization_request_desc' => 'demande l\'autorisation d\'accéder à votre compte',
|
||||
'btn_approve' => 'Autoriser',
|
||||
'btn_deny' => 'Abandonner',
|
||||
'skips_authorization' => 'Ignorer l\'autorisation',
|
||||
];
|
||||
Reference in New Issue
Block a user