You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
316 B
16 lines
316 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ page',
|
|
jump_to: 'Go to',
|
|
jump_to_confirm: 'confirm',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Previous Page',
|
|
next_page: 'Next Page',
|
|
prev_5: 'Previous 5 Pages',
|
|
next_5: 'Next 5 Pages',
|
|
prev_3: 'Previous 3 Pages',
|
|
next_3: 'Next 3 Pages',
|
|
};
|