Files
nexusphp/resources/lang/it/route-permission.php
2025-09-23 11:53:30 +07:00

29 lines
765 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Carica torrent',
'desc' => 'Carica torrent',
],
'torrent:list' => [
'text' => 'Recupera elenco torrent',
'desc' => 'Recupera elenco torrent',
],
'torrent:view' => [
'text' => 'Visualizza dettaglio torrent',
'desc' => 'Visualizza dettaglio torrent',
],
'user:view' => [
'text' => 'Visualizza informazioni di base dell\'utente',
'desc' => 'Visualizza informazioni di base dell\'utente',
],
'bookmark:store' => [
'text' => 'Aggiungi segnalibro',
'desc' => 'Aggiungi segnalibro',
],
'bookmark:delete' => [
'text' => 'Elimina segnalibro',
'desc' => 'Elimina segnalibro',
],
];