si.js 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/si', ['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.si = 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: 'කලින් අවුරුද්ද',
  36. nextYear: 'ඊළඟ අවුරුද්ද',
  37. prevMonth: 'කලින් මාසය',
  38. nextMonth: 'ඊළඟ මාසය',
  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. week: 'සතිය',
  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. noData: 'දත්ත නැත'
  88. },
  89. pagination: {
  90. goto: 'වෙත යන්න',
  91. pagesize: '/පිටුව',
  92. total: 'මුළු {total}',
  93. pageClassifier: ''
  94. },
  95. messagebox: {
  96. title: 'පණිවිඩය',
  97. confirm: 'හරි',
  98. cancel: 'අවලංගු කරන්න',
  99. error: 'අනීතික ආදානයකි'
  100. },
  101. upload: {
  102. deleteTip: 'ඉවතලීමට මකන්න ඔබන්න',
  103. delete: 'මකන්න',
  104. preview: 'පෙරදසුන',
  105. continue: 'ඉදිරියට'
  106. },
  107. table: {
  108. emptyText: 'දත්ත නැත',
  109. confirmFilter: 'තහවුරු',
  110. resetFilter: 'යළි සකසන්න',
  111. clearFilter: 'සියල්ල',
  112. sumText: 'එකතුව'
  113. },
  114. tree: {
  115. emptyText: 'දත්ත නැත'
  116. },
  117. transfer: {
  118. noMatch: 'ගැළපෙන දත්ත නැත',
  119. noData: 'තෝරන්න',
  120. titles: ['ලේඛනය 1', 'ලේඛනය 2'], // to be translated
  121. filterPlaceholder: 'මූලපදය යොදන්න', // to be translated
  122. noCheckedFormat: 'අථක {total}', // to be translated
  123. hasCheckedFormat: '{checked}/{total} පරීක්‍ෂා විය' // to be translated
  124. },
  125. image: {
  126. error: 'අසමත් විය'
  127. },
  128. pageHeader: {
  129. title: 'ආපසු' // to be translated
  130. },
  131. popconfirm: {
  132. confirmButtonText: 'ඔව්',
  133. cancelButtonText: 'නැහැ'
  134. },
  135. empty: {
  136. description: 'දත්ත නැත'
  137. }
  138. }
  139. };
  140. module.exports = exports['default'];
  141. });