diff --git a/upload/install/include/install_lang.php b/upload/install/include/install_lang.php index 4de2a37f498d60eefdb3f978279397cea916f3ce..2d6f8e7bcdf2dc4ed4b80082628dec24988c8341 100644 --- a/upload/install/include/install_lang.php +++ b/upload/install/include/install_lang.php @@ -308,6 +308,7 @@ $lang = array( ', + 'php_version_too_low' => '您的 PHP 版本太低,请升级到至少 PHP '.$env_items['php']['r'].' 后再试!', 'php8_tips' => '您好,当前产品暂不支持 PHP 8 安装,请降级到至少 PHP 7.4 后再试!', 'no_utf8_tips' => '您好,您使用的版本为 GBK / BIG-5 等本地化编码版本,此版本已经不作为主推版本,如果您计划建设新站点【强烈】建议您使用最新正式 UTF-8 版本安装。', 'no_latest_tips' => '您好,您使用的版本较老,可能存在 Bug 以及安全隐患,如无特殊情况建议您改用最新正式 UTF-8 版本安装。',