|
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.11/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.
*/
// Publisher language settings
return [
'collision' => '分发器在将 {1} 复制到 {2} 时遇到了非预期的 {0}。',
'destinationNotAllowed' => '目的地目录不在允许的分发器目录列表中: {0}',
'fileNotAllowed' => '文件 {0} 因为以下限制而失败 {1}: {2}',
// Publish Command
'publishMissing' => '在所有命名空间中没有检测到分发器 {0}。',
'publishSuccess' => '{0} 分发了 {1} 个文件到 {2}.',
'publishFailure' => '{0} 无法分发到 {1}!',
];