mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
29 lines
757 B
PHP
29 lines
757 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Prześlij torrent',
|
|
'desc' => 'Prześlij torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Pobierz listę torrentów',
|
|
'desc' => 'Pobierz listę torrentów',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Zobacz szczegóły torrenta',
|
|
'desc' => 'Zobacz szczegóły torrenta',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Zobacz podstawowe informacje użytkownika',
|
|
'desc' => 'Zobacz podstawowe informacje użytkownika',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Dodaj zakładkę',
|
|
'desc' => 'Dodaj zakładkę',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Usuń zakładkę',
|
|
'desc' => 'Usuń zakładkę',
|
|
],
|
|
];
|