at-ui
Version:
A UI Component Library with Vue.js
28 lines (27 loc) • 568 B
JavaScript
export default {
at: {
select: {
placeholder: 'Auswählen',
notFoundText: 'keine Übereinstimmung'
},
modal: {
okText: 'Bestätigen',
cancelText: 'Abbrechen'
},
pagination: {
prevText: 'Vorherige Seite',
nextText: 'Nächste Seite',
total: 'Gesamt',
item: 'Inhalt',
items: 'Inhalte',
pageSize: '/ Seite',
goto: 'Gehe zu',
pageText: '',
prev5Text: 'Vorherige 5 Seiten',
next5Text: 'Nächste 5 Seiten'
},
table: {
emptyText: 'Keine Daten'
}
}
}