mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
21 lines
510 B
PHP
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',
|
|
],
|
|
];
|