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/bd.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'    => 'রবিবার',

];