mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
API: torrents upload/list
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"label" => "訪問令牌",
|
||||
"permission" => "權限",
|
||||
];
|
||||
return array (
|
||||
'label' => '訪問令牌',
|
||||
'permission' => '權限',
|
||||
'maximum_allow_number_reached' => '數量達到上限',
|
||||
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user