ant-design/components/pagination/locale/pt_BR.tsx
2016-11-25 09:44:28 +08:00

13 lines
260 B
TypeScript

export default {
// Options.jsx
items_per_page: '/ páginas',
jump_to: 'Vá até',
page: '',
// Pagination.jsx
prev_page: 'Página anterior',
next_page: 'Próxima página',
prev_5: '5 páginas anteriores',
next_5: '5 próximas páginas',
};