mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-12 14:01:51 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.tr.js
Normal file
30
jtable/lib/localization/jquery.jtable.tr.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Turkish' language.
|
||||
Author: Halil İbrahim Kalkan
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Sunucu ile iletişim kurulurken bir hata oluştu.',
|
||||
loadingMessage: 'Kayıtlar yükleniyor...',
|
||||
noDataAvailable: 'Hiç kayıt bulunmamaktadır!',
|
||||
addNewRecord: 'Yeni kayıt ekle',
|
||||
editRecord: 'Kayıt düzenle',
|
||||
areYouSure: 'Emin misiniz?',
|
||||
deleteConfirmation: 'Bu kayıt silinecektir. Emin misiniz?',
|
||||
save: 'Kaydet',
|
||||
saving: 'Kaydediyor',
|
||||
cancel: 'İptal',
|
||||
deleteText: 'Sil',
|
||||
deleting: 'Siliyor',
|
||||
error: 'Hata',
|
||||
close: 'Kapat',
|
||||
cannotLoadOptionsFor: '{0} alanı için seçenekler yüklenemedi!',
|
||||
pagingInfo: 'Gösterilen: {0}-{1}, Toplam: {2}',
|
||||
canNotDeletedRecords: '{1} kayıttan {0} adedi silinemedi!',
|
||||
deleteProggress: '{1} kayıttan {0} adedi silindi, devam ediliyor...',
|
||||
pageSizeChangeLabel: 'Satır sayısı',
|
||||
gotoPageLabel: 'Sayfaya git'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue