Files
nexusphp/resources/lang/en/token.php

12 lines
441 B
PHP
Raw Normal View History

2025-03-29 14:49:52 +07:00
<?php
2025-04-17 01:39:40 +07:00
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',
2025-05-29 15:24:36 +07:00
"permission_not_allowed" => "Permission:permission_text not allowed"
2025-04-17 01:39:40 +07:00
);