5e3d3a46dd743e94270e0792963ac13c1d823ef2d08b25b03714a961dbe7fd9a77126cf21f26b099d8aaf91891a5a97adda5f21b95f9dd8e96d94f13482196 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. var tr = {
  2. name: "tr",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "Onayla",
  9. clear: "Temizle",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value"
  13. },
  14. datepicker: {
  15. now: "\u015Eimdi",
  16. today: "Bug\xFCn",
  17. cancel: "\u0130ptal",
  18. clear: "Temizle",
  19. confirm: "Onayla",
  20. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  21. monthTablePrompt: "Use the arrow keys and enter to select the month",
  22. yearTablePrompt: "Use the arrow keys and enter to select the year",
  23. selectedDate: "Selected date",
  24. selectDate: "Tarih se\xE7",
  25. selectTime: "Saat se\xE7",
  26. startDate: "Ba\u015Flang\u0131\xE7 Tarihi",
  27. startTime: "Ba\u015Flang\u0131\xE7 Saati",
  28. endDate: "Biti\u015F Tarihi",
  29. endTime: "Biti\u015F Saati",
  30. prevYear: "\xD6nceki Y\u0131l",
  31. nextYear: "Sonraki Y\u0131l",
  32. prevMonth: "\xD6nceki Ay",
  33. nextMonth: "Sonraki Ay",
  34. year: "",
  35. month1: "Ocak",
  36. month2: "\u015Eubat",
  37. month3: "Mart",
  38. month4: "Nisan",
  39. month5: "May\u0131s",
  40. month6: "Haziran",
  41. month7: "Temmuz",
  42. month8: "A\u011Fustos",
  43. month9: "Eyl\xFCl",
  44. month10: "Ekim",
  45. month11: "Kas\u0131m",
  46. month12: "Aral\u0131k",
  47. weeks: {
  48. sun: "Paz",
  49. mon: "Pzt",
  50. tue: "Sal",
  51. wed: "\xC7ar",
  52. thu: "Per",
  53. fri: "Cum",
  54. sat: "Cmt"
  55. },
  56. weeksFull: {
  57. sun: "Sunday",
  58. mon: "Monday",
  59. tue: "Tuesday",
  60. wed: "Wednesday",
  61. thu: "Thursday",
  62. fri: "Friday",
  63. sat: "Saturday"
  64. },
  65. months: {
  66. jan: "Oca",
  67. feb: "\u015Eub",
  68. mar: "Mar",
  69. apr: "Nis",
  70. may: "May",
  71. jun: "Haz",
  72. jul: "Tem",
  73. aug: "A\u011Fu",
  74. sep: "Eyl",
  75. oct: "Eki",
  76. nov: "Kas",
  77. dec: "Ara"
  78. }
  79. },
  80. inputNumber: {
  81. decrease: "decrease number",
  82. increase: "increase number"
  83. },
  84. select: {
  85. loading: "Y\xFCkleniyor",
  86. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  87. noData: "Veri yok",
  88. placeholder: "Se\xE7"
  89. },
  90. mention: {
  91. loading: "Y\xFCkleniyor"
  92. },
  93. dropdown: {
  94. toggleDropdown: "Toggle Dropdown"
  95. },
  96. cascader: {
  97. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  98. loading: "Y\xFCkleniyor",
  99. placeholder: "Se\xE7",
  100. noData: "Veri yok"
  101. },
  102. pagination: {
  103. goto: "Git",
  104. pagesize: "/sayfa",
  105. total: "Toplam {total}",
  106. pageClassifier: "",
  107. page: "Page",
  108. prev: "Go to previous page",
  109. next: "Go to next page",
  110. currentPage: "page {pager}",
  111. prevPages: "Previous {pager} pages",
  112. nextPages: "Next {pager} pages",
  113. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  114. },
  115. dialog: {
  116. close: "Close this dialog"
  117. },
  118. drawer: {
  119. close: "Close this dialog"
  120. },
  121. messagebox: {
  122. title: "Mesaj",
  123. confirm: "Onayla",
  124. cancel: "\u0130ptal",
  125. error: "\u0130llegal giri\u015F",
  126. close: "Close this dialog"
  127. },
  128. upload: {
  129. deleteTip: "kald\u0131rmak i\xE7in delete tu\u015Funa bas",
  130. delete: "Sil",
  131. preview: "G\xF6r\xFCnt\xFCle",
  132. continue: "Devam"
  133. },
  134. slider: {
  135. defaultLabel: "slider between {min} and {max}",
  136. defaultRangeStartLabel: "pick start value",
  137. defaultRangeEndLabel: "pick end value"
  138. },
  139. table: {
  140. emptyText: "Veri yok",
  141. confirmFilter: "Onayla",
  142. resetFilter: "S\u0131f\u0131rla",
  143. clearFilter: "Hepsi",
  144. sumText: "Sum"
  145. },
  146. tour: {
  147. next: "Next",
  148. previous: "Previous",
  149. finish: "Finish",
  150. close: "Close this dialog"
  151. },
  152. tree: {
  153. emptyText: "Veri yok"
  154. },
  155. transfer: {
  156. noMatch: "E\u015Fle\u015Fen veri bulunamad\u0131",
  157. noData: "Veri yok",
  158. titles: ["Liste 1", "Liste 2"],
  159. filterPlaceholder: "Anahtar kelimeleri gir",
  160. noCheckedFormat: "{total} adet",
  161. hasCheckedFormat: "{checked}/{total} se\xE7ildi"
  162. },
  163. image: {
  164. error: "BA\u015EARISIZ OLDU"
  165. },
  166. pageHeader: {
  167. title: "Geri"
  168. },
  169. popconfirm: {
  170. confirmButtonText: "Evet",
  171. cancelButtonText: "Hay\u0131r"
  172. },
  173. carousel: {
  174. leftArrow: "Carousel arrow left",
  175. rightArrow: "Carousel arrow right",
  176. indicator: "Carousel switch to index {index}"
  177. }
  178. }
  179. };
  180. export { tr as default };
  181. //# sourceMappingURL=tr.mjs.map