Files
nexusphp/resources/lang/it/route-permission.php
2025-05-05 21:27:48 +07:00

21 lines
536 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',
],
];