| 
				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.
 */
// CLI language settings
return [
    'altCommandPlural'   => '您指的是以下的其中之一嗎?',
    'altCommandSingular' => '您指的是這個嗎?',
    'commandNotFound'    => '找不到 "{0}" 指令。',
    'generator'          => [
        'cancelOperation' => '作業已被取消。',
        'className'       => [
            'command'    => '命令類別名稱',
            'config'     => '設定檔類別名稱',
            'controller' => '控制器類別名稱',
            'default'    => '類別名稱',
            'entity'     => '實體類別名稱',
            'filter'     => '過濾器類別名稱',
            'migration'  => '遷移類別名稱',
            'model'      => '模型類別名稱',
            'seeder'     => '填充器類別名稱',
            'validation' => '驗證類別名稱',
        ],
        'commandType'      => '命令類型',
        'databaseGroup'    => '資料庫群組',
        'fileCreate'       => '檔案已建立: {0}',
        'fileError'        => '建立文件時出現錯誤: {0}',
        'fileExist'        => '檔案已存在: {0}',
        'fileOverwrite'    => '檔案被覆蓋: {0}',
        'parentClass'      => '父類別',
        'returnType'       => '回傳類型',
        'tableName'        => '表名稱',
        'usingCINamespace' => '警告:若使用 "CodeIgniter" 命名空間,將會在系統資料夾下建立檔案。',
    ],
    'helpArguments'       => '引數:',
    'helpDescription'     => '說明:',
    'helpOptions'         => '選項:',
    'helpUsage'           => '應用:',
    'invalidColor'        => '無效的 {0} 顏色: {1} 。',
    'namespaceNotDefined' => '命名空間 "{0}" 未被宣告。',
];