tr.js 3.3 KB

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