21 lines
476 B
JavaScript
21 lines
476 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var locale = {
|
|
// Options
|
|
items_per_page: '/ strani',
|
|
jump_to: 'Idi na',
|
|
page: '',
|
|
// Pagination
|
|
prev_page: 'Prethodna strana',
|
|
next_page: 'Sledeća strana',
|
|
prev_5: 'Prethodnih 5 Strana',
|
|
next_5: 'Sledećih 5 Strana',
|
|
prev_3: 'Prethodnih 3 Strane',
|
|
next_3: 'Sledećih 3 Strane',
|
|
page_size: 'Page Size'
|
|
};
|
|
var _default = exports.default = locale; |