Files
nexusphp/resources/lang/fr/token.php
2025-06-19 13:13:26 +07:00

12 lines
498 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array (
'label' => 'Jeton d\'accès',
'permission' => 'Permissions',
'maximum_allow_number_reached' => 'Le nombre atteint la limite supérieure',
'create_success_tip' => 'Le jeton a été créé avec succès, ces données ne sont affichées qu\'une seule fois, veuillez l\'enregistrer correctement<br/><br/>:token',
'last_used_at' => 'Temps d\'utilisation récent',
'token' => 'summary',
"permission_not_allowed" => "Autorisation:permission_text non autorisée"
);