si_LK.js 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. "use strict";
  2. var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
  3. Object.defineProperty(exports, "__esModule", {
  4. value: true
  5. });
  6. exports.default = void 0;
  7. var _si_LK = _interopRequireDefault(require("rc-pagination/lib/locale/si_LK"));
  8. var _si_LK2 = _interopRequireDefault(require("../calendar/locale/si_LK"));
  9. var _si_LK3 = _interopRequireDefault(require("../date-picker/locale/si_LK"));
  10. var _si_LK4 = _interopRequireDefault(require("../time-picker/locale/si_LK"));
  11. const typeTemplate = '${label} වලංගු ${type} ක් නොවේ';
  12. const localeValues = {
  13. locale: 'si',
  14. Pagination: _si_LK.default,
  15. DatePicker: _si_LK3.default,
  16. TimePicker: _si_LK4.default,
  17. Calendar: _si_LK2.default,
  18. global: {
  19. placeholder: 'කරුණාකර තෝරන්න',
  20. close: 'වසන්න'
  21. },
  22. Table: {
  23. filterTitle: 'පෙරහන්',
  24. filterConfirm: 'හරි',
  25. filterReset: 'යළි සකසන්න',
  26. filterEmptyText: 'පෙරහන් නැත',
  27. filterCheckAll: 'සියළු අථක තෝරන්න',
  28. filterSearchPlaceholder: 'පෙරහන් තුළ සොයන්න',
  29. emptyText: 'දත්ත නැත',
  30. selectAll: 'වත්මන් පිටුව තෝරන්න',
  31. selectInvert: 'වත්මන් පිටුව යටියනය',
  32. selectNone: 'සියළු දත්ත ඉවතලන්න',
  33. selectionAll: 'සියළු දත්ත තෝරන්න',
  34. sortTitle: 'පෙළගැසීම',
  35. expand: 'පේළිය දිගහරින්න',
  36. collapse: 'පේළිය හකුළන්න',
  37. triggerDesc: 'අවරෝහණව පෙළගැසීමට ඔබන්න',
  38. triggerAsc: 'ආරෝහණව පෙළගැසීමට ඔබන්න',
  39. cancelSort: 'පෙළගැසීම අවලංගු කිරීමට ඔබන්න'
  40. },
  41. Tour: {
  42. Next: 'ඊළඟ',
  43. Previous: 'පෙර',
  44. Finish: 'අවසන් කරන්න'
  45. },
  46. Modal: {
  47. okText: 'හරි',
  48. cancelText: 'අවලංගු කරන්න',
  49. justOkText: 'හරි'
  50. },
  51. Popconfirm: {
  52. okText: 'හරි',
  53. cancelText: 'අවලංගු කරන්න'
  54. },
  55. Transfer: {
  56. titles: ['', ''],
  57. searchPlaceholder: 'මෙතැන සොයන්න',
  58. itemUnit: 'අථකය',
  59. itemsUnit: 'අථක',
  60. remove: 'ඉවත් කරන්න',
  61. selectCurrent: 'වත්මන් පිටුව තෝරන්න',
  62. removeCurrent: 'වත්මන් පිටුව ඉවත් කරන්න',
  63. selectAll: 'සියළු දත්ත තෝරන්න',
  64. removeAll: 'සියළු දත්ත ඉවතලන්න',
  65. selectInvert: 'වත්මන් පිටුව යටියනය'
  66. },
  67. Upload: {
  68. uploading: 'උඩුගත වෙමින්...',
  69. removeFile: 'ගොනුව ඉවතලන්න',
  70. uploadError: 'උඩුගත වීමේ දෝෂයකි',
  71. previewFile: 'ගොනුවේ පෙරදසුන',
  72. downloadFile: 'ගොනුව බාගන්න'
  73. },
  74. Empty: {
  75. description: 'දත්ත නැත'
  76. },
  77. Icon: {
  78. icon: 'නිරූපකය'
  79. },
  80. Text: {
  81. edit: 'සංස්කරණය',
  82. copy: 'පිටපත්',
  83. copied: 'පිටපත් විය',
  84. expand: 'විහිදුවන්න'
  85. },
  86. Form: {
  87. optional: '(විකල්පයකි)',
  88. defaultValidateMessages: {
  89. default: '${label} සඳහා ක්‍ෂේත්‍රය වලංගුකරණයේ දෝෂයකි',
  90. required: '${label} ඇතුල් කරන්න',
  91. enum: '[${enum}] වලින් එකක් ${label} විය යුතුය',
  92. whitespace: '${label} හිස් අකුරක් නොවිය යුතුය',
  93. date: {
  94. format: '${label} දිනයේ ආකෘතිය වැරදිය',
  95. parse: '${label} දිනයකට පරිවර්තනය කළ නොහැකිය',
  96. invalid: '${label} වලංගු නොවන දිනයකි'
  97. },
  98. types: {
  99. string: typeTemplate,
  100. method: typeTemplate,
  101. array: typeTemplate,
  102. object: typeTemplate,
  103. number: typeTemplate,
  104. date: typeTemplate,
  105. boolean: typeTemplate,
  106. integer: typeTemplate,
  107. float: typeTemplate,
  108. regexp: typeTemplate,
  109. email: typeTemplate,
  110. url: typeTemplate,
  111. hex: typeTemplate
  112. },
  113. string: {
  114. len: '${label} අකුරු ${len}ක් විය යුතුය',
  115. min: '${label} අවමය අකුරු ${min}ක් විය යුතුය',
  116. max: '${label} අකුරු ${max}ක් දක්වා විය යුතුය',
  117. range: '${label} අකුරු ${min}-${max}ක් අතර විය යුතුය'
  118. },
  119. number: {
  120. len: '${label} නිසැකව ${len} සමාන විය යුතුය',
  121. min: '${label} අවමය ${min} විය යුතුය',
  122. max: '${label} උපරිමය ${max} විය යුතුය',
  123. range: '${label} නිසැකව ${min}-${max} අතර විය යුතුය'
  124. },
  125. array: {
  126. len: '${len} ${label} විය යුතුය',
  127. min: 'අවම වශයෙන් ${min} ${label}',
  128. max: 'උපරිම වශයෙන් ${max} ${label}',
  129. range: '${label} ගණන ${min}-${max} අතර විය යුතුය'
  130. },
  131. pattern: {
  132. mismatch: '${pattern} රටාවට ${label} නොගැළපේ'
  133. }
  134. }
  135. },
  136. Image: {
  137. preview: 'පෙරදසුන'
  138. }
  139. };
  140. var _default = exports.default = localeValues;