UNPKG

120 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define([], factory);
4 } else if (typeof exports !== "undefined") {
5 factory();
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory();
11 global.bootstrapTableAfZA = mod.exports;
12 }
13})(this, function () {
14 'use strict';
15
16 /**
17 * Bootstrap Table Afrikaans translation
18 * Author: Phillip Kruger <phillip.kruger@gmail.com>
19 */
20 (function ($) {
21 $.fn.bootstrapTable.locales['af-ZA'] = {
22 formatLoadingMessage: function formatLoadingMessage() {
23 return 'Besig om te laai, wag asseblief';
24 },
25 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
26 return pageNumber + ' rekords per bladsy';
27 },
28 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
29 return 'Resultate ' + pageFrom + ' tot ' + pageTo + ' van ' + totalRows + ' rye';
30 },
31 formatDetailPagination: function formatDetailPagination(totalRows) {
32 return 'Showing ' + totalRows + ' rows';
33 },
34 formatSearch: function formatSearch() {
35 return 'Soek';
36 },
37 formatNoMatches: function formatNoMatches() {
38 return 'Geen rekords gevind nie';
39 },
40 formatPaginationSwitch: function formatPaginationSwitch() {
41 return 'Wys/verberg bladsy nummering';
42 },
43 formatRefresh: function formatRefresh() {
44 return 'Herlaai';
45 },
46 formatToggle: function formatToggle() {
47 return 'Wissel';
48 },
49 formatColumns: function formatColumns() {
50 return 'Kolomme';
51 },
52 formatFullscreen: function formatFullscreen() {
53 return 'Fullscreen';
54 },
55 formatAllRows: function formatAllRows() {
56 return 'All';
57 },
58 formatAutoRefresh: function formatAutoRefresh() {
59 return 'Auto Refresh';
60 },
61 formatExport: function formatExport() {
62 return 'Export data';
63 },
64 formatClearFilters: function formatClearFilters() {
65 return 'Clear filters';
66 },
67 formatJumpto: function formatJumpto() {
68 return 'GO';
69 },
70 formatAdvancedSearch: function formatAdvancedSearch() {
71 return 'Advanced search';
72 },
73 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
74 return 'Close';
75 }
76 };
77
78 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['af-ZA']);
79 })(jQuery);
80});
81(function (global, factory) {
82 if (typeof define === "function" && define.amd) {
83 define([], factory);
84 } else if (typeof exports !== "undefined") {
85 factory();
86 } else {
87 var mod = {
88 exports: {}
89 };
90 factory();
91 global.bootstrapTableArSA = mod.exports;
92 }
93})(this, function () {
94 'use strict';
95
96 /**
97 * Bootstrap Table English translation
98 * Author: Zhixin Wen<wenzhixin2010@gmail.com>
99 */
100 (function ($) {
101 $.fn.bootstrapTable.locales['ar-SA'] = {
102 formatLoadingMessage: function formatLoadingMessage() {
103 return 'جاري التحميل, يرجى الإنتظار';
104 },
105 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
106 return pageNumber + ' \u0633\u062C\u0644 \u0644\u0643\u0644 \u0635\u0641\u062D\u0629';
107 },
108 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
109 return '\u0627\u0644\u0638\u0627\u0647\u0631 ' + pageFrom + ' \u0625\u0644\u0649 ' + pageTo + ' \u0645\u0646 ' + totalRows + ' \u0633\u062C\u0644';
110 },
111 formatDetailPagination: function formatDetailPagination(totalRows) {
112 return 'Showing ' + totalRows + ' rows';
113 },
114 formatSearch: function formatSearch() {
115 return 'بحث';
116 },
117 formatNoMatches: function formatNoMatches() {
118 return 'لا توجد نتائج مطابقة للبحث';
119 },
120 formatPaginationSwitch: function formatPaginationSwitch() {
121 /* eslint-disable no-useless-escape */
122 return 'إخفاء\إظهار ترقيم الصفحات';
123 },
124 formatRefresh: function formatRefresh() {
125 return 'تحديث';
126 },
127 formatToggle: function formatToggle() {
128 return 'تغيير';
129 },
130 formatColumns: function formatColumns() {
131 return 'أعمدة';
132 },
133 formatFullscreen: function formatFullscreen() {
134 return 'Fullscreen';
135 },
136 formatAllRows: function formatAllRows() {
137 return 'All';
138 },
139 formatAutoRefresh: function formatAutoRefresh() {
140 return 'Auto Refresh';
141 },
142 formatExport: function formatExport() {
143 return 'Export data';
144 },
145 formatClearFilters: function formatClearFilters() {
146 return 'Clear filters';
147 },
148 formatJumpto: function formatJumpto() {
149 return 'GO';
150 },
151 formatAdvancedSearch: function formatAdvancedSearch() {
152 return 'Advanced search';
153 },
154 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
155 return 'Close';
156 }
157 };
158
159 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ar-SA']);
160 })(jQuery);
161});
162(function (global, factory) {
163 if (typeof define === "function" && define.amd) {
164 define([], factory);
165 } else if (typeof exports !== "undefined") {
166 factory();
167 } else {
168 var mod = {
169 exports: {}
170 };
171 factory();
172 global.bootstrapTableCaES = mod.exports;
173 }
174})(this, function () {
175 'use strict';
176
177 /**
178 * Bootstrap Table Catalan translation
179 * Authors: Marc Pina<iwalkalone69@gmail.com>
180 * Claudi Martinez<claudix.kernel@gmail.com>
181 */
182 (function ($) {
183 $.fn.bootstrapTable.locales['ca-ES'] = {
184 formatLoadingMessage: function formatLoadingMessage() {
185 return 'Espereu, si us plau';
186 },
187 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
188 return pageNumber + ' resultats per p\xE0gina';
189 },
190 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
191 return 'Mostrant de ' + pageFrom + ' fins ' + pageTo + ' - total ' + totalRows + ' resultats';
192 },
193 formatDetailPagination: function formatDetailPagination(totalRows) {
194 return 'Showing ' + totalRows + ' rows';
195 },
196 formatSearch: function formatSearch() {
197 return 'Cerca';
198 },
199 formatNoMatches: function formatNoMatches() {
200 return 'No s\'han trobat resultats';
201 },
202 formatPaginationSwitch: function formatPaginationSwitch() {
203 return 'Amaga/Mostra paginació';
204 },
205 formatRefresh: function formatRefresh() {
206 return 'Refresca';
207 },
208 formatToggle: function formatToggle() {
209 return 'Alterna formatació';
210 },
211 formatColumns: function formatColumns() {
212 return 'Columnes';
213 },
214 formatFullscreen: function formatFullscreen() {
215 return 'Fullscreen';
216 },
217 formatAllRows: function formatAllRows() {
218 return 'Tots';
219 },
220 formatAutoRefresh: function formatAutoRefresh() {
221 return 'Auto Refresh';
222 },
223 formatExport: function formatExport() {
224 return 'Export data';
225 },
226 formatClearFilters: function formatClearFilters() {
227 return 'Clear filters';
228 },
229 formatJumpto: function formatJumpto() {
230 return 'GO';
231 },
232 formatAdvancedSearch: function formatAdvancedSearch() {
233 return 'Advanced search';
234 },
235 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
236 return 'Close';
237 }
238 };
239
240 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ca-ES']);
241 })(jQuery);
242});
243(function (global, factory) {
244 if (typeof define === "function" && define.amd) {
245 define([], factory);
246 } else if (typeof exports !== "undefined") {
247 factory();
248 } else {
249 var mod = {
250 exports: {}
251 };
252 factory();
253 global.bootstrapTableCsCZ = mod.exports;
254 }
255})(this, function () {
256 'use strict';
257
258 /**
259 * Bootstrap Table Czech translation
260 * Author: Lukas Kral (monarcha@seznam.cz)
261 * Author: Jakub Svestka <svestka1999@gmail.com>
262 */
263 (function ($) {
264 $.fn.bootstrapTable.locales['cs-CZ'] = {
265 formatLoadingMessage: function formatLoadingMessage() {
266 return 'Čekejte, prosím';
267 },
268 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
269 return pageNumber + ' polo\u017Eek na str\xE1nku';
270 },
271 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
272 return 'Zobrazena ' + pageFrom + '. - ' + pageTo + '. polo\u017Eka z celkov\xFDch ' + totalRows;
273 },
274 formatDetailPagination: function formatDetailPagination(totalRows) {
275 return 'Showing ' + totalRows + ' rows';
276 },
277 formatSearch: function formatSearch() {
278 return 'Vyhledávání';
279 },
280 formatNoMatches: function formatNoMatches() {
281 return 'Nenalezena žádná vyhovující položka';
282 },
283 formatPaginationSwitch: function formatPaginationSwitch() {
284 return 'Skrýt/Zobrazit stránkování';
285 },
286 formatRefresh: function formatRefresh() {
287 return 'Aktualizovat';
288 },
289 formatToggle: function formatToggle() {
290 return 'Přepni';
291 },
292 formatColumns: function formatColumns() {
293 return 'Sloupce';
294 },
295 formatFullscreen: function formatFullscreen() {
296 return 'Fullscreen';
297 },
298 formatAllRows: function formatAllRows() {
299 return 'Vše';
300 },
301 formatAutoRefresh: function formatAutoRefresh() {
302 return 'Auto Refresh';
303 },
304 formatExport: function formatExport() {
305 return 'Export data';
306 },
307 formatClearFilters: function formatClearFilters() {
308 return 'Clear filters';
309 },
310 formatJumpto: function formatJumpto() {
311 return 'GO';
312 },
313 formatAdvancedSearch: function formatAdvancedSearch() {
314 return 'Advanced search';
315 },
316 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
317 return 'Close';
318 }
319 };
320
321 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['cs-CZ']);
322 })(jQuery);
323});
324(function (global, factory) {
325 if (typeof define === "function" && define.amd) {
326 define([], factory);
327 } else if (typeof exports !== "undefined") {
328 factory();
329 } else {
330 var mod = {
331 exports: {}
332 };
333 factory();
334 global.bootstrapTableDaDK = mod.exports;
335 }
336})(this, function () {
337 'use strict';
338
339 /**
340 * Bootstrap Table danish translation
341 * Author: Your Name Jan Borup Coyle, github@coyle.dk
342 */
343 (function ($) {
344 $.fn.bootstrapTable.locales['da-DK'] = {
345 formatLoadingMessage: function formatLoadingMessage() {
346 return 'Indlæser, vent venligst';
347 },
348 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
349 return pageNumber + ' poster pr side';
350 },
351 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
352 return 'Viser ' + pageFrom + ' til ' + pageTo + ' af ' + totalRows + ' r\xE6kke' + (totalRows > 1 ? 'r' : '');
353 },
354 formatDetailPagination: function formatDetailPagination(totalRows) {
355 return 'Viser ' + totalRows + ' r\xE6kke' + (totalRows > 1 ? 'r' : '');
356 },
357 formatSearch: function formatSearch() {
358 return 'Søg';
359 },
360 formatNoMatches: function formatNoMatches() {
361 return 'Ingen poster fundet';
362 },
363 formatPaginationSwitch: function formatPaginationSwitch() {
364 return 'Skjul/vis nummerering';
365 },
366 formatRefresh: function formatRefresh() {
367 return 'Opdater';
368 },
369 formatToggle: function formatToggle() {
370 return 'Skift';
371 },
372 formatColumns: function formatColumns() {
373 return 'Kolonner';
374 },
375 formatFullscreen: function formatFullscreen() {
376 return 'Fullscreen';
377 },
378 formatAllRows: function formatAllRows() {
379 return 'Alle';
380 },
381 formatAutoRefresh: function formatAutoRefresh() {
382 return 'Auto Refresh';
383 },
384 formatExport: function formatExport() {
385 return 'Eksporter';
386 },
387 formatClearFilters: function formatClearFilters() {
388 return 'Ryd filtre';
389 },
390 formatJumpto: function formatJumpto() {
391 return 'GO';
392 },
393 formatAdvancedSearch: function formatAdvancedSearch() {
394 return 'Advanced search';
395 },
396 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
397 return 'Close';
398 }
399 };
400
401 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['da-DK']);
402 })(jQuery);
403});
404(function (global, factory) {
405 if (typeof define === "function" && define.amd) {
406 define([], factory);
407 } else if (typeof exports !== "undefined") {
408 factory();
409 } else {
410 var mod = {
411 exports: {}
412 };
413 factory();
414 global.bootstrapTableDeDE = mod.exports;
415 }
416})(this, function () {
417 'use strict';
418
419 /**
420 * Bootstrap Table German translation
421 * Author: Paul Mohr - Sopamo<p.mohr@sopamo.de>
422 */
423 (function ($) {
424 $.fn.bootstrapTable.locales['de-DE'] = {
425 formatLoadingMessage: function formatLoadingMessage() {
426 return 'Lade, bitte warten';
427 },
428 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
429 return pageNumber + ' Zeilen pro Seite.';
430 },
431 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
432 return 'Zeige Zeile ' + pageFrom + ' bis ' + pageTo + ' von ' + totalRows + ' Zeile' + (totalRows > 1 ? 'n' : '') + '.';
433 },
434 formatDetailPagination: function formatDetailPagination(totalRows) {
435 return 'Zeige ' + totalRows + ' Zeile' + (totalRows > 1 ? 'n' : '') + '.';
436 },
437 formatSearch: function formatSearch() {
438 return 'Suchen';
439 },
440 formatNoMatches: function formatNoMatches() {
441 return 'Keine passenden Ergebnisse gefunden';
442 },
443 formatPaginationSwitch: function formatPaginationSwitch() {
444 return 'Verstecke/Zeige Nummerierung';
445 },
446 formatRefresh: function formatRefresh() {
447 return 'Neu laden';
448 },
449 formatToggle: function formatToggle() {
450 return 'Umschalten';
451 },
452 formatColumns: function formatColumns() {
453 return 'Spalten';
454 },
455 formatFullscreen: function formatFullscreen() {
456 return 'Fullscreen';
457 },
458 formatAllRows: function formatAllRows() {
459 return 'Alle';
460 },
461 formatAutoRefresh: function formatAutoRefresh() {
462 return 'Auto Refresh';
463 },
464 formatExport: function formatExport() {
465 return 'Datenexport';
466 },
467 formatClearFilters: function formatClearFilters() {
468 return 'Lösche Filter';
469 },
470 formatJumpto: function formatJumpto() {
471 return 'GO';
472 },
473 formatAdvancedSearch: function formatAdvancedSearch() {
474 return 'Advanced search';
475 },
476 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
477 return 'Close';
478 }
479 };
480
481 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
482 })(jQuery);
483});
484(function (global, factory) {
485 if (typeof define === "function" && define.amd) {
486 define([], factory);
487 } else if (typeof exports !== "undefined") {
488 factory();
489 } else {
490 var mod = {
491 exports: {}
492 };
493 factory();
494 global.bootstrapTableElGR = mod.exports;
495 }
496})(this, function () {
497 'use strict';
498
499 /**
500 * Bootstrap Table Greek translation
501 * Author: giannisdallas
502 */
503 (function ($) {
504 $.fn.bootstrapTable.locales['el-GR'] = {
505 formatLoadingMessage: function formatLoadingMessage() {
506 return 'Φορτώνει, παρακαλώ περιμένετε';
507 },
508 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
509 return pageNumber + ' \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03AC \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1';
510 },
511 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
512 return '\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD ' + pageFrom + ' \u03C9\u03C2 \u03C4\u03B7\u03BD ' + pageTo + ' \u03B1\u03C0\u03CC \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF ' + totalRows + ' \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD';
513 },
514 formatDetailPagination: function formatDetailPagination(totalRows) {
515 return 'Showing ' + totalRows + ' rows';
516 },
517 formatSearch: function formatSearch() {
518 return 'Αναζητήστε';
519 },
520 formatNoMatches: function formatNoMatches() {
521 return 'Δεν βρέθηκαν αποτελέσματα';
522 },
523 formatPaginationSwitch: function formatPaginationSwitch() {
524 return 'Hide/Show pagination';
525 },
526 formatRefresh: function formatRefresh() {
527 return 'Refresh';
528 },
529 formatToggle: function formatToggle() {
530 return 'Toggle';
531 },
532 formatColumns: function formatColumns() {
533 return 'Columns';
534 },
535 formatFullscreen: function formatFullscreen() {
536 return 'Fullscreen';
537 },
538 formatAllRows: function formatAllRows() {
539 return 'All';
540 },
541 formatAutoRefresh: function formatAutoRefresh() {
542 return 'Auto Refresh';
543 },
544 formatExport: function formatExport() {
545 return 'Export data';
546 },
547 formatClearFilters: function formatClearFilters() {
548 return 'Clear filters';
549 },
550 formatJumpto: function formatJumpto() {
551 return 'GO';
552 },
553 formatAdvancedSearch: function formatAdvancedSearch() {
554 return 'Advanced search';
555 },
556 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
557 return 'Close';
558 }
559 };
560
561 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['el-GR']);
562 })(jQuery);
563});
564(function (global, factory) {
565 if (typeof define === "function" && define.amd) {
566 define([], factory);
567 } else if (typeof exports !== "undefined") {
568 factory();
569 } else {
570 var mod = {
571 exports: {}
572 };
573 factory();
574 global.bootstrapTableEnUS = mod.exports;
575 }
576})(this, function () {
577 'use strict';
578
579 /**
580 * Bootstrap Table English translation
581 * Author: Zhixin Wen<wenzhixin2010@gmail.com>
582 */
583 (function ($) {
584 $.fn.bootstrapTable.locales['en-US'] = {
585 formatLoadingMessage: function formatLoadingMessage() {
586 return 'Loading, please wait';
587 },
588 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
589 return pageNumber + ' rows per page';
590 },
591 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
592 return 'Showing ' + pageFrom + ' to ' + pageTo + ' of ' + totalRows + ' rows';
593 },
594 formatDetailPagination: function formatDetailPagination(totalRows) {
595 return 'Showing ' + totalRows + ' rows';
596 },
597 formatSearch: function formatSearch() {
598 return 'Search';
599 },
600 formatNoMatches: function formatNoMatches() {
601 return 'No matching records found';
602 },
603 formatPaginationSwitch: function formatPaginationSwitch() {
604 return 'Hide/Show pagination';
605 },
606 formatRefresh: function formatRefresh() {
607 return 'Refresh';
608 },
609 formatToggle: function formatToggle() {
610 return 'Toggle';
611 },
612 formatColumns: function formatColumns() {
613 return 'Columns';
614 },
615 formatFullscreen: function formatFullscreen() {
616 return 'Fullscreen';
617 },
618 formatAllRows: function formatAllRows() {
619 return 'All';
620 },
621 formatAutoRefresh: function formatAutoRefresh() {
622 return 'Auto Refresh';
623 },
624 formatExport: function formatExport() {
625 return 'Export data';
626 },
627 formatClearFilters: function formatClearFilters() {
628 return 'Clear filters';
629 },
630 formatJumpto: function formatJumpto() {
631 return 'GO';
632 },
633 formatAdvancedSearch: function formatAdvancedSearch() {
634 return 'Advanced search';
635 },
636 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
637 return 'Close';
638 }
639 };
640
641 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['en-US']);
642 })(jQuery);
643});
644(function (global, factory) {
645 if (typeof define === "function" && define.amd) {
646 define([], factory);
647 } else if (typeof exports !== "undefined") {
648 factory();
649 } else {
650 var mod = {
651 exports: {}
652 };
653 factory();
654 global.bootstrapTableEsAR = mod.exports;
655 }
656})(this, function () {
657 'use strict';
658
659 /**
660 * Bootstrap Table Spanish (Argentina) translation
661 * Author: Felix Vera (felix.vera@gmail.com)
662 */
663 (function ($) {
664 $.fn.bootstrapTable.locales['es-AR'] = {
665 formatLoadingMessage: function formatLoadingMessage() {
666 return 'Cargando, espere por favor';
667 },
668 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
669 return pageNumber + ' registros por p\xE1gina';
670 },
671 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
672 return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
673 },
674 formatDetailPagination: function formatDetailPagination(totalRows) {
675 return 'Showing ' + totalRows + ' rows';
676 },
677 formatSearch: function formatSearch() {
678 return 'Buscar';
679 },
680 formatNoMatches: function formatNoMatches() {
681 return 'No se encontraron registros';
682 },
683 formatPaginationSwitch: function formatPaginationSwitch() {
684 return 'Hide/Show pagination';
685 },
686 formatRefresh: function formatRefresh() {
687 return 'Refresh';
688 },
689 formatToggle: function formatToggle() {
690 return 'Toggle';
691 },
692 formatColumns: function formatColumns() {
693 return 'Columns';
694 },
695 formatFullscreen: function formatFullscreen() {
696 return 'Fullscreen';
697 },
698 formatAllRows: function formatAllRows() {
699 return 'Todo';
700 },
701 formatAutoRefresh: function formatAutoRefresh() {
702 return 'Auto Refresh';
703 },
704 formatExport: function formatExport() {
705 return 'Export data';
706 },
707 formatClearFilters: function formatClearFilters() {
708 return 'Clear filters';
709 },
710 formatJumpto: function formatJumpto() {
711 return 'GO';
712 },
713 formatAdvancedSearch: function formatAdvancedSearch() {
714 return 'Advanced search';
715 },
716 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
717 return 'Close';
718 }
719 };
720
721 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR']);
722 })(jQuery);
723});
724(function (global, factory) {
725 if (typeof define === "function" && define.amd) {
726 define([], factory);
727 } else if (typeof exports !== "undefined") {
728 factory();
729 } else {
730 var mod = {
731 exports: {}
732 };
733 factory();
734 global.bootstrapTableEsCL = mod.exports;
735 }
736})(this, function () {
737 'use strict';
738
739 /**
740 * Traducción de librería Bootstrap Table a Español (Chile)
741 * @author Brian Álvarez Azócar
742 * email brianalvarezazocar@gmail.com
743 */
744 (function ($) {
745 $.fn.bootstrapTable.locales['es-CL'] = {
746 formatLoadingMessage: function formatLoadingMessage() {
747 return 'Cargando, espere por favor';
748 },
749 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
750 return pageNumber + ' filas por p\xE1gina';
751 },
752 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
753 return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
754 },
755 formatDetailPagination: function formatDetailPagination(totalRows) {
756 return 'Showing ' + totalRows + ' rows';
757 },
758 formatSearch: function formatSearch() {
759 return 'Buscar';
760 },
761 formatNoMatches: function formatNoMatches() {
762 return 'No se encontraron registros';
763 },
764 formatPaginationSwitch: function formatPaginationSwitch() {
765 return 'Ocultar/Mostrar paginaci\xF3n';
766 },
767 formatRefresh: function formatRefresh() {
768 return 'Refrescar';
769 },
770 formatToggle: function formatToggle() {
771 return 'Cambiar';
772 },
773 formatColumns: function formatColumns() {
774 return 'Columnas';
775 },
776 formatFullscreen: function formatFullscreen() {
777 return 'Fullscreen';
778 },
779 formatAllRows: function formatAllRows() {
780 return 'Todo';
781 },
782 formatAutoRefresh: function formatAutoRefresh() {
783 return 'Auto Refresh';
784 },
785 formatExport: function formatExport() {
786 return 'Export data';
787 },
788 formatClearFilters: function formatClearFilters() {
789 return 'Clear filters';
790 },
791 formatJumpto: function formatJumpto() {
792 return 'GO';
793 },
794 formatAdvancedSearch: function formatAdvancedSearch() {
795 return 'Advanced search';
796 },
797 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
798 return 'Close';
799 }
800 };
801
802 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-CL']);
803 })(jQuery);
804});
805(function (global, factory) {
806 if (typeof define === "function" && define.amd) {
807 define([], factory);
808 } else if (typeof exports !== "undefined") {
809 factory();
810 } else {
811 var mod = {
812 exports: {}
813 };
814 factory();
815 global.bootstrapTableEsCR = mod.exports;
816 }
817})(this, function () {
818 'use strict';
819
820 /**
821 * Bootstrap Table Spanish (Costa Rica) translation
822 * Author: Dennis Hernández (http://djhvscf.github.io/Blog/)
823 */
824 (function ($) {
825 $.fn.bootstrapTable.locales['es-CR'] = {
826 formatLoadingMessage: function formatLoadingMessage() {
827 return 'Cargando, por favor espere';
828 },
829 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
830 return pageNumber + ' registros por p\xE1gina';
831 },
832 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
833 return 'Mostrando de ' + pageFrom + ' a ' + pageTo + ' registros de ' + totalRows + ' registros en total';
834 },
835 formatDetailPagination: function formatDetailPagination(totalRows) {
836 return 'Showing ' + totalRows + ' rows';
837 },
838 formatSearch: function formatSearch() {
839 return 'Buscar';
840 },
841 formatNoMatches: function formatNoMatches() {
842 return 'No se encontraron registros';
843 },
844 formatPaginationSwitch: function formatPaginationSwitch() {
845 return 'Hide/Show pagination';
846 },
847 formatRefresh: function formatRefresh() {
848 return 'Refrescar';
849 },
850 formatToggle: function formatToggle() {
851 return 'Alternar';
852 },
853 formatColumns: function formatColumns() {
854 return 'Columnas';
855 },
856 formatFullscreen: function formatFullscreen() {
857 return 'Fullscreen';
858 },
859 formatAllRows: function formatAllRows() {
860 return 'Todo';
861 },
862 formatAutoRefresh: function formatAutoRefresh() {
863 return 'Auto Refresh';
864 },
865 formatExport: function formatExport() {
866 return 'Export data';
867 },
868 formatClearFilters: function formatClearFilters() {
869 return 'Clear filters';
870 },
871 formatJumpto: function formatJumpto() {
872 return 'GO';
873 },
874 formatAdvancedSearch: function formatAdvancedSearch() {
875 return 'Advanced search';
876 },
877 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
878 return 'Close';
879 }
880 };
881
882 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-CR']);
883 })(jQuery);
884});
885(function (global, factory) {
886 if (typeof define === "function" && define.amd) {
887 define([], factory);
888 } else if (typeof exports !== "undefined") {
889 factory();
890 } else {
891 var mod = {
892 exports: {}
893 };
894 factory();
895 global.bootstrapTableEsES = mod.exports;
896 }
897})(this, function () {
898 'use strict';
899
900 /**
901 * Bootstrap Table Spanish Spain translation
902 * Author: Marc Pina<iwalkalone69@gmail.com>
903 */
904 (function ($) {
905 $.fn.bootstrapTable.locales['es-ES'] = {
906 formatLoadingMessage: function formatLoadingMessage() {
907 return 'Por favor espere';
908 },
909 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
910 return pageNumber + ' resultados por p\xE1gina';
911 },
912 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
913 return 'Mostrando desde ' + pageFrom + ' hasta ' + pageTo + ' - En total ' + totalRows + ' resultados';
914 },
915 formatDetailPagination: function formatDetailPagination(totalRows) {
916 return 'Showing ' + totalRows + ' rows';
917 },
918 formatSearch: function formatSearch() {
919 return 'Buscar';
920 },
921 formatNoMatches: function formatNoMatches() {
922 return 'No se encontraron resultados';
923 },
924 formatPaginationSwitch: function formatPaginationSwitch() {
925 return 'Ocultar/Mostrar paginación';
926 },
927 formatRefresh: function formatRefresh() {
928 return 'Refrescar';
929 },
930 formatToggle: function formatToggle() {
931 return 'Ocultar/Mostrar';
932 },
933 formatColumns: function formatColumns() {
934 return 'Columnas';
935 },
936 formatFullscreen: function formatFullscreen() {
937 return 'Fullscreen';
938 },
939 formatAllRows: function formatAllRows() {
940 return 'Todos';
941 },
942 formatAutoRefresh: function formatAutoRefresh() {
943 return 'Auto Refresh';
944 },
945
946 formatExport: function formatExport() {
947 return 'Exportar los datos';
948 },
949 formatClearFilters: function formatClearFilters() {
950 return 'Borrar los filtros';
951 },
952 formatJumpto: function formatJumpto() {
953 return 'GO';
954 },
955
956 formatAdvancedSearch: function formatAdvancedSearch() {
957 return 'Búsqueda avanzada';
958 },
959 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
960 return 'Cerrar';
961 }
962 };
963
964 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-ES']);
965 })(jQuery);
966});
967(function (global, factory) {
968 if (typeof define === "function" && define.amd) {
969 define([], factory);
970 } else if (typeof exports !== "undefined") {
971 factory();
972 } else {
973 var mod = {
974 exports: {}
975 };
976 factory();
977 global.bootstrapTableEsMX = mod.exports;
978 }
979})(this, function () {
980 'use strict';
981
982 /**
983 * Bootstrap Table Spanish (México) translation (Obtenido de traducción de Argentina)
984 * Author: Felix Vera (felix.vera@gmail.com)
985 * Copiado: Mauricio Vera (mauricioa.vera@gmail.com)
986 * Revisión: J Manuel Corona (jmcg92@gmail.com) (13/Feb/2018).
987 */
988 (function ($) {
989 $.fn.bootstrapTable.locales['es-MX'] = {
990 formatLoadingMessage: function formatLoadingMessage() {
991 return 'Cargando, espere por favor';
992 },
993 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
994 return pageNumber + ' registros por p\xE1gina';
995 },
996 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
997 return 'Mostrando ' + pageFrom + ' a ' + pageTo + ' de ' + totalRows + ' filas';
998 },
999 formatDetailPagination: function formatDetailPagination(totalRows) {
1000 return 'Mostrando ' + totalRows + ' filas';
1001 },
1002 formatSearch: function formatSearch() {
1003 return 'Buscar';
1004 },
1005 formatNoMatches: function formatNoMatches() {
1006 return 'No se encontraron registros que coincidan';
1007 },
1008 formatPaginationSwitch: function formatPaginationSwitch() {
1009 return 'Mostrar/ocultar paginación';
1010 },
1011 formatRefresh: function formatRefresh() {
1012 return 'Actualizar';
1013 },
1014 formatToggle: function formatToggle() {
1015 return 'Cambiar vista';
1016 },
1017 formatColumns: function formatColumns() {
1018 return 'Columnas';
1019 },
1020 formatFullscreen: function formatFullscreen() {
1021 return 'Pantalla completa';
1022 },
1023 formatAllRows: function formatAllRows() {
1024 return 'Todo';
1025 },
1026 formatAutoRefresh: function formatAutoRefresh() {
1027 return 'Auto Refresh';
1028 },
1029 formatExport: function formatExport() {
1030 return 'Export data';
1031 },
1032 formatClearFilters: function formatClearFilters() {
1033 return 'Clear filters';
1034 },
1035 formatJumpto: function formatJumpto() {
1036 return 'GO';
1037 },
1038 formatAdvancedSearch: function formatAdvancedSearch() {
1039 return 'Advanced search';
1040 },
1041 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1042 return 'Close';
1043 }
1044 };
1045
1046 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-MX']);
1047 })(jQuery);
1048});
1049(function (global, factory) {
1050 if (typeof define === "function" && define.amd) {
1051 define([], factory);
1052 } else if (typeof exports !== "undefined") {
1053 factory();
1054 } else {
1055 var mod = {
1056 exports: {}
1057 };
1058 factory();
1059 global.bootstrapTableEsNI = mod.exports;
1060 }
1061})(this, function () {
1062 'use strict';
1063
1064 /**
1065 * Bootstrap Table Spanish (Nicaragua) translation
1066 * Author: Dennis Hernández (http://djhvscf.github.io/Blog/)
1067 */
1068 (function ($) {
1069 $.fn.bootstrapTable.locales['es-NI'] = {
1070 formatLoadingMessage: function formatLoadingMessage() {
1071 return 'Cargando, por favor espere';
1072 },
1073 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1074 return pageNumber + ' registros por p\xE1gina';
1075 },
1076 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1077 return 'Mostrando de ' + pageFrom + ' a ' + pageTo + ' registros de ' + totalRows + ' registros en total';
1078 },
1079 formatDetailPagination: function formatDetailPagination(totalRows) {
1080 return 'Showing ' + totalRows + ' rows';
1081 },
1082 formatSearch: function formatSearch() {
1083 return 'Buscar';
1084 },
1085 formatNoMatches: function formatNoMatches() {
1086 return 'No se encontraron registros';
1087 },
1088 formatPaginationSwitch: function formatPaginationSwitch() {
1089 return 'Hide/Show pagination';
1090 },
1091 formatRefresh: function formatRefresh() {
1092 return 'Refrescar';
1093 },
1094 formatToggle: function formatToggle() {
1095 return 'Alternar';
1096 },
1097 formatColumns: function formatColumns() {
1098 return 'Columnas';
1099 },
1100 formatFullscreen: function formatFullscreen() {
1101 return 'Fullscreen';
1102 },
1103 formatAllRows: function formatAllRows() {
1104 return 'Todo';
1105 },
1106 formatAutoRefresh: function formatAutoRefresh() {
1107 return 'Auto Refresh';
1108 },
1109 formatExport: function formatExport() {
1110 return 'Export data';
1111 },
1112 formatClearFilters: function formatClearFilters() {
1113 return 'Clear filters';
1114 },
1115 formatJumpto: function formatJumpto() {
1116 return 'GO';
1117 },
1118 formatAdvancedSearch: function formatAdvancedSearch() {
1119 return 'Advanced search';
1120 },
1121 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1122 return 'Close';
1123 }
1124 };
1125
1126 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-NI']);
1127 })(jQuery);
1128});
1129(function (global, factory) {
1130 if (typeof define === "function" && define.amd) {
1131 define([], factory);
1132 } else if (typeof exports !== "undefined") {
1133 factory();
1134 } else {
1135 var mod = {
1136 exports: {}
1137 };
1138 factory();
1139 global.bootstrapTableEsSP = mod.exports;
1140 }
1141})(this, function () {
1142 'use strict';
1143
1144 /**
1145 * Bootstrap Table Spanish (España) translation
1146 * Author: Antonio Pérez <anpegar@gmail.com>
1147 */
1148 (function ($) {
1149 $.fn.bootstrapTable.locales['es-SP'] = {
1150 formatLoadingMessage: function formatLoadingMessage() {
1151 return 'Cargando, por favor espera';
1152 },
1153 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1154 return pageNumber + ' registros por p&#225;gina.';
1155 },
1156 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1157 return pageFrom + ' - ' + pageTo + ' de ' + totalRows + ' registros.';
1158 },
1159 formatDetailPagination: function formatDetailPagination(totalRows) {
1160 return 'Showing ' + totalRows + ' rows';
1161 },
1162 formatSearch: function formatSearch() {
1163 return 'Buscar';
1164 },
1165 formatNoMatches: function formatNoMatches() {
1166 return 'No se han encontrado registros.';
1167 },
1168 formatPaginationSwitch: function formatPaginationSwitch() {
1169 return 'Hide/Show pagination';
1170 },
1171 formatRefresh: function formatRefresh() {
1172 return 'Actualizar';
1173 },
1174 formatToggle: function formatToggle() {
1175 return 'Alternar';
1176 },
1177 formatColumns: function formatColumns() {
1178 return 'Columnas';
1179 },
1180 formatFullscreen: function formatFullscreen() {
1181 return 'Fullscreen';
1182 },
1183 formatAllRows: function formatAllRows() {
1184 return 'Todo';
1185 },
1186 formatAutoRefresh: function formatAutoRefresh() {
1187 return 'Auto Refresh';
1188 },
1189 formatExport: function formatExport() {
1190 return 'Export data';
1191 },
1192 formatClearFilters: function formatClearFilters() {
1193 return 'Clear filters';
1194 },
1195 formatJumpto: function formatJumpto() {
1196 return 'GO';
1197 },
1198 formatAdvancedSearch: function formatAdvancedSearch() {
1199 return 'Advanced search';
1200 },
1201 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1202 return 'Close';
1203 }
1204 };
1205
1206 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-SP']);
1207 })(jQuery);
1208});
1209(function (global, factory) {
1210 if (typeof define === "function" && define.amd) {
1211 define([], factory);
1212 } else if (typeof exports !== "undefined") {
1213 factory();
1214 } else {
1215 var mod = {
1216 exports: {}
1217 };
1218 factory();
1219 global.bootstrapTableEtEE = mod.exports;
1220 }
1221})(this, function () {
1222 'use strict';
1223
1224 /**
1225 * Bootstrap Table Estonian translation
1226 * Author: kristjan@logist.it>
1227 */
1228 (function ($) {
1229 $.fn.bootstrapTable.locales['et-EE'] = {
1230 formatLoadingMessage: function formatLoadingMessage() {
1231 return 'Päring käib, palun oota';
1232 },
1233 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1234 return pageNumber + ' rida lehe kohta';
1235 },
1236 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1237 return 'N\xE4itan tulemusi ' + pageFrom + ' kuni ' + pageTo + ' - kokku ' + totalRows + ' tulemust';
1238 },
1239 formatDetailPagination: function formatDetailPagination(totalRows) {
1240 return 'Showing ' + totalRows + ' rows';
1241 },
1242 formatSearch: function formatSearch() {
1243 return 'Otsi';
1244 },
1245 formatNoMatches: function formatNoMatches() {
1246 return 'Päringu tingimustele ei vastanud ühtegi tulemust';
1247 },
1248 formatPaginationSwitch: function formatPaginationSwitch() {
1249 return 'Näita/Peida lehtedeks jagamine';
1250 },
1251 formatRefresh: function formatRefresh() {
1252 return 'Värskenda';
1253 },
1254 formatToggle: function formatToggle() {
1255 return 'Lülita';
1256 },
1257 formatColumns: function formatColumns() {
1258 return 'Veerud';
1259 },
1260 formatFullscreen: function formatFullscreen() {
1261 return 'Fullscreen';
1262 },
1263 formatAllRows: function formatAllRows() {
1264 return 'Kõik';
1265 },
1266 formatAutoRefresh: function formatAutoRefresh() {
1267 return 'Auto Refresh';
1268 },
1269 formatExport: function formatExport() {
1270 return 'Export data';
1271 },
1272 formatClearFilters: function formatClearFilters() {
1273 return 'Clear filters';
1274 },
1275 formatJumpto: function formatJumpto() {
1276 return 'GO';
1277 },
1278 formatAdvancedSearch: function formatAdvancedSearch() {
1279 return 'Advanced search';
1280 },
1281 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1282 return 'Close';
1283 }
1284 };
1285
1286 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['et-EE']);
1287 })(jQuery);
1288});
1289(function (global, factory) {
1290 if (typeof define === "function" && define.amd) {
1291 define([], factory);
1292 } else if (typeof exports !== "undefined") {
1293 factory();
1294 } else {
1295 var mod = {
1296 exports: {}
1297 };
1298 factory();
1299 global.bootstrapTableEuEU = mod.exports;
1300 }
1301})(this, function () {
1302 'use strict';
1303
1304 /**
1305 * Bootstrap Table Basque (Basque Country) translation
1306 * Author: Iker Ibarguren Berasaluze<ikerib@gmail.com>
1307 */
1308 (function ($) {
1309 $.fn.bootstrapTable.locales['eu-EU'] = {
1310 formatLoadingMessage: function formatLoadingMessage() {
1311 return 'Itxaron mesedez';
1312 },
1313 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1314 return pageNumber + ' emaitza orriko.';
1315 },
1316 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1317 return totalRows + ' erregistroetatik ' + pageFrom + 'etik ' + pageTo + 'erakoak erakusten.';
1318 },
1319 formatDetailPagination: function formatDetailPagination(totalRows) {
1320 return 'Showing ' + totalRows + ' rows';
1321 },
1322 formatSearch: function formatSearch() {
1323 return 'Bilatu';
1324 },
1325 formatNoMatches: function formatNoMatches() {
1326 return 'Ez da emaitzarik aurkitu';
1327 },
1328 formatPaginationSwitch: function formatPaginationSwitch() {
1329 return 'Ezkutatu/Erakutsi orrikatzea';
1330 },
1331 formatRefresh: function formatRefresh() {
1332 return 'Eguneratu';
1333 },
1334 formatToggle: function formatToggle() {
1335 return 'Ezkutatu/Erakutsi';
1336 },
1337 formatColumns: function formatColumns() {
1338 return 'Zutabeak';
1339 },
1340 formatFullscreen: function formatFullscreen() {
1341 return 'Fullscreen';
1342 },
1343 formatAllRows: function formatAllRows() {
1344 return 'Guztiak';
1345 },
1346 formatAutoRefresh: function formatAutoRefresh() {
1347 return 'Auto Refresh';
1348 },
1349 formatExport: function formatExport() {
1350 return 'Export data';
1351 },
1352 formatClearFilters: function formatClearFilters() {
1353 return 'Clear filters';
1354 },
1355 formatJumpto: function formatJumpto() {
1356 return 'GO';
1357 },
1358 formatAdvancedSearch: function formatAdvancedSearch() {
1359 return 'Advanced search';
1360 },
1361 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1362 return 'Close';
1363 }
1364 };
1365
1366 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['eu-EU']);
1367 })(jQuery);
1368});
1369(function (global, factory) {
1370 if (typeof define === "function" && define.amd) {
1371 define([], factory);
1372 } else if (typeof exports !== "undefined") {
1373 factory();
1374 } else {
1375 var mod = {
1376 exports: {}
1377 };
1378 factory();
1379 global.bootstrapTableFaIR = mod.exports;
1380 }
1381})(this, function () {
1382 'use strict';
1383
1384 /**
1385 * Bootstrap Table Persian translation
1386 * Author: MJ Vakili <mjv.1989@Gmail.com>
1387 */
1388 (function ($) {
1389 $.fn.bootstrapTable.locales['fa-IR'] = {
1390 formatLoadingMessage: function formatLoadingMessage() {
1391 return 'در حال بارگذاری, لطفا صبر کنید';
1392 },
1393 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1394 return pageNumber + ' \u0631\u06A9\u0648\u0631\u062F \u062F\u0631 \u0635\u0641\u062D\u0647';
1395 },
1396 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1397 return '\u0646\u0645\u0627\u06CC\u0634 ' + pageFrom + ' \u062A\u0627 ' + pageTo + ' \u0627\u0632 ' + totalRows + ' \u0631\u062F\u06CC\u0641';
1398 },
1399 formatDetailPagination: function formatDetailPagination(totalRows) {
1400 return 'Showing ' + totalRows + ' rows';
1401 },
1402 formatSearch: function formatSearch() {
1403 return 'جستجو';
1404 },
1405 formatNoMatches: function formatNoMatches() {
1406 return 'رکوردی یافت نشد.';
1407 },
1408 formatPaginationSwitch: function formatPaginationSwitch() {
1409 return 'نمایش/مخفی صفحه بندی';
1410 },
1411 formatRefresh: function formatRefresh() {
1412 return 'به روز رسانی';
1413 },
1414 formatToggle: function formatToggle() {
1415 return 'تغییر نمایش';
1416 },
1417 formatColumns: function formatColumns() {
1418 return 'سطر ها';
1419 },
1420 formatFullscreen: function formatFullscreen() {
1421 return 'Fullscreen';
1422 },
1423 formatAllRows: function formatAllRows() {
1424 return 'همه';
1425 },
1426 formatAutoRefresh: function formatAutoRefresh() {
1427 return 'Auto Refresh';
1428 },
1429 formatExport: function formatExport() {
1430 return 'Export data';
1431 },
1432 formatClearFilters: function formatClearFilters() {
1433 return 'Clear filters';
1434 },
1435 formatJumpto: function formatJumpto() {
1436 return 'GO';
1437 },
1438 formatAdvancedSearch: function formatAdvancedSearch() {
1439 return 'Advanced search';
1440 },
1441 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1442 return 'Close';
1443 }
1444 };
1445
1446 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fa-IR']);
1447 })(jQuery);
1448});
1449(function (global, factory) {
1450 if (typeof define === "function" && define.amd) {
1451 define([], factory);
1452 } else if (typeof exports !== "undefined") {
1453 factory();
1454 } else {
1455 var mod = {
1456 exports: {}
1457 };
1458 factory();
1459 global.bootstrapTableFiFI = mod.exports;
1460 }
1461})(this, function () {
1462 'use strict';
1463
1464 /**
1465 * Bootstrap Table Finnish translations
1466 * Author: Minna Lehtomäki <minna.j.lehtomaki@gmail.com>
1467 */
1468 (function ($) {
1469 $.fn.bootstrapTable.locales['fi-FI'] = {
1470 formatLoadingMessage: function formatLoadingMessage() {
1471 return 'Ladataan, ole hyvä ja odota';
1472 },
1473 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1474 return pageNumber + ' rivi\xE4 sivulla';
1475 },
1476 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1477 return 'N\xE4ytet\xE4\xE4n rivit ' + pageFrom + ' - ' + pageTo + ' / ' + totalRows;
1478 },
1479 formatDetailPagination: function formatDetailPagination(totalRows) {
1480 return 'Showing ' + totalRows + ' rows';
1481 },
1482 formatSearch: function formatSearch() {
1483 return 'Hae';
1484 },
1485 formatNoMatches: function formatNoMatches() {
1486 return 'Hakuehtoja vastaavia tuloksia ei löytynyt';
1487 },
1488 formatPaginationSwitch: function formatPaginationSwitch() {
1489 return 'Näytä/Piilota sivutus';
1490 },
1491 formatRefresh: function formatRefresh() {
1492 return 'Päivitä';
1493 },
1494 formatToggle: function formatToggle() {
1495 return 'Valitse';
1496 },
1497 formatColumns: function formatColumns() {
1498 return 'Sarakkeet';
1499 },
1500 formatFullscreen: function formatFullscreen() {
1501 return 'Fullscreen';
1502 },
1503 formatAllRows: function formatAllRows() {
1504 return 'Kaikki';
1505 },
1506 formatAutoRefresh: function formatAutoRefresh() {
1507 return 'Auto Refresh';
1508 },
1509 formatExport: function formatExport() {
1510 return 'Vie tiedot';
1511 },
1512 formatClearFilters: function formatClearFilters() {
1513 return 'Poista suodattimet';
1514 },
1515 formatJumpto: function formatJumpto() {
1516 return 'GO';
1517 },
1518 formatAdvancedSearch: function formatAdvancedSearch() {
1519 return 'Advanced search';
1520 },
1521 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1522 return 'Close';
1523 }
1524 };
1525
1526 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fi-FI']);
1527 })(jQuery);
1528});
1529(function (global, factory) {
1530 if (typeof define === "function" && define.amd) {
1531 define([], factory);
1532 } else if (typeof exports !== "undefined") {
1533 factory();
1534 } else {
1535 var mod = {
1536 exports: {}
1537 };
1538 factory();
1539 global.bootstrapTableFrBE = mod.exports;
1540 }
1541})(this, function () {
1542 'use strict';
1543
1544 /**
1545 * Bootstrap Table French (Belgium) translation
1546 * Author: Julien Bisconti (julien.bisconti@gmail.com)
1547 */
1548 (function ($) {
1549 $.fn.bootstrapTable.locales['fr-BE'] = {
1550 formatLoadingMessage: function formatLoadingMessage() {
1551 return 'Chargement en cours';
1552 },
1553 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1554 return pageNumber + ' entr\xE9es par page';
1555 },
1556 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1557 return 'Affiche de' + pageFrom + ' \xE0 ' + pageTo + ' sur ' + totalRows + ' lignes';
1558 },
1559 formatDetailPagination: function formatDetailPagination(totalRows) {
1560 return 'Showing ' + totalRows + ' rows';
1561 },
1562 formatSearch: function formatSearch() {
1563 return 'Recherche';
1564 },
1565 formatNoMatches: function formatNoMatches() {
1566 return 'Pas de fichiers trouvés';
1567 },
1568 formatPaginationSwitch: function formatPaginationSwitch() {
1569 return 'Hide/Show pagination';
1570 },
1571 formatRefresh: function formatRefresh() {
1572 return 'Refresh';
1573 },
1574 formatToggle: function formatToggle() {
1575 return 'Toggle';
1576 },
1577 formatColumns: function formatColumns() {
1578 return 'Columns';
1579 },
1580 formatFullscreen: function formatFullscreen() {
1581 return 'Fullscreen';
1582 },
1583 formatAllRows: function formatAllRows() {
1584 return 'All';
1585 },
1586 formatAutoRefresh: function formatAutoRefresh() {
1587 return 'Auto Refresh';
1588 },
1589 formatExport: function formatExport() {
1590 return 'Export data';
1591 },
1592 formatClearFilters: function formatClearFilters() {
1593 return 'Clear filters';
1594 },
1595 formatJumpto: function formatJumpto() {
1596 return 'GO';
1597 },
1598 formatAdvancedSearch: function formatAdvancedSearch() {
1599 return 'Advanced search';
1600 },
1601 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1602 return 'Close';
1603 }
1604 };
1605
1606 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
1607 })(jQuery);
1608});
1609(function (global, factory) {
1610 if (typeof define === "function" && define.amd) {
1611 define([], factory);
1612 } else if (typeof exports !== "undefined") {
1613 factory();
1614 } else {
1615 var mod = {
1616 exports: {}
1617 };
1618 factory();
1619 global.bootstrapTableFrFR = mod.exports;
1620 }
1621})(this, function () {
1622 'use strict';
1623
1624 /**
1625 * Bootstrap Table French (France) translation
1626 * Author: Dennis Hernández (http://djhvscf.github.io/Blog/)
1627 * Modification: Tidalf (https://github.com/TidalfFR)
1628 */
1629 (function ($) {
1630 $.fn.bootstrapTable.locales['fr-FR'] = {
1631 formatLoadingMessage: function formatLoadingMessage() {
1632 return 'Chargement en cours, patientez, s´il vous plaît';
1633 },
1634 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1635 return pageNumber + ' lignes par page';
1636 },
1637 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1638 return 'Affichage des lignes ' + pageFrom + ' \xE0 ' + pageTo + ' sur ' + totalRows + ' lignes au total';
1639 },
1640 formatDetailPagination: function formatDetailPagination(totalRows) {
1641 return 'Showing ' + totalRows + ' rows';
1642 },
1643 formatSearch: function formatSearch() {
1644 return 'Rechercher';
1645 },
1646 formatNoMatches: function formatNoMatches() {
1647 return 'Aucun résultat trouvé';
1648 },
1649 formatPaginationSwitch: function formatPaginationSwitch() {
1650 return 'Montrer/Masquer pagination';
1651 },
1652 formatRefresh: function formatRefresh() {
1653 return 'Rafraîchir';
1654 },
1655 formatToggle: function formatToggle() {
1656 return 'Alterner';
1657 },
1658 formatColumns: function formatColumns() {
1659 return 'Colonnes';
1660 },
1661 formatFullscreen: function formatFullscreen() {
1662 return 'Fullscreen';
1663 },
1664 formatAllRows: function formatAllRows() {
1665 return 'Tous';
1666 },
1667 formatAutoRefresh: function formatAutoRefresh() {
1668 return 'Auto Refresh';
1669 },
1670 formatExport: function formatExport() {
1671 return 'Exporter les données';
1672 },
1673 formatClearFilters: function formatClearFilters() {
1674 return 'Vider les filtres';
1675 },
1676 formatJumpto: function formatJumpto() {
1677 return 'GO';
1678 },
1679 formatAdvancedSearch: function formatAdvancedSearch() {
1680 return 'Recherche avancée';
1681 },
1682 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1683 return 'Fermer';
1684 }
1685 };
1686
1687 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-FR']);
1688 })(jQuery);
1689});
1690(function (global, factory) {
1691 if (typeof define === "function" && define.amd) {
1692 define([], factory);
1693 } else if (typeof exports !== "undefined") {
1694 factory();
1695 } else {
1696 var mod = {
1697 exports: {}
1698 };
1699 factory();
1700 global.bootstrapTableHeIL = mod.exports;
1701 }
1702})(this, function () {
1703 'use strict';
1704
1705 /**
1706 * Bootstrap Table Hebrew translation
1707 * Author: legshooter
1708 */
1709 (function ($) {
1710 $.fn.bootstrapTable.locales['he-IL'] = {
1711 formatLoadingMessage: function formatLoadingMessage() {
1712 return 'טוען, נא להמתין';
1713 },
1714 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1715 return pageNumber + ' \u05E9\u05D5\u05E8\u05D5\u05EA \u05D1\u05E2\u05DE\u05D5\u05D3';
1716 },
1717 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1718 return '\u05DE\u05E6\u05D9\u05D2 ' + pageFrom + ' \u05E2\u05D3 ' + pageTo + ' \u05DE-' + totalRows + ' \u05E9\u05D5\u05E8\u05D5\u05EA';
1719 },
1720 formatDetailPagination: function formatDetailPagination(totalRows) {
1721 return 'Showing ' + totalRows + ' rows';
1722 },
1723 formatSearch: function formatSearch() {
1724 return 'חיפוש';
1725 },
1726 formatNoMatches: function formatNoMatches() {
1727 return 'לא נמצאו רשומות תואמות';
1728 },
1729 formatPaginationSwitch: function formatPaginationSwitch() {
1730 return 'הסתר/הצג מספור דפים';
1731 },
1732 formatRefresh: function formatRefresh() {
1733 return 'רענן';
1734 },
1735 formatToggle: function formatToggle() {
1736 return 'החלף תצוגה';
1737 },
1738 formatColumns: function formatColumns() {
1739 return 'עמודות';
1740 },
1741 formatFullscreen: function formatFullscreen() {
1742 return 'Fullscreen';
1743 },
1744 formatAllRows: function formatAllRows() {
1745 return 'הכל';
1746 },
1747 formatAutoRefresh: function formatAutoRefresh() {
1748 return 'Auto Refresh';
1749 },
1750 formatExport: function formatExport() {
1751 return 'Export data';
1752 },
1753 formatClearFilters: function formatClearFilters() {
1754 return 'Clear filters';
1755 },
1756 formatJumpto: function formatJumpto() {
1757 return 'GO';
1758 },
1759 formatAdvancedSearch: function formatAdvancedSearch() {
1760 return 'Advanced search';
1761 },
1762 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1763 return 'Close';
1764 }
1765 };
1766
1767 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['he-IL']);
1768 })(jQuery);
1769});
1770(function (global, factory) {
1771 if (typeof define === "function" && define.amd) {
1772 define([], factory);
1773 } else if (typeof exports !== "undefined") {
1774 factory();
1775 } else {
1776 var mod = {
1777 exports: {}
1778 };
1779 factory();
1780 global.bootstrapTableHrHR = mod.exports;
1781 }
1782})(this, function () {
1783 'use strict';
1784
1785 /**
1786 * Bootstrap Table Croatian translation
1787 * Author: Petra Štrbenac (petra.strbenac@gmail.com)
1788 * Author: Petra Štrbenac (petra.strbenac@gmail.com)
1789 */
1790 (function ($) {
1791 $.fn.bootstrapTable.locales['hr-HR'] = {
1792 formatLoadingMessage: function formatLoadingMessage() {
1793 return 'Molimo pričekajte';
1794 },
1795 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1796 return pageNumber + ' broj zapisa po stranici';
1797 },
1798 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1799 return 'Prikazujem ' + pageFrom + '. - ' + pageTo + '. od ukupnog broja zapisa ' + totalRows;
1800 },
1801 formatDetailPagination: function formatDetailPagination(totalRows) {
1802 return 'Showing ' + totalRows + ' rows';
1803 },
1804 formatSearch: function formatSearch() {
1805 return 'Pretraži';
1806 },
1807 formatNoMatches: function formatNoMatches() {
1808 return 'Nije pronađen niti jedan zapis';
1809 },
1810 formatPaginationSwitch: function formatPaginationSwitch() {
1811 return 'Prikaži/sakrij stranice';
1812 },
1813 formatRefresh: function formatRefresh() {
1814 return 'Osvježi';
1815 },
1816 formatToggle: function formatToggle() {
1817 return 'Promijeni prikaz';
1818 },
1819 formatColumns: function formatColumns() {
1820 return 'Kolone';
1821 },
1822 formatFullscreen: function formatFullscreen() {
1823 return 'Fullscreen';
1824 },
1825 formatAllRows: function formatAllRows() {
1826 return 'Sve';
1827 },
1828 formatAutoRefresh: function formatAutoRefresh() {
1829 return 'Auto Refresh';
1830 },
1831 formatExport: function formatExport() {
1832 return 'Export data';
1833 },
1834 formatClearFilters: function formatClearFilters() {
1835 return 'Clear filters';
1836 },
1837 formatJumpto: function formatJumpto() {
1838 return 'GO';
1839 },
1840 formatAdvancedSearch: function formatAdvancedSearch() {
1841 return 'Advanced search';
1842 },
1843 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1844 return 'Close';
1845 }
1846 };
1847
1848 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hr-HR']);
1849 })(jQuery);
1850});
1851(function (global, factory) {
1852 if (typeof define === "function" && define.amd) {
1853 define([], factory);
1854 } else if (typeof exports !== "undefined") {
1855 factory();
1856 } else {
1857 var mod = {
1858 exports: {}
1859 };
1860 factory();
1861 global.bootstrapTableHuHU = mod.exports;
1862 }
1863})(this, function () {
1864 'use strict';
1865
1866 /**
1867 * Bootstrap Table Hungarian translation
1868 * Author: Nagy Gergely <info@nagygergely.eu>
1869 */
1870 (function ($) {
1871 $.fn.bootstrapTable.locales['hu-HU'] = {
1872 formatLoadingMessage: function formatLoadingMessage() {
1873 return 'Betöltés, kérem várjon';
1874 },
1875 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1876 return pageNumber + ' rekord per oldal';
1877 },
1878 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1879 return 'Megjelen\xEDtve ' + pageFrom + ' - ' + pageTo + ' / ' + totalRows + ' \xF6sszesen';
1880 },
1881 formatDetailPagination: function formatDetailPagination(totalRows) {
1882 return 'Showing ' + totalRows + ' rows';
1883 },
1884 formatSearch: function formatSearch() {
1885 return 'Keresés';
1886 },
1887 formatNoMatches: function formatNoMatches() {
1888 return 'Nincs találat';
1889 },
1890 formatPaginationSwitch: function formatPaginationSwitch() {
1891 return 'Lapozó elrejtése/megjelenítése';
1892 },
1893 formatRefresh: function formatRefresh() {
1894 return 'Frissítés';
1895 },
1896 formatToggle: function formatToggle() {
1897 return 'Összecsuk/Kinyit';
1898 },
1899 formatColumns: function formatColumns() {
1900 return 'Oszlopok';
1901 },
1902 formatFullscreen: function formatFullscreen() {
1903 return 'Fullscreen';
1904 },
1905 formatAllRows: function formatAllRows() {
1906 return 'Összes';
1907 },
1908 formatAutoRefresh: function formatAutoRefresh() {
1909 return 'Auto Refresh';
1910 },
1911 formatExport: function formatExport() {
1912 return 'Export data';
1913 },
1914 formatClearFilters: function formatClearFilters() {
1915 return 'Clear filters';
1916 },
1917 formatJumpto: function formatJumpto() {
1918 return 'GO';
1919 },
1920 formatAdvancedSearch: function formatAdvancedSearch() {
1921 return 'Advanced search';
1922 },
1923 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1924 return 'Close';
1925 }
1926 };
1927
1928 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hu-HU']);
1929 })(jQuery);
1930});
1931(function (global, factory) {
1932 if (typeof define === "function" && define.amd) {
1933 define([], factory);
1934 } else if (typeof exports !== "undefined") {
1935 factory();
1936 } else {
1937 var mod = {
1938 exports: {}
1939 };
1940 factory();
1941 global.bootstrapTableIdID = mod.exports;
1942 }
1943})(this, function () {
1944 'use strict';
1945
1946 /**
1947 * Bootstrap Table Indonesian translation
1948 * Author: Andre Gardiner<andre@sirdre.com>
1949 */
1950 (function ($) {
1951 $.fn.bootstrapTable.locales['id-ID'] = {
1952 formatLoadingMessage: function formatLoadingMessage() {
1953 return 'Memuat, mohon tunggu';
1954 },
1955 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
1956 return pageNumber + ' baris per halaman';
1957 },
1958 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
1959 return 'Menampilkan ' + pageFrom + ' sampai ' + pageTo + ' dari ' + totalRows + ' baris';
1960 },
1961 formatDetailPagination: function formatDetailPagination(totalRows) {
1962 return 'Showing ' + totalRows + ' rows';
1963 },
1964 formatSearch: function formatSearch() {
1965 return 'Pencarian';
1966 },
1967 formatNoMatches: function formatNoMatches() {
1968 return 'Tidak ditemukan data yang cocok';
1969 },
1970 formatPaginationSwitch: function formatPaginationSwitch() {
1971 return 'Sembunyikan/Tampilkan halaman';
1972 },
1973 formatRefresh: function formatRefresh() {
1974 return 'Muat ulang';
1975 },
1976 formatToggle: function formatToggle() {
1977 return 'Beralih';
1978 },
1979 formatColumns: function formatColumns() {
1980 return 'kolom';
1981 },
1982 formatFullscreen: function formatFullscreen() {
1983 return 'Fullscreen';
1984 },
1985 formatAllRows: function formatAllRows() {
1986 return 'Semua';
1987 },
1988 formatAutoRefresh: function formatAutoRefresh() {
1989 return 'Auto Refresh';
1990 },
1991 formatExport: function formatExport() {
1992 return 'Ekspor data';
1993 },
1994 formatClearFilters: function formatClearFilters() {
1995 return 'Bersihkan filter';
1996 },
1997 formatJumpto: function formatJumpto() {
1998 return 'GO';
1999 },
2000 formatAdvancedSearch: function formatAdvancedSearch() {
2001 return 'Advanced search';
2002 },
2003 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2004 return 'Close';
2005 }
2006 };
2007
2008 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['id-ID']);
2009 })(jQuery);
2010});
2011(function (global, factory) {
2012 if (typeof define === "function" && define.amd) {
2013 define([], factory);
2014 } else if (typeof exports !== "undefined") {
2015 factory();
2016 } else {
2017 var mod = {
2018 exports: {}
2019 };
2020 factory();
2021 global.bootstrapTableItIT = mod.exports;
2022 }
2023})(this, function () {
2024 'use strict';
2025
2026 /**
2027 * Bootstrap Table Italian translation
2028 * Author: Davide Renzi<davide.renzi@gmail.com>
2029 * Author: Davide Borsatto <davide.borsatto@gmail.com>
2030 * Author: Alessio Felicioni <alessio.felicioni@gmail.com>
2031 */
2032 (function ($) {
2033 $.fn.bootstrapTable.locales['it-IT'] = {
2034 formatLoadingMessage: function formatLoadingMessage() {
2035 return 'Caricamento in corso';
2036 },
2037 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2038 return pageNumber + ' elementi per pagina';
2039 },
2040 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2041 return 'Visualizzazione da ' + pageFrom + ' a ' + pageTo + ' di ' + totalRows + ' elementi';
2042 },
2043 formatDetailPagination: function formatDetailPagination(totalRows) {
2044 return 'Showing ' + totalRows + ' rows';
2045 },
2046 formatSearch: function formatSearch() {
2047 return 'Cerca';
2048 },
2049 formatNoMatches: function formatNoMatches() {
2050 return 'Nessun elemento trovato';
2051 },
2052 formatPaginationSwitch: function formatPaginationSwitch() {
2053 return 'Nascondi/Mostra paginazione';
2054 },
2055 formatRefresh: function formatRefresh() {
2056 return 'Aggiorna';
2057 },
2058 formatToggle: function formatToggle() {
2059 return 'Attiva/Disattiva';
2060 },
2061 formatColumns: function formatColumns() {
2062 return 'Colonne';
2063 },
2064 formatFullscreen: function formatFullscreen() {
2065 return 'Fullscreen';
2066 },
2067 formatAllRows: function formatAllRows() {
2068 return 'Tutto';
2069 },
2070 formatAutoRefresh: function formatAutoRefresh() {
2071 return 'Auto Refresh';
2072 },
2073 formatExport: function formatExport() {
2074 return 'Esporta dati';
2075 },
2076 formatClearFilters: function formatClearFilters() {
2077 return 'Pulisci filtri';
2078 },
2079 formatJumpto: function formatJumpto() {
2080 return 'GO';
2081 },
2082 formatAdvancedSearch: function formatAdvancedSearch() {
2083 return 'Advanced search';
2084 },
2085 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2086 return 'Close';
2087 }
2088 };
2089
2090 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['it-IT']);
2091 })(jQuery);
2092});
2093(function (global, factory) {
2094 if (typeof define === "function" && define.amd) {
2095 define([], factory);
2096 } else if (typeof exports !== "undefined") {
2097 factory();
2098 } else {
2099 var mod = {
2100 exports: {}
2101 };
2102 factory();
2103 global.bootstrapTableJaJP = mod.exports;
2104 }
2105})(this, function () {
2106 'use strict';
2107
2108 /**
2109 * Bootstrap Table Japanese translation
2110 * Author: Azamshul Azizy <azamshul@gmail.com>
2111 */
2112 (function ($) {
2113 $.fn.bootstrapTable.locales['ja-JP'] = {
2114 formatLoadingMessage: function formatLoadingMessage() {
2115 return '読み込み中です。少々お待ちください。';
2116 },
2117 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2118 return '\u30DA\u30FC\u30B8\u5F53\u305F\u308A\u6700\u5927' + pageNumber + '\u4EF6';
2119 },
2120 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2121 return '\u5168' + totalRows + '\u4EF6\u304B\u3089\u3001' + pageFrom + '\u304B\u3089' + pageTo + '\u4EF6\u76EE\u307E\u3067\u8868\u793A\u3057\u3066\u3044\u307E\u3059';
2122 },
2123 formatDetailPagination: function formatDetailPagination(totalRows) {
2124 return 'Showing ' + totalRows + ' rows';
2125 },
2126 formatSearch: function formatSearch() {
2127 return '検索';
2128 },
2129 formatNoMatches: function formatNoMatches() {
2130 return '該当するレコードが見つかりません';
2131 },
2132 formatPaginationSwitch: function formatPaginationSwitch() {
2133 return 'ページ数を表示・非表示';
2134 },
2135 formatRefresh: function formatRefresh() {
2136 return '更新';
2137 },
2138 formatToggle: function formatToggle() {
2139 return 'トグル';
2140 },
2141 formatColumns: function formatColumns() {
2142 return '列';
2143 },
2144 formatFullscreen: function formatFullscreen() {
2145 return 'Fullscreen';
2146 },
2147 formatAllRows: function formatAllRows() {
2148 return 'すべて';
2149 },
2150 formatAutoRefresh: function formatAutoRefresh() {
2151 return 'Auto Refresh';
2152 },
2153 formatExport: function formatExport() {
2154 return 'Export data';
2155 },
2156 formatClearFilters: function formatClearFilters() {
2157 return 'Clear filters';
2158 },
2159 formatJumpto: function formatJumpto() {
2160 return 'GO';
2161 },
2162 formatAdvancedSearch: function formatAdvancedSearch() {
2163 return 'Advanced search';
2164 },
2165 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2166 return 'Close';
2167 }
2168 };
2169
2170 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ja-JP']);
2171 })(jQuery);
2172});
2173(function (global, factory) {
2174 if (typeof define === "function" && define.amd) {
2175 define([], factory);
2176 } else if (typeof exports !== "undefined") {
2177 factory();
2178 } else {
2179 var mod = {
2180 exports: {}
2181 };
2182 factory();
2183 global.bootstrapTableKaGE = mod.exports;
2184 }
2185})(this, function () {
2186 'use strict';
2187
2188 /**
2189 * Bootstrap Table Georgian translation
2190 * Author: Levan Lotuashvili <l.lotuashvili@gmail.com>
2191 */
2192 (function ($) {
2193 $.fn.bootstrapTable.locales['ka-GE'] = {
2194 formatLoadingMessage: function formatLoadingMessage() {
2195 return 'იტვირთება, გთხოვთ მოიცადოთ';
2196 },
2197 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2198 return pageNumber + ' \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10D7\u10D8\u10D7\u10DD \u10D2\u10D5\u10D4\u10E0\u10D3\u10D6\u10D4';
2199 },
2200 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2201 return '\u10DC\u10D0\u10E9\u10D5\u10D4\u10DC\u10D4\u10D1\u10D8\u10D0 ' + pageFrom + '-\u10D3\u10D0\u10DC ' + pageTo + '-\u10DB\u10D3\u10D4 \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10EF\u10D0\u10DB\u10E3\u10E0\u10D8 ' + totalRows + '-\u10D3\u10D0\u10DC';
2202 },
2203 formatDetailPagination: function formatDetailPagination(totalRows) {
2204 return 'Showing ' + totalRows + ' rows';
2205 },
2206 formatSearch: function formatSearch() {
2207 return 'ძებნა';
2208 },
2209 formatNoMatches: function formatNoMatches() {
2210 return 'მონაცემები არ არის';
2211 },
2212 formatPaginationSwitch: function formatPaginationSwitch() {
2213 return 'გვერდების გადამრთველის დამალვა/გამოჩენა';
2214 },
2215 formatRefresh: function formatRefresh() {
2216 return 'განახლება';
2217 },
2218 formatToggle: function formatToggle() {
2219 return 'ჩართვა/გამორთვა';
2220 },
2221 formatColumns: function formatColumns() {
2222 return 'სვეტები';
2223 },
2224 formatFullscreen: function formatFullscreen() {
2225 return 'Fullscreen';
2226 },
2227 formatAllRows: function formatAllRows() {
2228 return 'All';
2229 },
2230 formatAutoRefresh: function formatAutoRefresh() {
2231 return 'Auto Refresh';
2232 },
2233 formatExport: function formatExport() {
2234 return 'Export data';
2235 },
2236 formatClearFilters: function formatClearFilters() {
2237 return 'Clear filters';
2238 },
2239 formatJumpto: function formatJumpto() {
2240 return 'GO';
2241 },
2242 formatAdvancedSearch: function formatAdvancedSearch() {
2243 return 'Advanced search';
2244 },
2245 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2246 return 'Close';
2247 }
2248 };
2249
2250 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ka-GE']);
2251 })(jQuery);
2252});
2253(function (global, factory) {
2254 if (typeof define === "function" && define.amd) {
2255 define([], factory);
2256 } else if (typeof exports !== "undefined") {
2257 factory();
2258 } else {
2259 var mod = {
2260 exports: {}
2261 };
2262 factory();
2263 global.bootstrapTableKoKR = mod.exports;
2264 }
2265})(this, function () {
2266 'use strict';
2267
2268 /**
2269 * Bootstrap Table Korean translation
2270 * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
2271 */
2272 (function ($) {
2273 $.fn.bootstrapTable.locales['ko-KR'] = {
2274 formatLoadingMessage: function formatLoadingMessage() {
2275 return '데이터를 불러오는 중입니다';
2276 },
2277 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2278 return '\uD398\uC774\uC9C0 \uB2F9 ' + pageNumber + '\uAC1C \uB370\uC774\uD130 \uCD9C\uB825';
2279 },
2280 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2281 return '\uC804\uCCB4 ' + totalRows + '\uAC1C \uC911 ' + pageFrom + '~' + pageTo + '\uBC88\uC9F8 \uB370\uC774\uD130 \uCD9C\uB825,';
2282 },
2283 formatDetailPagination: function formatDetailPagination(totalRows) {
2284 return 'Showing ' + totalRows + ' rows';
2285 },
2286 formatSearch: function formatSearch() {
2287 return '검색';
2288 },
2289 formatNoMatches: function formatNoMatches() {
2290 return '조회된 데이터가 없습니다.';
2291 },
2292 formatPaginationSwitch: function formatPaginationSwitch() {
2293 return 'Hide/Show pagination';
2294 },
2295 formatRefresh: function formatRefresh() {
2296 return '새로 고침';
2297 },
2298 formatToggle: function formatToggle() {
2299 return '전환';
2300 },
2301 formatColumns: function formatColumns() {
2302 return '컬럼 필터링';
2303 },
2304 formatFullscreen: function formatFullscreen() {
2305 return 'Fullscreen';
2306 },
2307 formatAllRows: function formatAllRows() {
2308 return 'All';
2309 },
2310 formatAutoRefresh: function formatAutoRefresh() {
2311 return 'Auto Refresh';
2312 },
2313 formatExport: function formatExport() {
2314 return 'Export data';
2315 },
2316 formatClearFilters: function formatClearFilters() {
2317 return 'Clear filters';
2318 },
2319 formatJumpto: function formatJumpto() {
2320 return 'GO';
2321 },
2322 formatAdvancedSearch: function formatAdvancedSearch() {
2323 return 'Advanced search';
2324 },
2325 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2326 return 'Close';
2327 }
2328 };
2329
2330 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR']);
2331 })(jQuery);
2332});
2333(function (global, factory) {
2334 if (typeof define === "function" && define.amd) {
2335 define([], factory);
2336 } else if (typeof exports !== "undefined") {
2337 factory();
2338 } else {
2339 var mod = {
2340 exports: {}
2341 };
2342 factory();
2343 global.bootstrapTableMsMY = mod.exports;
2344 }
2345})(this, function () {
2346 'use strict';
2347
2348 /**
2349 * Bootstrap Table Malay translation
2350 * Author: Azamshul Azizy <azamshul@gmail.com>
2351 */
2352 (function ($) {
2353 $.fn.bootstrapTable.locales['ms-MY'] = {
2354 formatLoadingMessage: function formatLoadingMessage() {
2355 return 'Permintaan sedang dimuatkan. Sila tunggu sebentar';
2356 },
2357 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2358 return pageNumber + ' rekod setiap muka surat';
2359 },
2360 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2361 return 'Sedang memaparkan rekod ' + pageFrom + ' hingga ' + pageTo + ' daripada jumlah ' + totalRows + ' rekod';
2362 },
2363 formatDetailPagination: function formatDetailPagination(totalRows) {
2364 return 'Showing ' + totalRows + ' rows';
2365 },
2366 formatSearch: function formatSearch() {
2367 return 'Cari';
2368 },
2369 formatNoMatches: function formatNoMatches() {
2370 return 'Tiada rekod yang menyamai permintaan';
2371 },
2372 formatPaginationSwitch: function formatPaginationSwitch() {
2373 return 'Tunjuk/sembunyi muka surat';
2374 },
2375 formatRefresh: function formatRefresh() {
2376 return 'Muatsemula';
2377 },
2378 formatToggle: function formatToggle() {
2379 return 'Tukar';
2380 },
2381 formatColumns: function formatColumns() {
2382 return 'Lajur';
2383 },
2384 formatFullscreen: function formatFullscreen() {
2385 return 'Fullscreen';
2386 },
2387 formatAllRows: function formatAllRows() {
2388 return 'Semua';
2389 },
2390 formatAutoRefresh: function formatAutoRefresh() {
2391 return 'Auto Refresh';
2392 },
2393 formatExport: function formatExport() {
2394 return 'Export data';
2395 },
2396 formatClearFilters: function formatClearFilters() {
2397 return 'Clear filters';
2398 },
2399 formatJumpto: function formatJumpto() {
2400 return 'GO';
2401 },
2402 formatAdvancedSearch: function formatAdvancedSearch() {
2403 return 'Advanced search';
2404 },
2405 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2406 return 'Close';
2407 }
2408 };
2409
2410 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ms-MY']);
2411 })(jQuery);
2412});
2413(function (global, factory) {
2414 if (typeof define === "function" && define.amd) {
2415 define([], factory);
2416 } else if (typeof exports !== "undefined") {
2417 factory();
2418 } else {
2419 var mod = {
2420 exports: {}
2421 };
2422 factory();
2423 global.bootstrapTableNbNO = mod.exports;
2424 }
2425})(this, function () {
2426 'use strict';
2427
2428 /**
2429 * Bootstrap Table norwegian translation
2430 * Author: Jim Nordbø, jim@nordb.no
2431 */
2432 (function ($) {
2433 $.fn.bootstrapTable.locales['nb-NO'] = {
2434 formatLoadingMessage: function formatLoadingMessage() {
2435 return 'Oppdaterer, vennligst vent';
2436 },
2437 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2438 return pageNumber + ' poster pr side';
2439 },
2440 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2441 return 'Viser ' + pageFrom + ' til ' + pageTo + ' av ' + totalRows + ' rekker';
2442 },
2443 formatDetailPagination: function formatDetailPagination(totalRows) {
2444 return 'Showing ' + totalRows + ' rows';
2445 },
2446 formatSearch: function formatSearch() {
2447 return 'Søk';
2448 },
2449 formatNoMatches: function formatNoMatches() {
2450 return 'Ingen poster funnet';
2451 },
2452 formatPaginationSwitch: function formatPaginationSwitch() {
2453 return 'Hide/Show pagination';
2454 },
2455 formatRefresh: function formatRefresh() {
2456 return 'Oppdater';
2457 },
2458 formatToggle: function formatToggle() {
2459 return 'Endre';
2460 },
2461 formatColumns: function formatColumns() {
2462 return 'Kolonner';
2463 },
2464 formatFullscreen: function formatFullscreen() {
2465 return 'Fullscreen';
2466 },
2467 formatAllRows: function formatAllRows() {
2468 return 'All';
2469 },
2470 formatAutoRefresh: function formatAutoRefresh() {
2471 return 'Auto Refresh';
2472 },
2473 formatExport: function formatExport() {
2474 return 'Export data';
2475 },
2476 formatClearFilters: function formatClearFilters() {
2477 return 'Clear filters';
2478 },
2479 formatJumpto: function formatJumpto() {
2480 return 'GO';
2481 },
2482 formatAdvancedSearch: function formatAdvancedSearch() {
2483 return 'Advanced search';
2484 },
2485 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2486 return 'Close';
2487 }
2488 };
2489
2490 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO']);
2491 })(jQuery);
2492});
2493(function (global, factory) {
2494 if (typeof define === "function" && define.amd) {
2495 define([], factory);
2496 } else if (typeof exports !== "undefined") {
2497 factory();
2498 } else {
2499 var mod = {
2500 exports: {}
2501 };
2502 factory();
2503 global.bootstrapTableNlNL = mod.exports;
2504 }
2505})(this, function () {
2506 'use strict';
2507
2508 /**
2509 * Bootstrap Table Dutch translation
2510 * Author: Your Name <info@a2hankes.nl>
2511 */
2512 (function ($) {
2513 $.fn.bootstrapTable.locales['nl-NL'] = {
2514 formatLoadingMessage: function formatLoadingMessage() {
2515 return 'Laden, even geduld';
2516 },
2517 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2518 return pageNumber + ' records per pagina';
2519 },
2520 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2521 return 'Toon ' + pageFrom + ' tot ' + pageTo + ' van ' + totalRows + ' record' + (totalRows > 1 ? 's' : '');
2522 },
2523 formatDetailPagination: function formatDetailPagination(totalRows) {
2524 return 'Toon ' + totalRows + ' record' + (totalRows > 1 ? 's' : '');
2525 },
2526 formatSearch: function formatSearch() {
2527 return 'Zoeken';
2528 },
2529 formatNoMatches: function formatNoMatches() {
2530 return 'Geen resultaten gevonden';
2531 },
2532 formatPaginationSwitch: function formatPaginationSwitch() {
2533 return 'Verberg/Toon paginatie';
2534 },
2535 formatRefresh: function formatRefresh() {
2536 return 'Vernieuwen';
2537 },
2538 formatToggle: function formatToggle() {
2539 return 'Omschakelen';
2540 },
2541 formatColumns: function formatColumns() {
2542 return 'Kolommen';
2543 },
2544 formatFullscreen: function formatFullscreen() {
2545 return 'Fullscreen';
2546 },
2547 formatAllRows: function formatAllRows() {
2548 return 'Alle';
2549 },
2550 formatAutoRefresh: function formatAutoRefresh() {
2551 return 'Auto Refresh';
2552 },
2553 formatExport: function formatExport() {
2554 return 'Exporteer data';
2555 },
2556 formatClearFilters: function formatClearFilters() {
2557 return 'Verwijder filters';
2558 },
2559 formatJumpto: function formatJumpto() {
2560 return 'GO';
2561 },
2562 formatAdvancedSearch: function formatAdvancedSearch() {
2563 return 'Advanced search';
2564 },
2565 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2566 return 'Close';
2567 }
2568 };
2569
2570 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nl-NL']);
2571 })(jQuery);
2572});
2573(function (global, factory) {
2574 if (typeof define === "function" && define.amd) {
2575 define([], factory);
2576 } else if (typeof exports !== "undefined") {
2577 factory();
2578 } else {
2579 var mod = {
2580 exports: {}
2581 };
2582 factory();
2583 global.bootstrapTablePlPL = mod.exports;
2584 }
2585})(this, function () {
2586 'use strict';
2587
2588 /**
2589 * Bootstrap Table Polish translation
2590 * Author: zergu <michal.zagdan @ gmail com>
2591 */
2592 (function ($) {
2593 $.fn.bootstrapTable.locales['pl-PL'] = {
2594 formatLoadingMessage: function formatLoadingMessage() {
2595 return 'Ładowanie, proszę czekać';
2596 },
2597 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2598 return pageNumber + ' rekord\xF3w na stron\u0119';
2599 },
2600 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2601 return 'Wy\u015Bwietlanie rekord\xF3w od ' + pageFrom + ' do ' + pageTo + ' z ' + totalRows;
2602 },
2603 formatDetailPagination: function formatDetailPagination(totalRows) {
2604 return 'Showing ' + totalRows + ' rows';
2605 },
2606 formatSearch: function formatSearch() {
2607 return 'Szukaj';
2608 },
2609 formatNoMatches: function formatNoMatches() {
2610 return 'Niestety, nic nie znaleziono';
2611 },
2612 formatPaginationSwitch: function formatPaginationSwitch() {
2613 return 'Hide/Show pagination';
2614 },
2615 formatRefresh: function formatRefresh() {
2616 return 'Odśwież';
2617 },
2618 formatToggle: function formatToggle() {
2619 return 'Przełącz';
2620 },
2621 formatColumns: function formatColumns() {
2622 return 'Kolumny';
2623 },
2624 formatFullscreen: function formatFullscreen() {
2625 return 'Fullscreen';
2626 },
2627 formatAllRows: function formatAllRows() {
2628 return 'All';
2629 },
2630 formatAutoRefresh: function formatAutoRefresh() {
2631 return 'Auto Refresh';
2632 },
2633 formatExport: function formatExport() {
2634 return 'Export data';
2635 },
2636 formatClearFilters: function formatClearFilters() {
2637 return 'Clear filters';
2638 },
2639 formatJumpto: function formatJumpto() {
2640 return 'GO';
2641 },
2642 formatAdvancedSearch: function formatAdvancedSearch() {
2643 return 'Advanced search';
2644 },
2645 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2646 return 'Close';
2647 }
2648 };
2649
2650 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
2651 })(jQuery);
2652});
2653(function (global, factory) {
2654 if (typeof define === "function" && define.amd) {
2655 define([], factory);
2656 } else if (typeof exports !== "undefined") {
2657 factory();
2658 } else {
2659 var mod = {
2660 exports: {}
2661 };
2662 factory();
2663 global.bootstrapTablePtBR = mod.exports;
2664 }
2665})(this, function () {
2666 'use strict';
2667
2668 /**
2669 * Bootstrap Table Brazilian Portuguese Translation
2670 * Author: Eduardo Cerqueira<egcerqueira@gmail.com>
2671 * Update: João Mello<jmello@hotmail.com.br>
2672 */
2673 (function ($) {
2674 $.fn.bootstrapTable.locales['pt-BR'] = {
2675 formatLoadingMessage: function formatLoadingMessage() {
2676 return 'Carregando, aguarde';
2677 },
2678 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2679 return pageNumber + ' registros por p\xE1gina';
2680 },
2681 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2682 return 'Exibindo ' + pageFrom + ' at\xE9 ' + pageTo + ' de ' + totalRows + ' linhas';
2683 },
2684 formatDetailPagination: function formatDetailPagination(totalRows) {
2685 return 'Showing ' + totalRows + ' rows';
2686 },
2687 formatSearch: function formatSearch() {
2688 return 'Pesquisar';
2689 },
2690 formatNoMatches: function formatNoMatches() {
2691 return 'Nenhum registro encontrado';
2692 },
2693 formatPaginationSwitch: function formatPaginationSwitch() {
2694 return 'Ocultar/Exibir paginação';
2695 },
2696 formatRefresh: function formatRefresh() {
2697 return 'Recarregar';
2698 },
2699 formatToggle: function formatToggle() {
2700 return 'Alternar';
2701 },
2702 formatColumns: function formatColumns() {
2703 return 'Colunas';
2704 },
2705 formatFullscreen: function formatFullscreen() {
2706 return 'Fullscreen';
2707 },
2708 formatAllRows: function formatAllRows() {
2709 return 'All';
2710 },
2711 formatAutoRefresh: function formatAutoRefresh() {
2712 return 'Auto Refresh';
2713 },
2714 formatExport: function formatExport() {
2715 return 'Export data';
2716 },
2717 formatClearFilters: function formatClearFilters() {
2718 return 'Clear filters';
2719 },
2720 formatJumpto: function formatJumpto() {
2721 return 'GO';
2722 },
2723 formatAdvancedSearch: function formatAdvancedSearch() {
2724 return 'Advanced search';
2725 },
2726 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2727 return 'Close';
2728 }
2729 };
2730
2731 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-BR']);
2732 })(jQuery);
2733});
2734(function (global, factory) {
2735 if (typeof define === "function" && define.amd) {
2736 define([], factory);
2737 } else if (typeof exports !== "undefined") {
2738 factory();
2739 } else {
2740 var mod = {
2741 exports: {}
2742 };
2743 factory();
2744 global.bootstrapTablePtPT = mod.exports;
2745 }
2746})(this, function () {
2747 'use strict';
2748
2749 /**
2750 * Bootstrap Table Portuguese Portugal Translation
2751 * Author: Burnspirit<burnspirit@gmail.com>
2752 */
2753 (function ($) {
2754 $.fn.bootstrapTable.locales['pt-PT'] = {
2755 formatLoadingMessage: function formatLoadingMessage() {
2756 return 'A carregar, por favor aguarde';
2757 },
2758 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2759 return pageNumber + ' registos por p&aacute;gina';
2760 },
2761 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2762 return 'A mostrar ' + pageFrom + ' at&eacute; ' + pageTo + ' de ' + totalRows + ' linhas';
2763 },
2764 formatDetailPagination: function formatDetailPagination(totalRows) {
2765 return 'Showing ' + totalRows + ' rows';
2766 },
2767 formatSearch: function formatSearch() {
2768 return 'Pesquisa';
2769 },
2770 formatNoMatches: function formatNoMatches() {
2771 return 'Nenhum registo encontrado';
2772 },
2773 formatPaginationSwitch: function formatPaginationSwitch() {
2774 return 'Esconder/Mostrar pagina&ccedil&atilde;o';
2775 },
2776 formatRefresh: function formatRefresh() {
2777 return 'Atualizar';
2778 },
2779 formatToggle: function formatToggle() {
2780 return 'Alternar';
2781 },
2782 formatColumns: function formatColumns() {
2783 return 'Colunas';
2784 },
2785 formatFullscreen: function formatFullscreen() {
2786 return 'Fullscreen';
2787 },
2788 formatAllRows: function formatAllRows() {
2789 return 'Tudo';
2790 },
2791 formatAutoRefresh: function formatAutoRefresh() {
2792 return 'Auto Refresh';
2793 },
2794 formatExport: function formatExport() {
2795 return 'Export data';
2796 },
2797 formatClearFilters: function formatClearFilters() {
2798 return 'Clear filters';
2799 },
2800 formatJumpto: function formatJumpto() {
2801 return 'GO';
2802 },
2803 formatAdvancedSearch: function formatAdvancedSearch() {
2804 return 'Advanced search';
2805 },
2806 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2807 return 'Close';
2808 }
2809 };
2810
2811 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-PT']);
2812 })(jQuery);
2813});
2814(function (global, factory) {
2815 if (typeof define === "function" && define.amd) {
2816 define([], factory);
2817 } else if (typeof exports !== "undefined") {
2818 factory();
2819 } else {
2820 var mod = {
2821 exports: {}
2822 };
2823 factory();
2824 global.bootstrapTableRoRO = mod.exports;
2825 }
2826})(this, function () {
2827 'use strict';
2828
2829 /**
2830 * Bootstrap Table Romanian translation
2831 * Author: cristake <cristianiosif@me.com>
2832 */
2833 (function ($) {
2834 $.fn.bootstrapTable.locales['ro-RO'] = {
2835 formatLoadingMessage: function formatLoadingMessage() {
2836 return 'Se incarca, va rugam asteptati';
2837 },
2838 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2839 return pageNumber + ' inregistrari pe pagina';
2840 },
2841 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2842 return 'Arata de la ' + pageFrom + ' pana la ' + pageTo + ' din ' + totalRows + ' randuri';
2843 },
2844 formatDetailPagination: function formatDetailPagination(totalRows) {
2845 return 'Showing ' + totalRows + ' rows';
2846 },
2847 formatSearch: function formatSearch() {
2848 return 'Cauta';
2849 },
2850 formatNoMatches: function formatNoMatches() {
2851 return 'Nu au fost gasite inregistrari';
2852 },
2853 formatPaginationSwitch: function formatPaginationSwitch() {
2854 return 'Ascunde/Arata paginatia';
2855 },
2856 formatRefresh: function formatRefresh() {
2857 return 'Reincarca';
2858 },
2859 formatToggle: function formatToggle() {
2860 return 'Comuta';
2861 },
2862 formatColumns: function formatColumns() {
2863 return 'Coloane';
2864 },
2865 formatFullscreen: function formatFullscreen() {
2866 return 'Fullscreen';
2867 },
2868 formatAllRows: function formatAllRows() {
2869 return 'Toate';
2870 },
2871 formatAutoRefresh: function formatAutoRefresh() {
2872 return 'Auto Refresh';
2873 },
2874 formatExport: function formatExport() {
2875 return 'Export data';
2876 },
2877 formatClearFilters: function formatClearFilters() {
2878 return 'Clear filters';
2879 },
2880 formatJumpto: function formatJumpto() {
2881 return 'GO';
2882 },
2883 formatAdvancedSearch: function formatAdvancedSearch() {
2884 return 'Advanced search';
2885 },
2886 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2887 return 'Close';
2888 }
2889 };
2890
2891 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ro-RO']);
2892 })(jQuery);
2893});
2894(function (global, factory) {
2895 if (typeof define === "function" && define.amd) {
2896 define([], factory);
2897 } else if (typeof exports !== "undefined") {
2898 factory();
2899 } else {
2900 var mod = {
2901 exports: {}
2902 };
2903 factory();
2904 global.bootstrapTableRuRU = mod.exports;
2905 }
2906})(this, function () {
2907 'use strict';
2908
2909 /**
2910 * Bootstrap Table Russian translation
2911 * Author: Dunaevsky Maxim <dunmaksim@yandex.ru>
2912 */
2913 (function ($) {
2914 $.fn.bootstrapTable.locales['ru-RU'] = {
2915 formatLoadingMessage: function formatLoadingMessage() {
2916 return 'Пожалуйста, подождите, идёт загрузка';
2917 },
2918 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2919 return pageNumber + ' \u0437\u0430\u043F\u0438\u0441\u0435\u0439 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443';
2920 },
2921 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
2922 return '\u0417\u0430\u043F\u0438\u0441\u0438 \u0441 ' + pageFrom + ' \u043F\u043E ' + pageTo + ' \u0438\u0437 ' + totalRows;
2923 },
2924 formatDetailPagination: function formatDetailPagination(totalRows) {
2925 return 'Showing ' + totalRows + ' rows';
2926 },
2927 formatSearch: function formatSearch() {
2928 return 'Поиск';
2929 },
2930 formatNoMatches: function formatNoMatches() {
2931 return 'Ничего не найдено';
2932 },
2933 formatPaginationSwitch: function formatPaginationSwitch() {
2934 return 'Hide/Show pagination';
2935 },
2936 formatRefresh: function formatRefresh() {
2937 return 'Обновить';
2938 },
2939 formatToggle: function formatToggle() {
2940 return 'Переключить';
2941 },
2942 formatColumns: function formatColumns() {
2943 return 'Колонки';
2944 },
2945 formatFullscreen: function formatFullscreen() {
2946 return 'Fullscreen';
2947 },
2948 formatAllRows: function formatAllRows() {
2949 return 'All';
2950 },
2951 formatAutoRefresh: function formatAutoRefresh() {
2952 return 'Auto Refresh';
2953 },
2954 formatExport: function formatExport() {
2955 return 'Export data';
2956 },
2957 formatClearFilters: function formatClearFilters() {
2958 return 'Очистить фильтры';
2959 },
2960 formatJumpto: function formatJumpto() {
2961 return 'GO';
2962 },
2963 formatAdvancedSearch: function formatAdvancedSearch() {
2964 return 'Advanced search';
2965 },
2966 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2967 return 'Close';
2968 }
2969 };
2970
2971 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ru-RU']);
2972 })(jQuery);
2973});
2974(function (global, factory) {
2975 if (typeof define === "function" && define.amd) {
2976 define([], factory);
2977 } else if (typeof exports !== "undefined") {
2978 factory();
2979 } else {
2980 var mod = {
2981 exports: {}
2982 };
2983 factory();
2984 global.bootstrapTableSkSK = mod.exports;
2985 }
2986})(this, function () {
2987 'use strict';
2988
2989 /**
2990 * Bootstrap Table Slovak translation
2991 * Author: Jozef Dúc<jozef.d13@gmail.com>
2992 */
2993 (function ($) {
2994 $.fn.bootstrapTable.locales['sk-SK'] = {
2995 formatLoadingMessage: function formatLoadingMessage() {
2996 return 'Prosím čakajte';
2997 },
2998 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
2999 return pageNumber + ' z\xE1znamov na stranu';
3000 },
3001 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3002 return 'Zobrazen\xE1 ' + pageFrom + '. - ' + pageTo + '. polo\u017Eka z celkov\xFDch ' + totalRows;
3003 },
3004 formatDetailPagination: function formatDetailPagination(totalRows) {
3005 return 'Showing ' + totalRows + ' rows';
3006 },
3007 formatSearch: function formatSearch() {
3008 return 'Vyhľadávanie';
3009 },
3010 formatNoMatches: function formatNoMatches() {
3011 return 'Nenájdená žiadna vyhovujúca položka';
3012 },
3013 formatPaginationSwitch: function formatPaginationSwitch() {
3014 return 'Skry/Zobraz stránkovanie';
3015 },
3016 formatRefresh: function formatRefresh() {
3017 return 'Obnoviť';
3018 },
3019 formatToggle: function formatToggle() {
3020 return 'Prepni';
3021 },
3022 formatColumns: function formatColumns() {
3023 return 'Stĺpce';
3024 },
3025 formatFullscreen: function formatFullscreen() {
3026 return 'Fullscreen';
3027 },
3028 formatAllRows: function formatAllRows() {
3029 return 'Všetky';
3030 },
3031 formatAutoRefresh: function formatAutoRefresh() {
3032 return 'Auto Refresh';
3033 },
3034 formatExport: function formatExport() {
3035 return 'Exportuj dáta';
3036 },
3037 formatClearFilters: function formatClearFilters() {
3038 return 'Odstráň filtre';
3039 },
3040 formatJumpto: function formatJumpto() {
3041 return 'GO';
3042 },
3043 formatAdvancedSearch: function formatAdvancedSearch() {
3044 return 'Advanced search';
3045 },
3046 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3047 return 'Close';
3048 }
3049 };
3050
3051 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
3052 })(jQuery);
3053});
3054(function (global, factory) {
3055 if (typeof define === "function" && define.amd) {
3056 define([], factory);
3057 } else if (typeof exports !== "undefined") {
3058 factory();
3059 } else {
3060 var mod = {
3061 exports: {}
3062 };
3063 factory();
3064 global.bootstrapTableSvSE = mod.exports;
3065 }
3066})(this, function () {
3067 'use strict';
3068
3069 /**
3070 * Bootstrap Table Swedish translation
3071 * Author: C Bratt <bratt@inix.se>
3072 */
3073 (function ($) {
3074 $.fn.bootstrapTable.locales['sv-SE'] = {
3075 formatLoadingMessage: function formatLoadingMessage() {
3076 return 'Laddar, vänligen vänta';
3077 },
3078 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3079 return pageNumber + ' rader per sida';
3080 },
3081 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3082 return 'Visa ' + pageFrom + ' till ' + pageTo + ' av ' + totalRows + ' rader';
3083 },
3084 formatDetailPagination: function formatDetailPagination(totalRows) {
3085 return 'Showing ' + totalRows + ' rows';
3086 },
3087 formatSearch: function formatSearch() {
3088 return 'Sök';
3089 },
3090 formatNoMatches: function formatNoMatches() {
3091 return 'Inga matchande resultat funna.';
3092 },
3093 formatPaginationSwitch: function formatPaginationSwitch() {
3094 return 'Hide/Show pagination';
3095 },
3096 formatRefresh: function formatRefresh() {
3097 return 'Uppdatera';
3098 },
3099 formatToggle: function formatToggle() {
3100 return 'Skifta';
3101 },
3102 formatColumns: function formatColumns() {
3103 return 'kolumn';
3104 },
3105 formatFullscreen: function formatFullscreen() {
3106 return 'Fullscreen';
3107 },
3108 formatAllRows: function formatAllRows() {
3109 return 'All';
3110 },
3111 formatAutoRefresh: function formatAutoRefresh() {
3112 return 'Auto Refresh';
3113 },
3114 formatExport: function formatExport() {
3115 return 'Export data';
3116 },
3117 formatClearFilters: function formatClearFilters() {
3118 return 'Clear filters';
3119 },
3120 formatJumpto: function formatJumpto() {
3121 return 'GO';
3122 },
3123 formatAdvancedSearch: function formatAdvancedSearch() {
3124 return 'Advanced search';
3125 },
3126 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3127 return 'Close';
3128 }
3129 };
3130
3131 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sv-SE']);
3132 })(jQuery);
3133});
3134(function (global, factory) {
3135 if (typeof define === "function" && define.amd) {
3136 define([], factory);
3137 } else if (typeof exports !== "undefined") {
3138 factory();
3139 } else {
3140 var mod = {
3141 exports: {}
3142 };
3143 factory();
3144 global.bootstrapTableThTH = mod.exports;
3145 }
3146})(this, function () {
3147 'use strict';
3148
3149 /**
3150 * Bootstrap Table Thai translation
3151 * Author: Monchai S.<monchais@gmail.com>
3152 */
3153 (function ($) {
3154 $.fn.bootstrapTable.locales['th-TH'] = {
3155 formatLoadingMessage: function formatLoadingMessage() {
3156 return 'กำลังโหลดข้อมูล, กรุณารอสักครู่';
3157 },
3158 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3159 return pageNumber + ' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32';
3160 },
3161 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3162 return '\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 ' + pageFrom + ' \u0E16\u0E36\u0E07 ' + pageTo + ' \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ' + totalRows + ' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23';
3163 },
3164 formatDetailPagination: function formatDetailPagination(totalRows) {
3165 return 'Showing ' + totalRows + ' rows';
3166 },
3167 formatSearch: function formatSearch() {
3168 return 'ค้นหา';
3169 },
3170 formatNoMatches: function formatNoMatches() {
3171 return 'ไม่พบรายการที่ค้นหา !';
3172 },
3173 formatPaginationSwitch: function formatPaginationSwitch() {
3174 return 'Hide/Show pagination';
3175 },
3176 formatRefresh: function formatRefresh() {
3177 return 'รีเฟรส';
3178 },
3179 formatToggle: function formatToggle() {
3180 return 'สลับมุมมอง';
3181 },
3182 formatColumns: function formatColumns() {
3183 return 'คอลัมน์';
3184 },
3185 formatFullscreen: function formatFullscreen() {
3186 return 'Fullscreen';
3187 },
3188 formatAllRows: function formatAllRows() {
3189 return 'All';
3190 },
3191 formatAutoRefresh: function formatAutoRefresh() {
3192 return 'Auto Refresh';
3193 },
3194 formatExport: function formatExport() {
3195 return 'Export data';
3196 },
3197 formatClearFilters: function formatClearFilters() {
3198 return 'Clear filters';
3199 },
3200 formatJumpto: function formatJumpto() {
3201 return 'GO';
3202 },
3203 formatAdvancedSearch: function formatAdvancedSearch() {
3204 return 'Advanced search';
3205 },
3206 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3207 return 'Close';
3208 }
3209 };
3210
3211 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['th-TH']);
3212 })(jQuery);
3213});
3214(function (global, factory) {
3215 if (typeof define === "function" && define.amd) {
3216 define([], factory);
3217 } else if (typeof exports !== "undefined") {
3218 factory();
3219 } else {
3220 var mod = {
3221 exports: {}
3222 };
3223 factory();
3224 global.bootstrapTableTrTR = mod.exports;
3225 }
3226})(this, function () {
3227 'use strict';
3228
3229 /**
3230 * Bootstrap Table Turkish translation
3231 * Author: Emin Şen
3232 * Author: Sercan Cakir <srcnckr@gmail.com>
3233 */
3234 (function ($) {
3235 $.fn.bootstrapTable.locales['tr-TR'] = {
3236 formatLoadingMessage: function formatLoadingMessage() {
3237 return 'Yükleniyor, lütfen bekleyin';
3238 },
3239 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3240 return 'Sayfa ba\u015F\u0131na ' + pageNumber + ' kay\u0131t.';
3241 },
3242 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3243 return totalRows + ' kay\u0131ttan ' + pageFrom + '-' + pageTo + ' aras\u0131 g\xF6steriliyor.';
3244 },
3245 formatDetailPagination: function formatDetailPagination(totalRows) {
3246 return 'Showing ' + totalRows + ' rows';
3247 },
3248 formatSearch: function formatSearch() {
3249 return 'Ara';
3250 },
3251 formatNoMatches: function formatNoMatches() {
3252 return 'Eşleşen kayıt bulunamadı.';
3253 },
3254 formatPaginationSwitch: function formatPaginationSwitch() {
3255 return 'Hide/Show pagination';
3256 },
3257 formatRefresh: function formatRefresh() {
3258 return 'Yenile';
3259 },
3260 formatToggle: function formatToggle() {
3261 return 'Değiştir';
3262 },
3263 formatColumns: function formatColumns() {
3264 return 'Sütunlar';
3265 },
3266 formatFullscreen: function formatFullscreen() {
3267 return 'Fullscreen';
3268 },
3269 formatAllRows: function formatAllRows() {
3270 return 'Tüm Satırlar';
3271 },
3272 formatAutoRefresh: function formatAutoRefresh() {
3273 return 'Auto Refresh';
3274 },
3275 formatExport: function formatExport() {
3276 return 'Export data';
3277 },
3278 formatClearFilters: function formatClearFilters() {
3279 return 'Clear filters';
3280 },
3281 formatJumpto: function formatJumpto() {
3282 return 'GO';
3283 },
3284 formatAdvancedSearch: function formatAdvancedSearch() {
3285 return 'Advanced search';
3286 },
3287 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3288 return 'Close';
3289 }
3290 };
3291
3292 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['tr-TR']);
3293 })(jQuery);
3294});
3295(function (global, factory) {
3296 if (typeof define === "function" && define.amd) {
3297 define([], factory);
3298 } else if (typeof exports !== "undefined") {
3299 factory();
3300 } else {
3301 var mod = {
3302 exports: {}
3303 };
3304 factory();
3305 global.bootstrapTableUkUA = mod.exports;
3306 }
3307})(this, function () {
3308 'use strict';
3309
3310 /**
3311 * Bootstrap Table Ukrainian translation
3312 * Author: Vitaliy Timchenko <vitaliy.timchenko@gmail.com>
3313 */
3314 (function ($) {
3315 $.fn.bootstrapTable.locales['uk-UA'] = {
3316 formatLoadingMessage: function formatLoadingMessage() {
3317 return 'Завантаження, будь ласка, зачекайте';
3318 },
3319 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3320 return pageNumber + ' \u0437\u0430\u043F\u0438\u0441\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443';
3321 },
3322 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3323 return '\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u0437 ' + pageFrom + ' \u043F\u043E ' + pageTo + '. \u0412\u0441\u044C\u043E\u0433\u043E: ' + totalRows;
3324 },
3325 formatDetailPagination: function formatDetailPagination(totalRows) {
3326 return 'Showing ' + totalRows + ' rows';
3327 },
3328 formatSearch: function formatSearch() {
3329 return 'Пошук';
3330 },
3331 formatNoMatches: function formatNoMatches() {
3332 return 'Не знайдено жодного запису';
3333 },
3334 formatPaginationSwitch: function formatPaginationSwitch() {
3335 return 'Hide/Show pagination';
3336 },
3337 formatRefresh: function formatRefresh() {
3338 return 'Оновити';
3339 },
3340 formatToggle: function formatToggle() {
3341 return 'Змінити';
3342 },
3343 formatColumns: function formatColumns() {
3344 return 'Стовпці';
3345 },
3346 formatFullscreen: function formatFullscreen() {
3347 return 'Fullscreen';
3348 },
3349 formatAllRows: function formatAllRows() {
3350 return 'All';
3351 },
3352 formatAutoRefresh: function formatAutoRefresh() {
3353 return 'Auto Refresh';
3354 },
3355 formatExport: function formatExport() {
3356 return 'Export data';
3357 },
3358 formatClearFilters: function formatClearFilters() {
3359 return 'Очистити фільтри';
3360 },
3361 formatJumpto: function formatJumpto() {
3362 return 'GO';
3363 },
3364 formatAdvancedSearch: function formatAdvancedSearch() {
3365 return 'Advanced search';
3366 },
3367 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3368 return 'Close';
3369 }
3370 };
3371
3372 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uk-UA']);
3373 })(jQuery);
3374});
3375(function (global, factory) {
3376 if (typeof define === "function" && define.amd) {
3377 define([], factory);
3378 } else if (typeof exports !== "undefined") {
3379 factory();
3380 } else {
3381 var mod = {
3382 exports: {}
3383 };
3384 factory();
3385 global.bootstrapTableUrPK = mod.exports;
3386 }
3387})(this, function () {
3388 'use strict';
3389
3390 /**
3391 * Bootstrap Table Urdu translation
3392 * Author: Malik <me@malikrizwan.com>
3393 */
3394 (function ($) {
3395 $.fn.bootstrapTable.locales['ur-PK'] = {
3396 formatLoadingMessage: function formatLoadingMessage() {
3397 return 'براۓ مہربانی انتظار کیجئے';
3398 },
3399 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3400 return pageNumber + ' \u0631\u06CC\u06A9\u0627\u0631\u0688\u0632 \u0641\u06CC \u0635\u0641\u06C1 ';
3401 },
3402 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3403 return '\u062F\u06CC\u06A9\u06BE\u06CC\u06BA ' + pageFrom + ' \u0633\u06D2 ' + pageTo + ' \u06A9\u06D2 ' + totalRows + '\u0631\u06CC\u06A9\u0627\u0631\u0688\u0632';
3404 },
3405 formatDetailPagination: function formatDetailPagination(totalRows) {
3406 return 'Showing ' + totalRows + ' rows';
3407 },
3408 formatSearch: function formatSearch() {
3409 return 'تلاش';
3410 },
3411 formatNoMatches: function formatNoMatches() {
3412 return 'کوئی ریکارڈ نہیں ملا';
3413 },
3414 formatPaginationSwitch: function formatPaginationSwitch() {
3415 return 'Hide/Show pagination';
3416 },
3417 formatRefresh: function formatRefresh() {
3418 return 'تازہ کریں';
3419 },
3420 formatToggle: function formatToggle() {
3421 return 'تبدیل کریں';
3422 },
3423 formatColumns: function formatColumns() {
3424 return 'کالم';
3425 },
3426 formatFullscreen: function formatFullscreen() {
3427 return 'Fullscreen';
3428 },
3429 formatAllRows: function formatAllRows() {
3430 return 'All';
3431 },
3432 formatAutoRefresh: function formatAutoRefresh() {
3433 return 'Auto Refresh';
3434 },
3435 formatExport: function formatExport() {
3436 return 'Export data';
3437 },
3438 formatClearFilters: function formatClearFilters() {
3439 return 'Clear filters';
3440 },
3441 formatJumpto: function formatJumpto() {
3442 return 'GO';
3443 },
3444 formatAdvancedSearch: function formatAdvancedSearch() {
3445 return 'Advanced search';
3446 },
3447 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3448 return 'Close';
3449 }
3450 };
3451
3452 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ur-PK']);
3453 })(jQuery);
3454});
3455(function (global, factory) {
3456 if (typeof define === "function" && define.amd) {
3457 define([], factory);
3458 } else if (typeof exports !== "undefined") {
3459 factory();
3460 } else {
3461 var mod = {
3462 exports: {}
3463 };
3464 factory();
3465 global.bootstrapTableUzLatnUZ = mod.exports;
3466 }
3467})(this, function () {
3468 'use strict';
3469
3470 /**
3471 * Bootstrap Table Uzbek translation
3472 * Author: Nabijon Masharipov <mnabijonz@gmail.com>
3473 */
3474 (function ($) {
3475 $.fn.bootstrapTable.locales['uz-Latn-UZ'] = {
3476 formatLoadingMessage: function formatLoadingMessage() {
3477 return 'Yuklanyapti, iltimos kuting';
3478 },
3479 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3480 return pageNumber + ' qator har sahifada';
3481 },
3482 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3483 return 'Ko\'rsatypati ' + pageFrom + ' dan ' + pageTo + ' gacha ' + totalRows + ' qatorlarni';
3484 },
3485 formatDetailPagination: function formatDetailPagination(totalRows) {
3486 return 'Showing ' + totalRows + ' rows';
3487 },
3488 formatSearch: function formatSearch() {
3489 return 'Qidirish';
3490 },
3491 formatNoMatches: function formatNoMatches() {
3492 return 'Hech narsa topilmadi';
3493 },
3494 formatPaginationSwitch: function formatPaginationSwitch() {
3495 return 'Sahifalashni yashirish/ko\'rsatish';
3496 },
3497 formatRefresh: function formatRefresh() {
3498 return 'Yangilash';
3499 },
3500 formatToggle: function formatToggle() {
3501 return 'Ko\'rinish';
3502 },
3503 formatColumns: function formatColumns() {
3504 return 'Ustunlar';
3505 },
3506 formatFullscreen: function formatFullscreen() {
3507 return 'Fullscreen';
3508 },
3509 formatAllRows: function formatAllRows() {
3510 return 'Hammasi';
3511 },
3512 formatAutoRefresh: function formatAutoRefresh() {
3513 return 'Auto Refresh';
3514 },
3515 formatExport: function formatExport() {
3516 return 'Eksport';
3517 },
3518 formatClearFilters: function formatClearFilters() {
3519 return 'Filtrlarni tozalash';
3520 },
3521 formatJumpto: function formatJumpto() {
3522 return 'GO';
3523 },
3524 formatAdvancedSearch: function formatAdvancedSearch() {
3525 return 'Advanced search';
3526 },
3527 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3528 return 'Close';
3529 }
3530 };
3531
3532 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uz-Latn-UZ']);
3533 })(jQuery);
3534});
3535(function (global, factory) {
3536 if (typeof define === "function" && define.amd) {
3537 define([], factory);
3538 } else if (typeof exports !== "undefined") {
3539 factory();
3540 } else {
3541 var mod = {
3542 exports: {}
3543 };
3544 factory();
3545 global.bootstrapTableViVN = mod.exports;
3546 }
3547})(this, function () {
3548 'use strict';
3549
3550 /**
3551 * Bootstrap Table Vietnamese translation
3552 * Author: Duc N. PHAM <pngduc@gmail.com>
3553 */
3554 (function ($) {
3555 $.fn.bootstrapTable.locales['vi-VN'] = {
3556 formatLoadingMessage: function formatLoadingMessage() {
3557 return 'Đang tải';
3558 },
3559 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3560 return pageNumber + ' b\u1EA3n ghi m\u1ED7i trang';
3561 },
3562 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3563 return 'Hi\u1EC3n th\u1ECB t\u1EEB trang ' + pageFrom + ' \u0111\u1EBFn ' + pageTo + ' c\u1EE7a ' + totalRows + ' b\u1EA3ng ghi';
3564 },
3565 formatDetailPagination: function formatDetailPagination(totalRows) {
3566 return 'Showing ' + totalRows + ' rows';
3567 },
3568 formatSearch: function formatSearch() {
3569 return 'Tìm kiếm';
3570 },
3571 formatNoMatches: function formatNoMatches() {
3572 return 'Không có dữ liệu';
3573 },
3574 formatPaginationSwitch: function formatPaginationSwitch() {
3575 return 'Hide/Show pagination';
3576 },
3577 formatRefresh: function formatRefresh() {
3578 return 'Refresh';
3579 },
3580 formatToggle: function formatToggle() {
3581 return 'Toggle';
3582 },
3583 formatColumns: function formatColumns() {
3584 return 'Columns';
3585 },
3586 formatFullscreen: function formatFullscreen() {
3587 return 'Fullscreen';
3588 },
3589 formatAllRows: function formatAllRows() {
3590 return 'All';
3591 },
3592 formatAutoRefresh: function formatAutoRefresh() {
3593 return 'Auto Refresh';
3594 },
3595 formatExport: function formatExport() {
3596 return 'Export data';
3597 },
3598 formatClearFilters: function formatClearFilters() {
3599 return 'Clear filters';
3600 },
3601 formatJumpto: function formatJumpto() {
3602 return 'GO';
3603 },
3604 formatAdvancedSearch: function formatAdvancedSearch() {
3605 return 'Advanced search';
3606 },
3607 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3608 return 'Close';
3609 }
3610 };
3611
3612 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN']);
3613 })(jQuery);
3614});
3615(function (global, factory) {
3616 if (typeof define === "function" && define.amd) {
3617 define([], factory);
3618 } else if (typeof exports !== "undefined") {
3619 factory();
3620 } else {
3621 var mod = {
3622 exports: {}
3623 };
3624 factory();
3625 global.bootstrapTableZhCN = mod.exports;
3626 }
3627})(this, function () {
3628 'use strict';
3629
3630 /**
3631 * Bootstrap Table Chinese translation
3632 * Author: Zhixin Wen<wenzhixin2010@gmail.com>
3633 */
3634 (function ($) {
3635 $.fn.bootstrapTable.locales['zh-CN'] = {
3636 formatLoadingMessage: function formatLoadingMessage() {
3637 return '正在努力地加载数据中,请稍候';
3638 },
3639 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3640 return '\u6BCF\u9875\u663E\u793A ' + pageNumber + ' \u6761\u8BB0\u5F55';
3641 },
3642 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3643 return '\u663E\u793A\u7B2C ' + pageFrom + ' \u5230\u7B2C ' + pageTo + ' \u6761\u8BB0\u5F55\uFF0C\u603B\u5171 ' + totalRows + ' \u6761\u8BB0\u5F55';
3644 },
3645 formatDetailPagination: function formatDetailPagination(totalRows) {
3646 return '\u603B\u5171 ' + totalRows + ' \u6761\u8BB0\u5F55';
3647 },
3648 formatSearch: function formatSearch() {
3649 return '搜索';
3650 },
3651 formatNoMatches: function formatNoMatches() {
3652 return '没有找到匹配的记录';
3653 },
3654 formatPaginationSwitch: function formatPaginationSwitch() {
3655 return '隐藏/显示分页';
3656 },
3657 formatRefresh: function formatRefresh() {
3658 return '刷新';
3659 },
3660 formatToggle: function formatToggle() {
3661 return '切换';
3662 },
3663 formatColumns: function formatColumns() {
3664 return '列';
3665 },
3666 formatFullscreen: function formatFullscreen() {
3667 return '全屏';
3668 },
3669 formatAllRows: function formatAllRows() {
3670 return '所有';
3671 },
3672 formatAutoRefresh: function formatAutoRefresh() {
3673 return '自动刷新';
3674 },
3675 formatExport: function formatExport() {
3676 return '导出数据';
3677 },
3678 formatClearFilters: function formatClearFilters() {
3679 return '清空过滤';
3680 },
3681 formatJumpto: function formatJumpto() {
3682 return '跳转';
3683 },
3684 formatAdvancedSearch: function formatAdvancedSearch() {
3685 return '高级搜索';
3686 },
3687 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3688 return '关闭';
3689 }
3690 };
3691
3692 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-CN']);
3693 })(jQuery);
3694});
3695(function (global, factory) {
3696 if (typeof define === "function" && define.amd) {
3697 define([], factory);
3698 } else if (typeof exports !== "undefined") {
3699 factory();
3700 } else {
3701 var mod = {
3702 exports: {}
3703 };
3704 factory();
3705 global.bootstrapTableZhTW = mod.exports;
3706 }
3707})(this, function () {
3708 'use strict';
3709
3710 /**
3711 * Bootstrap Table Chinese translation
3712 * Author: Zhixin Wen<wenzhixin2010@gmail.com>
3713 */
3714 (function ($) {
3715 $.fn.bootstrapTable.locales['zh-TW'] = {
3716 formatLoadingMessage: function formatLoadingMessage() {
3717 return '正在努力地載入資料,請稍候';
3718 },
3719 formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
3720 return '\u6BCF\u9801\u986F\u793A ' + pageNumber + ' \u9805\u8A18\u9304';
3721 },
3722 formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows) {
3723 return '\u986F\u793A\u7B2C ' + pageFrom + ' \u5230\u7B2C ' + pageTo + ' \u9805\u8A18\u9304\uFF0C\u7E3D\u5171 ' + totalRows + ' \u9805\u8A18\u9304';
3724 },
3725 formatDetailPagination: function formatDetailPagination(totalRows) {
3726 return '\u7E3D\u5171 ' + totalRows + ' \u9805\u8A18\u9304';
3727 },
3728 formatSearch: function formatSearch() {
3729 return '搜尋';
3730 },
3731 formatNoMatches: function formatNoMatches() {
3732 return '沒有找到符合的結果';
3733 },
3734 formatPaginationSwitch: function formatPaginationSwitch() {
3735 return '隱藏/顯示分頁';
3736 },
3737 formatRefresh: function formatRefresh() {
3738 return '重新整理';
3739 },
3740 formatToggle: function formatToggle() {
3741 return '切換';
3742 },
3743 formatColumns: function formatColumns() {
3744 return '列';
3745 },
3746 formatFullscreen: function formatFullscreen() {
3747 return '全屏';
3748 },
3749 formatAllRows: function formatAllRows() {
3750 return '所有';
3751 },
3752 formatAutoRefresh: function formatAutoRefresh() {
3753 return '自動刷新';
3754 },
3755 formatExport: function formatExport() {
3756 return '導出數據';
3757 },
3758 formatClearFilters: function formatClearFilters() {
3759 return '清空過濾';
3760 },
3761 formatJumpto: function formatJumpto() {
3762 return '跳轉';
3763 },
3764 formatAdvancedSearch: function formatAdvancedSearch() {
3765 return '高級搜尋';
3766 },
3767 formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3768 return '關閉';
3769 }
3770 };
3771
3772 $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-TW']);
3773 })(jQuery);
3774});