Files
nexusphp/resources/lang/es/route-permission.php
2025-04-22 19:35:05 +07:00

21 lines
510 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Subir torrent',
'desc' => 'Subir torrent',
],
'torrent:list' => [
'text' => 'Obtener lista de torrent',
'desc' => 'Obtener lista de torrent',
],
'torrent:view' => [
'text' => 'Ver detalle del torrent',
'desc' => 'Ver detalle del torrent',
],
'user:view' => [
'text' => 'Ver información básica del usuario',
'desc' => 'Ver información básica del usuario',
],
];