technicial info

This commit is contained in:
xiaomlove
2021-03-16 23:28:37 +08:00
parent 6cd63a1791
commit 7e72392356
8 changed files with 187 additions and 17 deletions
+1
View File
@@ -314,6 +314,7 @@ $lang_functions = array
'text_tag_mother_language_subtitle' => '中字',
'text_required' => '不能为空',
'text_invalid' => '非法',
'text_technical_info' => '技术信息',
);
?>
+2
View File
@@ -702,6 +702,8 @@ $lang_settings = array
'text_login_secret_lifetime_unit' => '分钟',
'row_login_secret_lifetime' => '登录密钥有效期',
'text_login_secret_lifetime_deadline' => '当前密钥有效期至',
'row_enable_technical_info' => '启用技术信息',
'text_enable_technical_info' => "默认'是'。文件技术信息来自软件 <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text 视图的结果",
);
?>
+2
View File
@@ -40,6 +40,8 @@ $lang_upload = array
'text_chinese_title' => "中文名:",
'text_english_title' => "英文名:",
'text_titles_note' => "(如果英文名不存在,使用拼音或不填写)",
'row_technical_info' => '技术信息',
'row_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。'
);
?>