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