Update conststr.php

This commit is contained in:
qkqpttgf 2020-05-15 20:23:57 +08:00 committed by GitHub
parent f986460bba
commit c5cf5b7fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $exts['img'] = ['ico', 'bmp', 'gif', 'jpg', 'jpeg', 'jpe', 'jfif', 'tif', 'tiff'
$exts['music'] = ['mp3', 'wma', 'flac', 'wav', 'ogg', 'm4a'];
$exts['office'] = ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'];
$exts['txt'] = ['txt', 'bat', 'sh', 'php', 'asp', 'js', 'json', 'html', 'c', 'md', 'py', 'omf'];
$exts['video'] = ['mp4', 'webm', 'mkv', 'mov', 'flv', 'blv', 'avi', 'wmv', 'm3u8'];
$exts['video'] = ['mp4', 'webm', 'mkv', 'mov', 'flv', 'blv', 'avi', 'wmv', 'm3u8', 'rm', 'rmvb'];
$exts['zip'] = ['zip', 'rar', '7z', 'gz', 'tar'];
$constStr = [
@ -259,6 +259,14 @@ $constStr = [
'ko-kr' => '홈',
'fa' => 'خانه',
],
'Preview' => [
'en-us' => 'Preview',
'zh-cn' => '预览',
],
'List' => [
'en-us' => 'List',
'zh-cn' => '列表',
],
'NeedUpdate' => [
'en-us' => 'Program can update<br>Click setup in Operate at top.',
'zh-cn' => '可以升级程序<br>在上方管理菜单中<br>进入设置页面升级',
@ -329,6 +337,10 @@ $constStr = [
'ko-kr' => '사진 섬네일',
'fa' => 'تصویر بندانگشتی',
],
'OriginalPic' => [
'en-us' => 'OriginalPic',
'zh-cn' => '原图',
],
'CopyAllDownloadUrl' => [
'en-us' => 'CopyAllDownloadUrl',
'zh-cn' => '复制所有下载链接',