ta.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'உறுதி செய்',
  21. clear: 'தெளிவாக்கு'
  22. },
  23. datepicker: {
  24. now: 'தற்போது',
  25. today: 'இன்று',
  26. cancel: 'ரத்து செய்',
  27. clear: 'சரி',
  28. confirm: 'உறுதி செய்',
  29. selectDate: 'தேதியை தேர்வு செய்',
  30. selectTime: 'நேரத்தை தேர்வு செய்',
  31. startDate: 'தொடங்கும் நாள்',
  32. startTime: 'தொடங்கும் நேரம்',
  33. endDate: 'முடியும் தேதி',
  34. endTime: 'முடியும் நேரம்',
  35. prevYear: 'Previous Year', // to be translated
  36. nextYear: 'Next Year', // to be translated
  37. prevMonth: 'Previous Month', // to be translated
  38. nextMonth: 'Next Month', // to be translated
  39. year: 'வருடம்',
  40. month1: 'ஜனவரி',
  41. month2: 'பிப்ரவரி',
  42. month3: 'மார்ச்',
  43. month4: 'ஏப்ரல்',
  44. month5: 'மே',
  45. month6: 'ஜூன்',
  46. month7: 'ஜூலை',
  47. month8: 'ஆகஸ்ட்',
  48. month9: 'செப்டம்பர்',
  49. month10: 'அக்டோபர்',
  50. month11: 'நவம்பர்',
  51. month12: 'டிசம்பர்',
  52. weeks: {
  53. sun: 'ஞாயிறு',
  54. mon: 'திங்கள்',
  55. tue: 'செவ்வாய்',
  56. wed: 'புதன்',
  57. thu: 'வியாழன்',
  58. fri: 'வெள்ளி',
  59. sat: 'சனி'
  60. },
  61. months: {
  62. jan: 'ஜனவரி',
  63. feb: 'பிப்ரவரி',
  64. mar: 'மார்ச்',
  65. apr: 'ஏப்ரல்',
  66. may: 'மே',
  67. jun: 'ஜூன்',
  68. jul: 'ஜூலை',
  69. aug: 'ஆகஸ்ட்',
  70. sep: 'செப்டம்பர்',
  71. oct: 'அக்டோபர்',
  72. nov: 'நவம்பர்',
  73. dec: 'டிசம்பர்'
  74. }
  75. },
  76. select: {
  77. loading: 'தயாராகிக்கொண்டிருக்கிறது',
  78. noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
  79. noData: 'தரவு இல்லை',
  80. placeholder: 'தேர்வு செய்'
  81. },
  82. cascader: {
  83. noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
  84. loading: 'தயாராகிக்கொண்டிருக்கிறது',
  85. placeholder: 'தேர்வு செய்',
  86. noData: 'தரவு இல்லை'
  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. image: {
  125. error: 'FAILED' // to be translated
  126. },
  127. pageHeader: {
  128. title: 'Back' // to be translated
  129. },
  130. popconfirm: {
  131. confirmButtonText: 'Yes', // to be translated
  132. cancelButtonText: 'No' // to be translated
  133. },
  134. empty: {
  135. description: 'தரவு இல்லை'
  136. }
  137. }
  138. };
  139. module.exports = exports['default'];
  140. });