Blame view

node_modules/element-ui/lib/umd/locale/bn.js 4.85 KB
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
  (function (global, factory) {
    if (typeof define === "function" && define.amd) {
      define('element/locale/bn', ['exports'], factory);
    } else if (typeof exports !== "undefined") {
      factory(exports);
    } else {
      var mod = {
        exports: {}
      };
      factory(mod.exports);
      global.ELEMENT.lang = global.ELEMENT.lang || {}; 
      global.ELEMENT.lang.bn = mod.exports;
    }
  })(this, function (exports) {
    'use strict';
  
    exports.__esModule = true;
    exports.default = {
      el: {
        colorpicker: {
          confirm: 'নিশ্চিত',
          clear: 'খালি'
        },
        datepicker: {
          now: 'এখন',
          today: 'আজকাল',
          cancel: 'বাতিল করুন',
          clear: 'খালি',
          confirm: 'নিশ্চিত',
          selectDate: 'তারিখ নির্বাচন করুন',
          selectTime: 'নির্বাচনের সময়কাল',
          startDate: 'শুরুর তারিখ',
          startTime: 'শুরুর সময়',
          endDate: 'শেষ তারিখ',
          endTime: 'শেষ সময়',
          prevYear: 'গত বছর',
          nextYear: 'আগামী বছর',
          prevMonth: 'গত মাসে',
          nextMonth: 'পরের মাসে',
          year: 'বছর',
          month1: 'জানুয়ারি',
          month2: 'ফেব্রুয়ারি',
          month3: 'মার্চ',
          month4: 'এপ্রিল',
          month5: 'মে',
          month6: 'জুন',
          month7: 'জুলাই',
          month8: 'আগস্ট',
          month9: 'সেপ্টেম্বর',
          month10: 'অক্টোবর',
          month11: 'নভেম্বর',
          month12: 'ডিসেম্বর',
          // week: '周次',
          weeks: {
            sun: 'রবিবার',
            mon: 'সোমবারে',
            tue: 'মঙ্গলবার',
            wed: 'বুধবার',
            thu: 'বৃহস্পতিবার',
            fri: 'শুক্রবার',
            sat: 'শনিবার'
          },
          months: {
            jan: 'জানুয়ারি',
            feb: 'ফেব্রুয়ারি',
            mar: 'মার্চ',
            apr: 'এপ্রিল',
            may: 'মে',
            jun: 'জুন',
            jul: 'জুলাই',
            aug: 'আগস্ট',
            sep: 'সেপ্টেম্বর',
            oct: 'অক্টোবর',
            nov: 'নভেম্বর',
            dec: 'ডিসেম্বর'
          }
        },
        select: {
          loading: 'লোড হচ্ছে',
          noMatch: 'কোন মিল তথ্য',
          noData: 'কোন তথ্য নেই',
          placeholder: 'পছন্দ কর'
        },
        cascader: {
          noMatch: 'কোন মিল তথ্য',
          loading: 'লোড হচ্ছে',
          placeholder: 'পছন্দ কর',
          noData: 'কোন তথ্য নেই'
        },
        pagination: {
          goto: 'যাও',
          pagesize: 'প্রবন্ধ/পৃষ্ঠা',
          total: 'সর্বমোট {total} ফালা',
          pageClassifier: 'পাতা'
        },
        messagebox: {
          title: 'ইঙ্গিত',
          confirm: 'নিশ্চিত',
          cancel: 'বাতিল করুন',
          error: 'প্রবেশ করা তথ্য অবৈধ!'
        },
        upload: {
          deleteTip: 'অনুসারে delete মুছে ফেলা',
          delete: 'মুছে ফেলা',
          preview: 'ভিউ ইমেজ',
          continue: 'আপলোড চালিয়ে যান'
        },
        table: {
          emptyText: 'কোন তথ্য নেই',
          confirmFilter: 'ছাঁকনি',
          resetFilter: 'রিসেট',
          clearFilter: 'সব',
          sumText: 'মোট'
        },
        tree: {
          emptyText: 'কোন তথ্য নেই'
        },
        transfer: {
          noMatch: 'কোন মিল তথ্য',
          noData: 'কোন তথ্য নেই',
          titles: ['তালিকা 1', 'তালিকা 2'],
          filterPlaceholder: 'অনুসন্ধান বিষয়বস্তু লিখুন',
          noCheckedFormat: 'মোট {total} আইটেম',
          hasCheckedFormat: 'নির্বাচিত {checked}/{total}  আইটেম'
        },
        image: {
          error: 'লোড করতে ব্যর্থ'
        },
        pageHeader: {
          title: 'প্রত্যাবর্তন'
        },
        popconfirm: {
          confirmButtonText: 'নিশ্চিত',
          cancelButtonText: 'বাতিল করুন'
        },
        empty: {
          description: 'কোন তথ্য নেই'
        }
      }
    };
  });