@rc-component/pagination
Version:
pagination ui component for react
22 lines (21 loc) • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
// Options
items_per_page: '/ páxina',
jump_to: 'Ir a',
jump_to_confirm: 'confirmar',
page: '',
// Pagination
prev_page: 'Páxina anterior',
next_page: 'Páxina seguinte',
prev_5: '5 páxinas previas',
next_5: '5 páxinas seguintes',
prev_3: '3 páxinas previas',
next_3: '3 páxinas seguintes',
page_size: 'Page Size'
};
var _default = exports.default = locale;