mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:49:57 +08:00
13 lines
260 B
TypeScript
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',
|
|
};
|