2019-04-17 15:58:15 +02:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
|
|
value: true
|
|
|
|
});
|
|
|
|
exports.default = {
|
|
|
|
dataIterator: {
|
|
|
|
rowsPerPageText: 'Pozycji na stronie:',
|
|
|
|
rowsPerPageAll: 'Wszystkie',
|
|
|
|
pageText: '{0}-{1} z {2}',
|
|
|
|
noResultsText: 'Nie znaleziono danych',
|
|
|
|
nextPage: 'Następna strona',
|
|
|
|
prevPage: 'Poprzednia strona'
|
|
|
|
},
|
|
|
|
dataTable: {
|
|
|
|
rowsPerPageText: 'Wierszy na stronie:'
|
|
|
|
},
|
|
|
|
noDataText: 'Brak danych',
|
|
|
|
carousel: {
|
|
|
|
prev: 'Poprzedni obraz',
|
|
|
|
next: 'Następny obraz'
|
|
|
|
}
|
|
|
|
};
|
2019-06-04 14:29:48 +02:00
|
|
|
//# sourceMappingURL=pl.js.map
|