mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
9 lines
300 B
PHP
9 lines
300 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',
|
|
);
|