uz-uz.mjs 2.9 KB

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