101 lines
2.2 KiB
JavaScript
101 lines
2.2 KiB
JavaScript
export default {
|
|
badge: 'badge',
|
|
open: 'Open',
|
|
close: 'Close',
|
|
confirmEdit: {
|
|
ok: 'OK',
|
|
cancel: 'Cancel'
|
|
},
|
|
dataIterator: {
|
|
noResultsText: 'Geen ooreenstemmende resultate is gevind nie',
|
|
loadingText: 'Loading item...'
|
|
},
|
|
dataTable: {
|
|
itemsPerPageText: 'Rye per bladsy:',
|
|
ariaLabel: {
|
|
sortDescending: 'Sorted descending.',
|
|
sortAscending: 'Sorted ascending..',
|
|
sortNone: 'Not sorted.',
|
|
activateNone: 'Activate to remove sorting.',
|
|
activateDescending: 'Activate to sort descending.',
|
|
activateAscending: 'Activate to sort ascending.'
|
|
},
|
|
sortBy: 'Sort by'
|
|
},
|
|
dataFooter: {
|
|
itemsPerPageText: 'Aantal per bladsy:',
|
|
itemsPerPageAll: 'Alles',
|
|
nextPage: 'Volgende bladsy',
|
|
prevPage: 'Vorige bladsy',
|
|
firstPage: 'Eerste bladsy',
|
|
lastPage: 'Laaste bladsy',
|
|
pageText: '{0}-{1} van {2}'
|
|
},
|
|
dateRangeInput: {
|
|
divider: 'to'
|
|
},
|
|
datePicker: {
|
|
itemsSelected: '{0} selected',
|
|
range: {
|
|
title: 'Select dates',
|
|
header: 'Enter dates'
|
|
},
|
|
title: 'Select date',
|
|
header: 'Enter date',
|
|
input: {
|
|
placeholder: 'Enter date'
|
|
}
|
|
},
|
|
noDataText: 'Geen data is beskikbaar nie',
|
|
carousel: {
|
|
prev: 'Vorige visuele',
|
|
next: 'Volgende visuele',
|
|
ariaLabel: {
|
|
delimiter: 'Carousel slide {0} of {1}'
|
|
}
|
|
},
|
|
calendar: {
|
|
moreEvents: '{0} meer',
|
|
today: 'Today'
|
|
},
|
|
input: {
|
|
clear: 'Clear {0}',
|
|
prependAction: '{0} prepended action',
|
|
appendAction: '{0} appended action',
|
|
otp: 'Please enter OTP character {0}'
|
|
},
|
|
fileInput: {
|
|
counter: '{0} files',
|
|
counterSize: '{0} files ({1} in total)'
|
|
},
|
|
timePicker: {
|
|
am: 'AM',
|
|
pm: 'PM'
|
|
},
|
|
pagination: {
|
|
ariaLabel: {
|
|
root: 'Paginasie-navigasie',
|
|
next: 'Volgende bladsy',
|
|
previous: 'Vorige bladsy',
|
|
page: 'Gaan na bladsy {0}',
|
|
currentPage: 'Huidige bladsy, Bladsy {0}',
|
|
first: 'First page',
|
|
last: 'Last page'
|
|
}
|
|
},
|
|
stepper: {
|
|
next: 'Next',
|
|
prev: 'Previous'
|
|
},
|
|
rating: {
|
|
ariaLabel: {
|
|
item: 'Rating {0} of {1}'
|
|
}
|
|
},
|
|
loading: 'Loading...',
|
|
infiniteScroll: {
|
|
loadMore: 'Load more',
|
|
empty: 'No more'
|
|
}
|
|
};
|
|
//# sourceMappingURL=af.mjs.map
|