update lang

This commit is contained in:
xiaomlove
2025-05-22 02:34:45 +07:00
parent cd0dc67c2f
commit a4f87d19a2
19 changed files with 38 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ return [
'token' => '訪問令牌',
'oauth_provider' => '身份驗證',
'queue_monitor' => '隊列監控',
'user_modify_logs' => '修改記錄',
],
'resources' => [
'agent_allow' => [
+20
View File
@@ -0,0 +1,20 @@
<?php
return [
'torrent:upload' => [
'text' => '發布種子',
'desc' => '發布種子',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
'torrent:view' => [
'text' => '查看種子詳情',
'desc' => '查看種子詳情',
],
'user:view' => [
'text' => '查看用戶基本信息',
'desc' => '查看用戶基本信息',
],
];