2025-04-20 18:13:46 +07:00
|
|
|
<?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',
|
|
|
|
|
],
|
2025-09-23 11:53:30 +07:00
|
|
|
'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',
|
|
|
|
|
],
|
2025-04-20 18:13:46 +07:00
|
|
|
];
|