mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +08:00
1. 新增BDInfo解析
2. 优化MediaInfo显示 3. 修改MediaInfo和BDInfo支持多语言
This commit is contained in:
@@ -86,6 +86,20 @@ return [
|
||||
'logs_label' => 'Approval logs'
|
||||
],
|
||||
'show_hide_media_info' => 'Show/Hide raw MediaInfo',
|
||||
'show_hide_bd_info' => 'Show/Hide raw BDInfo',
|
||||
'collapse_show_more_audio' => 'Collapse/Expand more audio tracks',
|
||||
'collapse_show_more_subtitles' => 'Collapse/Expand more subtitles',
|
||||
'technicalinfo_duration' => 'Duration',
|
||||
'technicalinfo_resolution' => 'Resolution',
|
||||
'technicalinfo_bit_rate' => 'Bit Rate',
|
||||
'technicalinfo_bit_depth' => 'Bit Depth',
|
||||
'technicalinfo_frame_rate' => 'Frame Rate',
|
||||
'technicalinfo_profile' => 'Profile',
|
||||
'technicalinfo_format' => 'Format',
|
||||
'technicalinfo_extras' => 'Extras',
|
||||
'technicalinfo_ref_frames' => 'Ref.Frames',
|
||||
'technicalinfo_audio' => 'Audio #',
|
||||
'technicalinfo_subtitles' => 'Subtitles #',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||||
|
||||
Reference in New Issue
Block a user