add technical info i18n

This commit is contained in:
xiaomlove
2021-03-17 19:38:33 +08:00
parent f341901def
commit 17c9ed60aa
9 changed files with 20 additions and 13 deletions

View File

@@ -315,6 +315,7 @@ $lang_functions = array
'text_required' => '不能为空',
'text_invalid' => '非法',
'text_technical_info' => '技术信息',
'text_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。'
);
?>