mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
21 lines
532 B
PHP
21 lines
532 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Ladda upp torrent',
|
|
'desc' => 'Ladda upp torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Hämta torrentlista',
|
|
'desc' => 'Hämta torrentlista',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Visa detaljer om torrent',
|
|
'desc' => 'Visa detaljer om torrent',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Visa grundläggande information för användare',
|
|
'desc' => 'Visa grundläggande information för användare',
|
|
],
|
|
];
|