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.
20 lines
528 B
20 lines
528 B
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports['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 хуудас'
|
|
};
|