mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 20:08:43 +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',
|
||
|
};
|