forked from pu428f3pz/InternshipProject
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
495 B
22 lines
495 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
// Options.jsx
|
|
items_per_page: '/ sivu',
|
|
jump_to: 'Mene',
|
|
jump_to_confirm: 'Potvrdite',
|
|
page: 'Sivu',
|
|
// Pagination.jsx
|
|
prev_page: 'Edellinen sivu',
|
|
next_page: 'Seuraava sivu',
|
|
prev_5: 'Edelliset 5 sivua',
|
|
next_5: 'Seuraavat 5 sivua',
|
|
prev_3: 'Edelliset 3 sivua',
|
|
next_3: 'Seuraavat 3 sivua',
|
|
page_size: 'Page Size'
|
|
};
|
|
exports.default = _default; |