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/vi.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 trước',
    'from_now'  => ':time từ bây giờ',
    'after'     => ':time sau',
    'before'    => ':time trước',
    'year'      => ':count năm',
    'month'     => ':count tháng',
    'week'      => ':count tuần',
    'day'       => ':count ngày',
    'hour'      => ':count giờ',
    'minute'    => ':count phút',
    'second'    => ':count giây',

    'january'   => 'Tháng một',
    'february'  => 'Tháng hai',
    'march'     => 'Tháng ba',
    'april'     => 'Tháng tư',
    'may'       => 'Tháng năm',
    'june'      => 'Tháng sáu',
    'july'      => 'Tháng bảy',
    'august'    => 'Tháng tám',
    'september' => 'Tháng chín',
    'october'   => 'Tháng mười',
    'november'  => 'Tháng mười một',
    'december'  => 'Tháng mười hai',

    'monday'    => 'Thứ hai',
    'tuesday'   => 'Thứ ba',
    'wednesday' => 'Thứ tư',
    'thursday'  => 'Thứ năm',
    'friday'    => 'Thứ sáu',
    'saturday'  => 'Thứ bảy',
    'sunday'    => 'Chủ nhật',

];