si.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'හරි',
  7. clear: 'හිස් කරන්න'
  8. },
  9. datepicker: {
  10. now: 'දැන්',
  11. today: 'අද',
  12. cancel: 'අවලංගු කරන්න',
  13. clear: 'හිස් කරන්න',
  14. confirm: 'හරි',
  15. selectDate: 'දිනය තෝරන්න',
  16. selectTime: 'වේලාව තෝරන්න',
  17. startDate: 'ආරම්භක දිනය',
  18. startTime: 'ආරම්භක වේලාව',
  19. endDate: 'අවසන් වන දිනය',
  20. endTime: 'අවසන් වන වේලාව',
  21. prevYear: 'කලින් අවුරුද්ද',
  22. nextYear: 'ඊළඟ අවුරුද්ද',
  23. prevMonth: 'කලින් මාසය',
  24. nextMonth: 'ඊළඟ මාසය',
  25. year: '',
  26. month1: 'දුරුතු',
  27. month2: 'නවම්',
  28. month3: 'මැදින්',
  29. month4: 'බක්',
  30. month5: 'වෙසක්',
  31. month6: 'පොසොන්',
  32. month7: 'ඇසළ',
  33. month8: 'නිකිණි',
  34. month9: 'බිනර',
  35. month10: 'වප්',
  36. month11: 'ඉල්',
  37. month12: 'උඳුවප්',
  38. week: 'සතිය',
  39. weeks: {
  40. sun: 'ඉරිදා',
  41. mon: 'සඳුදා',
  42. tue: 'අඟහ',
  43. wed: 'බදාදා',
  44. thu: 'බ්‍රහස්',
  45. fri: 'සිකු',
  46. sat: 'සෙන'
  47. },
  48. months: {
  49. jan: 'දුරුතු',
  50. feb: 'නවම්',
  51. mar: 'මැදින්',
  52. apr: 'බක්',
  53. may: 'වෙසක්',
  54. jun: 'පොසොන්',
  55. jul: 'ඇසළ',
  56. aug: 'නිකිණි',
  57. sep: 'බිනර',
  58. oct: 'වප්',
  59. nov: 'ඉල්',
  60. dec: 'උඳුව'
  61. }
  62. },
  63. select: {
  64. loading: 'පූරණය වෙමින්',
  65. noMatch: 'ගැළපෙන දත්ත නැත',
  66. noData: 'දත්ත නැත',
  67. placeholder: 'තෝරන්න'
  68. },
  69. cascader: {
  70. noMatch: 'ගැළපෙන දත්ත නැත',
  71. loading: 'පූරණය වෙමින්',
  72. placeholder: 'තෝරන්න',
  73. noData: 'දත්ත නැත'
  74. },
  75. pagination: {
  76. goto: 'වෙත යන්න',
  77. pagesize: '/පිටුව',
  78. total: 'මුළු {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: 'පණිවිඩය',
  83. confirm: 'හරි',
  84. cancel: 'අවලංගු කරන්න',
  85. error: 'අනීතික ආදානයකි'
  86. },
  87. upload: {
  88. deleteTip: 'ඉවතලීමට මකන්න ඔබන්න',
  89. delete: 'මකන්න',
  90. preview: 'පෙරදසුන',
  91. continue: 'ඉදිරියට'
  92. },
  93. table: {
  94. emptyText: 'දත්ත නැත',
  95. confirmFilter: 'තහවුරු',
  96. resetFilter: 'යළි සකසන්න',
  97. clearFilter: 'සියල්ල',
  98. sumText: 'එකතුව'
  99. },
  100. tree: {
  101. emptyText: 'දත්ත නැත'
  102. },
  103. transfer: {
  104. noMatch: 'ගැළපෙන දත්ත නැත',
  105. noData: 'තෝරන්න',
  106. titles: ['ලේඛනය 1', 'ලේඛනය 2'], // to be translated
  107. filterPlaceholder: 'මූලපදය යොදන්න', // to be translated
  108. noCheckedFormat: 'අථක {total}', // to be translated
  109. hasCheckedFormat: '{checked}/{total} පරීක්‍ෂා විය' // to be translated
  110. },
  111. image: {
  112. error: 'අසමත් විය'
  113. },
  114. pageHeader: {
  115. title: 'ආපසු' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'ඔව්',
  119. cancelButtonText: 'නැහැ'
  120. },
  121. empty: {
  122. description: 'දත්ත නැත'
  123. }
  124. }
  125. };