2025-04-22 19:35:05 +07:00
|
|
|
<?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',
|
|
|
|
|
],
|
2025-09-23 11:53:30 +07:00
|
|
|
'bookmark:store' => [
|
|
|
|
|
'text' => 'Dodaj zakładkę',
|
|
|
|
|
'desc' => 'Dodaj zakładkę',
|
|
|
|
|
],
|
|
|
|
|
'bookmark:delete' => [
|
|
|
|
|
'text' => 'Usuń zakładkę',
|
|
|
|
|
'desc' => 'Usuń zakładkę',
|
|
|
|
|
],
|
2025-04-22 19:35:05 +07:00
|
|
|
];
|