| 
				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/public_html/kite.mata-lashes.com/app/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.
 */
// Cast language settings
return [
    'baseCastMissing'        => '"{0}" 類別必須繼承 "CodeIgniter\Entity\Cast\BaseCast" 類別。',
    'invalidCastMethod'      => '"{0}" 是無效的轉型方法(cast method), ["get", "set"] 才是有效的方法。',
    'invalidTimestamp'       => '型別轉換(Type casting) "timestamp" 期望的是正確的時間戳記。',
    'jsonErrorCtrlChar'      => '發現意外的控制字元。',
    'jsonErrorDepth'         => '超過了最大堆疊深度。',
    'jsonErrorStateMismatch' => '下溢或模式不匹配。',
    'jsonErrorSyntax'        => '語法錯誤, JSON 格式錯誤。',
    'jsonErrorUnknown'       => '未知的錯誤。',
    'jsonErrorUtf8'          => '格式錯誤的 UTF-8 字元,可能是因為編碼錯誤。',
];