ku.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /*! Element Plus v2.2.27 */
  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. colorpicker: {
  11. confirm: "Temam",
  12. clear: "Paqij bike"
  13. },
  14. datepicker: {
  15. now: "Niha",
  16. today: "\xCEro",
  17. cancel: "Betal bike",
  18. clear: "Paqij bike",
  19. confirm: "Temam",
  20. selectDate: "D\xEErok\xEA bibij\xEAre",
  21. selectTime: "Dem\xEA bibij\xEAre",
  22. startDate: "D\xEEroka Destp\xEAk\xEA",
  23. startTime: "Dema Destp\xEAk\xEA",
  24. endDate: "D\xEEroka Daw\xEE",
  25. endTime: "Dema Daw\xEE",
  26. prevYear: "Sala P\xEA\u015F",
  27. nextYear: "Sala Pa\u015F",
  28. prevMonth: "Meha P\xEA\u015F",
  29. nextMonth: "Meha Pa\u015F",
  30. year: "Sal",
  31. month1: "R\xEAbendan",
  32. month2: "Re\u015Femeh",
  33. month3: "Adar",
  34. month4: "Avr\xEAl",
  35. month5: "Gulan",
  36. month6: "P\xFB\u015Fber",
  37. month7: "T\xEErmeh",
  38. month8: "Gilav\xEAj",
  39. month9: "Rezber",
  40. month10: "Kew\xE7\xEAr",
  41. month11: "Sarmawaz",
  42. month12: "Berfanbar",
  43. weeks: {
  44. sun: "Yek",
  45. mon: "Du\u015F",
  46. tue: "S\xEA\u015F",
  47. wed: "\xC7ar",
  48. thu: "P\xEAn",
  49. fri: "\xCEn",
  50. sat: "\u015Eem"
  51. },
  52. months: {
  53. jan: "R\xEAb",
  54. feb: "Re\u015F",
  55. mar: "Ada",
  56. apr: "Avr",
  57. may: "Gul",
  58. jun: "P\xFB\u015F",
  59. jul: "T\xEEr",
  60. aug: "Gil",
  61. sep: "Rez",
  62. oct: "Kew",
  63. nov: "Sar",
  64. dec: "Ber"
  65. }
  66. },
  67. select: {
  68. loading: "Bardibe",
  69. noMatch: "Li hembere ve agah\xEE tune",
  70. noData: "Agah\xEE tune",
  71. placeholder: "Bibij\xEAre"
  72. },
  73. cascader: {
  74. noMatch: "Li hembere ve agah\xEE tune",
  75. loading: "Bardibe",
  76. placeholder: "Bibij\xEAre",
  77. noData: "Agah\xEE tune"
  78. },
  79. pagination: {
  80. goto: "Bi\xE7e",
  81. pagesize: "/rupel",
  82. total: "Tevah\xEE {total}",
  83. pageClassifier: ""
  84. },
  85. messagebox: {
  86. title: "Peyam",
  87. confirm: "Temam",
  88. cancel: "Betal bike",
  89. error: "Beyana \xE7ewt"
  90. },
  91. upload: {
  92. deleteTip: 'ji bo rake p\xEAl "delete" bike',
  93. delete: "Rake",
  94. preview: "P\xEA\u015Fd\xEEtin",
  95. continue: "Berdewam"
  96. },
  97. table: {
  98. emptyText: "Agah\xEE tune",
  99. confirmFilter: "Pi\u015Ftrast bike",
  100. resetFilter: "J\xEA bibe",
  101. clearFilter: "Hem\xFB",
  102. sumText: "Kom"
  103. },
  104. tree: {
  105. emptyText: "Agah\xEE tune"
  106. },
  107. transfer: {
  108. noMatch: "Li hembere ve agah\xEE tune",
  109. noData: "Agah\xEE tune",
  110. titles: ["L\xEEste 1", "L\xEEste 2"],
  111. filterPlaceholder: "Biniv\xEEse",
  112. noCheckedFormat: "{total} lib",
  113. hasCheckedFormat: "{checked}/{total} bijartin"
  114. },
  115. image: {
  116. error: "FAILED"
  117. },
  118. pageHeader: {
  119. title: "Back"
  120. },
  121. popconfirm: {
  122. confirmButtonText: "Yes",
  123. cancelButtonText: "No"
  124. }
  125. }
  126. };
  127. return ku;
  128. }));