|
82 | 82 |
|
83 | 83 | /** |
84 | 84 | * Bootstrap Table Catalan translation |
85 | | - * Author: Marc Pina<iwalkalone69@gmail.com> |
| 85 | + * Authors: Marc Pina<iwalkalone69@gmail.com> |
| 86 | + * Claudi Martinez<claudix.kernel@gmail.com> |
86 | 87 | */ |
87 | 88 | (function ($) { |
88 | 89 | 'use strict'; |
89 | 90 |
|
90 | 91 | $.fn.bootstrapTable.locales['ca-ES'] = { |
91 | 92 | formatLoadingMessage: function () { |
92 | | - return 'Si us plau esperi...'; |
| 93 | + return 'Espereu, si us plau...'; |
93 | 94 | }, |
94 | 95 | formatRecordsPerPage: function (pageNumber) { |
95 | 96 | return pageNumber + ' resultats per pàgina'; |
|
98 | 99 | return 'Mostrant de ' + pageFrom + ' fins ' + pageTo + ' - total ' + totalRows + ' resultats'; |
99 | 100 | }, |
100 | 101 | formatSearch: function () { |
101 | | - return 'Buscar'; |
| 102 | + return 'Cerca'; |
102 | 103 | }, |
103 | 104 | formatNoMatches: function () { |
104 | 105 | return 'No s\'han trobat resultats'; |
105 | 106 | }, |
106 | 107 | formatPaginationSwitch: function () { |
107 | | - return 'Amagar/Mostrar paginació'; |
| 108 | + return 'Amaga/Mostra paginació'; |
108 | 109 | }, |
109 | 110 | formatRefresh: function () { |
110 | | - return 'Refrescar'; |
| 111 | + return 'Refresca'; |
111 | 112 | }, |
112 | 113 | formatToggle: function () { |
113 | | - return 'Amagar/Mostrar'; |
| 114 | + return 'Alterna formatació'; |
114 | 115 | }, |
115 | 116 | formatColumns: function () { |
116 | 117 | return 'Columnes'; |
|
285 | 286 | return 'Loading, please wait...'; |
286 | 287 | }, |
287 | 288 | formatRecordsPerPage: function (pageNumber) { |
288 | | - return pageNumber + ' records per page'; |
| 289 | + return pageNumber + ' rows per page'; |
289 | 290 | }, |
290 | 291 | formatShowingRows: function (pageFrom, pageTo, totalRows) { |
291 | 292 | return 'Showing ' + pageFrom + ' to ' + pageTo + ' of ' + totalRows + ' rows'; |
|
316 | 317 | $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['en-US']); |
317 | 318 |
|
318 | 319 | })(jQuery); |
| 320 | + |
319 | 321 | /** |
320 | 322 | * Bootstrap Table Spanish (Argentina) translation |
321 | 323 | * Author: Felix Vera (felix.vera@gmail.com) |
|
1048 | 1050 | return pageNumber + ' records per pagina'; |
1049 | 1051 | }, |
1050 | 1052 | formatShowingRows: function (pageFrom, pageTo, totalRows) { |
1051 | | - return 'Toon ' + pageFrom + ' tot ' + pageTo + ' van ' + totalRows + ' records'; |
| 1053 | + return 'Toon ' + pageFrom + ' tot ' + pageTo + ' van ' + totalRows + ' record' + ((totalRows > 1) ? 's' : ''); |
| 1054 | + }, |
| 1055 | + formatDetailPagination: function (totalRows) { |
| 1056 | + return 'Toon ' + totalRows + ' record' + ((totalRows > 1) ? 's' : ''); |
1052 | 1057 | }, |
1053 | 1058 | formatSearch: function () { |
1054 | 1059 | return 'Zoeken'; |
1055 | 1060 | }, |
1056 | 1061 | formatNoMatches: function () { |
1057 | 1062 | return 'Geen resultaten gevonden'; |
| 1063 | + }, |
| 1064 | + formatRefresh: function () { |
| 1065 | + return 'Vernieuwen'; |
| 1066 | + }, |
| 1067 | + formatToggle: function () { |
| 1068 | + return 'Omschakelen'; |
| 1069 | + }, |
| 1070 | + formatColumns: function () { |
| 1071 | + return 'Kolommen'; |
| 1072 | + }, |
| 1073 | + formatAllRows: function () { |
| 1074 | + return 'Alle'; |
1058 | 1075 | } |
1059 | 1076 | }; |
1060 | 1077 |
|
|
1244 | 1261 | }, |
1245 | 1262 | formatColumns: function () { |
1246 | 1263 | return 'Колонки'; |
| 1264 | + }, |
| 1265 | + formatClearFilters: function () { |
| 1266 | + return 'Очистить фильтры'; |
1247 | 1267 | } |
1248 | 1268 | }; |
1249 | 1269 |
|
|
1571 | 1591 | return '搜尋'; |
1572 | 1592 | }, |
1573 | 1593 | formatNoMatches: function () { |
1574 | | - return '沒有找符合的結果'; |
| 1594 | + return '沒有找到符合的結果'; |
1575 | 1595 | }, |
1576 | 1596 | formatPaginationSwitch: function () { |
1577 | 1597 | return '隱藏/顯示分頁'; |
1578 | 1598 | }, |
1579 | 1599 | formatRefresh: function () { |
1580 | | - return '刷新'; |
| 1600 | + return '重新整理'; |
1581 | 1601 | }, |
1582 | 1602 | formatToggle: function () { |
1583 | 1603 | return '切換'; |
|
0 commit comments