az.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /*! Element Plus v2.2.27 */
  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.ElementPlusLocaleAz = factory());
  6. })(this, (function () { 'use strict';
  7. var az = {
  8. name: "az",
  9. el: {
  10. colorpicker: {
  11. confirm: "T\u0259sdiql\u0259",
  12. clear: "T\u0259mizl\u0259"
  13. },
  14. datepicker: {
  15. now: "\u0130ndi",
  16. today: "Bug\xFCn",
  17. cancel: "\u0130mtina",
  18. clear: "T\u0259mizl\u0259",
  19. confirm: "T\u0259sdiql\u0259",
  20. selectDate: "Tarix se\xE7",
  21. selectTime: "Saat se\xE7",
  22. startDate: "Ba\u015Flan\u011F\u0131c Tarixi",
  23. startTime: "Ba\u015Flan\u011F\u0131c Saat\u0131",
  24. endDate: "Bitm\u0259 Tarixi",
  25. endTime: "Bitm\u0259 Saat\u0131",
  26. prevYear: "\xD6nc\u0259ki il",
  27. nextYear: "Sonrak\u0131 il",
  28. prevMonth: "\xD6nc\u0259ki ay",
  29. nextMonth: "Sonrak\u0131 ay",
  30. year: "",
  31. month1: "Yanvar",
  32. month2: "Fevral",
  33. month3: "Mart",
  34. month4: "Aprel",
  35. month5: "May",
  36. month6: "\u0130yun",
  37. month7: "\u0130yul",
  38. month8: "Avqust",
  39. month9: "Sentyabr",
  40. month10: "Oktyabr",
  41. month11: "Noyabr",
  42. month12: "Dekabr",
  43. week: "h\u0259ft\u0259",
  44. weeks: {
  45. sun: "Baz",
  46. mon: "B.e",
  47. tue: "\xC7.a",
  48. wed: "\xC7\u0259r",
  49. thu: "C.a",
  50. fri: "C\xFCm",
  51. sat: "\u015E\u0259n"
  52. },
  53. months: {
  54. jan: "Yan",
  55. feb: "Fev",
  56. mar: "Mar",
  57. apr: "Apr",
  58. may: "May",
  59. jun: "\u0130yn",
  60. jul: "\u0130yl",
  61. aug: "Avq",
  62. sep: "Sen",
  63. oct: "Okt",
  64. nov: "Noy",
  65. dec: "Dek"
  66. }
  67. },
  68. select: {
  69. loading: "Y\xFCkl\u0259nir",
  70. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  71. noData: "M\u0259lumat yoxdur",
  72. placeholder: "Se\xE7"
  73. },
  74. cascader: {
  75. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  76. loading: "Y\xFCkl\u0259nir",
  77. placeholder: "Se\xE7",
  78. noData: "M\u0259lumat yoxdur"
  79. },
  80. pagination: {
  81. goto: "Get",
  82. pagesize: "/s\u0259hif\u0259",
  83. total: "Toplam {total}",
  84. pageClassifier: ""
  85. },
  86. messagebox: {
  87. title: "Mesaj",
  88. confirm: "T\u0259sdiql\u0259",
  89. cancel: "\u0130mtina",
  90. error: "S\u0259hv"
  91. },
  92. upload: {
  93. deleteTip: "S\xFCr\xFC\u015Fd\xFCrm\u0259d\u0259n sonra sil",
  94. delete: "Sil",
  95. preview: "\xD6n izl\u0259",
  96. continue: "Davam et"
  97. },
  98. table: {
  99. emptyText: "M\u0259lumat yoxdur",
  100. confirmFilter: "T\u0259sdiql\u0259",
  101. resetFilter: "S\u0131f\u0131rla",
  102. clearFilter: "B\xFCt\xFCn",
  103. sumText: "C\u0259mi"
  104. },
  105. tree: {
  106. emptyText: "M\u0259lumat yoxdur"
  107. },
  108. transfer: {
  109. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  110. noData: "M\u0259lumat yoxdur",
  111. titles: ["Siyah\u0131 1", "Siyah\u0131 2"],
  112. filterPlaceholder: "K\u0259lim\u0259l\u0259ri daxil et",
  113. noCheckedFormat: "{total} \u0259d\u0259d",
  114. hasCheckedFormat: "{checked}/{total} se\xE7ildi"
  115. },
  116. image: {
  117. error: "S\u018FHV"
  118. },
  119. pageHeader: {
  120. title: "Geri"
  121. },
  122. popconfirm: {
  123. confirmButtonText: "B\u0259li",
  124. cancelButtonText: "Xeyr"
  125. },
  126. empty: {
  127. description: "M\u0259lumat yoxdur"
  128. }
  129. }
  130. };
  131. return az;
  132. }));