yqcloud-ui
Version:
An enterprise-class UI design language and React-based implementation
24 lines (22 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports['default'] = {
// Options.jsx
items_per_page: '/ página',
label_items_per_page: 'Items / page',
jump_to: 'Ir a',
jump_to_confirm: 'confirmar',
page: '',
// Pagination.jsx
first_page: 'First Page',
last_page: 'Last Page',
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'
};
module.exports = exports['default'];