uz-uz.mjs 3.3 KB

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