first commit
This commit is contained in:
22
frontend/node_modules/rc-pagination/lib/locale/ta_IN.js
generated
vendored
Normal file
22
frontend/node_modules/rc-pagination/lib/locale/ta_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