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 Persian translation
* Author: MJ Vakili <mjv.1989@Gmail.com>
*/
(function ($) {
'use strict';
$.fn.bootstrapTable.locales['fa-IR'] = {
formatLoadingMessage: function () {
return 'در حال بارگذاری, لطفا صبر کنید...';
},
formatRecordsPerPage: function (pageNumber) {
return pageNumber + ' رکورد در صفحه';
},
formatShowingRows: function (pageFrom, pageTo, totalRows) {
return 'نمایش ' + pageFrom + ' تا ' + pageTo + ' از ' + totalRows + ' ردیف';