版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

131 lines
3.1 KiB

  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. page: "Page",
  80. prev: "Go to previous page",
  81. next: "Go to next page",
  82. currentPage: "page {pager}",
  83. prevPages: "Previous {pager} pages",
  84. nextPages: "Next {pager} pages"
  85. },
  86. messagebox: {
  87. title: "Xabar",
  88. confirm: "Qabul qilish",
  89. cancel: "Bekor qilish",
  90. error: "Xatolik"
  91. },
  92. upload: {
  93. deleteTip: "O\u02BBchirish tugmasini bosib o\u02BBchiring",
  94. delete: "O\u02BBchirish",
  95. preview: "Oldin ko\u02BBrish",
  96. continue: "Davom qilish"
  97. },
  98. table: {
  99. emptyText: "Bo\u02BBsh",
  100. confirmFilter: "Qabul qilish",
  101. resetFilter: "Oldingi holatga qaytarish",
  102. clearFilter: "Jami",
  103. sumText: "Summasi"
  104. },
  105. tree: {
  106. emptyText: "Ma\u02BClumot yo\u02BBq"
  107. },
  108. transfer: {
  109. noMatch: "Mos ma\u02BClumot topilmadi",
  110. noData: "Ma\u02BClumot yo\u02BBq",
  111. titles: ["1-jadval", "2-jadval"],
  112. filterPlaceholder: "Kalit so\u02BBzni kiriting",
  113. noCheckedFormat: "{total} ta element",
  114. hasCheckedFormat: "{checked}/{total} ta belgilandi"
  115. },
  116. image: {
  117. error: "Xatolik"
  118. },
  119. pageHeader: {
  120. title: "Orqaga"
  121. },
  122. popconfirm: {
  123. confirmButtonText: "Yes",
  124. cancelButtonText: "No"
  125. }
  126. }
  127. };
  128. export { uzUz as default };
  129. //# sourceMappingURL=uz-uz.mjs.map