i18n



Contains values to translate text in showcase components.

Default

table.i18n = {
    search: 'Search...',
    show: 'Show', 
    entries: 'lines',
    filter: 'Filter',
    rowCount: 'Showing {start} to {end} of {total} entries',
    noRows: 'No entries found',
    previous: 'Previous', 
    next: 'Next'
}