mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update lang
This commit is contained in:
@@ -45,6 +45,7 @@ return [
|
||||
'token' => '訪問令牌',
|
||||
'oauth_provider' => '身份驗證',
|
||||
'queue_monitor' => '隊列監控',
|
||||
'user_modify_logs' => '修改記錄',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => '發布種子',
|
||||
'desc' => '發布種子',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => '獲取種子列表',
|
||||
'desc' => '獲取種子列表',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => '查看種子詳情',
|
||||
'desc' => '查看種子詳情',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => '查看用戶基本信息',
|
||||
'desc' => '查看用戶基本信息',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user