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

12 lines
469 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 de acces',
'permission' => 'Permisiuni',
'maximum_allow_number_reached' => 'Numărul atinge limita superioară',
'create_success_tip' => 'Token-ul a fost creat cu succes, aceste date sunt afișate o singură dată, vă rugăm să salvați corect<br/><br/>:token',
'last_used_at' => 'Timp de utilizare recent',
'token' => 'summary',
"permission_not_allowed" => "Permisiunea:permission_text nu este permisă"
);