tr.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.ElementPlusLocaleTr = factory());
  6. })(this, (function () { 'use strict';
  7. var tr = {
  8. name: "tr",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Onayla",
  15. clear: "Temizle"
  16. },
  17. datepicker: {
  18. now: "\u015Eimdi",
  19. today: "Bug\xFCn",
  20. cancel: "\u0130ptal",
  21. clear: "Temizle",
  22. confirm: "Onayla",
  23. selectDate: "Tarih se\xE7",
  24. selectTime: "Saat se\xE7",
  25. startDate: "Ba\u015Flang\u0131\xE7 Tarihi",
  26. startTime: "Ba\u015Flang\u0131\xE7 Saati",
  27. endDate: "Biti\u015F Tarihi",
  28. endTime: "Biti\u015F Saati",
  29. prevYear: "\xD6nceki Y\u0131l",
  30. nextYear: "Sonraki Y\u0131l",
  31. prevMonth: "\xD6nceki Ay",
  32. nextMonth: "Sonraki Ay",
  33. year: "",
  34. month1: "Ocak",
  35. month2: "\u015Eubat",
  36. month3: "Mart",
  37. month4: "Nisan",
  38. month5: "May\u0131s",
  39. month6: "Haziran",
  40. month7: "Temmuz",
  41. month8: "A\u011Fustos",
  42. month9: "Eyl\xFCl",
  43. month10: "Ekim",
  44. month11: "Kas\u0131m",
  45. month12: "Aral\u0131k",
  46. weeks: {
  47. sun: "Paz",
  48. mon: "Pzt",
  49. tue: "Sal",
  50. wed: "\xC7ar",
  51. thu: "Per",
  52. fri: "Cum",
  53. sat: "Cmt"
  54. },
  55. months: {
  56. jan: "Oca",
  57. feb: "\u015Eub",
  58. mar: "Mar",
  59. apr: "Nis",
  60. may: "May",
  61. jun: "Haz",
  62. jul: "Tem",
  63. aug: "A\u011Fu",
  64. sep: "Eyl",
  65. oct: "Eki",
  66. nov: "Kas",
  67. dec: "Ara"
  68. }
  69. },
  70. select: {
  71. loading: "Y\xFCkleniyor",
  72. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  73. noData: "Veri yok",
  74. placeholder: "Se\xE7"
  75. },
  76. mention: {
  77. loading: "Y\xFCkleniyor"
  78. },
  79. cascader: {
  80. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  81. loading: "Y\xFCkleniyor",
  82. placeholder: "Se\xE7",
  83. noData: "Veri yok"
  84. },
  85. pagination: {
  86. goto: "Git",
  87. pagesize: "/sayfa",
  88. total: "Toplam {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: "Mesaj",
  99. confirm: "Onayla",
  100. cancel: "\u0130ptal",
  101. error: "\u0130llegal giri\u015F"
  102. },
  103. upload: {
  104. deleteTip: "kald\u0131rmak i\xE7in delete tu\u015Funa bas",
  105. delete: "Sil",
  106. preview: "G\xF6r\xFCnt\xFCle",
  107. continue: "Devam"
  108. },
  109. table: {
  110. emptyText: "Veri yok",
  111. confirmFilter: "Onayla",
  112. resetFilter: "S\u0131f\u0131rla",
  113. clearFilter: "Hepsi",
  114. sumText: "Sum"
  115. },
  116. tree: {
  117. emptyText: "Veri yok"
  118. },
  119. transfer: {
  120. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  121. noData: "Veri yok",
  122. titles: ["Liste 1", "Liste 2"],
  123. filterPlaceholder: "Anahtar kelimeleri gir",
  124. noCheckedFormat: "{total} adet",
  125. hasCheckedFormat: "{checked}/{total} se\xE7ildi"
  126. },
  127. image: {
  128. error: "BA\u015EARISIZ OLDU"
  129. },
  130. pageHeader: {
  131. title: "Geri"
  132. },
  133. popconfirm: {
  134. confirmButtonText: "Evet",
  135. cancelButtonText: "Hay\u0131r"
  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 tr;
  145. }));