Files
nexusphp/resources/lang/zh_CN/route-permission.php
2025-04-17 18:59:03 +07:00

21 lines
462 B
PHP

<?php
return [
'torrent:upload' => [
'text' => '发布种子',
'desc' => '发布种子',
],
'torrent:list' => [
'text' => '获取种子列表',
'desc' => '获取种子列表',
],
'torrent:view' => [
'text' => '查看种子详情',
'desc' => '查看种子详情',
],
'user:view' => [
'text' => '查看用户基本信息',
'desc' => '查看用户基本信息',
],
];