mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +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',
|
||||
|
||||
@@ -86,6 +86,20 @@ return [
|
||||
'logs_label' => '审核记录',
|
||||
],
|
||||
'show_hide_media_info' => '显示/隐藏原始 MediaInfo',
|
||||
'show_hide_bd_info' => '显示/隐藏原始 BDInfo',
|
||||
'collapse_show_more_audio' => '收起/展开更多音轨',
|
||||
'collapse_show_more_subtitles' => '收起/展开更多字幕',
|
||||
'technicalinfo_duration' => '时长',
|
||||
'technicalinfo_resolution' => '分辨率',
|
||||
'technicalinfo_bit_rate' => '比特率',
|
||||
'technicalinfo_bit_depth' => '位深',
|
||||
'technicalinfo_frame_rate' => '帧率',
|
||||
'technicalinfo_profile' => '档次',
|
||||
'technicalinfo_format' => '格式',
|
||||
'technicalinfo_extras' => '附加内容',
|
||||
'technicalinfo_ref_frames' => '关键帧',
|
||||
'technicalinfo_audio' => '音轨 #',
|
||||
'technicalinfo_subtitles' => '字幕 #',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => '全局',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久',
|
||||
|
||||
@@ -86,6 +86,20 @@ return [
|
||||
'logs_label' => '審核記錄'
|
||||
],
|
||||
'show_hide_media_info' => '顯示/隱藏原始 MediaInfo',
|
||||
'show_hide_bd_info' => '顯示/隱藏原始 BDInfo',
|
||||
'collapse_show_more_audio' => '收起/展開更多音軌',
|
||||
'collapse_show_more_subtitles' => '收起/展開更多字幕',
|
||||
'technicalinfo_duration' => '時長',
|
||||
'technicalinfo_resolution' => '分辨率',
|
||||
'technicalinfo_bit_rate' => '比特率',
|
||||
'technicalinfo_bit_depth' => '位深',
|
||||
'technicalinfo_frame_rate' => '幀率',
|
||||
'technicalinfo_profile' => '檔次',
|
||||
'technicalinfo_format' => '格式',
|
||||
'technicalinfo_extras' => '附加內容',
|
||||
'technicalinfo_ref_frames' => '關鍵幀',
|
||||
'technicalinfo_audio' => '音軌 #',
|
||||
'technicalinfo_subtitles' => '字幕 #',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => '全局',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久',
|
||||
|
||||
Reference in New Issue
Block a user