From f60f5b5bfb46fb680a29a6d363b5ac5e19520e43 Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 14 Dec 2018 14:50:34 +0800 Subject: [PATCH] * Fix xuanxuan lang file. --- xuanxuan/module/chat/ext/lang/en/xuanxuan.php | 11 ++++++++++- xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php | 10 +++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php index 8c6f135d95..2259e70784 100644 --- a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php @@ -1,7 +1,7 @@ chat->common = 'Xuanxuan'; $lang->chat->turnon = 'On'; -$lang->chat->downloadXXD = 'Download XXD' +$lang->chat->downloadXXD = 'Download XXD'; $lang->chat->turnonList = array(); $lang->chat->turnonList[1] = 'On'; @@ -20,6 +20,9 @@ $lang->chat->changeSetting = 'Change Setting'; $lang->chat->statusList[1] = 'Enable'; $lang->chat->statusList[0] = 'Disable'; +$lang->chat->httpsOptions[1] = 'Enable'; +$lang->chat->httpsOptions[0] = 'Disable'; + $lang->chat->xxdServerTip = 'XXD server address contains protocol and host and port,such as https://127.0.0.1:11443'; $lang->chat->xxdServerEmpty = 'XXD server address is empty.'; $lang->chat->xxdSchemeError = 'Server address should started with http:// or https://.'; @@ -37,3 +40,9 @@ $lang->chat->xxd->uploadFileSize = 'File Size'; $lang->chat->xxd->sslcrt = 'SSL Crt'; $lang->chat->xxd->sslkey = 'SSL Key'; $lang->chat->xxd->max = 'Max'; + +$lang->chat->osList['win_i386'] = 'Windows 32位'; +$lang->chat->osList['win_x86_64'] = 'Windows 64位'; +$lang->chat->osList['linux_i386'] = 'Linux 32位'; +$lang->chat->osList['linux_x86_64'] = 'Linux 64位'; +$lang->chat->osList['darwin_x86_64'] = 'macOS'; diff --git a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php index b6e4f6c677..7e870c4210 100644 --- a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php @@ -54,8 +54,8 @@ $lang->chat->placeholder->xxd->maxOnlineUser = '最大在线人数'; $lang->chat->placeholder->xxd->sslcrt = '请将证书内容复制到此处'; $lang->chat->placeholder->xxd->sslkey = '请将证书密钥复制到此处'; -$lang->chat->osList['win32'] = 'Windows 32位压缩包'; -$lang->chat->osList['win64'] = 'Windows 64位压缩包'; -$lang->chat->osList['linux32'] = 'Linux 32位压缩包'; -$lang->chat->osList['linux64'] = 'Linux 64位压缩包'; -$lang->chat->osList['mac'] = 'Mac 压缩包'; +$lang->chat->osList['win_i386'] = 'Windows 32位'; +$lang->chat->osList['win_x86_64'] = 'Windows 64位'; +$lang->chat->osList['linux_i386'] = 'Linux 32位'; +$lang->chat->osList['linux_x86_64'] = 'Linux 64位'; +$lang->chat->osList['darwin_x86_64'] = 'macOS';