mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
API: torrents upload/list
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"label" => "Access token",
|
||||
"permission" => "Permission",
|
||||
];
|
||||
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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user