22 lines
486 B
JavaScript
22 lines
486 B
JavaScript
|
"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: 'psl.',
|
||
|
// Pagination.jsx
|
||
|
prev_page: 'Atgal',
|
||
|
next_page: 'Pirmyn',
|
||
|
prev_5: 'Grįžti 5 psl.',
|
||
|
next_5: 'Peršokti 5 psl.',
|
||
|
prev_3: 'Grįžti 3 psl.',
|
||
|
next_3: 'Peršokti 3 psl.',
|
||
|
page_size: 'Puslapio dydis'
|
||
|
};
|
||
|
exports.default = _default;
|