|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app/Language/zh-CN/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Core language settings
return [
'copyError' => '替换文件 ({0}) 时发生错误. 请确保你的文件目录可以写入。',
'enabledZlibOutputCompression' => '你的 zlib.output_compression ini 选项已启用,该选项和输出缓冲功能无法很好的配合使用。',
'invalidFile' => '无效的文件: {0}',
'invalidPhpVersion' => '要运行 CodeIgniter,你的 PHP 版本必须是 {0} 或更高。当前版本: {1}',
'missingExtension' => '要运行 CodeIgniter,以下扩展必须要安装并启用: {0}。',
'noHandlers' => '{0} 必须提供至少一个处理器 (Handler)。',
];