first commit
This commit is contained in:
37
frontend/node_modules/rc-picker/lib/locale/ta_IN.js
generated
vendored
Normal file
37
frontend/node_modules/rc-picker/lib/locale/ta_IN.js
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
||||
var _common = require("./common");
|
||||
var locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
|
||||
locale: 'ta_IN',
|
||||
today: 'இன்று',
|
||||
now: 'இப்போது',
|
||||
backToToday: 'இன்றுக்கு திரும்பு',
|
||||
ok: 'சரி',
|
||||
clear: 'அழி',
|
||||
week: 'வாரம்',
|
||||
month: 'மாதம்',
|
||||
year: 'வருடம்',
|
||||
timeSelect: 'நேரத்தைத் தேர்ந்தெடு',
|
||||
dateSelect: 'தேதியைத் தேர்ந்தெடு',
|
||||
weekSelect: 'வாரத்தைத் தேர்வுசெய்க',
|
||||
monthSelect: 'மாதத்தைத் தேர்வுசெய்க',
|
||||
yearSelect: 'வருடத்தைத் தேர்வுசெய்க',
|
||||
decadeSelect: 'தசாப்தத்தைத் தேர்வுசெய்க',
|
||||
dateFormat: 'M/D/YYYY',
|
||||
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
|
||||
previousMonth: 'முந்தைய மாதம் (PageUp)',
|
||||
nextMonth: 'அடுத்த மாதம் (PageDown)',
|
||||
previousYear: 'முந்தைய வருடம் (Control + left)',
|
||||
nextYear: 'அடுத்த வருடம் (Control + right)',
|
||||
previousDecade: 'முந்தைய தசாப்தம்',
|
||||
nextDecade: 'அடுத்த தசாப்தம்',
|
||||
previousCentury: 'முந்தைய நூற்றாண்டு',
|
||||
nextCentury: 'அடுத்த நூற்றாண்டு'
|
||||
});
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user