datatables.net-plugins
Version:
Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.
51 lines (50 loc) • 1.44 kB
JavaScript
(function( factory ) {
if ( typeof define === 'function' && define.amd ) {
// AMD
define( [], factory);
}
else if ( typeof exports === 'object' ) {
// CommonJS
module.exports = factory();
}
// No browser loader - use JSON, ESM, CJS or AMD
}
(function() {
return {
"aria": {
"paginate": {
"first": "መጀመሪያ",
"last": "መጨረሻ",
"next": "ቀጣዩ",
"previous": "የበፊቱ"
}
},
"autoFill": {
"info": ""
},
"decimal": "",
"emptyTable": "ባዶ ሰንጠረዥ",
"info": "ከጠቅላላው _TOTAL_ ዝርዝሮች ውስጥ ከ _START_ እስከ _END_ ያሉት ዝርዝር",
"infoEmpty": "ከጠቅላላው 0 ዝርዝሮች ውስጥ ከ 0 እስከ 0 ያሉት ዝርዝር",
"infoFiltered": "(ከጠቅላላው _MAX_ የተመረጡ ዝርዝሮች)",
"infoPostFix": "",
"infoThousands": ",",
"lengthMenu": "የዝርዝሮች ብዛት _MENU_",
"loadingRecords": "በማቅረብ ላይ...",
"processing": "በማቀናበር ላይ...",
"search": "ፈልግ:",
"searchPlaceholder": "",
"select": {
"cells": {
"0": ""
},
"columns": {
"0": ""
},
"rows": {
"0": ""
}
},
"zeroRecords": "ከሚፈለገው ጋር የሚሚሳሰል ዝርዝር አልተገኘም"
};
}));