mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
21 lines
486 B
PHP
21 lines
486 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'torrent:upload' => [
|
||
|
|
'text' => 'Upload torrent',
|
||
|
|
'desc' => 'Upload torrent',
|
||
|
|
],
|
||
|
|
'torrent:list' => [
|
||
|
|
'text' => 'Hent torrent liste',
|
||
|
|
'desc' => 'Hent torrent liste',
|
||
|
|
],
|
||
|
|
'torrent:view' => [
|
||
|
|
'text' => 'Vis torrent detaljer',
|
||
|
|
'desc' => 'Vis torrent detaljer',
|
||
|
|
],
|
||
|
|
'user:view' => [
|
||
|
|
'text' => 'Se brugerens grundlæggende info',
|
||
|
|
'desc' => 'Se brugerens grundlæggende info',
|
||
|
|
],
|
||
|
|
];
|