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.
16 lines
444 B
16 lines
444 B
export 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 хуудас',
|
|
};
|