vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
353 B
16 lines
353 B
7 years ago
|
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',
|
||
6 years ago
|
};
|