659b8687f8fb2f29b24187bb8944908ac47f58d8e90af28244b2df720dba96239a1374a943ae8c41a3411f43b0f9cb14b6e49e9a7c58f34c3f151106cd2312 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. var uzUz = {
  2. name: "uz-uz",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "Qabul qilish",
  9. clear: "Tozalash",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value"
  13. },
  14. datepicker: {
  15. now: "Hozir",
  16. today: "Bugun",
  17. cancel: "Bekor qilish",
  18. clear: "Tozalash",
  19. confirm: "Qabul qilish",
  20. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  21. monthTablePrompt: "Use the arrow keys and enter to select the month",
  22. yearTablePrompt: "Use the arrow keys and enter to select the year",
  23. selectedDate: "Selected date",
  24. selectDate: "Kunni tanlash",
  25. selectTime: "Soatni tanlash",
  26. startDate: "Boshlanish sanasi",
  27. startTime: "Boshlanish vaqti",
  28. endDate: "Tugash sanasi",
  29. endTime: "Tugash vaqti",
  30. prevYear: "O\u02BBtgan yil",
  31. nextYear: "Kelgusi yil",
  32. prevMonth: "O\u02BBtgan oy",
  33. nextMonth: "Kelgusi oy",
  34. year: "Yil",
  35. month1: "Yanvar",
  36. month2: "Fevral",
  37. month3: "Mart",
  38. month4: "Aprel",
  39. month5: "May",
  40. month6: "Iyun",
  41. month7: "Iyul",
  42. month8: "Avgust",
  43. month9: "Sentabr",
  44. month10: "Oktabr",
  45. month11: "Noyabr",
  46. month12: "Dekabr",
  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. weeksFull: {
  57. sun: "Sunday",
  58. mon: "Monday",
  59. tue: "Tuesday",
  60. wed: "Wednesday",
  61. thu: "Thursday",
  62. fri: "Friday",
  63. sat: "Saturday"
  64. },
  65. months: {
  66. jan: "Yan",
  67. feb: "Fev",
  68. mar: "Mar",
  69. apr: "Apr",
  70. may: "May",
  71. jun: "Iyun",
  72. jul: "Iyul",
  73. aug: "Avg",
  74. sep: "Sen",
  75. oct: "Okt",
  76. nov: "Noy",
  77. dec: "Dek"
  78. }
  79. },
  80. inputNumber: {
  81. decrease: "decrease number",
  82. increase: "increase number"
  83. },
  84. select: {
  85. loading: "Yuklanmoqda",
  86. noMatch: "Mos ma\u02BClumot yo\u02BBq",
  87. noData: "Ma\u02BClumot yo\u02BBq",
  88. placeholder: "Tanladizngiz"
  89. },
  90. mention: {
  91. loading: "Yuklanmoqda"
  92. },
  93. dropdown: {
  94. toggleDropdown: "Toggle Dropdown"
  95. },
  96. cascader: {
  97. noMatch: "Mos ma\u02BClumot topilmadi",
  98. loading: "Yuklanmoqda",
  99. placeholder: "Tanlash",
  100. noData: "Ma\u02BClumot yo\u02BBq"
  101. },
  102. pagination: {
  103. goto: "O\u02BBtish",
  104. pagesize: "/sahifa",
  105. total: "Barchasi {total} ta",
  106. pageClassifier: "",
  107. page: "Page",
  108. prev: "Go to previous page",
  109. next: "Go to next page",
  110. currentPage: "page {pager}",
  111. prevPages: "Previous {pager} pages",
  112. nextPages: "Next {pager} pages",
  113. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  114. },
  115. dialog: {
  116. close: "Close this dialog"
  117. },
  118. drawer: {
  119. close: "Close this dialog"
  120. },
  121. messagebox: {
  122. title: "Xabar",
  123. confirm: "Qabul qilish",
  124. cancel: "Bekor qilish",
  125. error: "Xatolik",
  126. close: "Close this dialog"
  127. },
  128. upload: {
  129. deleteTip: "O\u02BBchirish tugmasini bosib o\u02BBchiring",
  130. delete: "O\u02BBchirish",
  131. preview: "Oldin ko\u02BBrish",
  132. continue: "Davom qilish"
  133. },
  134. slider: {
  135. defaultLabel: "slider between {min} and {max}",
  136. defaultRangeStartLabel: "pick start value",
  137. defaultRangeEndLabel: "pick end value"
  138. },
  139. table: {
  140. emptyText: "Bo\u02BBsh",
  141. confirmFilter: "Qabul qilish",
  142. resetFilter: "Oldingi holatga qaytarish",
  143. clearFilter: "Jami",
  144. sumText: "Summasi"
  145. },
  146. tour: {
  147. next: "Next",
  148. previous: "Previous",
  149. finish: "Finish",
  150. close: "Close this dialog"
  151. },
  152. tree: {
  153. emptyText: "Ma\u02BClumot yo\u02BBq"
  154. },
  155. transfer: {
  156. noMatch: "Mos ma\u02BClumot topilmadi",
  157. noData: "Ma\u02BClumot yo\u02BBq",
  158. titles: ["1-jadval", "2-jadval"],
  159. filterPlaceholder: "Kalit so\u02BBzni kiriting",
  160. noCheckedFormat: "{total} ta element",
  161. hasCheckedFormat: "{checked}/{total} ta belgilandi"
  162. },
  163. image: {
  164. error: "Xatolik"
  165. },
  166. pageHeader: {
  167. title: "Orqaga"
  168. },
  169. popconfirm: {
  170. confirmButtonText: "Yes",
  171. cancelButtonText: "No"
  172. },
  173. carousel: {
  174. leftArrow: "Carousel arrow left",
  175. rightArrow: "Carousel arrow right",
  176. indicator: "Carousel switch to index {index}"
  177. }
  178. }
  179. };
  180. export { uzUz as default };
  181. //# sourceMappingURL=uz-uz.mjs.map