mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => 'Upload torrent',
|
||||
'desc' => 'Upload torrent',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => 'Fetch torrent list',
|
||||
'desc' => 'Fetch torrent list',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => 'View torrent detail',
|
||||
'desc' => 'View torrent detail',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => 'View user basic info',
|
||||
'desc' => 'View user basic info',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user