uz-uz.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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.ElementPlusLocaleUzUz = factory());
  6. })(this, (function () { 'use strict';
  7. var uzUz = {
  8. name: "uz-uz",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Qabul qilish",
  15. clear: "Tozalash"
  16. },
  17. datepicker: {
  18. now: "Hozir",
  19. today: "Bugun",
  20. cancel: "Bekor qilish",
  21. clear: "Tozalash",
  22. confirm: "Qabul qilish",
  23. selectDate: "Kunni tanlash",
  24. selectTime: "Soatni tanlash",
  25. startDate: "Boshlanish sanasi",
  26. startTime: "Boshlanish vaqti",
  27. endDate: "Tugash sanasi",
  28. endTime: "Tugash vaqti",
  29. prevYear: "O\u02BBtgan yil",
  30. nextYear: "Kelgusi yil",
  31. prevMonth: "O\u02BBtgan oy",
  32. nextMonth: "Kelgusi oy",
  33. year: "Yil",
  34. month1: "Yanvar",
  35. month2: "Fevral",
  36. month3: "Mart",
  37. month4: "Aprel",
  38. month5: "May",
  39. month6: "Iyun",
  40. month7: "Iyul",
  41. month8: "Avgust",
  42. month9: "Sentabr",
  43. month10: "Oktabr",
  44. month11: "Noyabr",
  45. month12: "Dekabr",
  46. week: "Hafta",
  47. weeks: {
  48. sun: "Yak",
  49. mon: "Dush",
  50. tue: "Sesh",
  51. wed: "Chor",
  52. thu: "Pay",
  53. fri: "Jum",
  54. sat: "Shan"
  55. },
  56. months: {
  57. jan: "Yan",
  58. feb: "Fev",
  59. mar: "Mar",
  60. apr: "Apr",
  61. may: "May",
  62. jun: "Iyun",
  63. jul: "Iyul",
  64. aug: "Avg",
  65. sep: "Sen",
  66. oct: "Okt",
  67. nov: "Noy",
  68. dec: "Dek"
  69. }
  70. },
  71. select: {
  72. loading: "Yuklanmoqda",
  73. noMatch: "Mos ma\u02BClumot yo\u02BBq",
  74. noData: "Ma\u02BClumot yo\u02BBq",
  75. placeholder: "Tanladizngiz"
  76. },
  77. mention: {
  78. loading: "Yuklanmoqda"
  79. },
  80. cascader: {
  81. noMatch: "Mos ma\u02BClumot topilmadi",
  82. loading: "Yuklanmoqda",
  83. placeholder: "Tanlash",
  84. noData: "Ma\u02BClumot yo\u02BBq"
  85. },
  86. pagination: {
  87. goto: "O\u02BBtish",
  88. pagesize: "/sahifa",
  89. total: "Barchasi {total} ta",
  90. pageClassifier: "",
  91. page: "Page",
  92. prev: "Go to previous page",
  93. next: "Go to next page",
  94. currentPage: "page {pager}",
  95. prevPages: "Previous {pager} pages",
  96. nextPages: "Next {pager} pages"
  97. },
  98. messagebox: {
  99. title: "Xabar",
  100. confirm: "Qabul qilish",
  101. cancel: "Bekor qilish",
  102. error: "Xatolik"
  103. },
  104. upload: {
  105. deleteTip: "O\u02BBchirish tugmasini bosib o\u02BBchiring",
  106. delete: "O\u02BBchirish",
  107. preview: "Oldin ko\u02BBrish",
  108. continue: "Davom qilish"
  109. },
  110. table: {
  111. emptyText: "Bo\u02BBsh",
  112. confirmFilter: "Qabul qilish",
  113. resetFilter: "Oldingi holatga qaytarish",
  114. clearFilter: "Jami",
  115. sumText: "Summasi"
  116. },
  117. tree: {
  118. emptyText: "Ma\u02BClumot yo\u02BBq"
  119. },
  120. transfer: {
  121. noMatch: "Mos ma\u02BClumot topilmadi",
  122. noData: "Ma\u02BClumot yo\u02BBq",
  123. titles: ["1-jadval", "2-jadval"],
  124. filterPlaceholder: "Kalit so\u02BBzni kiriting",
  125. noCheckedFormat: "{total} ta element",
  126. hasCheckedFormat: "{checked}/{total} ta belgilandi"
  127. },
  128. image: {
  129. error: "Xatolik"
  130. },
  131. pageHeader: {
  132. title: "Orqaga"
  133. },
  134. popconfirm: {
  135. confirmButtonText: "Yes",
  136. cancelButtonText: "No"
  137. },
  138. carousel: {
  139. leftArrow: "Carousel arrow left",
  140. rightArrow: "Carousel arrow right",
  141. indicator: "Carousel switch to index {index}"
  142. }
  143. }
  144. };
  145. return uzUz;
  146. }));