ku.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /*! Element Plus v2.9.1 */
  2. (function (global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define(factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleKu = factory());
  6. })(this, (function () { 'use strict';
  7. var ku = {
  8. name: "ku",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Temam",
  15. clear: "Paqij bike"
  16. },
  17. datepicker: {
  18. now: "Niha",
  19. today: "\xCEro",
  20. cancel: "Betal bike",
  21. clear: "Paqij bike",
  22. confirm: "Temam",
  23. selectDate: "D\xEErok\xEA bibij\xEAre",
  24. selectTime: "Dem\xEA bibij\xEAre",
  25. startDate: "D\xEEroka Destp\xEAk\xEA",
  26. startTime: "Dema Destp\xEAk\xEA",
  27. endDate: "D\xEEroka Daw\xEE",
  28. endTime: "Dema Daw\xEE",
  29. prevYear: "Sala P\xEA\u015F",
  30. nextYear: "Sala Pa\u015F",
  31. prevMonth: "Meha P\xEA\u015F",
  32. nextMonth: "Meha Pa\u015F",
  33. year: "Sal",
  34. month1: "R\xEAbendan",
  35. month2: "Re\u015Femeh",
  36. month3: "Adar",
  37. month4: "Avr\xEAl",
  38. month5: "Gulan",
  39. month6: "P\xFB\u015Fber",
  40. month7: "T\xEErmeh",
  41. month8: "Gilav\xEAj",
  42. month9: "Rezber",
  43. month10: "Kew\xE7\xEAr",
  44. month11: "Sarmawaz",
  45. month12: "Berfanbar",
  46. weeks: {
  47. sun: "Yek",
  48. mon: "Du\u015F",
  49. tue: "S\xEA\u015F",
  50. wed: "\xC7ar",
  51. thu: "P\xEAn",
  52. fri: "\xCEn",
  53. sat: "\u015Eem"
  54. },
  55. months: {
  56. jan: "R\xEAb",
  57. feb: "Re\u015F",
  58. mar: "Ada",
  59. apr: "Avr",
  60. may: "Gul",
  61. jun: "P\xFB\u015F",
  62. jul: "T\xEEr",
  63. aug: "Gil",
  64. sep: "Rez",
  65. oct: "Kew",
  66. nov: "Sar",
  67. dec: "Ber"
  68. }
  69. },
  70. select: {
  71. loading: "Bardibe",
  72. noMatch: "Li hembere ve agah\xEE tune",
  73. noData: "Agah\xEE tune",
  74. placeholder: "Bibij\xEAre"
  75. },
  76. mention: {
  77. loading: "Bardibe"
  78. },
  79. cascader: {
  80. noMatch: "Li hembere ve agah\xEE tune",
  81. loading: "Bardibe",
  82. placeholder: "Bibij\xEAre",
  83. noData: "Agah\xEE tune"
  84. },
  85. pagination: {
  86. goto: "Bi\xE7e",
  87. pagesize: "/rupel",
  88. total: "Tevah\xEE {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. title: "Peyam",
  99. confirm: "Temam",
  100. cancel: "Betal bike",
  101. error: "Beyana \xE7ewt"
  102. },
  103. upload: {
  104. deleteTip: 'ji bo rake p\xEAl "delete" bike',
  105. delete: "Rake",
  106. preview: "P\xEA\u015Fd\xEEtin",
  107. continue: "Berdewam"
  108. },
  109. table: {
  110. emptyText: "Agah\xEE tune",
  111. confirmFilter: "Pi\u015Ftrast bike",
  112. resetFilter: "J\xEA bibe",
  113. clearFilter: "Hem\xFB",
  114. sumText: "Kom"
  115. },
  116. tree: {
  117. emptyText: "Agah\xEE tune"
  118. },
  119. transfer: {
  120. noMatch: "Li hembere ve agah\xEE tune",
  121. noData: "Agah\xEE tune",
  122. titles: ["L\xEEste 1", "L\xEEste 2"],
  123. filterPlaceholder: "Biniv\xEEse",
  124. noCheckedFormat: "{total} lib",
  125. hasCheckedFormat: "{checked}/{total} bijartin"
  126. },
  127. image: {
  128. error: "FAILED"
  129. },
  130. pageHeader: {
  131. title: "Back"
  132. },
  133. popconfirm: {
  134. confirmButtonText: "Yes",
  135. cancelButtonText: "No"
  136. },
  137. carousel: {
  138. leftArrow: "Carousel arrow left",
  139. rightArrow: "Carousel arrow right",
  140. indicator: "Carousel switch to index {index}"
  141. }
  142. }
  143. };
  144. return ku;
  145. }));