NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ant-design-vue/lib/vc-pagination/locale/hi_IN.js
2023-09-14 14:47:11 +08:00

20 lines
557 B
Java

'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 पेज'
};