2021-06-21 19:56:25 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'category_label' => 'Category',
|
|
|
|
|
'sub_category_source_label' => 'Source',
|
2022-10-29 23:38:21 +08:00
|
|
|
'sub_category_medium_label' => 'Media',
|
2021-06-21 19:56:25 +08:00
|
|
|
'sub_category_standard_label' => 'Standard',
|
|
|
|
|
'sub_category_team_label' => 'Team',
|
|
|
|
|
'sub_category_processing_label' => 'Processing',
|
|
|
|
|
'sub_category_codec_label' => 'Codec',
|
2022-10-29 04:19:39 +08:00
|
|
|
'sub_category_audiocodec_label' => 'AudioCodec',
|
2022-09-02 19:49:41 +08:00
|
|
|
'extras' => [
|
|
|
|
|
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => 'Display cover on torrent list',
|
2022-09-06 21:54:13 +08:00
|
|
|
\App\Models\SearchBox::EXTRA_DISPLAY_SEED_BOX_ICON_ON_TORRENT_LIST => 'Display seed box icon on torrent list',
|
2022-09-02 19:49:41 +08:00
|
|
|
],
|
2022-10-01 00:11:22 +08:00
|
|
|
'sections' => [
|
2022-10-22 20:52:08 +08:00
|
|
|
'browse' => 'Torrents',
|
|
|
|
|
'special' => 'Special',
|
2022-10-01 00:11:22 +08:00
|
|
|
],
|
2021-06-21 19:56:25 +08:00
|
|
|
];
|