Adding support for bower and reorganizing so when its used via bower it will be manageable for a dev.
This commit is contained in:
24
bower_components/datatables-plugins/i18n/Turkish.lang
vendored
Normal file
24
bower_components/datatables-plugins/i18n/Turkish.lang
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Turkish translation
|
||||
* @name Turkish
|
||||
* @anchor Turkish
|
||||
* @author Umit Gorkem
|
||||
*/
|
||||
|
||||
{
|
||||
"sProcessing": "İşleniyor...",
|
||||
"sLengthMenu": "Sayfada _MENU_ Kayıt Göster",
|
||||
"sZeroRecords": "Eşleşen Kayıt Bulunmadı",
|
||||
"sInfo": " _TOTAL_ Kayıttan _START_ - _END_ Arası Kayıtlar",
|
||||
"sInfoEmpty": "Kayıt Yok",
|
||||
"sInfoFiltered": "( _MAX_ Kayıt İçerisinden Bulunan)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Bul:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "İlk",
|
||||
"sPrevious": "Önceki",
|
||||
"sNext": "Sonraki",
|
||||
"sLast": "Son"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user