Files
nexusphp/resources/lang/en/token.php
2025-04-17 18:59:03 +07:00

11 lines
365 B
PHP

<?php
return array (
'label' => 'Access Token',
'permission' => 'Permissions',
'maximum_allow_number_reached' => 'The number reaches the upper limit',
'create_success_tip' => 'The token was created successfully, this data is displayed only once, please save it properly<br/><br/>:token',
'last_used_at' => 'Recent usage time',
'token' => 'summary',
);