UNPKG

4.99 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/ta', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.ta = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'உறுதி செய்',
22 clear: 'தெளிவாக்கு'
23 },
24 datepicker: {
25 now: 'தற்போது',
26 today: 'இன்று',
27 cancel: 'ரத்து செய்',
28 clear: 'சரி',
29 confirm: 'உறுதி செய்',
30 selectDate: 'தேதியை தேர்வு செய்',
31 selectTime: 'நேரத்தை தேர்வு செய்',
32 startDate: 'தொடங்கும் நாள்',
33 startTime: 'தொடங்கும் நேரம்',
34 endDate: 'முடியும் தேதி',
35 endTime: 'முடியும் நேரம்',
36 prevYear: 'Previous Year', // to be translated
37 nextYear: 'Next Year', // to be translated
38 prevMonth: 'Previous Month', // to be translated
39 nextMonth: 'Next Month', // to be translated
40 year: 'வருடம்',
41 month1: 'ஜனவரி',
42 month2: 'பிப்ரவரி',
43 month3: 'மார்ச்',
44 month4: 'ஏப்ரல்',
45 month5: 'மே',
46 month6: 'ஜூன்',
47 month7: 'ஜூலை',
48 month8: 'ஆகஸ்ட்',
49 month9: 'செப்டம்பர்',
50 month10: 'அக்டோபர்',
51 month11: 'நவம்பர்',
52 month12: 'டிசம்பர்',
53 weeks: {
54 sun: 'ஞாயிறு',
55 mon: 'திங்கள்',
56 tue: 'செவ்வாய்',
57 wed: 'புதன்',
58 thu: 'வியாழன்',
59 fri: 'வெள்ளி',
60 sat: 'சனி'
61 },
62 months: {
63 jan: 'ஜனவரி',
64 feb: 'பிப்ரவரி',
65 mar: 'மார்ச்',
66 apr: 'ஏப்ரல்',
67 may: 'மே',
68 jun: 'ஜூன்',
69 jul: 'ஜூலை',
70 aug: 'ஆகஸ்ட்',
71 sep: 'செப்டம்பர்',
72 oct: 'அக்டோபர்',
73 nov: 'நவம்பர்',
74 dec: 'டிசம்பர்'
75 }
76 },
77 select: {
78 loading: 'தயாராகிக்கொண்டிருக்கிறது',
79 noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
80 noData: 'தரவு இல்லை',
81 placeholder: 'தேர்வு செய்'
82 },
83 cascader: {
84 noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
85 loading: 'தயாராகிக்கொண்டிருக்கிறது',
86 placeholder: 'தேர்வு செய்'
87 },
88 pagination: {
89 goto: 'தேவையான் பகுதிக்கு செல்',
90 pagesize: '/page',
91 total: 'மொத்தம் {total}',
92 pageClassifier: ''
93 },
94 messagebox: {
95 title: 'செய்தி',
96 confirm: 'உறுதி செய்',
97 cancel: 'ரத்து செய்',
98 error: 'பொருத்தாமில்லாத உள்ளீடு'
99 },
100 upload: {
101 deleteTip: 'press delete to remove', // to be translated
102 delete: 'நீக்கு',
103 preview: 'முன்னோட்டம் பார்',
104 continue: 'தொடரு'
105 },
106 table: {
107 emptyText: 'தரவு இல்லை',
108 confirmFilter: 'உறுதி செய்',
109 resetFilter: 'புதுமாற்றம் செய்',
110 clearFilter: 'அனைத்தும்',
111 sumText: 'கூட்டு'
112 },
113 tree: {
114 emptyText: 'தரவு இல்லை'
115 },
116 transfer: {
117 noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
118 noData: 'தரவு இல்லை',
119 titles: ['பட்டியல் 1', 'பட்டியல் 2'],
120 filterPlaceholder: 'சொல்லை உள்ளீடு செய்',
121 noCheckedFormat: '{total} items', // to be translated
122 hasCheckedFormat: '{checked}/{total} தேர்வு செய்யப்பட்டவைகள்'
123 }
124 }
125 };
126 module.exports = exports['default'];
127});
\No newline at end of file