first commit
This commit is contained in:
20
frontend/node_modules/rc-pagination/lib/locale/sr_Cyrl_RS.js
generated
vendored
Normal file
20
frontend/node_modules/rc-pagination/lib/locale/sr_Cyrl_RS.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var _default = exports.default = {
|
||||
// Options.jsx
|
||||
items_per_page: '/ страни',
|
||||
jump_to: 'Иди на',
|
||||
page: '',
|
||||
// Pagination.jsx
|
||||
prev_page: 'Претходна страна',
|
||||
next_page: 'Следећа страна',
|
||||
prev_5: 'Претходних 5 Страна',
|
||||
next_5: 'Следећих 5 Страна',
|
||||
prev_3: 'Претходних 3 Стране',
|
||||
next_3: 'Следећих 3 Стране',
|
||||
page_size: 'Page Size'
|
||||
};
|
||||
Reference in New Issue
Block a user