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/th.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'    => 'อาทิตย์',

];