Update conststr.php

This commit is contained in:
qkqpttgf 2020-02-20 12:02:17 +08:00 committed by GitHub
parent 9bfe82dad5
commit 75600649aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 65 additions and 4 deletions

View File

@ -6,7 +6,7 @@ $exts['img'] = ['ico', 'bmp', 'gif', 'jpg', 'jpeg', 'jpe', 'jfif', 'tif', 'tiff'
$exts['music'] = ['mp3', 'wma', 'flac', 'wav', 'ogg'];
$exts['office'] = ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'];
$exts['txt'] = ['txt', 'bat', 'sh', 'php', 'asp', 'js', 'json', 'html', 'c'];
$exts['video'] = ['mp4', 'webm', 'mkv', 'mov', 'flv', 'blv', 'avi', 'wmv'];
$exts['video'] = ['mp4', 'webm', 'mkv', 'mov', 'flv', 'blv', 'avi', 'wmv', 'm3u8'];
$exts['zip'] = ['zip', 'rar', '7z', 'gz', 'tar'];
$constStr = [
@ -77,9 +77,9 @@ $constStr = [
],
],
'SetSecretsFirst' => [
'en-us' => 'Set APIKey in Config vars first! Then reflesh.',
'zh-cn' => '先在环境变量设置APIKey再刷新。',
'ja' => '最初に環境変数にAPIKeyを設定してください! 再度更新します。',
'en-us' => 'Set API in Config first! or reinstall.',
'zh-cn' => '先在环境变量设置API!或重装。',
'ja' => '最初に環境変数にAPIを設定してください!',
],
'RefleshtoLogin' => [
'en-us' => '<font color="red">Reflesh</font> and login.',
@ -141,6 +141,21 @@ $constStr = [
'zh-cn' => '不需要更新',
'ja' => '更新不要',
],
'PlatformConfig' => [
'en-us' => 'Platform Config',
'zh-cn' => '平台变量',
'ja' => '',
],
'DelDisk' => [
'en-us' => 'Del This Disk',
'zh-cn' => '删除此盘',
'ja' => '',
],
'AddDisk' => [
'en-us' => 'Add Onedrive Disk',
'zh-cn' => '添加Onedrive盘',
'ja' => '',
],
'Home' => [
'en-us' => 'Home',
'zh-cn' => '首页',
@ -216,6 +231,11 @@ $constStr = [
'zh-cn' => '移动',
'ja' => '移動する',
],
'CannotMove' => [
'en-us' => 'Can not Move!',
'zh-cn' => '不能移动!',
'ja' => '',
],
'Delete' => [
'en-us' => 'Delete',
'zh-cn' => '删除',
@ -361,6 +381,11 @@ $constStr = [
'zh-cn' => 'OneManager',
'ja' => 'OneManager',
],
'SavingToken' => [
'en-us' => 'Saving refresh_token!',
'zh-cn' => '正在保存 refresh_token',
'ja' => '',
],
'MayinEnv' => [
'en-us' => 'The \'Onedrive_ver\' may in Config',
'zh-cn' => 'Onedrive_ver应该已经写入',
@ -381,6 +406,16 @@ $constStr = [
'zh-cn' => '跳转到Office登录获取refresh_token',
'ja' => 'Officeにジャンプしてログインし、refresh_tokenを取得します',
],
'OnedriveDiskTag' => [
'en-us' => 'Onedrive Disk Tag',
'zh-cn' => 'Onedrive 标签',
'ja' => '',
],
'OnedriveDiskName' => [
'en-us' => 'Onedrive Showed Name',
'zh-cn' => 'Onedrive 显示名称',
'ja' => '',
],
'OndriveVerMS' => [
'en-us' => 'default(Onedrive, Onedrive for business)',
'zh-cn' => '默认(支持商业版与个人版)',
@ -401,6 +436,32 @@ $constStr = [
'zh-cn' => '申请应用ID与机密',
'ja' => 'アプリケーションIDとシークレット',
],
'TagFormatAlert' =>[
'en-us' => 'Tag Only letters and numbers, must start with letters, at least 2 letters!',
'zh-cn' => '标签只能字母与数字至少2位',
'ja' => '',
],
'ClickInstall' =>[
'en-us' => 'Click to install the project',
'zh-cn' => '点击开始安装程序',
'ja' => '',
],
'LogintoBind' =>[
'en-us' => 'then login and bind your onedrive in setup',
'zh-cn' => '然后登录后在设置中绑定你的onedrive。',
'ja' => '',
],
'MakesuerWriteable' =>[
'en-us' => 'Plase make sure the config.php is writeable. run writeable.sh.',
'zh-cn' => '确认config.php可写。',
'ja' => '',
],
'MakesuerRewriteOn' =>[
'en-us' => 'Plase make sure the RewriteEngine is On.',
'zh-cn' => '确认重写(伪静态)功能启用。',
'ja' => '',
],
'Reflesh' => [
'en-us' => 'Reflesh',
'zh-cn' => '刷新',