2025-05-05 21:27:48 +07:00
|
|
|
<?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',
|
|
|
|
|
],
|
2025-09-23 11:53:30 +07:00
|
|
|
'bookmark:store' => [
|
|
|
|
|
'text' => 'Aggiungi segnalibro',
|
|
|
|
|
'desc' => 'Aggiungi segnalibro',
|
|
|
|
|
],
|
|
|
|
|
'bookmark:delete' => [
|
|
|
|
|
'text' => 'Elimina segnalibro',
|
|
|
|
|
'desc' => 'Elimina segnalibro',
|
|
|
|
|
],
|
2025-05-05 21:27:48 +07:00
|
|
|
];
|