mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
21 lines
530 B
PHP
21 lines
530 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Nahrát torrent',
|
|
'desc' => 'Nahrát torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Načíst seznam torrentů',
|
|
'desc' => 'Načíst seznam torrentů',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Zobrazit detail torrentu',
|
|
'desc' => 'Zobrazit detail torrentu',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Zobrazit základní informace o uživateli',
|
|
'desc' => 'Zobrazit základní informace o uživateli',
|
|
],
|
|
];
|