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
487 B
22 lines
487 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
// Options.jsx
|
|
items_per_page: '/ sayfa',
|
|
jump_to: 'Git',
|
|
jump_to_confirm: 'onayla',
|
|
page: 'Sayfa',
|
|
// Pagination.jsx
|
|
prev_page: 'Önceki Sayfa',
|
|
next_page: 'Sonraki Sayfa',
|
|
prev_5: 'Önceki 5 Sayfa',
|
|
next_5: 'Sonraki 5 Sayfa',
|
|
prev_3: 'Önceki 3 Sayfa',
|
|
next_3: 'Sonraki 3 Sayfa',
|
|
page_size: 'sayfa boyutu'
|
|
};
|
|
exports.default = _default; |