Skip to content

Commit

Permalink
Merge pull request #2001 from mpm2050/patch-1
Browse files Browse the repository at this point in the history
Tamil Localization for jtable (jquery.jtable.ta)
  • Loading branch information
hikalkan authored Oct 14, 2016
2 parents 80591ed + 7d063cd commit 96474d6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lib/localization/jquery.jtable.ta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
jTable localization file for 'Tamil-தமிழ்' language.
Author: pitchaimuthu2050
*/
(function ($) {

$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'வழங்கியுடன் தொடர்பை ஏற்படுத்துவதில் பிழை ',
loadingMessage: 'தரவுகள் ஏற்கப்படுகின்றன',
noDataAvailable: 'எந்தவொரு தகவலும் இல்லை',
addNewRecord: 'சேர்க்க',
editRecord: 'திருத்த',
areYouSure: 'உறுதியாக?',
deleteConfirmation: 'உறுதியாக இத்தரவை அழிக்கவா?',
save: 'சேமி',
saving: 'சேமிக்கப்படுகிறது',
cancel: 'விலக்கு',
deleteText: 'அழி',
deleting: 'அழிக்கப்படுகிறது',
error: 'பிழை',
close: 'மூடு',
cannotLoadOptionsFor: 'தெரிவுகளை ஏற்பதில் பிழை',
pagingInfo: 'பக்க விபரம்',
canNotDeletedRecords: 'விபரங்களை அழிக்க முடியவில்லை',
deleteProggress: 'விபரங்கள் அழிக்கப்படுகிறது',
pageSizeChangeLabel: 'பக்க எண்ணிக்கை',
gotoPageLabel: 'இப்பக்கம் செல்'
});

})(jQuery);

0 comments on commit 96474d6

Please sign in to comment.