mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
29 lines
741 B
PHP
29 lines
741 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Carregar torrent',
|
|
'desc' => 'Carregar torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Buscar lista de torrents',
|
|
'desc' => 'Buscar lista de torrents',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Ver detalhes do torrent',
|
|
'desc' => 'Ver detalhes do torrent',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Ver informações básicas do usuário',
|
|
'desc' => 'Ver informações básicas do usuário',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Adicionar marcador',
|
|
'desc' => 'Adicionar marcador',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Apagar marcador',
|
|
'desc' => 'Apagar marcador',
|
|
],
|
|
];
|