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.
22 lines
616 B
22 lines
616 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
// Options.jsx
|
|
items_per_page: '/ стр',
|
|
jump_to: 'Оди на',
|
|
jump_to_confirm: 'потврди',
|
|
page: '',
|
|
// Pagination.jsx
|
|
prev_page: 'Претходна страница',
|
|
next_page: 'Наредна страница',
|
|
prev_5: 'Претходни 5 страници',
|
|
next_5: 'Наредни 5 страници',
|
|
prev_3: 'Претходни 3 страници',
|
|
next_3: 'Наредни 3 страници',
|
|
page_size: 'Page Size'
|
|
};
|
|
exports.default = _default; |