Files

29 lines
741 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?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',
],
2025-09-23 11:53:30 +07:00
'bookmark:store' => [
'text' => 'Adicionar marcador',
'desc' => 'Adicionar marcador',
],
'bookmark:delete' => [
'text' => 'Apagar marcador',
'desc' => 'Apagar marcador',
],
2025-04-22 19:35:05 +07:00
];