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.
InternshipProject/node_modules/rc-pagination/lib/locale/lt_LT.js

22 lines
474 B

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
// Options.jsx
items_per_page: '/ psl.',
jump_to: 'Pereiti',
jump_to_confirm: 'patvirtinti',
page: '',
// Pagination.jsx
prev_page: 'Atgal',
next_page: 'Pirmyn',
prev_5: 'Grįžti 5 pls.',
next_5: 'Peršokti 5 pls.',
prev_3: 'Grįžti 3 pls.',
next_3: 'Peršokti 3 pls.',
page_size: 'Page Size'
};
exports.default = _default;