usercp token management lang

This commit is contained in:
xiaomlove
2025-03-29 14:49:52 +07:00
parent edc9e56d7d
commit 43df3ed492
4 changed files with 20 additions and 0 deletions

View File

@@ -217,4 +217,8 @@ return [
'text' => 'Allow Userbar',
'desc' => ' Get his userba',
],
'torrent:list' => [
'text' => 'Get torrent list',
'desc' => 'Get torrent list',
],
];

View File

@@ -0,0 +1,6 @@
<?php
return [
"label" => "Access token",
"permission" => "Permission",
];

View File

@@ -217,4 +217,8 @@ return [
'text' => '允許個性條',
'desc' => '允許用戶使用個性條',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
];

View File

@@ -0,0 +1,6 @@
<?php
return [
"label" => "訪問令牌",
"permission" => "權限",
];