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.
44 lines
1.1 KiB
JavaScript
44 lines
1.1 KiB
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 {
|
|
"autoFill": {
|
|
"cancel": "منسوخ"
|
|
},
|
|
"buttons": {
|
|
"collection": "سھيڙ",
|
|
"colvis": "ڪالم جو ڏيک",
|
|
"colvisRestore": "ڏيک ڦيرايو",
|
|
"copy": "ڪاپي ڪريو",
|
|
"copyTitle": "ڪلپ بورڊ ۾ ڪاپي ڪريو",
|
|
"csv": "سي.ايس.وِي",
|
|
"excel": "ايڪسل",
|
|
"pdf": "پي.ڊي.ايف",
|
|
"print": "پرنٽ"
|
|
},
|
|
"emptyTable": "ٽيبل ۾ ڪوبہ مواد ناھي",
|
|
"paginate": {
|
|
"first": "پھريون",
|
|
"last": "آخري",
|
|
"next": "اڳيون",
|
|
"previous": "پويون"
|
|
},
|
|
"processing": "پراسيس ڪري رھيو آھي",
|
|
"search": "ڳولا",
|
|
"searchBuilder": {
|
|
"add": "سھيڙ شامل ڪريو",
|
|
"clearAll": "سڀ صاف ڪريو",
|
|
"data": "ڊيٽا"
|
|
}
|
|
};
|
|
}));
|