You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-picker/es/locale/bn_BD.js

30 lines
1.1 KiB

var locale = {
locale: 'bn_BD',
today: 'আজ',
now: 'এখন',
backToToday: 'আজকে ফিরে চলুন',
ok: 'ওকে',
clear: 'পরিস্কার',
month: 'মাস',
year: 'বছর',
timeSelect: 'সময় নির্বাচন',
dateSelect: 'তারিখ নির্বাচন',
weekSelect: 'সপ্তাহ পছন্দ করুন',
monthSelect: 'মাস পছন্দ করুন',
yearSelect: 'বছর পছন্দ করুন',
decadeSelect: 'একটি দশক পছন্দ করুন',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'গত মাস (PageUp)',
nextMonth: 'আগামী মাস (PageDown)',
previousYear: 'গত বছর (Control + left)',
nextYear: 'আগামী বছর (Control + right)',
previousDecade: 'গত দশক',
nextDecade: 'পরের দশক',
previousCentury: 'গত শতাব্দী',
nextCentury: 'পরের শতাব্দী'
};
export default locale;