mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-06 01:56:23 +00:00
d2ea10e90e
Bootstrap-table loads locally and no longer from CDN Localized commit date on admin page
7 lines
905 B
JavaScript
7 lines
905 B
JavaScript
/*
|
|
* bootstrap-table - v1.12.1 - 2018-03-12
|
|
* https://github.com/wenzhixin/bootstrap-table
|
|
* Copyright (c) 2018 zhixin wen
|
|
* Licensed MIT License
|
|
*/
|
|
!function(a){"use strict";a.fn.bootstrapTable.locales["ar-SA"]={formatLoadingMessage:function(){return"جاري التحميل, يرجى الإنتظار..."},formatRecordsPerPage:function(a){return a+" سجل لكل صفحة"},formatShowingRows:function(a,b,c){return"الظاهر "+a+" إلى "+b+" من "+c+" سجل"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاءإظهار ترقيم الصفحات"},formatRefresh:function(){return"تحديث"},formatToggle:function(){return"تغيير"},formatColumns:function(){return"أعمدة"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["ar-SA"])}(jQuery); |