mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
29 lines
727 B
PHP
29 lines
727 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',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Añadir marcador',
|
|
'desc' => 'Añadir marcador',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Borrar marcador',
|
|
'desc' => 'Borrar marcador',
|
|
],
|
|
];
|