mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 05:17:22 +08:00
1. 新增BDInfo解析
2. 优化MediaInfo显示 3. 修改MediaInfo和BDInfo支持多语言
This commit is contained in:
@@ -319,8 +319,11 @@ $lang_functions = array
|
||||
'text_tag_hdr' => 'HDR',
|
||||
'text_required' => '不能為空',
|
||||
'text_invalid' => '非法',
|
||||
'text_technical_info' => 'MediaInfo',
|
||||
'text_technical_info_help_text' => 'MediaInfo 來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,語言選擇英語,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
|
||||
'text_technical_info' => 'MediaInfo/BDInfo',
|
||||
'text_technical_info_help_text' => '<b>·</b> MediaInfo 来自軟體 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟體打開文件,語言選擇英語,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->複製,粘貼到這裡來。
|
||||
<br>
|
||||
<b>·</b> BDInfo 来自軟體 <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b>,用該軟體打開,點擊掃描比特率(Scan Bitrates) 查看報告(View Report...),在框中右鍵->全選,再右鍵->複製,粘貼到這裡來。
|
||||
',
|
||||
'text_management_system' => '管理系統',
|
||||
'text_seed_points' => '做種積分',
|
||||
'spoiler_expand_collapse' => '點擊展開/收縮',
|
||||
|
||||
@@ -707,8 +707,11 @@ $lang_settings = array
|
||||
'text_login_secret_lifetime_unit' => '分鐘',
|
||||
'row_login_secret_lifetime' => '登錄密鑰有效期',
|
||||
'text_login_secret_lifetime_deadline' => '當前密鑰有效期至',
|
||||
'row_enable_technical_info' => '啟用 MediaInfo',
|
||||
'text_enable_technical_info' => "默認'否'。MediaInfo 來自軟件 <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text 視圖的結果",
|
||||
'row_enable_technical_info' => '啓用 MediaInfo/BDInfo',
|
||||
'text_enable_technical_info' => '默认\'否\'。<br>
|
||||
MediaInfo 来自軟體 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> Text 視圖的結果 <br>
|
||||
BDInfo 来自軟體 <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> View Reports的結果
|
||||
',
|
||||
'row_sticky_first_level_background_color' => '一級置頂背景顏色',
|
||||
'text_sticky_first_level_background_color_note' => '一級置頂背景顏色,不設置則無背景色。',
|
||||
'row_sticky_second_level_background_color' => '二級置頂背景顏色',
|
||||
|
||||
Reference in New Issue
Block a user