2b9c2b5ffe7db90cc89d3af326b4712c7c12342f23844cfc1b04d39b7f961524f316fac0784c086170dae257444fdf5f13689418559a704a29934d2426cdce 3.9 KB

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