mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-05 01:26:21 +00:00
d2ea10e90e
Bootstrap-table loads locally and no longer from CDN Localized commit date on admin page
7 lines
989 B
JavaScript
7 lines
989 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["uz-Latn-UZ"]={formatLoadingMessage:function(){return"Yuklanyapti, iltimos kuting..."},formatRecordsPerPage:function(a){return a+" qator har sahifada"},formatShowingRows:function(a,b,c){return"Ko'rsatypati "+a+" dan "+b+" gacha "+c+" qatorlarni"},formatSearch:function(){return"Qidirish"},formatNoMatches:function(){return"Hech narsa topilmadi"},formatPaginationSwitch:function(){return"Sahifalashni yashirish/ko'rsatish"},formatRefresh:function(){return"Yangilash"},formatToggle:function(){return"Ko'rinish"},formatColumns:function(){return"Ustunlar"},formatAllRows:function(){return"Hammasi"},formatExport:function(){return"Eksport"},formatClearFilters:function(){return"Filtrlarni tozalash"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["uz-Latn-UZ"])}(jQuery); |