mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 21:27:36 +08:00
admin add torrents
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
||||
'settings' => '设置',
|
||||
'users_medals' => '用户勋章',
|
||||
'claims' => '用户认领',
|
||||
'torrent_list' => '种子',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
@@ -64,5 +65,11 @@ return [
|
||||
'bulk_action_pardon' => '批量免罪',
|
||||
'action_pardon' => '免罪',
|
||||
],
|
||||
'torrent' => [
|
||||
'bulk_action_pos_state' => '置顶',
|
||||
'bulk_action_remove_tag' => '清除标签',
|
||||
'bulk_action_attach_tag' => '设置标签',
|
||||
'action_approval' => '审核',
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
@@ -108,13 +108,21 @@ return [
|
||||
],
|
||||
'torrent' => [
|
||||
'label' => '种子',
|
||||
'size' => '体积',
|
||||
'size' => '大小',
|
||||
'ttl' => '存活时间',
|
||||
'seeders' => '做种',
|
||||
'leechers' => '下载',
|
||||
'times_completed' => '完成次数',
|
||||
'category' => '类型',
|
||||
'approval_status' => '审核状态',
|
||||
'pos_state' => '置顶',
|
||||
'sp_state' => '优惠',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
|
||||
],
|
||||
'tag' => [
|
||||
'label' => '标签',
|
||||
'color' => '背景颜色',
|
||||
'font_color' => '字体颜色',
|
||||
'font_size' => '字体大小',
|
||||
|
||||
Reference in New Issue
Block a user