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.
 
 
 
 

141 lines
4.9 KiB

(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: 'কন তথয নই'
}
}
};
});