Files
nexusphp/resources/lang/es/route-permission.php

29 lines
727 B
PHP
Raw Permalink Normal View History

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