tk.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.ElementPlusLocaleTk = factory());
  6. })(this, (function () { 'use strict';
  7. var tk = {
  8. name: "tk",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "OK",
  15. clear: "Arassala"
  16. },
  17. datepicker: {
  18. now: "\u015Euwagt",
  19. today: "\u015E\xFCg\xFCn",
  20. cancel: "Bes et",
  21. clear: "Arassala",
  22. confirm: "OK",
  23. selectDate: "G\xFCni sa\xFDla\u0148",
  24. selectTime: "Wagty sa\xFDla\u0148",
  25. startDate: "Ba\u015Fla\xFDan g\xFCni",
  26. startTime: "Ba\u015Fla\xFDan wagty",
  27. endDate: "Gutar\xFDan g\xFCni",
  28. endTime: "Gutar\xFDan wagty",
  29. prevYear: "Previous Year",
  30. nextYear: "Next Year",
  31. prevMonth: "Previous Month",
  32. nextMonth: "Next Month",
  33. year: "",
  34. month1: "\xDDan",
  35. month2: "Few",
  36. month3: "Mar",
  37. month4: "Apr",
  38. month5: "Ma\xFD",
  39. month6: "I\xFDn",
  40. month7: "I\xFDl",
  41. month8: "Awg",
  42. month9: "Sen",
  43. month10: "Okt",
  44. month11: "No\xFD",
  45. month12: "Dek",
  46. weeks: {
  47. sun: "\xDDek",
  48. mon: "Du\u015F",
  49. tue: "Si\u015F",
  50. wed: "\xC7ar",
  51. thu: "Pen",
  52. fri: "Ann",
  53. sat: "\u015Een"
  54. },
  55. months: {
  56. jan: "\xDDan",
  57. feb: "Few",
  58. mar: "Mar",
  59. apr: "Apr",
  60. may: "Ma\xFD",
  61. jun: "I\xFDn",
  62. jul: "I\xFDl",
  63. aug: "Awg",
  64. sep: "Sep",
  65. oct: "Okt",
  66. nov: "No\xFD",
  67. dec: "Dek"
  68. }
  69. },
  70. select: {
  71. loading: "Indiril\xFD\xE4r",
  72. noMatch: "Hi\xE7zat tapylmady",
  73. noData: "Hi\xE7zat \xFDok",
  74. placeholder: "Sa\xFDla"
  75. },
  76. mention: {
  77. loading: "Indiril\xFD\xE4r"
  78. },
  79. cascader: {
  80. noMatch: "Hi\xE7zat tapylmady",
  81. loading: "Indiril\xFD\xE4r",
  82. placeholder: "Sa\xFDla\u0148",
  83. noData: "Hi\xE7zat \xFDok"
  84. },
  85. pagination: {
  86. goto: "Git",
  87. pagesize: "/sahypa",
  88. total: "Umumy {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: "Hat",
  99. confirm: "OK",
  100. cancel: "Bes et",
  101. error: "\xDDal\u0148y\u015F girizme"
  102. },
  103. upload: {
  104. deleteTip: 'Pozmak \xFC\xE7in "poz" d\xFCwm\xE4 basy\u0148',
  105. delete: "Poz",
  106. preview: "G\xF6r",
  107. continue: "Dowam et"
  108. },
  109. table: {
  110. emptyText: "Maglumat \xFDok",
  111. confirmFilter: "Tassykla",
  112. resetFilter: "Arassala",
  113. clearFilter: "Hemmesi",
  114. sumText: "Jemi"
  115. },
  116. tree: {
  117. emptyText: "Maglumat \xFDok"
  118. },
  119. transfer: {
  120. noMatch: "Hi\xE7zat tapylmady",
  121. noData: "Hi\xE7zat \xFDok",
  122. titles: ["Sanaw 1", "Sanaw 2"],
  123. filterPlaceholder: "G\xF6zleg s\xF6zlerini girizi\u0148",
  124. noCheckedFormat: "{total} sany",
  125. hasCheckedFormat: "{checked}/{total} sa\xFDlanan"
  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 tk;
  145. }));