智慧水务管理系统 - 精河县供水工程综合管理平台

tr.js 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. Object.defineProperties(exports, {
  2. __esModule: { value: true },
  3. [Symbol.toStringTag]: { value: "Module" }
  4. });
  5. //#region ../../packages/locale/lang/tr.ts
  6. var tr_default = {
  7. name: "tr",
  8. el: {
  9. breadcrumb: { label: "Breadcrumb" },
  10. colorpicker: {
  11. confirm: "Onayla",
  12. clear: "Temizle",
  13. defaultLabel: "color picker",
  14. description: "current color is {color}. press enter to select a new color.",
  15. alphaLabel: "pick alpha value",
  16. alphaDescription: "alpha {alpha}, current color is {color}",
  17. hueLabel: "pick hue value",
  18. hueDescription: "hue {hue}, current color is {color}",
  19. svLabel: "pick saturation and brightness value",
  20. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  21. predefineDescription: "select {value} as the color"
  22. },
  23. datepicker: {
  24. now: "Şimdi",
  25. today: "Bugün",
  26. cancel: "İptal",
  27. clear: "Temizle",
  28. confirm: "Onayla",
  29. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  30. monthTablePrompt: "Use the arrow keys and enter to select the month",
  31. yearTablePrompt: "Use the arrow keys and enter to select the year",
  32. selectedDate: "Selected date",
  33. selectDate: "Tarih seç",
  34. selectTime: "Saat seç",
  35. startDate: "Başlangıç Tarihi",
  36. startTime: "Başlangıç Saati",
  37. endDate: "Bitiş Tarihi",
  38. endTime: "Bitiş Saati",
  39. prevYear: "Önceki Yıl",
  40. nextYear: "Sonraki Yıl",
  41. prevMonth: "Önceki Ay",
  42. nextMonth: "Sonraki Ay",
  43. year: "",
  44. month1: "Ocak",
  45. month2: "Şubat",
  46. month3: "Mart",
  47. month4: "Nisan",
  48. month5: "Mayıs",
  49. month6: "Haziran",
  50. month7: "Temmuz",
  51. month8: "Ağustos",
  52. month9: "Eylül",
  53. month10: "Ekim",
  54. month11: "Kasım",
  55. month12: "Aralık",
  56. weeks: {
  57. sun: "Paz",
  58. mon: "Pzt",
  59. tue: "Sal",
  60. wed: "Çar",
  61. thu: "Per",
  62. fri: "Cum",
  63. sat: "Cmt"
  64. },
  65. weeksFull: {
  66. sun: "Sunday",
  67. mon: "Monday",
  68. tue: "Tuesday",
  69. wed: "Wednesday",
  70. thu: "Thursday",
  71. fri: "Friday",
  72. sat: "Saturday"
  73. },
  74. months: {
  75. jan: "Oca",
  76. feb: "Şub",
  77. mar: "Mar",
  78. apr: "Nis",
  79. may: "May",
  80. jun: "Haz",
  81. jul: "Tem",
  82. aug: "Ağu",
  83. sep: "Eyl",
  84. oct: "Eki",
  85. nov: "Kas",
  86. dec: "Ara"
  87. }
  88. },
  89. inputNumber: {
  90. decrease: "decrease number",
  91. increase: "increase number"
  92. },
  93. select: {
  94. loading: "Yükleniyor",
  95. noMatch: "Eşleşen veri bulunamadı",
  96. noData: "Veri yok",
  97. placeholder: "Seç"
  98. },
  99. mention: { loading: "Yükleniyor" },
  100. dropdown: { toggleDropdown: "Toggle Dropdown" },
  101. cascader: {
  102. noMatch: "Eşleşen veri bulunamadı",
  103. loading: "Yükleniyor",
  104. placeholder: "Seç",
  105. noData: "Veri yok"
  106. },
  107. pagination: {
  108. goto: "Git",
  109. pagesize: "/sayfa",
  110. total: "Toplam {total}",
  111. pageClassifier: "",
  112. page: "Page",
  113. prev: "Go to previous page",
  114. next: "Go to next page",
  115. currentPage: "page {pager}",
  116. prevPages: "Previous {pager} pages",
  117. nextPages: "Next {pager} pages",
  118. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  119. },
  120. dialog: { close: "Close this dialog" },
  121. drawer: { close: "Close this dialog" },
  122. messagebox: {
  123. title: "Mesaj",
  124. confirm: "Onayla",
  125. cancel: "İptal",
  126. error: "İllegal giriş",
  127. close: "Close this dialog"
  128. },
  129. upload: {
  130. deleteTip: "kaldırmak için delete tuşuna bas",
  131. delete: "Sil",
  132. preview: "Görüntüle",
  133. continue: "Devam"
  134. },
  135. slider: {
  136. defaultLabel: "slider between {min} and {max}",
  137. defaultRangeStartLabel: "pick start value",
  138. defaultRangeEndLabel: "pick end value"
  139. },
  140. table: {
  141. emptyText: "Veri yok",
  142. confirmFilter: "Onayla",
  143. resetFilter: "Sıfırla",
  144. clearFilter: "Hepsi",
  145. sumText: "Sum",
  146. selectAllLabel: "Select all rows",
  147. selectRowLabel: "Select this row",
  148. expandRowLabel: "Expand this row",
  149. collapseRowLabel: "Collapse this row",
  150. sortLabel: "Sort by {column}",
  151. filterLabel: "Filter by {column}"
  152. },
  153. tag: { close: "Close this tag" },
  154. tour: {
  155. next: "Next",
  156. previous: "Previous",
  157. finish: "Finish",
  158. close: "Close this dialog"
  159. },
  160. tree: { emptyText: "Veri yok" },
  161. transfer: {
  162. noMatch: "Eşleşen veri bulunamadı",
  163. noData: "Veri yok",
  164. titles: ["Liste 1", "Liste 2"],
  165. filterPlaceholder: "Anahtar kelimeleri gir",
  166. noCheckedFormat: "{total} adet",
  167. hasCheckedFormat: "{checked}/{total} seçildi"
  168. },
  169. image: { error: "BAŞARISIZ OLDU" },
  170. pageHeader: { title: "Geri" },
  171. popconfirm: {
  172. confirmButtonText: "Evet",
  173. cancelButtonText: "Hayır"
  174. },
  175. carousel: {
  176. leftArrow: "Carousel arrow left",
  177. rightArrow: "Carousel arrow right",
  178. indicator: "Carousel switch to index {index}"
  179. },
  180. inputOTP: {
  181. groupLabel: "OTP Input",
  182. defaultLabel: "Please enter OTP character {index}"
  183. }
  184. }
  185. };
  186. //#endregion
  187. exports.default = tr_default;
  188. //# sourceMappingURL=tr.js.map