mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
29 lines
765 B
PHP
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',
|
|
],
|
|
];
|