@ucloud-pccl/react-components
Version:
UCloud pccl react components
22 lines (21 loc) • 516 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
// Options.jsx
itemsPerPage: 'artículos/página',
jumpTo: 'ir a',
jumpToConfirm: 'confirmar',
page: 'página',
// Pagination.jsx
prevPage: 'página anterior',
nextPage: 'página siguiente',
prev5: '5 páginas atrás',
next5: 'próximas 5 páginas',
prev3: '3 páginas atrás',
next3: 'próximas 3 páginas',
total: 'total',
items: 'artículos'
};