mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
16 lines
352 B
JavaScript
16 lines
352 B
JavaScript
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ página',
|
|
jump_to: 'Ir a',
|
|
jump_to_confirm: 'confirmar',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Página anterior',
|
|
next_page: 'Página siguiente',
|
|
prev_5: '5 páginas previas',
|
|
next_5: '5 páginas siguientes',
|
|
prev_3: '3 páginas previas',
|
|
next_3: '3 páginas siguientes',
|
|
}
|