|
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.bak.9/Language/zh-TW/ |
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' => '您的 PHP 版本必須是 {0} 或更高的版本才能夠執行 CodeIgniter。目前,你的版本是:{1} 。',
'missingExtension' => '框架需要安裝與載入以下擴充元件: {0} 。',
'noHandlers' => '{0} 必須至少提供一個處理程序(Handler)。',
];