ku.js 2.9 KB

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