amis-rpc-design/node_modules/rc-pagination/lib/locale/lt_LT.js

22 lines
486 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"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;