Files
nexusphp/resources/lang/en/route-permission.php
2025-04-20 18:13:46 +07:00

21 lines
460 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Upload torrent',
'desc' => 'Upload torrent',
],
'torrent:list' => [
'text' => 'Fetch torrent list',
'desc' => 'Fetch torrent list',
],
'torrent:view' => [
'text' => 'View torrent detail',
'desc' => 'View torrent detail',
],
'user:view' => [
'text' => 'View user basic info',
'desc' => 'View user basic info',
],
];