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.
 
 
 
 

142 lines
4.6 KiB

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('element/locale/si', ['module', 'exports'], factory);
} else if (typeof exports !== "undefined") {
factory(module, exports);
} else {
var mod = {
exports: {}
};
factory(mod, mod.exports);
global.ELEMENT.lang = global.ELEMENT.lang || {};
global.ELEMENT.lang.si = mod.exports;
}
})(this, function (module, 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: 'මකනන',
preview: 'පරදසන',
continue: 'ඉදයට'
},
table: {
emptyText: 'දතත නත',
confirmFilter: 'තහව',
resetFilter: 'යළ සකසනන',
clearFilter: 'සයලල',
sumText: 'එකතව'
},
tree: {
emptyText: 'දතත නත'
},
transfer: {
noMatch: 'ගළපන දතත නත',
noData: 'තරනන',
titles: ['ලඛනය 1', 'ලඛනය 2'], // to be translated
filterPlaceholder: 'මලපදය යදනන', // to be translated
noCheckedFormat: 'අථක {total}', // to be translated
hasCheckedFormat: '{checked}/{total} පරය' // to be translated
},
image: {
error: 'අසමතය'
},
pageHeader: {
title: 'ආපස' // to be translated
},
popconfirm: {
confirmButtonText: 'ඔව',
cancelButtonText: 'න'
},
empty: {
description: 'දතත නත'
}
}
};
module.exports = exports['default'];
});