| 
				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.5/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.
 */
// Time language settings
return [
    'invalidFormat'  => '"{0}" 不是一个有效的日期时间格式',
    'invalidMonth'   => '月份数必须在 1 到 12 之间。当前是 {0}',
    'invalidDay'     => '日期数必须在 1 到 31 之间。当前是 {0}',
    'invalidOverDay' => '日期数必须在 1 到 {0} 之间。当前是 {1}',
    'invalidHours'   => '小时数必须在 0 到 23 之间。当前是 {0}',
    'invalidMinutes' => '分钟数必须在 0 到 59 之间。当前是 {0}',
    'invalidSeconds' => '秒数必须在 0 到 59 之间。当前是 {0}',
    'years'          => '{0} 年',
    'months'         => '{0} 月',
    'weeks'          => '{0} 星期',
    'days'           => '{0} 天',
    'hours'          => '{0} 小时',
    'minutes'        => '{0} 分钟',
    'seconds'        => '{0} 秒',
    'ago'            => '{0} 以前',
    'inFuture'       => '{0} 后',
    'yesterday'      => '昨天',
    'tomorrow'       => '明天',
    'now'            => '当前',
];