| 
				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.7/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.
 */
// 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, plural, =1{# 年} other{# 年}}',
    'months'         => '{0, plural, =1{# 月} other{# 月}}',
    'weeks'          => '{0, plural, =1{# 周} other{# 周}}',
    'days'           => '{0, plural, =1{# 日} other{# 日}}',
    'hours'          => '{0, plural, =1{# 小時} other{# 小時}}',
    'minutes'        => '{0, plural, =1{# 分鐘} other{# 分鐘}}',
    'seconds'        => '{0, plural, =1{# 秒數} other{# 秒數}}',
    'ago'            => '{0} 以前',
    'inFuture'       => '在 {0}',
    'yesterday'      => '昨天',
    'tomorrow'       => '明天',
    'now'            => '當前',
];