|
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.bak2/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.
*/
// CLI language settings
return [
'altCommandPlural' => '你是指以下命令中的一个吗?',
'altCommandSingular' => '你是指这个命令吗?',
'commandNotFound' => '命令 "{0}" 没有找到。',
'generator' => [
'cancelOperation' => '操作已取消。',
'className' => [
'command' => '命令 (Command) 类名',
'config' => '配置 (Config) 类名',
'controller' => '控制器 (Controller) 类名',
'default' => '类 (Class) 名',
'entity' => '实体 (Entity) 类名',
'filter' => '过滤器 (Filter) 类名',
'migration' => '迁移器 (Migration) 类名',
'model' => '模型 (Model) 类名',
'seeder' => '种子 (Seeder) 类名',
'validation' => '验证器 (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}" 未定义。',
];