si_LK.js 5.3 KB

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