vuetify
Version:
Vue.js 2 Semantic Component Framework
20 lines (19 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.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'
};
//# sourceMappingURL=de.js.map