mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => 'Nahrát torrent',
|
||||
'desc' => 'Nahrát torrent',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => 'Načíst seznam torrentů',
|
||||
'desc' => 'Načíst seznam torrentů',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => 'Zobrazit detail torrentu',
|
||||
'desc' => 'Zobrazit detail torrentu',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => 'Zobrazit základní informace o uživateli',
|
||||
'desc' => 'Zobrazit základní informace o uživateli',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user