mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
753 B
PHP
29 lines
753 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Încarcă torrent',
|
|
'desc' => 'Încarcă torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Preia lista de torente',
|
|
'desc' => 'Preia lista de torente',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Vezi detaliile torentului',
|
|
'desc' => 'Vezi detaliile torentului',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Vezi informațiile de bază ale utilizatorului',
|
|
'desc' => 'Vezi informațiile de bază ale utilizatorului',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Adaugă marcaj',
|
|
'desc' => 'Adaugă marcaj',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Ștergere marcaj',
|
|
'desc' => 'Ștergere marcaj',
|
|
],
|
|
];
|