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.
 
 
 
 
 
 
zhishifufei_php/public/pc/element-ui/lib/umd/locale/ta.js

141 lines
5.3 KiB

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('element/locale/ta', ['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.ta = 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: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
year: 'வரடம',
month1: 'ஜனவரி',
month2: 'பிரவரி',
month3: 'ம',
month4: 'ஏபரல',
month5: 'ம',
month6: 'ஜ',
month7: 'ஜ',
month8: 'ஆகஸ',
month9: 'சடமபர',
month10: 'அகபர',
month11: 'நவமபர',
month12: 'டிசமபர',
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: '/page',
total: 'மதம {total}',
pageClassifier: ''
},
messagebox: {
title: 'சி',
confirm: 'உறி',
cancel: 'ரத',
error: 'பித உள'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
delete: 'ந',
preview: 'மடம',
continue: 'தடர'
},
table: {
emptyText: 'தரவ இல',
confirmFilter: 'உறி',
resetFilter: 'பறம',
clearFilter: 'அன',
sumText: 'க'
},
tree: {
emptyText: 'தரவ இல'
},
transfer: {
noMatch: 'பதமன தரவிகவி',
noData: 'தரவ இல',
titles: ['படியல 1', 'படியல 2'],
filterPlaceholder: 'ச உள',
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} தயபபடடவகள'
},
image: {
error: 'FAILED' // to be translated
},
pageHeader: {
title: 'Back' // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
},
empty: {
description: 'தரவ இல'
}
}
};
module.exports = exports['default'];
});