uz-uz.mjs 2.9 KB

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