Files
nexusphp/resources/lang/zh_TW/route-permission.php
2025-09-14 04:42:37 +07:00

29 lines
698 B
PHP

<?php
return [
'torrent:upload' => [
'text' => '發布種子',
'desc' => '發布種子',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
'torrent:view' => [
'text' => '查看種子詳情',
'desc' => '查看種子詳情',
],
'user:view' => [
'text' => '查看用戶基本信息',
'desc' => '查看用戶基本信息',
],
'bookmark:store' => [
'text' => '添加收藏種子',
'desc' => '添加收藏的種子',
],
'bookmark:delete' => [
'text' => '刪除收藏的種子',
'desc' => '刪除收藏的種子',
],
];