datatables.net-plugins
Version:
Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.
51 lines (50 loc) • 1.77 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": "ಯಾವುದೇ ಹೊಂದಾಣಿಕೆಯ ದಾಖಲೆಗಳು ಇಲ್ಲ"
};
}));