mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
757 B
PHP
29 lines
757 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',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Přidat záložku',
|
|
'desc' => 'Přidat záložku',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Odstranit záložku',
|
|
'desc' => 'Odstranit záložku',
|
|
],
|
|
];
|