uz-uz.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /*! Element Plus v2.7.5 */
  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. cascader: {
  78. noMatch: "Mos ma\u02BClumot topilmadi",
  79. loading: "Yuklanmoqda",
  80. placeholder: "Tanlash",
  81. noData: "Ma\u02BClumot yo\u02BBq"
  82. },
  83. pagination: {
  84. goto: "O\u02BBtish",
  85. pagesize: "/sahifa",
  86. total: "Barchasi {total} ta",
  87. pageClassifier: "",
  88. page: "Page",
  89. prev: "Go to previous page",
  90. next: "Go to next page",
  91. currentPage: "page {pager}",
  92. prevPages: "Previous {pager} pages",
  93. nextPages: "Next {pager} pages"
  94. },
  95. messagebox: {
  96. title: "Xabar",
  97. confirm: "Qabul qilish",
  98. cancel: "Bekor qilish",
  99. error: "Xatolik"
  100. },
  101. upload: {
  102. deleteTip: "O\u02BBchirish tugmasini bosib o\u02BBchiring",
  103. delete: "O\u02BBchirish",
  104. preview: "Oldin ko\u02BBrish",
  105. continue: "Davom qilish"
  106. },
  107. table: {
  108. emptyText: "Bo\u02BBsh",
  109. confirmFilter: "Qabul qilish",
  110. resetFilter: "Oldingi holatga qaytarish",
  111. clearFilter: "Jami",
  112. sumText: "Summasi"
  113. },
  114. tree: {
  115. emptyText: "Ma\u02BClumot yo\u02BBq"
  116. },
  117. transfer: {
  118. noMatch: "Mos ma\u02BClumot topilmadi",
  119. noData: "Ma\u02BClumot yo\u02BBq",
  120. titles: ["1-jadval", "2-jadval"],
  121. filterPlaceholder: "Kalit so\u02BBzni kiriting",
  122. noCheckedFormat: "{total} ta element",
  123. hasCheckedFormat: "{checked}/{total} ta belgilandi"
  124. },
  125. image: {
  126. error: "Xatolik"
  127. },
  128. pageHeader: {
  129. title: "Orqaga"
  130. },
  131. popconfirm: {
  132. confirmButtonText: "Yes",
  133. cancelButtonText: "No"
  134. },
  135. carousel: {
  136. leftArrow: "Carousel arrow left",
  137. rightArrow: "Carousel arrow right",
  138. indicator: "Carousel switch to index {index}"
  139. }
  140. }
  141. };
  142. return uzUz;
  143. }));