mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
usercp token management lang
This commit is contained in:
@@ -217,4 +217,8 @@ return [
|
|||||||
'text' => 'Allow Userbar',
|
'text' => 'Allow Userbar',
|
||||||
'desc' => ' Get his userba',
|
'desc' => ' Get his userba',
|
||||||
],
|
],
|
||||||
|
'torrent:list' => [
|
||||||
|
'text' => 'Get torrent list',
|
||||||
|
'desc' => 'Get torrent list',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
"label" => "Access token",
|
||||||
|
"permission" => "Permission",
|
||||||
|
];
|
||||||
@@ -217,4 +217,8 @@ return [
|
|||||||
'text' => '允許個性條',
|
'text' => '允許個性條',
|
||||||
'desc' => '允許用戶使用個性條',
|
'desc' => '允許用戶使用個性條',
|
||||||
],
|
],
|
||||||
|
'torrent:list' => [
|
||||||
|
'text' => '獲取種子列表',
|
||||||
|
'desc' => '獲取種子列表',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
"label" => "訪問令牌",
|
||||||
|
"permission" => "權限",
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user