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
382 B
16 lines
382 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ strana',
|
|
jump_to: 'Choď na',
|
|
jump_to_confirm: 'potvrdit',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Predchádzajúca strana',
|
|
next_page: 'Nasledujúca strana',
|
|
prev_5: 'Predchádzajúcich 5 strán',
|
|
next_5: 'Nasledujúcich 5 strán',
|
|
prev_3: 'Predchádzajúce 3 strany',
|
|
next_3: 'Nasledujúce 3 strany',
|
|
};
|