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.
InternshipProject/node_modules/rc-pagination/es/locale/pl_PL.js

15 lines
380 B

export default {
// Options.jsx
items_per_page: 'na stronę',
jump_to: 'Idź do',
jump_to_confirm: 'potwierdź',
page: '',
// Pagination.jsx
prev_page: 'Poprzednia strona',
next_page: 'Następna strona',
prev_5: 'Poprzednie 5 stron',
next_5: 'Następne 5 stron',
prev_3: 'Poprzednie 3 strony',
next_3: 'Następne 3 strony',
page_size: 'rozmiar strony'
};