19 lines
517 B
JavaScript
19 lines
517 B
JavaScript
export default {
|
|
dataIterator: {
|
|
rowsPerPageText: 'Elemente pro Seite:',
|
|
rowsPerPageAll: 'Alle',
|
|
pageText: '{0}-{1} von {2}',
|
|
noResultsText: 'Keine Elemente gefunden',
|
|
nextPage: 'Nächste Seite',
|
|
prevPage: 'Vorherige Seite'
|
|
},
|
|
dataTable: {
|
|
rowsPerPageText: 'Zeilen pro Seite:'
|
|
},
|
|
noDataText: 'Keine Daten vorhanden',
|
|
carousel: {
|
|
prev: 'Vorheriges visuelles',
|
|
next: 'Nächstes Bild'
|
|
}
|
|
};
|
|
//# sourceMappingURL=de.js.map
|