Files
video-gen/video-gen-admin/node_modules/@rc-component/pagination/lib/locale/mr_IN.js
T
2026-05-25 17:08:18 +08:00

22 lines
695 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
// Options
items_per_page: '/ पृष्ठ',
jump_to: 'यावर जा ',
jump_to_confirm: 'पुष्टी करा',
page: 'पृष्ठ',
// Pagination
prev_page: 'मागील पृष्ठ',
next_page: 'पुढील पृष्ठ',
prev_5: 'मागील ५ पृष्ठे',
next_5: 'पुढील ५ पृष्ठे',
prev_3: 'मागील ३ पृष्ठे',
next_3: 'पुढील ३ पृष्ठे',
page_size: 'पृष्ठ आकार'
};
var _default = exports.default = locale;