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

12 lines
485 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' => 'Token Di Accesso',
'permission' => 'Permessi',
'maximum_allow_number_reached' => 'Il numero raggiunge il limite superiore',
'create_success_tip' => 'Il token è stato creato con successo, questi dati vengono visualizzati solo una volta, si prega di salvarli correttamente<br/><br/>:token',
'last_used_at' => 'Tempo di utilizzo recente',
'token' => 'summary',
"permission_not_allowed" => "Permesso:permission_text non consentito"
);