mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => '發布種子',
|
||||
'desc' => '發布種子',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => '獲取種子列表',
|
||||
'desc' => '獲取種子列表',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => '查看種子詳情',
|
||||
'desc' => '查看種子詳情',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => '查看用戶基本信息',
|
||||
'desc' => '查看用戶基本信息',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user