first commit
This commit is contained in:
22
frontend/node_modules/rc-pagination/lib/locale/ml_IN.js
generated
vendored
Normal file
22
frontend/node_modules/rc-pagination/lib/locale/ml_IN.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var locale = {
|
||||
// Options
|
||||
items_per_page: '/ പേജ്',
|
||||
jump_to: 'അടുത്തത്',
|
||||
jump_to_confirm: 'ഉറപ്പാക്കുക',
|
||||
page: '',
|
||||
// Pagination
|
||||
prev_page: 'മുൻപുള്ള പേജ്',
|
||||
next_page: 'അടുത്ത പേജ്',
|
||||
prev_5: 'മുൻപുള്ള 5 പേജുകൾ',
|
||||
next_5: 'അടുത്ത 5 പേജുകൾ',
|
||||
prev_3: 'മുൻപുള്ള 3 പേജുകൾ',
|
||||
next_3: 'അടുത്ത 3 പേജുകൾ',
|
||||
page_size: 'Page Size'
|
||||
};
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user