mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
21 lines
538 B
PHP
21 lines
538 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',
|
|
],
|
|
];
|