uz-uz.mjs 5.3 KB

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