File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ import type { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'bn_BD' ,
5+ today : 'আজ' ,
6+ now : 'এখন' ,
7+ backToToday : 'আজকে ফিরে চলুন' ,
8+ ok : 'ওকে' ,
9+ clear : 'পরিস্কার' ,
10+ month : 'মাস' ,
11+ year : 'বছর' ,
12+ timeSelect : 'সময় নির্বাচন' ,
13+ dateSelect : 'তারিখ নির্বাচন' ,
14+ weekSelect : 'সপ্তাহ পছন্দ করুন' ,
15+ monthSelect : 'মাস পছন্দ করুন' ,
16+ yearSelect : 'বছর পছন্দ করুন' ,
17+ decadeSelect : 'একটি দশক পছন্দ করুন' ,
18+ yearFormat : 'YYYY' ,
19+ dateFormat : 'M/D/YYYY' ,
20+ dayFormat : 'D' ,
21+ dateTimeFormat : 'D/M/YYYY HH:mm:ss' ,
22+ monthBeforeYear : true ,
23+ previousMonth : 'গত মাস (PageUp)' ,
24+ nextMonth : 'আগামী মাস (PageDown)' ,
25+ previousYear : 'গত বছর (Control + left)' ,
26+ nextYear : 'আগামী বছর (Control + right)' ,
27+ previousDecade : 'গত দশক' ,
28+ nextDecade : 'পরের দশক' ,
29+ previousCentury : 'গত শতাব্দী' ,
30+ nextCentury : 'পরের শতাব্দী' ,
31+ } ;
32+
33+ export default locale ;
You can’t perform that action at this time.
0 commit comments