Plugins/i18n/te.js

42 lines
1.9 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(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 {
"infoThousands": ",",
"search": "వెతà±<C3A0>à°•à±<C3A0>:",
"paginate": {
"first": "మొదటి",
"last": "చివరి",
"next": "తరà±<C3A0>వాత",
"previous": "à°®à±<C3A0>à°¨à±<C3A0>పటి"
},
"aria": {
"sortAscending": ": నిలà±<C3A0>వరà±<C3A0>సనà±<C3A0> ఆరోహణ à°•à±<C3A0>రమఠఅమరà±<C3A0>à°šà°à°¡à°¿",
"sortDescending": ": నిలà±<C3A0>వరà±<C3A0>సనà±<C3A0> అవరోహణ à°•à±<C3A0>రమఠఅమరà±<C3A0>à°šà°à°¡à°¿"
},
"autoFill": {
"cancel": "à°°à°¦à±<C3A0>à°¦à±<C3A0> చేయండి",
"fill": "à°…à°¨à±<C3A0>ని à°—à°¡à±<C3A0>à°²à±<C3A0> <i>%d<\/i> తో నింపండి",
"fillHorizontal": "à°…à°¡à±<C3A0>à°¡à°®à±<C3A0>à°—à°¾ à°—à°¡à±<C3A0>లనà±<C3A0> నింపండి",
"fillVertical": "నిలà±<C3A0>à°µà±<C3A0>à°—à°¾ à°—à°¡à±<C3A0>లనà±<C3A0> నింపండి"
},
"emptyTable": "పటà±<C3A0>టికలౠసమాచారం లేదà±<C3A0>.",
"info": "మొతà±<C3A0>తఠ_TOTAL_ నమà±à°¦à±<C3A0>à°² లో _START_ à°¨à±<C3A0>à°à°¡à°¿ _END_ వరకà±<C3A0> à°šà±à°ªà°¿à°¸à±<C3A0>à°¤à±<C3A0>à°¨à±<C3A0>నాà°",
"infoEmpty": "0 నమà±à°¦à±<C3A0>à°² లో 0 à°¨à±<C3A0>à°à°¡à°¿ 0 వరకà±<C3A0> à°šà±à°ªà°¿à°¸à±<C3A0>à°¤à±<C3A0>à°¨à±<C3A0>నాà°",
"infoFiltered": " (_MAX_ నమà±à°¦à±<C3A0>à°² లో à°¨à±<C3A0>à°à°¡à°¿ వడపోసినవి)",
"lengthMenu": " _MENU_ నమà±à°¦à±<C3A0>à°²à±<C3A0> à°šà±à°ªà°¿à°à°šà±<C3A0>",
"loadingRecords": "సమాచారం వసà±<C3A0>à°¤à±<C3A0>à°¨à±<C3A0>నది...",
"processing": "à°ªà±<C3A0>à°°à°•à±<C3A0>రియలౠఉనà±<C3A0>నఀ¦à°¿...",
"zeroRecords": "సరిపోలిన నమà±à°¦à±<C3A0>à°²à±<C3A0> లేవà±<C3A0>"
};
}));