HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/zh.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Date Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used by the date library. Each line can
    | have a singular and plural translation separated by a '|'.
    |
    */

    'ago'       => ':time前',
    'from_now'  => ':time距现在',
    'after'     => ':time后',
    'before'    => ':time前',
    'year'      => ':count年',
    'month'     => ':count月',
    'week'      => ':count周',
    'day'       => ':count天',
    'hour'      => ':count小时',
    'minute'    => ':count分钟',
    'second'    => ':count秒',

    'january'   => '一月',
    'february'  => '二月',
    'march'     => '三月',
    'april'     => '四月',
    'may'       => '五月',
    'june'      => '六月',
    'july'      => '七月',
    'august'    => '八月',
    'september' => '九月',
    'october'   => '十月',
    'november'  => '十一月',
    'december'  => '十二月',

    'monday'    => '星期一',
    'tuesday'   => '星期二',
    'wednesday' => '星期三',
    'thursday'  => '星期四',
    'friday'    => '星期五',
    'saturday'  => '星期六',
    'sunday'    => '星期日',

];