add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions

View 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',
];