mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 01:11:53 +08:00
16 lines
359 B
JavaScript
16 lines
359 B
JavaScript
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ página',
|
|
jump_to: 'Vá até',
|
|
jump_to_confirm: 'confirme',
|
|
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',
|
|
prev_3: '3 páginas anteriores',
|
|
next_3: '3 próximas páginas',
|
|
};
|