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
473 B
16 lines
473 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 पेज',
|
|
};
|