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' => 'রবিবার',
];