mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => 'Carica torrent',
|
||||
'desc' => 'Carica torrent',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => 'Recupera elenco torrent',
|
||||
'desc' => 'Recupera elenco torrent',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => 'Visualizza dettaglio torrent',
|
||||
'desc' => 'Visualizza dettaglio torrent',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => 'Visualizza informazioni di base dell\'utente',
|
||||
'desc' => 'Visualizza informazioni di base dell\'utente',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user