This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* Bootstrap Table Turkish translation
* Author: Emin Şen
* Author: Sercan Cakir <srcnckr@gmail.com>
*/
(function ($) {
'use strict';
$.fn.bootstrapTable.locales['tr-TR'] = {
formatLoadingMessage: function () {
return 'Yükleniyor, lütfen bekleyin...';
},
formatRecordsPerPage: function (pageNumber) {
return 'Sayfa başına ' + pageNumber + ' kayıt.';
},
formatShowingRows: function (pageFrom, pageTo, totalRows) {