Skip to content

Commit

Permalink
Merge pull request #466 from EhsanCh/master
Browse files Browse the repository at this point in the history
Persian Language
  • Loading branch information
hikalkan committed Sep 2, 2013
2 parents c96d635 + 2a54451 commit 4d2ec0b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lib/localization/jquery.jtable.fa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
jTable localization file for 'Persian (Farsi)' language.
Author: Ehsan Chavoshi
*/
(function ($) {

$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'خطا در برقراری ارتباط با سرور!',
loadingMessage: 'بارگزاری اطلاعات ...',
noDataAvailable: 'هیچ داده ای موجود نیست!!',
addNewRecord: 'رکورد جدید'
editRecord: 'ویرایش'
areYouSure: 'آیا اطمینان دارید ؟',
deleteConfirmation: 'این از حذف این رکورد اطمینان دارید ؟',
save: 'ذخیره',
saving: 'در حال ذخیره',
cancel: 'انصراف',
deleteText: 'حذف',
deleting: 'در حال حذف',
error: 'خطا',
close: 'بستن',
cannotLoadOptionsFor: 'امکان بارگذاری انتخابها نیست برای فیلد {0}'
pagingInfo: 'نمایش {0}-{1} از {2}',
canNotDeletedRecords: 'نمیتوان {0} از {1} رکورد را حذف کرد!',
deleteProggress: 'حذف {0} از {1} رکورد,در حال پردازش ...'
pageSizeChangeLabel: 'تعداد خطوط',
gotoPageLabel: 'برو به صفحه'
});

})(jQuery);

0 comments on commit 4d2ec0b

Please sign in to comment.