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