mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:37:28 +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' => '審核',
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
@@ -109,13 +109,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