ku.mjs 2.9 KB

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