vxe-pc-ui 4.14.4 → 4.14.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/LICENSE +21 -21
  2. package/README.en.md +72 -72
  3. package/README.ja-JP.md +72 -72
  4. package/README.md +364 -364
  5. package/README.zh-TW.md +73 -73
  6. package/es/tree/src/tree.js +31 -2
  7. package/es/tree-select/src/tree-select.js +2 -0
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/lib/index.umd.js +2359 -2257
  11. package/lib/index.umd.min.js +1 -1
  12. package/lib/tree/src/tree.js +27 -2
  13. package/lib/tree/src/tree.min.js +1 -1
  14. package/lib/tree-select/src/tree-select.js +2 -0
  15. package/lib/tree-select/src/tree-select.min.js +1 -1
  16. package/lib/ui/index.js +1 -1
  17. package/lib/ui/index.min.js +1 -1
  18. package/lib/ui/src/log.js +1 -1
  19. package/lib/ui/src/log.min.js +1 -1
  20. package/package.json +88 -88
  21. package/packages/alert/index.ts +16 -16
  22. package/packages/alert/src/alert.ts +124 -124
  23. package/packages/anchor/index.ts +16 -16
  24. package/packages/anchor/src/anchor-link.ts +121 -121
  25. package/packages/anchor/src/anchor.ts +237 -237
  26. package/packages/anchor/src/util.ts +23 -23
  27. package/packages/anchor-link/index.ts +16 -16
  28. package/packages/avatar/index.ts +16 -16
  29. package/packages/avatar/src/avatar.ts +149 -149
  30. package/packages/backtop/index.ts +16 -16
  31. package/packages/backtop/src/backtop.ts +314 -314
  32. package/packages/badge/index.ts +16 -16
  33. package/packages/badge/src/badge.ts +100 -100
  34. package/packages/breadcrumb/index.ts +16 -16
  35. package/packages/breadcrumb/src/breadcrumb-item.ts +106 -106
  36. package/packages/breadcrumb/src/breadcrumb.ts +92 -92
  37. package/packages/breadcrumb-item/index.ts +16 -16
  38. package/packages/button/index.ts +16 -16
  39. package/packages/button/src/button-group.ts +110 -110
  40. package/packages/button/src/button.ts +841 -841
  41. package/packages/button-group/index.ts +16 -16
  42. package/packages/calendar/index.ts +16 -16
  43. package/packages/calendar/src/calendar.ts +1351 -1351
  44. package/packages/card/index.ts +16 -16
  45. package/packages/card/src/card.ts +175 -175
  46. package/packages/carousel/index.ts +16 -16
  47. package/packages/carousel/src/carousel-item.ts +102 -102
  48. package/packages/carousel/src/carousel.ts +414 -414
  49. package/packages/carousel/src/util.ts +21 -21
  50. package/packages/carousel-item/index.ts +16 -16
  51. package/packages/cascader/index.ts +16 -16
  52. package/packages/cascader/src/cascader.ts +741 -741
  53. package/packages/checkbox/index.ts +16 -16
  54. package/packages/checkbox/src/button.ts +144 -144
  55. package/packages/checkbox/src/checkbox.ts +154 -154
  56. package/packages/checkbox/src/group.ts +222 -222
  57. package/packages/checkbox-button/index.ts +16 -16
  58. package/packages/checkbox-group/index.ts +16 -16
  59. package/packages/col/index.ts +16 -16
  60. package/packages/collapse/index.ts +16 -16
  61. package/packages/collapse/src/collapse-pane.ts +114 -114
  62. package/packages/collapse/src/collapse.ts +284 -284
  63. package/packages/collapse/src/util.ts +21 -21
  64. package/packages/collapse-pane/index.ts +16 -16
  65. package/packages/color-picker/index.ts +16 -16
  66. package/packages/color-picker/src/color-picker.ts +1109 -1109
  67. package/packages/color-picker/src/util.ts +198 -198
  68. package/packages/components.ts +307 -307
  69. package/packages/context-menu/index.ts +54 -54
  70. package/packages/context-menu/src/context-menu.ts +681 -681
  71. package/packages/countdown/index.ts +16 -16
  72. package/packages/countdown/src/countdown.ts +262 -262
  73. package/packages/date-panel/index.ts +16 -16
  74. package/packages/date-panel/src/date-panel.ts +1809 -1809
  75. package/packages/date-panel/src/util.ts +244 -244
  76. package/packages/date-picker/index.ts +16 -16
  77. package/packages/date-picker/src/date-picker.ts +1071 -1071
  78. package/packages/date-range-picker/index.ts +16 -16
  79. package/packages/date-range-picker/src/date-range-picker.ts +1280 -1280
  80. package/packages/drawer/index.ts +77 -77
  81. package/packages/drawer/src/drawer.ts +657 -657
  82. package/packages/dynamics/index.ts +89 -89
  83. package/packages/empty/index.ts +16 -16
  84. package/packages/empty/src/empty.ts +100 -100
  85. package/packages/form/index.ts +16 -16
  86. package/packages/form/render/index.ts +598 -598
  87. package/packages/form/src/form-config-item.ts +72 -72
  88. package/packages/form/src/form-group.ts +86 -86
  89. package/packages/form/src/form-item.ts +174 -174
  90. package/packages/form/src/form.ts +987 -987
  91. package/packages/form/src/itemInfo.ts +80 -80
  92. package/packages/form/src/render.ts +387 -387
  93. package/packages/form/src/util.ts +93 -93
  94. package/packages/form-gather/index.ts +26 -26
  95. package/packages/form-group/index.ts +16 -16
  96. package/packages/form-item/index.ts +16 -16
  97. package/packages/icon/index.ts +16 -16
  98. package/packages/icon/src/icon.ts +75 -75
  99. package/packages/icon-picker/index.ts +16 -16
  100. package/packages/icon-picker/src/icon-picker.ts +626 -626
  101. package/packages/image/index.ts +16 -16
  102. package/packages/image/src/group.ts +153 -153
  103. package/packages/image/src/image.ts +298 -298
  104. package/packages/image/src/preview.ts +672 -672
  105. package/packages/image/src/util.ts +59 -59
  106. package/packages/image-group/index.ts +16 -16
  107. package/packages/image-preview/index.ts +19 -19
  108. package/packages/index.ts +4 -4
  109. package/packages/input/index.ts +16 -16
  110. package/packages/input/src/input.ts +2788 -2788
  111. package/packages/language/ar-EG.ts +840 -840
  112. package/packages/language/de-DE.ts +840 -840
  113. package/packages/language/en-US.ts +840 -840
  114. package/packages/language/es-ES.ts +840 -840
  115. package/packages/language/fr-FR.ts +840 -840
  116. package/packages/language/hu-HU.ts +840 -840
  117. package/packages/language/hy-AM.ts +840 -840
  118. package/packages/language/id-ID.ts +840 -840
  119. package/packages/language/it-IT.ts +840 -840
  120. package/packages/language/ja-JP.ts +840 -840
  121. package/packages/language/ko-KR.ts +840 -840
  122. package/packages/language/ms-MY.ts +840 -840
  123. package/packages/language/nb-NO.ts +840 -840
  124. package/packages/language/pt-BR.ts +840 -840
  125. package/packages/language/ru-RU.ts +840 -840
  126. package/packages/language/th-TH.ts +840 -840
  127. package/packages/language/ug-CN.ts +840 -840
  128. package/packages/language/uk-UA.ts +840 -840
  129. package/packages/language/uz-UZ.ts +840 -840
  130. package/packages/language/vi-VN.ts +840 -840
  131. package/packages/language/zh-CHT.ts +840 -840
  132. package/packages/language/zh-CN.ts +840 -840
  133. package/packages/language/zh-HK.ts +3 -3
  134. package/packages/language/zh-MO.ts +3 -3
  135. package/packages/language/zh-TC.ts +3 -3
  136. package/packages/language/zh-TW.ts +3 -3
  137. package/packages/layout-aside/index.ts +16 -16
  138. package/packages/layout-aside/src/layout-aside.ts +123 -123
  139. package/packages/layout-body/index.ts +16 -16
  140. package/packages/layout-body/src/layout-body.ts +142 -142
  141. package/packages/layout-container/index.ts +16 -16
  142. package/packages/layout-container/src/layout-container.ts +82 -82
  143. package/packages/layout-footer/index.ts +16 -16
  144. package/packages/layout-footer/src/layout-footer.ts +74 -74
  145. package/packages/layout-header/index.ts +16 -16
  146. package/packages/layout-header/src/layout-header.ts +73 -73
  147. package/packages/link/index.ts +16 -16
  148. package/packages/link/src/link.ts +161 -161
  149. package/packages/list/index.ts +16 -16
  150. package/packages/list/src/list.ts +442 -442
  151. package/packages/loading/index.ts +34 -34
  152. package/packages/loading/src/loading.ts +152 -152
  153. package/packages/mention/index.ts +16 -16
  154. package/packages/mention/src/mention.ts +71 -71
  155. package/packages/menu/index.ts +16 -16
  156. package/packages/menu/src/menu.ts +581 -581
  157. package/packages/modal/index.ts +136 -136
  158. package/packages/modal/src/modal.ts +1494 -1494
  159. package/packages/notice-bar/index.ts +16 -16
  160. package/packages/notice-bar/src/notice-bar.ts +181 -181
  161. package/packages/number-input/index.ts +16 -16
  162. package/packages/number-input/src/number-input.ts +1096 -1096
  163. package/packages/number-input/src/util.ts +12 -12
  164. package/packages/optgroup/index.ts +16 -16
  165. package/packages/option/index.ts +16 -16
  166. package/packages/pager/index.ts +16 -16
  167. package/packages/pager/src/pager.ts +769 -769
  168. package/packages/password-input/index.ts +16 -16
  169. package/packages/password-input/src/password-input.ts +378 -378
  170. package/packages/print/index.ts +18 -18
  171. package/packages/print/src/page-break.ts +92 -92
  172. package/packages/print/src/print.ts +272 -272
  173. package/packages/print/src/util.ts +284 -284
  174. package/packages/print-page-break/index.ts +16 -16
  175. package/packages/pulldown/index.ts +16 -16
  176. package/packages/pulldown/src/pulldown.ts +457 -457
  177. package/packages/radio/index.ts +16 -16
  178. package/packages/radio/src/button.ts +173 -173
  179. package/packages/radio/src/group.ts +213 -213
  180. package/packages/radio/src/radio.ts +180 -180
  181. package/packages/radio-button/index.ts +16 -16
  182. package/packages/radio-group/index.ts +16 -16
  183. package/packages/rate/index.ts +16 -16
  184. package/packages/rate/src/rate.ts +192 -192
  185. package/packages/result/index.ts +16 -16
  186. package/packages/result/src/result.ts +112 -112
  187. package/packages/row/index.ts +16 -16
  188. package/packages/row/src/col.ts +136 -136
  189. package/packages/row/src/row.ts +119 -119
  190. package/packages/segmented/index.ts +16 -16
  191. package/packages/segmented/src/segmented.ts +264 -264
  192. package/packages/select/index.ts +16 -16
  193. package/packages/select/src/optgroup.ts +49 -49
  194. package/packages/select/src/option-info.ts +20 -20
  195. package/packages/select/src/option.ts +47 -47
  196. package/packages/select/src/select.ts +1699 -1699
  197. package/packages/select/src/util.ts +47 -47
  198. package/packages/slider/index.ts +16 -16
  199. package/packages/slider/src/slider.ts +304 -304
  200. package/packages/split/index.ts +16 -16
  201. package/packages/split-pane/index.ts +17 -17
  202. package/packages/splitter/index.ts +16 -16
  203. package/packages/splitter/src/splitter-panel.ts +145 -145
  204. package/packages/splitter/src/splitter.ts +1009 -1009
  205. package/packages/splitter/src/util.ts +21 -21
  206. package/packages/splitter-panel/index.ts +16 -16
  207. package/packages/steps/index.ts +16 -16
  208. package/packages/steps/src/steps.ts +68 -68
  209. package/packages/switch/index.ts +16 -16
  210. package/packages/switch/src/switch.ts +237 -237
  211. package/packages/tab-pane/index.ts +16 -16
  212. package/packages/table-select/index.ts +16 -16
  213. package/packages/table-select/src/table-select.ts +800 -800
  214. package/packages/tabs/index.ts +16 -16
  215. package/packages/tabs/src/tab-pane.ts +117 -117
  216. package/packages/tabs/src/tabs.ts +940 -940
  217. package/packages/tabs/src/util.ts +21 -21
  218. package/packages/tag/index.ts +16 -16
  219. package/packages/tag/src/tag.ts +187 -187
  220. package/packages/text/index.ts +16 -16
  221. package/packages/text/src/text.ts +260 -260
  222. package/packages/text-ellipsis/index.ts +16 -16
  223. package/packages/text-ellipsis/src/text-ellipsis.ts +282 -282
  224. package/packages/textarea/index.ts +16 -16
  225. package/packages/textarea/src/textarea.ts +373 -373
  226. package/packages/timeline/index.ts +16 -16
  227. package/packages/timeline/src/timeline-item.ts +67 -67
  228. package/packages/timeline/src/timeline.ts +71 -71
  229. package/packages/timeline-item/index.ts +16 -16
  230. package/packages/tip/index.ts +19 -19
  231. package/packages/tip/src/tip.ts +129 -129
  232. package/packages/tooltip/index.ts +16 -16
  233. package/packages/tooltip/src/tooltip.ts +589 -589
  234. package/packages/tour/index.ts +16 -16
  235. package/packages/tour/src/tour.ts +71 -71
  236. package/packages/tree/index.ts +16 -16
  237. package/packages/tree/src/store.ts +14 -14
  238. package/packages/tree/src/tree.ts +2825 -2795
  239. package/packages/tree/src/util.ts +45 -45
  240. package/packages/tree-select/index.ts +16 -16
  241. package/packages/tree-select/src/tree-select.ts +979 -977
  242. package/packages/ui/index.ts +697 -697
  243. package/packages/ui/src/anime.ts +52 -52
  244. package/packages/ui/src/comp.ts +3 -3
  245. package/packages/ui/src/dom.ts +279 -279
  246. package/packages/ui/src/log.ts +6 -6
  247. package/packages/ui/src/utils.ts +49 -49
  248. package/packages/ui/src/vn.ts +39 -39
  249. package/packages/upload/index.ts +20 -20
  250. package/packages/upload/src/upload.ts +1919 -1919
  251. package/packages/upload/src/util.ts +109 -109
  252. package/packages/watermark/index.ts +31 -31
  253. package/packages/watermark/src/util.ts +176 -176
  254. package/packages/watermark/src/watermark.ts +168 -168
  255. package/styles/all.scss +90 -90
  256. package/styles/base.scss +16 -16
  257. package/styles/components/alert.scss +101 -101
  258. package/styles/components/anchor.scss +44 -44
  259. package/styles/components/avatar.scss +115 -115
  260. package/styles/components/backtop.scss +82 -82
  261. package/styles/components/badge.scss +45 -45
  262. package/styles/components/breadcrumb.scss +29 -29
  263. package/styles/components/button-group.scss +30 -30
  264. package/styles/components/button.scss +415 -415
  265. package/styles/components/calendar.scss +471 -471
  266. package/styles/components/card.scss +121 -121
  267. package/styles/components/carousel.scss +184 -184
  268. package/styles/components/cascader.scss +140 -140
  269. package/styles/components/checkbox-button.scss +57 -57
  270. package/styles/components/checkbox.scss +81 -81
  271. package/styles/components/collapse.scss +56 -56
  272. package/styles/components/color-picker.scss +409 -409
  273. package/styles/components/context-menu.scss +102 -102
  274. package/styles/components/countdown.scss +35 -35
  275. package/styles/components/date-panel.scss +505 -505
  276. package/styles/components/date-picker.scss +247 -247
  277. package/styles/components/date-range-picker.scss +252 -252
  278. package/styles/components/drawer.scss +298 -298
  279. package/styles/components/empty.scss +79 -79
  280. package/styles/components/form.scss +668 -668
  281. package/styles/components/icon-picker.scss +211 -211
  282. package/styles/components/icon.scss +1048 -1048
  283. package/styles/components/image-group.scss +2 -2
  284. package/styles/components/image-preview.scss +215 -215
  285. package/styles/components/image.scss +16 -16
  286. package/styles/components/input.scss +846 -846
  287. package/styles/components/layout-aside.scss +22 -22
  288. package/styles/components/layout-body.scss +14 -14
  289. package/styles/components/layout-container.scss +13 -13
  290. package/styles/components/layout-footer.scss +14 -14
  291. package/styles/components/layout-header.scss +11 -11
  292. package/styles/components/link.scss +115 -115
  293. package/styles/components/list.scss +40 -40
  294. package/styles/components/loading.scss +137 -137
  295. package/styles/components/menu.scss +150 -150
  296. package/styles/components/modal.scss +480 -480
  297. package/styles/components/notice-bar.scss +91 -91
  298. package/styles/components/number-input.scss +283 -283
  299. package/styles/components/old-icon.scss +4 -4
  300. package/styles/components/pager.scss +282 -282
  301. package/styles/components/password-input.scss +374 -374
  302. package/styles/components/print.scss +3 -3
  303. package/styles/components/pulldown.scss +75 -75
  304. package/styles/components/radio-button.scss +57 -57
  305. package/styles/components/radio.scss +79 -79
  306. package/styles/components/rate.scss +76 -76
  307. package/styles/components/result.scss +91 -91
  308. package/styles/components/row.scss +69 -69
  309. package/styles/components/segmented.scss +215 -215
  310. package/styles/components/select.scss +244 -244
  311. package/styles/components/slider.scss +139 -139
  312. package/styles/components/split.scss +1 -1
  313. package/styles/components/splitter.scss +318 -318
  314. package/styles/components/switch.scss +128 -128
  315. package/styles/components/table-select.scss +105 -105
  316. package/styles/components/tabs.scss +745 -745
  317. package/styles/components/tag.scss +184 -184
  318. package/styles/components/text-ellipsis.scss +130 -130
  319. package/styles/components/text.scss +123 -123
  320. package/styles/components/textarea.scss +106 -106
  321. package/styles/components/tip.scss +97 -97
  322. package/styles/components/tooltip.scss +141 -141
  323. package/styles/components/tree-select.scss +166 -166
  324. package/styles/components/tree.scss +294 -294
  325. package/styles/components/upload.scss +497 -497
  326. package/styles/components/watermark.scss +26 -26
  327. package/styles/helpers/baseMixin.scss +95 -95
  328. package/styles/helpers/baseVar.scss +3 -3
  329. package/styles/helpers/placement.scss +38 -38
  330. package/styles/theme/base.scss +214 -214
  331. package/styles/theme/dark.scss +119 -119
  332. package/styles/theme/light.scss +118 -118
  333. package/styles/variable.scss +111 -111
  334. package/types/all.d.ts +327 -327
  335. package/types/components/alert.d.ts +87 -87
  336. package/types/components/anchor-link.d.ts +91 -91
  337. package/types/components/anchor.d.ts +104 -104
  338. package/types/components/avatar.d.ts +88 -88
  339. package/types/components/backtop.d.ts +122 -122
  340. package/types/components/badge.d.ts +76 -76
  341. package/types/components/breadcrumb-item.d.ts +80 -80
  342. package/types/components/breadcrumb.d.ts +87 -87
  343. package/types/components/button-group.d.ts +120 -120
  344. package/types/components/button.d.ts +323 -323
  345. package/types/components/calendar.d.ts +264 -264
  346. package/types/components/card.d.ts +93 -93
  347. package/types/components/carousel-item.d.ts +75 -75
  348. package/types/components/carousel.d.ts +134 -134
  349. package/types/components/cascader.d.ts +263 -263
  350. package/types/components/checkbox-button.d.ts +103 -103
  351. package/types/components/checkbox-group.d.ts +143 -143
  352. package/types/components/checkbox.d.ts +123 -123
  353. package/types/components/col.d.ts +80 -80
  354. package/types/components/colgroup.d.ts +137 -137
  355. package/types/components/collapse-pane.d.ts +89 -89
  356. package/types/components/collapse.d.ts +121 -121
  357. package/types/components/color-picker.d.ts +176 -176
  358. package/types/components/column.d.ts +841 -841
  359. package/types/components/context-menu.d.ts +289 -289
  360. package/types/components/countdown.d.ts +112 -112
  361. package/types/components/date-panel.d.ts +280 -280
  362. package/types/components/date-picker.d.ts +332 -332
  363. package/types/components/date-range-picker.d.ts +352 -352
  364. package/types/components/drawer.d.ts +299 -299
  365. package/types/components/empty.d.ts +78 -78
  366. package/types/components/flow-design.d.ts +85 -85
  367. package/types/components/flow-view.d.ts +85 -85
  368. package/types/components/form-design.d.ts +376 -376
  369. package/types/components/form-gather.d.ts +124 -124
  370. package/types/components/form-group.d.ts +77 -77
  371. package/types/components/form-item.d.ts +411 -411
  372. package/types/components/form-view.d.ts +183 -183
  373. package/types/components/form.d.ts +468 -468
  374. package/types/components/gantt-module/gantt-view.d.ts +177 -177
  375. package/types/components/gantt-module/index.d.ts +1 -1
  376. package/types/components/gantt-plugins/extend-gantt-chart.d.ts +131 -131
  377. package/types/components/gantt-plugins/index.d.ts +1 -1
  378. package/types/components/gantt.d.ts +1194 -1185
  379. package/types/components/grid.d.ts +1040 -1040
  380. package/types/components/icon-picker.d.ts +196 -196
  381. package/types/components/icon.d.ts +87 -87
  382. package/types/components/image-group.d.ts +127 -127
  383. package/types/components/image-preview.d.ts +167 -167
  384. package/types/components/image.d.ts +173 -173
  385. package/types/components/input.d.ts +435 -435
  386. package/types/components/layout-aside.d.ts +80 -80
  387. package/types/components/layout-body.d.ts +91 -91
  388. package/types/components/layout-container.d.ts +73 -73
  389. package/types/components/layout-footer.d.ts +73 -73
  390. package/types/components/layout-header.d.ts +69 -69
  391. package/types/components/link.d.ts +111 -111
  392. package/types/components/list-design.d.ts +190 -190
  393. package/types/components/list-view.d.ts +199 -199
  394. package/types/components/list.d.ts +204 -204
  395. package/types/components/loading.d.ts +103 -103
  396. package/types/components/mention.d.ts +77 -77
  397. package/types/components/menu.d.ts +211 -211
  398. package/types/components/modal.d.ts +542 -542
  399. package/types/components/notice-bar.d.ts +102 -102
  400. package/types/components/number-input.d.ts +309 -309
  401. package/types/components/optgroup.d.ts +88 -88
  402. package/types/components/option.d.ts +103 -103
  403. package/types/components/pager.d.ts +335 -335
  404. package/types/components/password-input.d.ts +142 -142
  405. package/types/components/print-page-break.d.ts +69 -69
  406. package/types/components/print.d.ts +206 -206
  407. package/types/components/pulldown.d.ts +231 -231
  408. package/types/components/radio-button.d.ts +114 -114
  409. package/types/components/radio-group.d.ts +144 -144
  410. package/types/components/radio.d.ts +129 -129
  411. package/types/components/rate.d.ts +88 -88
  412. package/types/components/result.d.ts +84 -84
  413. package/types/components/row.d.ts +79 -79
  414. package/types/components/segmented.d.ts +123 -123
  415. package/types/components/select.d.ts +527 -527
  416. package/types/components/slider.d.ts +126 -126
  417. package/types/components/split-pane.d.ts +133 -133
  418. package/types/components/split.d.ts +312 -312
  419. package/types/components/splitter-panel.d.ts +105 -105
  420. package/types/components/splitter.d.ts +288 -288
  421. package/types/components/steps.d.ts +68 -68
  422. package/types/components/switch.d.ts +133 -133
  423. package/types/components/tab-pane.d.ts +114 -114
  424. package/types/components/table-module/custom.d.ts +123 -123
  425. package/types/components/table-module/edit.d.ts +243 -243
  426. package/types/components/table-module/export.d.ts +96 -96
  427. package/types/components/table-module/filter.d.ts +140 -140
  428. package/types/components/table-module/index.d.ts +7 -7
  429. package/types/components/table-module/keyboard.d.ts +26 -26
  430. package/types/components/table-module/menu.d.ts +28 -28
  431. package/types/components/table-module/validator.d.ts +53 -53
  432. package/types/components/table-plugins/extend-cell-area.d.ts +770 -770
  433. package/types/components/table-plugins/extend-pivot-table.d.ts +58 -58
  434. package/types/components/table-plugins/filters-combination.d.ts +15 -15
  435. package/types/components/table-plugins/filters-complex-input.d.ts +9 -9
  436. package/types/components/table-plugins/index.d.ts +4 -4
  437. package/types/components/table-select.d.ts +219 -219
  438. package/types/components/table.d.ts +7465 -7465
  439. package/types/components/tabs.d.ts +332 -332
  440. package/types/components/tag.d.ts +114 -114
  441. package/types/components/text-ellipsis.d.ts +112 -112
  442. package/types/components/text.d.ts +122 -122
  443. package/types/components/textarea.d.ts +247 -247
  444. package/types/components/timeline-item.d.ts +75 -75
  445. package/types/components/timeline.d.ts +77 -77
  446. package/types/components/tip.d.ts +83 -83
  447. package/types/components/toolbar.d.ts +336 -336
  448. package/types/components/tooltip.d.ts +180 -180
  449. package/types/components/tour.d.ts +77 -77
  450. package/types/components/tree-select.d.ts +310 -310
  451. package/types/components/tree.d.ts +843 -833
  452. package/types/components/upload.d.ts +437 -437
  453. package/types/components/watermark.d.ts +120 -120
  454. package/types/handles/form-design.d.ts +50 -50
  455. package/types/handles/index.d.ts +3 -3
  456. package/types/handles/list-design.d.ts +2 -2
  457. package/types/handles/table.d.ts +15 -15
  458. package/types/index.d.ts +8 -8
  459. package/types/ui/commands.d.ts +57 -57
  460. package/types/ui/formats.d.ts +62 -62
  461. package/types/ui/global-config.d.ts +254 -254
  462. package/types/ui/global-icon.d.ts +292 -292
  463. package/types/ui/hooks.d.ts +13 -13
  464. package/types/ui/index.d.ts +96 -96
  465. package/types/ui/interceptor.d.ts +52 -52
  466. package/types/ui/menus.d.ts +77 -77
  467. package/types/ui/renderer.d.ts +1041 -1041
  468. package/types/ui/validators.d.ts +38 -38
  469. /package/es/icon/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  470. /package/es/icon/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  471. /package/es/icon/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  472. /package/es/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  473. /package/es/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  474. /package/es/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  475. /package/lib/icon/style/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  476. /package/lib/icon/style/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  477. /package/lib/icon/style/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  478. /package/lib/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  479. /package/lib/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  480. /package/lib/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
@@ -1,840 +1,840 @@
1
- export default {
2
- vxe: {
3
- base: {
4
- pleaseInput: 'Iltimos kiriting',
5
- pleaseSelect: 'Iltimos tanlang',
6
- comma: ',',
7
- fullStop: '。'
8
- },
9
- loading: {
10
- text: 'yuklash ...'
11
- },
12
- error: {
13
- downErr: 'Yuklab olinmadi',
14
- errLargeData: "Bog'langan ma'lumotlarning miqdori juda katta bo'lsa, {0} dan foydalaning, aks holda u kechikishiga olib kelishi mumkin",
15
- groupFixed: 'Guruhli sarlavhalardan foydalanib, muzlatilgan ustunni guruh bilan belgilash kerak',
16
- groupMouseRange: "Guruh sarlavhasi bir vaqtning o'zida \"{0}\" kabi ishlatilishi mumkin emas va bu xatoga olib kelishi mumkin",
17
- groupTag: "\"Lim li}\" o'rniga guruh sarlavhalarida \"{1}\" o'rniga \"{0}\" o'rniga \"{0}\" dan foydalanish kerak",
18
- scrollErrProp: "Virtual aylantirish yoqilgandan so'ng \"{0}\" ushbu parametr qo'llab-quvvatlanmaydi",
19
- errConflicts: '"{0}" parametr "{1}" bilan ziddiyatlar',
20
- modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
21
- notSupportProp: '"{1}" parametri yoqilganda, u "{2}" parametrlari yoqilgan, aks holda xatolik yuz beradi',
22
- reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
23
- notConflictProp: "\"{0}\", \"{1}\" dan foydalanish kerak bo'lganda, aks holda funktsional to'qnashuvlar bo'lishi mumkin",
24
- unableInsert: "Belgilangan joyda kiritilishi mumkin emas, parametrlar to'g'ri yoki yo'qligini tekshiring",
25
- useErr: "\"{0}\" modulini o'rnatishda xatolik yuz berdi. Buyurtma noto'g'ri bo'lishi mumkin. Qaram modul jadvaldan oldin o'rnatilishi kerak",
26
- barUnableLink: 'Asboblar paneli stollarni sotolmaydi',
27
- expandContent: "Kengaytirilgan chiziqning uyasi \"tarkib\" bo'lishi kerak, iltimos, u to'g'ri ekanligini tekshiring",
28
- reqComp: "\"{0}\" komponenti yo'q bo'lib, u to'g'ri o'rnatilganligini tekshiring. https://vxeui.com/#/start/usaglobal",
29
- reqModule: "Yo'qolgan \"{0}\" moduli",
30
- reqProp: "Kerakli \"{0} parametrlari\" parametr yo'q, bu xatoga olib kelishi mumkin",
31
- emptyProp: "\"{0}\" parametr bo'sh bo'lishi mumkin emas",
32
- errProp: "\"{0}\", ehtimol \"{1}\" parametrini qo'llab-quvvatlamaydi",
33
- colRepet: "ustun. {0} = \"{1}\" takrorlanmoqda, bu ba'zi funktsiyalarga yaroqsiz bo'lishiga olib kelishi mumkin",
34
- notFunc: '"{0}" usuli mavjud emas',
35
- errFunc: '"{0}" parametri bu usul emas',
36
- notValidators: 'Global Tasdiqlash "{0}" mavjud emas',
37
- notFormats: 'Global formatlash "{0}" mavjud emas',
38
- notCommands: "\"{0}\" global ko'rsatmasi mavjud emas",
39
- notSlot: '"{0}" uyasi mavjud emas',
40
- noTree: "\"{0}\" daraxt tuzilmasida qo'llab-quvvatlanmaydi",
41
- noGroup: '数据分组后不支持 "{0}"',
42
- notProp: "\"{0}\" ni qo'llab-quvvatlamagan parametr",
43
- checkProp: "Ma'lumotlar balandligi juda katta bo'lsa, katagiga ko'tarilishi mumkin. Tezlikni yaxshilash uchun \"{0}\" parametrini belgilash tavsiya etiladi",
44
- coverProp: '"{1}" parametr "{0}" parametr bir necha bor aniqlanadi, bu xatoga olib kelishi mumkin',
45
- uniField: '"{0}" dagi "{0}" da bir necha bor aniqlanadi, bu xatoga olib kelishi mumkin',
46
- repeatKey: 'Birlamchi kalit {0} = "{1}" ni takrorlash mumkin, bu xatoga olib kelishi mumkin',
47
- repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
48
- delFunc: '"{0}" himoyalangan, iltimos "{1}" dan foydalaning',
49
- delProp: '"{0}" parametri bekor qilinadi, "{1}" dan foydalaning',
50
- delEvent: '"{0}" bekor qilinadi, iltimos "{1}" dan foydalaning',
51
- removeProp: '"{0}" parametri eskirgan va tavsiya etilmaydi, bu xatoga olib kelishi mumkin',
52
- errFormat: 'Global formatlangan tarkib "Vxetable.formatsiyalar" va "Forter = {0}" montaji usulida aniqlanishi kerak.',
53
- notType: "\"{0}\" faylini qo'llab-quvvatlamaydi",
54
- notExp: "Ushbu brauzer import / eksport funktsiyasini qo'llab-quvvatlamaydi",
55
- impFields: "Import muvaffaqiyatsiz tugadi. Iltimos, maydon nomi va ma'lumotlar formati to'g'ri yoki noto'g'ri ekanligini tekshiring.",
56
- treeNotImp: "Daraxt stollari importni qo'llab-quvvatlamaydi",
57
- treeCrossDrag: 'Faqat birinchi darajani torting',
58
- treeDragChild: "Ota-onalar o'z farzandlariga sudrab ketolmaydilar",
59
- reqPlugin: "\"{1}\" https://vxeui.com/oter{/#/#/#/install-da o'rnatilmagan",
60
- errMaxRow: "Maksimal qo'llab-quvvatlanadigan ma'lumotlar hajmi {0} qatorlar hajmidan oshib ketishi mumkin, bu xatoga olib kelishi mumkin",
61
- useNew: '不建议使用 {0},请使用 {1}',
62
- errorVersion: '版本不匹配,当前版本 {0},最低支持版本为 {1}'
63
- },
64
- table: {
65
- emptyText: "Hali ma'lumot yo'q",
66
- allTitle: 'Hamma / Bekor qilish-ni tanlang',
67
- seqTitle: 'Ishlab chiqarish raqami',
68
- actionTitle: 'ishlamoq',
69
- confirmFilter: 'filtrlamoq',
70
- resetFilter: "Qayta o'rnatmoq",
71
- allFilter: 'hamma',
72
- sortAsc: "Ko'tarish tartibi: eng yuqori darajaga qadar eng past",
73
- sortDesc: 'Kamayish tartibi: eng yuqori darajaga qadar',
74
- filter: 'Tanlangan ustunlar uchun filtrlashni yoqish',
75
- impSuccess: '{0} yozuvlar muvaffaqiyatli keltirildi',
76
- expLoading: 'Eksportlash',
77
- expSuccess: 'Muvaffaqiyatli eksport',
78
- expError: 'Eksport muvaffaqiyatsiz tugadi',
79
- expFilename: 'Eksport_ {0}',
80
- expOriginFilename: 'Eksport_Souras_ {0}',
81
- customTitle: 'Ustun sozlamalari',
82
- customAll: 'hamma',
83
- customConfirm: 'tasdiqlamoq',
84
- customClose: 'yopish',
85
- customCancel: 'Bekor qilmoq',
86
- customRestore: 'Standartni tiklash',
87
- maxFixedCol: 'Muzlatilgan ustunlarning maksimal soni {0} dan oshmaydi',
88
- maxGroupCol: '最大分组字段的数量不能超过 {0} 个',
89
- dragTip: "Ko'chiring: {0}",
90
- resizeColTip: 'Kengligi: {0} piksel',
91
- resizeRowTip: 'Yuqori: {0} piksel',
92
- rowGroupContentTotal: '{0}({1})',
93
- menuLoading: '加载中...'
94
- },
95
- grid: {
96
- selectOneRecord: 'Iltimos, kamida bitta yozuvni tanlang!',
97
- deleteSelectRecord: "Tanlangan yozuvni o'chirmoqchi ekanligingizga ishonchingiz komilmi?",
98
- removeSelectRecord: 'Tanlangan yozuvni olib tashlamoqchimisiz?',
99
- dataUnchanged: "Ma'lumotlar o'zgartirilmagan!",
100
- delSuccess: "Tanlangan yozuv muvaffaqiyatli o'chirildi!",
101
- saveSuccess: 'Muvaffaqiyatli saqlang!',
102
- operError: "Xato yuz berdi va operatsiya muvaffaqiyatsiz bo'ldi!"
103
- },
104
- select: {
105
- clear: '清除',
106
- allChecked: '全选',
107
- total: '{0} / {1}',
108
- search: 'qidirish',
109
- loadingText: 'yuklamoq',
110
- emptyText: "Hali ma'lumot yo'q",
111
- maxOpt: '最大可选择的数量不能超过 {0} 个',
112
- overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
113
- searchEmpty: '未匹配到数据!'
114
- },
115
- tree: {
116
- searchEmpty: '未匹配到数据!',
117
- dragTip: '移动:{0}'
118
- },
119
- treeSelect: {
120
- clearChecked: '清除',
121
- allChecked: '全选',
122
- allExpand: '全部展开',
123
- clearExpand: '全部收起',
124
- total: '{0} / {1}',
125
- search: '搜索',
126
- emptyText: '暂无数据'
127
- },
128
- pager: {
129
- goto: 'Bormoq',
130
- gotoTitle: 'Sahifalar soni',
131
- pagesize: '{0} mahsulotlar / sahifa',
132
- total: 'Jami {0} yozuvlar',
133
- pageClassifier: 'Saxiy',
134
- homePage: 'Old sahifa',
135
- homePageTitle: 'Old sahifa',
136
- prevPage: 'Oldingi sahifa',
137
- prevPageTitle: 'Oldingi sahifa',
138
- nextPage: 'Keyingi sahifa',
139
- nextPageTitle: 'Keyingi sahifa',
140
- prevJump: 'Sahifa sakrash sahifasi',
141
- prevJumpTitle: 'Sahifa sakrash sahifasi',
142
- nextJump: 'Sahifadan sakrash',
143
- nextJumpTitle: 'Sahifadan sakrash',
144
- endPage: "So'nggi sahifa",
145
- endPageTitle: "So'nggi sahifa"
146
- },
147
- alert: {
148
- title: 'Tizim talab qiladi'
149
- },
150
- button: {
151
- confirm: 'tasdiqlamoq',
152
- cancel: 'Bekor qilmoq',
153
- clear: 'Aniq'
154
- },
155
- filter: {
156
- search: 'qidirish'
157
- },
158
- custom: {
159
- cstmTitle: 'Ustun sozlamalari',
160
- cstmRestore: 'Standartni tiklash',
161
- cstmCancel: 'Bekor qilmoq',
162
- cstmConfirm: 'Ishonch hosil qilmoq',
163
- cstmConfirmRestore: 'Iltimos, u standart ustun konfiguratsiyasiga tiklanganligini tasdiqlang.',
164
- cstmDragTarget: "Ko'chiring: {0}",
165
- setting: {
166
- colSort: 'Tartib',
167
- sortHelpTip: '点击并拖动图标可以调整顺序',
168
- colTitle: 'Ustun unvon',
169
- colResizable: 'Ustun kengligi (piksellar)',
170
- colVisible: "Ko'rsatish kerakmi",
171
- colFixed: 'Muzlatish ustuni',
172
- colFixedMax: 'Ustunlarni muzlatgich ({0} ustunlargacha)',
173
- fixedLeft: 'Chap tomon',
174
- fixedUnset: "O'rnatilmagan",
175
- fixedRight: "O'ng tomon",
176
- moveUp: '上移',
177
- moveDn: '下移',
178
- putTop: '置顶',
179
- putBottom: '置尾',
180
- moveUpTitle: '点击向上移动',
181
- moveDnTitle: '点击向下移动',
182
- putTopTitle: '点击置顶',
183
- putBottomTitle: '点击置尾'
184
- }
185
- },
186
- import: {
187
- modes: {
188
- covering: "Qayta yozish usulini (to'g'ridan-to'g'ri jadval ma'lumotlarini qayta yozing)",
189
- insert: "Pastki qismida qo'shimcha (stolning pastki qismida yangi ma'lumotlarni ilova qiling)",
190
- insertTop: "Yuqoridagi ilova (jadvalning yuqori qismida yangi ma'lumotlarni ilova)",
191
- insertBottom: "Pastki qismida qo'shimcha (stolning pastki qismida yangi ma'lumotlarni ilova qiling)"
192
- },
193
- impTitle: "Import ma'lumotlari",
194
- impFile: 'Fayl nomi',
195
- impSelect: 'Faylni tanlang',
196
- impType: 'Fayl turi',
197
- impOpts: 'Parametr sozlamalari',
198
- impMode: 'Import rejimi',
199
- impConfirm: 'Import qilmoq',
200
- impCancel: 'Bekor qilmoq'
201
- },
202
- export: {
203
- types: {
204
- csv: 'CSV (vergul) (*. CSV)',
205
- html: 'Veb-sahifa (* .html)',
206
- xml: "XML ma'lumotlari (* .xml)",
207
- txt: 'Matn fayli (jadval ajratilgan) (*. TXT)',
208
- xls: 'Excel 97-2003 ishchi daftar (* .xls)',
209
- xlsx: 'Excel ish daftari (* .xlsx)',
210
- pdf: 'PDF (* .pdf)'
211
- },
212
- modes: {
213
- empty: "Bo'sh ma'lumotlar",
214
- current: "Joriy ma'lumotlar (joriy sahifada ma'lumotlar)",
215
- selected: "Tanlangan ma'lumotlar (joriy sahifada tanlangan ma'lumotlar)",
216
- all: "To'liq ma'lumotlar (barcha postlangan ma'lumotlar bilan birga)"
217
- },
218
- printTitle: "Ma'lumotlarni chop etish",
219
- expTitle: "Eksport ma'lumotlari",
220
- expName: 'Fayl nomi',
221
- expNamePlaceholder: 'Iltimos fayl nomini kiriting',
222
- expSheetName: 'sarlavha',
223
- expSheetNamePlaceholder: 'Iltimos sarlavha kiriting',
224
- expType: 'Qulfni saqlash',
225
- expMode: "Ma'lumotni tanlang",
226
- expCurrentColumn: 'Barcha maydonlar',
227
- expColumn: 'Maydonni tanlang',
228
- expOpts: 'Parametr sozlamalari',
229
- expOptHeader: 'Sarlavha',
230
- expHeaderTitle: 'Stol sarlavhasi talab qilinadi',
231
- expOptFooter: 'Jadval oxiri',
232
- expFooterTitle: 'Stolning oxiri kerakmi?',
233
- expOptColgroup: 'Guruh sarlavhasi',
234
- expOptTitle: 'Ustun unvon',
235
- expTitleTitle: "Bu ustun sarlavhasi bo'ladimi, aks holda u ustun maydonining nomi sifatida ko'rsatiladi",
236
- expColgroupTitle: "Agar hozirgi bo'lsa, guruh tuzilishi bilan sarlavha qo'llab-quvvatlansa",
237
- expOptMerge: 'birlashmoq',
238
- expMergeTitle: "Agar hozirgi tuzilmalar bo'lgan hujayralar qo'llab-quvvatlansa",
239
- expOptAllExpand: 'Daraxtni kengaytiring',
240
- expAllExpandTitle: "Agar mavjud bo'lsa, ierarxik tuzilmalar bilan barcha ma'lumotlarni kengaytirish qo'llab-quvvatlanadi",
241
- expOptUseStyle: 'uslub',
242
- expUseStyleTitle: "Agar mavjud bo'lsa, uslublar bo'lgan hujayralar qo'llab-quvvatlanadi",
243
- expOptOriginal: "Manba ma'lumotlari",
244
- expOriginalTitle: "Agar u manba ma'lumoti bo'lsa, stollarga olib kiring",
245
- expPrint: 'Bosib chiqarish',
246
- expConfirm: 'Eksport',
247
- expCancel: 'Bekor qilmoq'
248
- },
249
- modal: {
250
- errTitle: 'Xato xabari',
251
- zoomMin: 'Kamaytirmoq',
252
- zoomIn: 'maksimal darajada oshirmoq',
253
- zoomOut: 'kamaytirish',
254
- close: 'yopish',
255
- miniMaxSize: 'Minimallashtirilgan derazalar soni {0} dan osha olmaydi',
256
- footPropErr: "Ko'rsatkichni ko'rsatish faqat stol dumini yoqish uchun ishlatiladi va shou-tasdiqlash-tugmasi bilan ishlatilishi kerak | Bekor qilish-tugma | uyalar"
257
- },
258
- drawer: {
259
- close: 'yopish'
260
- },
261
- form: {
262
- folding: 'Yaqin',
263
- unfolding: 'Kengaytirmoq'
264
- },
265
- toolbar: {
266
- import: 'Import qilmoq',
267
- export: 'Eksport',
268
- print: 'Bosib chiqarish',
269
- refresh: 'yangilamoq',
270
- zoomIn: "To'liq ekran",
271
- zoomOut: 'kamaytirish',
272
- custom: 'Ustun sozlamalari',
273
- customAll: 'hamma',
274
- customConfirm: 'tasdiqlamoq',
275
- customRestore: "Qayta o'rnatmoq",
276
- fixedLeft: "Chapda muzlatib qo'ying",
277
- fixedRight: "O'ng tomonda muzlatib qo'ying",
278
- cancelFixed: "Urug'lar ustunini"
279
- },
280
- datePicker: {
281
- yearTitle: '{0} yillar'
282
- },
283
- dateRangePicker: {
284
- pleaseRange: '请选择开始日期与结束日期'
285
- },
286
- input: {
287
- date: {
288
- m1: '01 oy',
289
- m2: '02 oy',
290
- m3: '03 oy',
291
- m4: '04 oy',
292
- m5: '05 oy',
293
- m6: '06 oy',
294
- m7: '07 oy',
295
- m8: '08 oy',
296
- m9: '09 oy',
297
- m10: '10 oy',
298
- m11: '11 oy',
299
- m12: '12 oy',
300
- quarterLabel: '{0} yillar',
301
- monthLabel: '{0} yillar',
302
- dayLabel: '{0} yillar {1}',
303
- labelFormat: {
304
- date: 'yyyy-MM-dd',
305
- time: 'HH:mm:ss',
306
- datetime: 'yyyy-MM-dd HH:mm:ss',
307
- week: 'Week WW of year yyyy',
308
- month: 'yyyy-MM',
309
- quarter: 'quarter q of year yyyy',
310
- year: 'yyyy'
311
- },
312
- weeks: {
313
- w: '',
314
- w0: 'Yakshanba',
315
- w1: 'dushanba kuni',
316
- w2: 'Seshanba',
317
- w3: 'Chorshanba',
318
- w4: 'Payshanba',
319
- w5: 'Juma',
320
- w6: 'Shanba'
321
- },
322
- months: {
323
- m0: 'Yanvar',
324
- m1: 'Fevral',
325
- m2: 'Mart oyi',
326
- m3: 'Aprel',
327
- m4: 'Mayl',
328
- m5: 'Iyun',
329
- m6: 'Iyul',
330
- m7: 'Avgust',
331
- m8: 'Sentyabr',
332
- m9: 'Oktyabr',
333
- m10: 'Noyabr',
334
- m11: 'Dekabr'
335
- },
336
- quarters: {
337
- q1: 'First quarter',
338
- q2: 'Second quarter',
339
- q3: 'Third quarter',
340
- q4: 'Fourth quarter'
341
- }
342
- }
343
- },
344
- calendar: {
345
- yearLabel: '{0} 年',
346
- monthLabel: '{0} 月'
347
- },
348
- numberInput: {
349
- currencySymbol: '¥'
350
- },
351
- imagePreview: {
352
- popupTitle: "Oldindan ko'rish",
353
- operBtn: {
354
- zoomOut: 'Qisqarmoq',
355
- zoomIn: 'kattalashtirmoq',
356
- pctFull: "Bir xil o'lchash",
357
- pct11: "Asl hajmni ko'rsatish",
358
- rotateLeft: 'Chapni aylantiring',
359
- rotateRight: "O'ng tomonga buriling",
360
- print: 'Rasmni chop etish uchun bosing',
361
- download: 'Rasmni yuklab olish uchun bosing'
362
- }
363
- },
364
- upload: {
365
- fileBtnText: 'Yuklash uchun bosing yoki torting',
366
- imgBtnText: 'Yuklash uchun bosing yoki torting',
367
- dragPlaceholder: 'Iltimos, yuklash uchun ushbu hududga faylni torting va tashlang',
368
- imgSizeHint: 'Yagona {0}',
369
- imgCountHint: '{0} gacha',
370
- fileTypeHint: "Qo'llab-quvvatlash {0} Fayl turlari",
371
- fileSizeHint: 'Bitta fayl hajmi {0} dan oshmaydi',
372
- fileCountHint: '{0} fayllar yuklanishi mumkin',
373
- uploadTypeErr: 'Fayl turi mos kelmayapti!',
374
- overCountErr: "Faqat {0} fayllari ko'pini tanlab olish mumkin!",
375
- overCountExtraErr: "{0} maksimal soni oshib ketdi va ortiqcha {1} fayllari e'tiborga olinmaydi!",
376
- overSizeErr: 'Fayl hajmi {0} dan oshmasligi kerak!',
377
- manualUpload: '点击上传',
378
- reUpload: 'Qayta yuklamoq',
379
- uploadProgress: 'Yuklash {0}%',
380
- uploadErr: 'Yuklash muvaffaqiyatsiz tugadi',
381
- uploadSuccess: 'Muvaffaqiyatli yuklang',
382
- moreBtnText: "Ko'proq ({0})",
383
- moreImgBtnText: '图片({0})',
384
- moreFileBtnText: '文件({0})',
385
- viewItemTitle: "Ko'rish uchun bosing",
386
- morePopup: {
387
- readTitle: "Ro'yxatni ko'rish",
388
- imageTitle: 'Rasmlarni yuklang',
389
- fileTitle: 'Faylni yuklash'
390
- }
391
- },
392
- empty: {
393
- defText: "Hali ma'lumot yo'q"
394
- },
395
- colorPicker: {
396
- clear: 'Aniq',
397
- confirm: 'tasdiqlamoq',
398
- copySuccess: "Clipboardga nusxa ko'chirish: {0}",
399
- hex: 'HEX'
400
- },
401
- formDesign: {
402
- formName: 'Forma nomi',
403
- defFormTitle: "Noma'lum shakl",
404
- widgetPropTab: 'Boshqaruv xususiyatlari',
405
- widgetFormTab: 'Forma xususiyatlari',
406
- error: {
407
- wdFormUni: "Ushbu turdagi boshqaruv faqat shakldagi bittasini qo'shishga ruxsat beriladi",
408
- wdSubUni: "Ushbu turdagi boshqarishning faqat bittasini subtable-da qo'shishga ruxsat beriladi"
409
- },
410
- styleSetting: {
411
- btn: 'Uslub sozlamalari',
412
- title: 'Uslub sozlamalari',
413
- layoutTitle: 'Boshqarish tartibi',
414
- verticalLayout: 'Yuqoriga va pastga tartib',
415
- horizontalLayout: 'Gorizontal tartib',
416
- styleTitle: 'Sarlavha uslubi',
417
- boldTitle: 'Qalin sarlavha',
418
- fontBold: 'Jasur',
419
- fontNormal: "an'anaviy",
420
- colonTitle: "Yo'g'on ichakni ko'rsating",
421
- colonVisible: "ko'rsatish",
422
- colonHidden: 'yashirmoq',
423
- alignTitle: 'Tekislash',
424
- widthTitle: 'Sarlavha kengligi',
425
- alignLeft: 'Chapda',
426
- alignRight: "O'ngda",
427
- unitPx: 'Piksel',
428
- unitPct: 'foiz'
429
- },
430
- widget: {
431
- group: {
432
- base: 'Asosiy boshqarish vositalari',
433
- layout: 'Tartibni boshqarish',
434
- system: 'Tizimni boshqarish',
435
- module: 'Modul nazorati',
436
- chart: 'Jadvalni boshqarish',
437
- advanced: 'Murakkab boshqarish vositalari'
438
- },
439
- copyTitle: 'Kuchli_ {0}',
440
- component: {
441
- input: 'Kiritish qutisi',
442
- textarea: 'Matn maydoni',
443
- select: 'Tanlash uchun pastga torting',
444
- row: 'Bir qator va bir nechta ustunlar',
445
- title: 'sarlavha',
446
- text: 'matn',
447
- subtable: 'Kichik stol',
448
- VxeSwitch: "yo'qmi",
449
- VxeInput: 'Kiritish qutisi',
450
- VxeNumberInput: 'raqam',
451
- VxeDatePicker: 'sana',
452
- VxeTextarea: 'Matn maydoni',
453
- VxeSelect: 'Tanlash uchun pastga torting',
454
- VxeTreeSelect: 'Daraxt tanlash',
455
- VxeRadioGroup: 'Radio qutisi',
456
- VxeCheckboxGroup: 'Katakchani belgilang',
457
- VxeUploadFile: 'hujjat',
458
- VxeUploadImage: 'rasm',
459
- VxeRate: 'Xol',
460
- VxeSlider: 'slayder'
461
- }
462
- },
463
- widgetProp: {
464
- name: 'Boshqarish nomi',
465
- placeholder: 'Tez',
466
- required: 'Kerakli tekshirish',
467
- multiple: 'Bir nechta tanlovga ruxsat beriladi',
468
- displaySetting: {
469
- name: 'Displey sozlamalari',
470
- pc: 'Kompyuter',
471
- mobile: 'Mobil',
472
- visible: "ko'rsatish",
473
- hidden: 'yashirmoq'
474
- },
475
- dataSource: {
476
- name: "Ma'lumot manbai",
477
- defValue: 'Variant {0}',
478
- addOption: "Variantlar qo'shing",
479
- batchEditOption: 'Partiyani tahrirlash',
480
- batchEditTip: "Har bir satr to'g'ridan-to'g'ri nusxadan, Excel va WPS-dan to'g'ridan-to'g'ri nusxa va pastroqni qo'llab-quvvatlaydigan variantga mos keladi.",
481
- batchEditSubTip: "Har bir qator parametrga mos keladi. Agar bu guruh bo'lsa, bola buyumlari bo'shliq yoki yorliq kaliti bilan boshlanishi mumkin va u to'g'ridan-to'g'ri nusxa va jadval, Excel va WPS-dan pastroq.",
482
- buildOption: 'Variantlar'
483
- },
484
- rowProp: {
485
- colSize: 'Ustunlar soni',
486
- col2: 'Ikki ustun',
487
- col3: 'Uchta ustun',
488
- col4: "To'rt ustun",
489
- col6: 'Olti ustun',
490
- layout: 'tartib'
491
- },
492
- textProp: {
493
- name: 'tarkib',
494
- alignTitle: 'Tekislash',
495
- alignLeft: 'Chapda',
496
- alignCenter: 'Markaz',
497
- alignRight: "O'ngda",
498
- colorTitle: 'Shrift rangi',
499
- sizeTitle: 'Shrift hajmi',
500
- boldTitle: 'Shrift qalin shrift',
501
- fontNormal: "an'anaviy",
502
- fontBold: 'Jasur'
503
- },
504
- subtableProp: {
505
- seqTitle: 'Ishlab chiqarish raqami',
506
- showSeq: "Seriya raqamini ko'rsating",
507
- showCheckbox: 'Bir nechta tanlovga ruxsat beriladi',
508
- errSubDrag: "So'rg'lantiriladigan bu nazoratni qo'llab-quvvatlamaydi, iltimos, boshqa boshqaruvlardan foydalaning",
509
- colPlace: 'Boshqarishni boshqaring'
510
- },
511
- uploadProp: {
512
- limitFileCount: 'Fayl miqdori chegarasi',
513
- limitFileSize: 'Fayl hajmi chegarasi',
514
- multiFile: 'Bir nechta fayllarni yuklashiga ruxsat bering',
515
- limitImgCount: 'Rasmlarning soni cheklangan',
516
- limitImgSize: 'Rasm hajmi cheklovi',
517
- multiImg: 'Yuklash uchun bir nechta rasmlarga ruxsat bering'
518
- }
519
- }
520
- },
521
- listDesign: {
522
- fieldSettingTab: 'Dala sozlamalari',
523
- listSettingTab: 'Parametr sozlamalari',
524
- searchTitle: "So'rov mezonlari",
525
- listTitle: "Ro'yxat maydon",
526
- searchField: "So'rov maydonlari",
527
- listField: "Ro'yxat maydon",
528
- activeBtn: {
529
- ActionButtonUpdate: 'tahrirlamoq',
530
- ActionButtonDelete: "o'chirmoq"
531
- },
532
- search: {
533
- addBtn: 'tahrirlamoq',
534
- emptyText: "So'rov shartlari sozlanmagan",
535
- editPopupTitle: "So'rov maydonlarini tahrirlash"
536
- },
537
- searchPopup: {
538
- colTitle: 'sarlavha',
539
- saveBtn: 'tejash'
540
- }
541
- },
542
- text: {
543
- copySuccess: "Clipboardga nusxa ko'chirildi",
544
- copyError: "Hozirgi muhit ushbu operatsiyani qo'llab-quvvatlamaydi"
545
- },
546
- countdown: {
547
- formats: {
548
- yyyy: 'Yil',
549
- MM: 'oy',
550
- dd: 'osmon',
551
- HH: 'soat',
552
- mm: 'nuqta',
553
- ss: 'Ikkinchi'
554
- }
555
- },
556
- contextMenu: {
557
- loadingText: '加载中...'
558
- },
559
- gantt: {
560
- tFullFormat: {
561
- year: '{yyyy}年',
562
- quarter: '{yyyy}年第{q}季度',
563
- month: '{yyyy}年{MM}月',
564
- week: '{yyyy}年第{W}周',
565
- day: '{yyyy}年{MM}月 {E}',
566
- date: '{yyyy}年{MM}月{dd}日',
567
- hour: '{yyyy}年{MM}月{dd}日{HH}时',
568
- minute: '{yyyy}年{MM}月{dd}日{HH}时{mm}分',
569
- second: '{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒'
570
- },
571
- tSimpleFormat: {
572
- year: '{yyyy}年',
573
- quarter: '{q}季度',
574
- month: '{M}月',
575
- week: '{W}周',
576
- day: '{d}',
577
- date: '{d}',
578
- hour: '{HH}',
579
- minute: '{mm}',
580
- second: '{ss}'
581
- },
582
- dayss: {
583
- w0: '日',
584
- w1: '一',
585
- w2: '二',
586
- w3: '三',
587
- w4: '四',
588
- w5: '五',
589
- w6: '六'
590
- }
591
- },
592
- plugins: {
593
- extendCellArea: {
594
- area: {
595
- mergeErr: "Ushbu operatsiyani birlashtirilgan hujayralarda o'tkazib bo'lmaydi",
596
- multiErr: "Ushbu operatsiyani ko'p tanlangan hududda bajarib bo'lmaydi",
597
- selectErr: 'Belgilangan hududda hujayralarni ishlata olmaslik',
598
- extendErr: "Agar kengaytirilgan hududda birlashtirilgan hujayralar bo'lsa, barcha birlashtirilgan hujayralar bir xil o'lchamda bo'lishi kerak",
599
- pasteMultiErr: "Bo'sh bo'lma, buni amalga oshirish uchun bir xil o'lchamdagi joylardan nusxa olish va joylashtirish kerak",
600
- cpInvalidErr: "Ushbu operatsiyani bajarib bo'lmaydi, siz tanlagan hududda taqiqlangan ustunlar mavjud ({0})"
601
- },
602
- fnr: {
603
- title: 'Toping va almashtiring',
604
- titleFd: '查找',
605
- titleRe: '替换',
606
- findLabel: 'Topmoq',
607
- replaceLabel: 'almashtirmoq',
608
- findTitle: 'Tarkibni toping:',
609
- replaceTitle: 'Bilan almashtiring:',
610
- tabs: {
611
- find: 'Topmoq',
612
- replace: 'almashtirmoq'
613
- },
614
- filter: {
615
- re: 'Doimiy ifodalar',
616
- whole: "To'liq so'z mos keladigan",
617
- sensitive: 'harflar katta-kichikligiga sezgir'
618
- },
619
- btns: {
620
- findNext: 'Keyingi birini toping',
621
- findAll: 'Hammasini toping',
622
- replace: 'almashtirmoq',
623
- replaceAll: 'Barchasini almashtiring',
624
- cancel: 'Bekor qilmoq'
625
- },
626
- header: {
627
- seq: '#',
628
- cell: 'Uyali',
629
- value: 'qiymati'
630
- },
631
- body: {
632
- row: 'Line: {0}',
633
- col: 'Ustun: {0}'
634
- },
635
- empty: '(Null qiymati)',
636
- reError: "Oddiy ifoda noto'g'ri",
637
- recordCount: '{0} hujayralar topildi',
638
- notCell: 'Mos keladigan hujayra topilmadi',
639
- replaceSuccess: '{0} hujayralar muvaffaqiyatli almashtirildi'
640
- }
641
- },
642
- extendPivotTable: {
643
- aggregation: {
644
- grouping: '分组',
645
- values: '值',
646
- groupPlaceholder: '拖至此处进行分组',
647
- valuesPlaceholder: '拖至此处进行聚合',
648
- dragExistCol: '该列已存在',
649
- sortHelpTip: '点击并拖动图标可以调整顺序'
650
- },
651
- aggFuncs: {
652
- sum: '求和',
653
- count: '计数',
654
- avg: '平均值',
655
- min: '最小值',
656
- max: '最大值',
657
- first: '首个值',
658
- last: '末尾值'
659
- }
660
- },
661
- filterComplexInput: {
662
- menus: {
663
- fixedColumn: 'Muzlatish ustuni',
664
- fixedGroup: 'Muzlatishni guruhlash',
665
- cancelFixed: 'Free Free ni bekor qiling',
666
- fixedLeft: "Chap tomonni muzlatib qo'ying",
667
- fixedRight: "O'ng tomonni muzlatib qo'ying"
668
- },
669
- cases: {
670
- equal: 'teng',
671
- gt: 'Undan katta',
672
- lt: 'Dan kichik; .. dan kamroq',
673
- begin: 'Boshlanishi',
674
- endin: 'Tugashi',
675
- include: "Qo'shmoq",
676
- isSensitive: 'harflar katta-kichikligiga sezgir'
677
- }
678
- },
679
- filterCombination: {
680
- menus: {
681
- sort: 'Tartib',
682
- clearSort: 'Tozalash',
683
- sortAsc: "Ko'tarish tartibi",
684
- sortDesc: 'Qabullash tartibi',
685
- fixedColumn: 'Muzlatish ustuni',
686
- fixedGroup: 'Muzlatishni guruhlash',
687
- cancelFixed: 'Free Free ni bekor qiling',
688
- fixedLeft: "Chap tomonni muzlatib qo'ying",
689
- fixedRight: "O'ng tomonni muzlatib qo'ying",
690
- clearFilter: 'Filtrni tozalash',
691
- textOption: 'Matnli filtrlash',
692
- numberOption: 'Raqamli filtrlash',
693
- dateOption: '日期筛选'
694
- },
695
- popup: {
696
- title: 'Maxsus filtrlash usullari',
697
- currColumnTitle: 'Joriy ustun:',
698
- and: 'va',
699
- or: 'yoki',
700
- describeHtml: 'Mavjudmi? Formatni bildiradi, <br/> FAQAT FOYDALANISH * Bir nechta belgilarni anglatadi'
701
- },
702
- cases: {
703
- equal: 'teng',
704
- unequal: 'Ga teng emas',
705
- gt: 'Undan katta',
706
- ge: 'Dan katta yoki teng',
707
- lt: 'Dan kichik; .. dan kamroq',
708
- le: 'Dan kam yoki unga teng',
709
- begin: 'Boshlanishi',
710
- notbegin: 'Bu boshida emas',
711
- endin: 'Tugashi',
712
- notendin: 'Tugashi emas',
713
- include: "Qo'shmoq",
714
- exclude: "Qo'shilmagan",
715
- between: 'Orasida',
716
- isAfter: '在以下日期之后',
717
- eqAfter: '在以下日期之后或与之相同',
718
- isBefore: '在以下日期之前',
719
- eqBefore: '在以下日期之前或与之相同',
720
- top10: '前10项',
721
- aboveAverage: '高于平均值',
722
- belowAverage: '低于平均值',
723
- before: '之前',
724
- after: '之后',
725
- tomorrow: '明天',
726
- today: '今天',
727
- yesterday: '昨天',
728
- nextWeek: '下周',
729
- thisWeek: '本周',
730
- lastWeek: '上周',
731
- nextMonth: '下月',
732
- thisMonth: '本月',
733
- lastMonth: '上月',
734
- nextYear: '明年',
735
- thisYear: '今年',
736
- lastYear: '去年',
737
- yearToDate: '本年度截止到现在',
738
- custom: 'Custom filtrlash',
739
- insensitive: 'Ishni sezgir',
740
- isSensitive: 'harflar katta-kichikligiga sezgir'
741
- },
742
- empty: "(bo'sh)",
743
- notData: "Uchrashuv yo'q"
744
- }
745
- },
746
- pro: {
747
- area: {
748
- mergeErr: "Ushbu operatsiyani birlashtirilgan hujayralarda o'tkazib bo'lmaydi",
749
- multiErr: "Ushbu operatsiyani ko'p tanlangan hududda bajarib bo'lmaydi",
750
- extendErr: "Agar kengaytirilgan hududda birlashtirilgan hujayralar bo'lsa, barcha birlashtirilgan hujayralar bir xil o'lchamda bo'lishi kerak",
751
- pasteMultiErr: "Bo'sh bo'lma, buni amalga oshirish uchun bir xil o'lchamdagi joylardan nusxa olish va joylashtirish kerak"
752
- },
753
- fnr: {
754
- title: 'Toping va almashtiring',
755
- titleFd: '查找',
756
- titleRe: '替换',
757
- findLabel: 'Topmoq',
758
- replaceLabel: 'almashtirmoq',
759
- findTitle: 'Tarkibni toping:',
760
- replaceTitle: 'Bilan almashtiring:',
761
- tabs: {
762
- find: 'Topmoq',
763
- replace: 'almashtirmoq'
764
- },
765
- filter: {
766
- re: 'Doimiy ifodalar',
767
- whole: "To'liq so'z mos keladigan",
768
- sensitive: 'harflar katta-kichikligiga sezgir'
769
- },
770
- btns: {
771
- findNext: 'Keyingi birini toping',
772
- findAll: 'Hammasini toping',
773
- replace: 'almashtirmoq',
774
- replaceAll: 'Barchasini almashtiring',
775
- cancel: 'Bekor qilmoq'
776
- },
777
- header: {
778
- seq: '#',
779
- cell: 'Uyali',
780
- value: 'qiymati'
781
- },
782
- empty: '(Null qiymati)',
783
- reError: "Oddiy ifoda noto'g'ri",
784
- recordCount: '{0} hujayralar topildi',
785
- notCell: 'Mos keladigan hujayra topilmadi',
786
- replaceSuccess: '{0} hujayralar muvaffaqiyatli almashtirildi'
787
- }
788
- },
789
- renderer: {
790
- search: 'qidirish',
791
- cases: {
792
- equal: 'teng',
793
- unequal: 'Ga teng emas',
794
- gt: 'Undan katta',
795
- ge: 'Dan katta yoki teng',
796
- lt: 'Dan kichik; .. dan kamroq',
797
- le: 'Dan kam yoki unga teng',
798
- begin: 'Boshlanishi',
799
- notbegin: 'Bu boshida emas',
800
- endin: 'Tugashi',
801
- notendin: 'Tugashi emas',
802
- include: "Qo'shmoq",
803
- exclude: "Qo'shilmagan",
804
- between: 'Orasida',
805
- top10: '前10项',
806
- aboveAverage: '高于平均值',
807
- belowAverage: '低于平均值',
808
- custom: 'Custom filtrlash',
809
- insensitive: 'Ishni sezgir',
810
- isSensitive: 'harflar katta-kichikligiga sezgir'
811
- },
812
- combination: {
813
- menus: {
814
- sort: 'Tartib',
815
- clearSort: 'Tozalash',
816
- sortAsc: "Ko'tarish tartibi",
817
- sortDesc: 'Qabullash tartibi',
818
- fixedColumn: 'Muzlatish ustuni',
819
- fixedGroup: 'Muzlatishni guruhlash',
820
- cancelFixed: 'Free Free ni bekor qiling',
821
- fixedLeft: "Chapni muzlatib qo'ying",
822
- fixedRight: "O'ng tomonga muzlatib qo'ying",
823
- clearFilter: 'Filtrni tozalash',
824
- textOption: 'Matnli filtrlash',
825
- numberOption: 'Raqamli filtrlash',
826
- dateOption: '日期筛选'
827
- },
828
- popup: {
829
- title: 'Maxsus filtrlash usullari',
830
- currColumnTitle: 'Joriy ustun:',
831
- and: 'va',
832
- or: 'yoki',
833
- describeHtml: 'Mavjudmi? Formatni bildiradi, <br/> FAQAT FOYDALANISH * Bir nechta belgilarni anglatadi'
834
- },
835
- empty: "(bo'sh)",
836
- notData: "Uchrashuv yo'q"
837
- }
838
- }
839
- }
840
- }
1
+ export default {
2
+ vxe: {
3
+ base: {
4
+ pleaseInput: 'Iltimos kiriting',
5
+ pleaseSelect: 'Iltimos tanlang',
6
+ comma: ',',
7
+ fullStop: '。'
8
+ },
9
+ loading: {
10
+ text: 'yuklash ...'
11
+ },
12
+ error: {
13
+ downErr: 'Yuklab olinmadi',
14
+ errLargeData: "Bog'langan ma'lumotlarning miqdori juda katta bo'lsa, {0} dan foydalaning, aks holda u kechikishiga olib kelishi mumkin",
15
+ groupFixed: 'Guruhli sarlavhalardan foydalanib, muzlatilgan ustunni guruh bilan belgilash kerak',
16
+ groupMouseRange: "Guruh sarlavhasi bir vaqtning o'zida \"{0}\" kabi ishlatilishi mumkin emas va bu xatoga olib kelishi mumkin",
17
+ groupTag: "\"Lim li}\" o'rniga guruh sarlavhalarida \"{1}\" o'rniga \"{0}\" o'rniga \"{0}\" dan foydalanish kerak",
18
+ scrollErrProp: "Virtual aylantirish yoqilgandan so'ng \"{0}\" ushbu parametr qo'llab-quvvatlanmaydi",
19
+ errConflicts: '"{0}" parametr "{1}" bilan ziddiyatlar',
20
+ modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
21
+ notSupportProp: '"{1}" parametri yoqilganda, u "{2}" parametrlari yoqilgan, aks holda xatolik yuz beradi',
22
+ reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
23
+ notConflictProp: "\"{0}\", \"{1}\" dan foydalanish kerak bo'lganda, aks holda funktsional to'qnashuvlar bo'lishi mumkin",
24
+ unableInsert: "Belgilangan joyda kiritilishi mumkin emas, parametrlar to'g'ri yoki yo'qligini tekshiring",
25
+ useErr: "\"{0}\" modulini o'rnatishda xatolik yuz berdi. Buyurtma noto'g'ri bo'lishi mumkin. Qaram modul jadvaldan oldin o'rnatilishi kerak",
26
+ barUnableLink: 'Asboblar paneli stollarni sotolmaydi',
27
+ expandContent: "Kengaytirilgan chiziqning uyasi \"tarkib\" bo'lishi kerak, iltimos, u to'g'ri ekanligini tekshiring",
28
+ reqComp: "\"{0}\" komponenti yo'q bo'lib, u to'g'ri o'rnatilganligini tekshiring. https://vxeui.com/#/start/usaglobal",
29
+ reqModule: "Yo'qolgan \"{0}\" moduli",
30
+ reqProp: "Kerakli \"{0} parametrlari\" parametr yo'q, bu xatoga olib kelishi mumkin",
31
+ emptyProp: "\"{0}\" parametr bo'sh bo'lishi mumkin emas",
32
+ errProp: "\"{0}\", ehtimol \"{1}\" parametrini qo'llab-quvvatlamaydi",
33
+ colRepet: "ustun. {0} = \"{1}\" takrorlanmoqda, bu ba'zi funktsiyalarga yaroqsiz bo'lishiga olib kelishi mumkin",
34
+ notFunc: '"{0}" usuli mavjud emas',
35
+ errFunc: '"{0}" parametri bu usul emas',
36
+ notValidators: 'Global Tasdiqlash "{0}" mavjud emas',
37
+ notFormats: 'Global formatlash "{0}" mavjud emas',
38
+ notCommands: "\"{0}\" global ko'rsatmasi mavjud emas",
39
+ notSlot: '"{0}" uyasi mavjud emas',
40
+ noTree: "\"{0}\" daraxt tuzilmasida qo'llab-quvvatlanmaydi",
41
+ noGroup: '数据分组后不支持 "{0}"',
42
+ notProp: "\"{0}\" ni qo'llab-quvvatlamagan parametr",
43
+ checkProp: "Ma'lumotlar balandligi juda katta bo'lsa, katagiga ko'tarilishi mumkin. Tezlikni yaxshilash uchun \"{0}\" parametrini belgilash tavsiya etiladi",
44
+ coverProp: '"{1}" parametr "{0}" parametr bir necha bor aniqlanadi, bu xatoga olib kelishi mumkin',
45
+ uniField: '"{0}" dagi "{0}" da bir necha bor aniqlanadi, bu xatoga olib kelishi mumkin',
46
+ repeatKey: 'Birlamchi kalit {0} = "{1}" ni takrorlash mumkin, bu xatoga olib kelishi mumkin',
47
+ repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
48
+ delFunc: '"{0}" himoyalangan, iltimos "{1}" dan foydalaning',
49
+ delProp: '"{0}" parametri bekor qilinadi, "{1}" dan foydalaning',
50
+ delEvent: '"{0}" bekor qilinadi, iltimos "{1}" dan foydalaning',
51
+ removeProp: '"{0}" parametri eskirgan va tavsiya etilmaydi, bu xatoga olib kelishi mumkin',
52
+ errFormat: 'Global formatlangan tarkib "Vxetable.formatsiyalar" va "Forter = {0}" montaji usulida aniqlanishi kerak.',
53
+ notType: "\"{0}\" faylini qo'llab-quvvatlamaydi",
54
+ notExp: "Ushbu brauzer import / eksport funktsiyasini qo'llab-quvvatlamaydi",
55
+ impFields: "Import muvaffaqiyatsiz tugadi. Iltimos, maydon nomi va ma'lumotlar formati to'g'ri yoki noto'g'ri ekanligini tekshiring.",
56
+ treeNotImp: "Daraxt stollari importni qo'llab-quvvatlamaydi",
57
+ treeCrossDrag: 'Faqat birinchi darajani torting',
58
+ treeDragChild: "Ota-onalar o'z farzandlariga sudrab ketolmaydilar",
59
+ reqPlugin: "\"{1}\" https://vxeui.com/oter{/#/#/#/install-da o'rnatilmagan",
60
+ errMaxRow: "Maksimal qo'llab-quvvatlanadigan ma'lumotlar hajmi {0} qatorlar hajmidan oshib ketishi mumkin, bu xatoga olib kelishi mumkin",
61
+ useNew: '不建议使用 {0},请使用 {1}',
62
+ errorVersion: '版本不匹配,当前版本 {0},最低支持版本为 {1}'
63
+ },
64
+ table: {
65
+ emptyText: "Hali ma'lumot yo'q",
66
+ allTitle: 'Hamma / Bekor qilish-ni tanlang',
67
+ seqTitle: 'Ishlab chiqarish raqami',
68
+ actionTitle: 'ishlamoq',
69
+ confirmFilter: 'filtrlamoq',
70
+ resetFilter: "Qayta o'rnatmoq",
71
+ allFilter: 'hamma',
72
+ sortAsc: "Ko'tarish tartibi: eng yuqori darajaga qadar eng past",
73
+ sortDesc: 'Kamayish tartibi: eng yuqori darajaga qadar',
74
+ filter: 'Tanlangan ustunlar uchun filtrlashni yoqish',
75
+ impSuccess: '{0} yozuvlar muvaffaqiyatli keltirildi',
76
+ expLoading: 'Eksportlash',
77
+ expSuccess: 'Muvaffaqiyatli eksport',
78
+ expError: 'Eksport muvaffaqiyatsiz tugadi',
79
+ expFilename: 'Eksport_ {0}',
80
+ expOriginFilename: 'Eksport_Souras_ {0}',
81
+ customTitle: 'Ustun sozlamalari',
82
+ customAll: 'hamma',
83
+ customConfirm: 'tasdiqlamoq',
84
+ customClose: 'yopish',
85
+ customCancel: 'Bekor qilmoq',
86
+ customRestore: 'Standartni tiklash',
87
+ maxFixedCol: 'Muzlatilgan ustunlarning maksimal soni {0} dan oshmaydi',
88
+ maxGroupCol: '最大分组字段的数量不能超过 {0} 个',
89
+ dragTip: "Ko'chiring: {0}",
90
+ resizeColTip: 'Kengligi: {0} piksel',
91
+ resizeRowTip: 'Yuqori: {0} piksel',
92
+ rowGroupContentTotal: '{0}({1})',
93
+ menuLoading: '加载中...'
94
+ },
95
+ grid: {
96
+ selectOneRecord: 'Iltimos, kamida bitta yozuvni tanlang!',
97
+ deleteSelectRecord: "Tanlangan yozuvni o'chirmoqchi ekanligingizga ishonchingiz komilmi?",
98
+ removeSelectRecord: 'Tanlangan yozuvni olib tashlamoqchimisiz?',
99
+ dataUnchanged: "Ma'lumotlar o'zgartirilmagan!",
100
+ delSuccess: "Tanlangan yozuv muvaffaqiyatli o'chirildi!",
101
+ saveSuccess: 'Muvaffaqiyatli saqlang!',
102
+ operError: "Xato yuz berdi va operatsiya muvaffaqiyatsiz bo'ldi!"
103
+ },
104
+ select: {
105
+ clear: '清除',
106
+ allChecked: '全选',
107
+ total: '{0} / {1}',
108
+ search: 'qidirish',
109
+ loadingText: 'yuklamoq',
110
+ emptyText: "Hali ma'lumot yo'q",
111
+ maxOpt: '最大可选择的数量不能超过 {0} 个',
112
+ overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
113
+ searchEmpty: '未匹配到数据!'
114
+ },
115
+ tree: {
116
+ searchEmpty: '未匹配到数据!',
117
+ dragTip: '移动:{0}'
118
+ },
119
+ treeSelect: {
120
+ clearChecked: '清除',
121
+ allChecked: '全选',
122
+ allExpand: '全部展开',
123
+ clearExpand: '全部收起',
124
+ total: '{0} / {1}',
125
+ search: '搜索',
126
+ emptyText: '暂无数据'
127
+ },
128
+ pager: {
129
+ goto: 'Bormoq',
130
+ gotoTitle: 'Sahifalar soni',
131
+ pagesize: '{0} mahsulotlar / sahifa',
132
+ total: 'Jami {0} yozuvlar',
133
+ pageClassifier: 'Saxiy',
134
+ homePage: 'Old sahifa',
135
+ homePageTitle: 'Old sahifa',
136
+ prevPage: 'Oldingi sahifa',
137
+ prevPageTitle: 'Oldingi sahifa',
138
+ nextPage: 'Keyingi sahifa',
139
+ nextPageTitle: 'Keyingi sahifa',
140
+ prevJump: 'Sahifa sakrash sahifasi',
141
+ prevJumpTitle: 'Sahifa sakrash sahifasi',
142
+ nextJump: 'Sahifadan sakrash',
143
+ nextJumpTitle: 'Sahifadan sakrash',
144
+ endPage: "So'nggi sahifa",
145
+ endPageTitle: "So'nggi sahifa"
146
+ },
147
+ alert: {
148
+ title: 'Tizim talab qiladi'
149
+ },
150
+ button: {
151
+ confirm: 'tasdiqlamoq',
152
+ cancel: 'Bekor qilmoq',
153
+ clear: 'Aniq'
154
+ },
155
+ filter: {
156
+ search: 'qidirish'
157
+ },
158
+ custom: {
159
+ cstmTitle: 'Ustun sozlamalari',
160
+ cstmRestore: 'Standartni tiklash',
161
+ cstmCancel: 'Bekor qilmoq',
162
+ cstmConfirm: 'Ishonch hosil qilmoq',
163
+ cstmConfirmRestore: 'Iltimos, u standart ustun konfiguratsiyasiga tiklanganligini tasdiqlang.',
164
+ cstmDragTarget: "Ko'chiring: {0}",
165
+ setting: {
166
+ colSort: 'Tartib',
167
+ sortHelpTip: '点击并拖动图标可以调整顺序',
168
+ colTitle: 'Ustun unvon',
169
+ colResizable: 'Ustun kengligi (piksellar)',
170
+ colVisible: "Ko'rsatish kerakmi",
171
+ colFixed: 'Muzlatish ustuni',
172
+ colFixedMax: 'Ustunlarni muzlatgich ({0} ustunlargacha)',
173
+ fixedLeft: 'Chap tomon',
174
+ fixedUnset: "O'rnatilmagan",
175
+ fixedRight: "O'ng tomon",
176
+ moveUp: '上移',
177
+ moveDn: '下移',
178
+ putTop: '置顶',
179
+ putBottom: '置尾',
180
+ moveUpTitle: '点击向上移动',
181
+ moveDnTitle: '点击向下移动',
182
+ putTopTitle: '点击置顶',
183
+ putBottomTitle: '点击置尾'
184
+ }
185
+ },
186
+ import: {
187
+ modes: {
188
+ covering: "Qayta yozish usulini (to'g'ridan-to'g'ri jadval ma'lumotlarini qayta yozing)",
189
+ insert: "Pastki qismida qo'shimcha (stolning pastki qismida yangi ma'lumotlarni ilova qiling)",
190
+ insertTop: "Yuqoridagi ilova (jadvalning yuqori qismida yangi ma'lumotlarni ilova)",
191
+ insertBottom: "Pastki qismida qo'shimcha (stolning pastki qismida yangi ma'lumotlarni ilova qiling)"
192
+ },
193
+ impTitle: "Import ma'lumotlari",
194
+ impFile: 'Fayl nomi',
195
+ impSelect: 'Faylni tanlang',
196
+ impType: 'Fayl turi',
197
+ impOpts: 'Parametr sozlamalari',
198
+ impMode: 'Import rejimi',
199
+ impConfirm: 'Import qilmoq',
200
+ impCancel: 'Bekor qilmoq'
201
+ },
202
+ export: {
203
+ types: {
204
+ csv: 'CSV (vergul) (*. CSV)',
205
+ html: 'Veb-sahifa (* .html)',
206
+ xml: "XML ma'lumotlari (* .xml)",
207
+ txt: 'Matn fayli (jadval ajratilgan) (*. TXT)',
208
+ xls: 'Excel 97-2003 ishchi daftar (* .xls)',
209
+ xlsx: 'Excel ish daftari (* .xlsx)',
210
+ pdf: 'PDF (* .pdf)'
211
+ },
212
+ modes: {
213
+ empty: "Bo'sh ma'lumotlar",
214
+ current: "Joriy ma'lumotlar (joriy sahifada ma'lumotlar)",
215
+ selected: "Tanlangan ma'lumotlar (joriy sahifada tanlangan ma'lumotlar)",
216
+ all: "To'liq ma'lumotlar (barcha postlangan ma'lumotlar bilan birga)"
217
+ },
218
+ printTitle: "Ma'lumotlarni chop etish",
219
+ expTitle: "Eksport ma'lumotlari",
220
+ expName: 'Fayl nomi',
221
+ expNamePlaceholder: 'Iltimos fayl nomini kiriting',
222
+ expSheetName: 'sarlavha',
223
+ expSheetNamePlaceholder: 'Iltimos sarlavha kiriting',
224
+ expType: 'Qulfni saqlash',
225
+ expMode: "Ma'lumotni tanlang",
226
+ expCurrentColumn: 'Barcha maydonlar',
227
+ expColumn: 'Maydonni tanlang',
228
+ expOpts: 'Parametr sozlamalari',
229
+ expOptHeader: 'Sarlavha',
230
+ expHeaderTitle: 'Stol sarlavhasi talab qilinadi',
231
+ expOptFooter: 'Jadval oxiri',
232
+ expFooterTitle: 'Stolning oxiri kerakmi?',
233
+ expOptColgroup: 'Guruh sarlavhasi',
234
+ expOptTitle: 'Ustun unvon',
235
+ expTitleTitle: "Bu ustun sarlavhasi bo'ladimi, aks holda u ustun maydonining nomi sifatida ko'rsatiladi",
236
+ expColgroupTitle: "Agar hozirgi bo'lsa, guruh tuzilishi bilan sarlavha qo'llab-quvvatlansa",
237
+ expOptMerge: 'birlashmoq',
238
+ expMergeTitle: "Agar hozirgi tuzilmalar bo'lgan hujayralar qo'llab-quvvatlansa",
239
+ expOptAllExpand: 'Daraxtni kengaytiring',
240
+ expAllExpandTitle: "Agar mavjud bo'lsa, ierarxik tuzilmalar bilan barcha ma'lumotlarni kengaytirish qo'llab-quvvatlanadi",
241
+ expOptUseStyle: 'uslub',
242
+ expUseStyleTitle: "Agar mavjud bo'lsa, uslublar bo'lgan hujayralar qo'llab-quvvatlanadi",
243
+ expOptOriginal: "Manba ma'lumotlari",
244
+ expOriginalTitle: "Agar u manba ma'lumoti bo'lsa, stollarga olib kiring",
245
+ expPrint: 'Bosib chiqarish',
246
+ expConfirm: 'Eksport',
247
+ expCancel: 'Bekor qilmoq'
248
+ },
249
+ modal: {
250
+ errTitle: 'Xato xabari',
251
+ zoomMin: 'Kamaytirmoq',
252
+ zoomIn: 'maksimal darajada oshirmoq',
253
+ zoomOut: 'kamaytirish',
254
+ close: 'yopish',
255
+ miniMaxSize: 'Minimallashtirilgan derazalar soni {0} dan osha olmaydi',
256
+ footPropErr: "Ko'rsatkichni ko'rsatish faqat stol dumini yoqish uchun ishlatiladi va shou-tasdiqlash-tugmasi bilan ishlatilishi kerak | Bekor qilish-tugma | uyalar"
257
+ },
258
+ drawer: {
259
+ close: 'yopish'
260
+ },
261
+ form: {
262
+ folding: 'Yaqin',
263
+ unfolding: 'Kengaytirmoq'
264
+ },
265
+ toolbar: {
266
+ import: 'Import qilmoq',
267
+ export: 'Eksport',
268
+ print: 'Bosib chiqarish',
269
+ refresh: 'yangilamoq',
270
+ zoomIn: "To'liq ekran",
271
+ zoomOut: 'kamaytirish',
272
+ custom: 'Ustun sozlamalari',
273
+ customAll: 'hamma',
274
+ customConfirm: 'tasdiqlamoq',
275
+ customRestore: "Qayta o'rnatmoq",
276
+ fixedLeft: "Chapda muzlatib qo'ying",
277
+ fixedRight: "O'ng tomonda muzlatib qo'ying",
278
+ cancelFixed: "Urug'lar ustunini"
279
+ },
280
+ datePicker: {
281
+ yearTitle: '{0} yillar'
282
+ },
283
+ dateRangePicker: {
284
+ pleaseRange: '请选择开始日期与结束日期'
285
+ },
286
+ input: {
287
+ date: {
288
+ m1: '01 oy',
289
+ m2: '02 oy',
290
+ m3: '03 oy',
291
+ m4: '04 oy',
292
+ m5: '05 oy',
293
+ m6: '06 oy',
294
+ m7: '07 oy',
295
+ m8: '08 oy',
296
+ m9: '09 oy',
297
+ m10: '10 oy',
298
+ m11: '11 oy',
299
+ m12: '12 oy',
300
+ quarterLabel: '{0} yillar',
301
+ monthLabel: '{0} yillar',
302
+ dayLabel: '{0} yillar {1}',
303
+ labelFormat: {
304
+ date: 'yyyy-MM-dd',
305
+ time: 'HH:mm:ss',
306
+ datetime: 'yyyy-MM-dd HH:mm:ss',
307
+ week: 'Week WW of year yyyy',
308
+ month: 'yyyy-MM',
309
+ quarter: 'quarter q of year yyyy',
310
+ year: 'yyyy'
311
+ },
312
+ weeks: {
313
+ w: '',
314
+ w0: 'Yakshanba',
315
+ w1: 'dushanba kuni',
316
+ w2: 'Seshanba',
317
+ w3: 'Chorshanba',
318
+ w4: 'Payshanba',
319
+ w5: 'Juma',
320
+ w6: 'Shanba'
321
+ },
322
+ months: {
323
+ m0: 'Yanvar',
324
+ m1: 'Fevral',
325
+ m2: 'Mart oyi',
326
+ m3: 'Aprel',
327
+ m4: 'Mayl',
328
+ m5: 'Iyun',
329
+ m6: 'Iyul',
330
+ m7: 'Avgust',
331
+ m8: 'Sentyabr',
332
+ m9: 'Oktyabr',
333
+ m10: 'Noyabr',
334
+ m11: 'Dekabr'
335
+ },
336
+ quarters: {
337
+ q1: 'First quarter',
338
+ q2: 'Second quarter',
339
+ q3: 'Third quarter',
340
+ q4: 'Fourth quarter'
341
+ }
342
+ }
343
+ },
344
+ calendar: {
345
+ yearLabel: '{0} 年',
346
+ monthLabel: '{0} 月'
347
+ },
348
+ numberInput: {
349
+ currencySymbol: '¥'
350
+ },
351
+ imagePreview: {
352
+ popupTitle: "Oldindan ko'rish",
353
+ operBtn: {
354
+ zoomOut: 'Qisqarmoq',
355
+ zoomIn: 'kattalashtirmoq',
356
+ pctFull: "Bir xil o'lchash",
357
+ pct11: "Asl hajmni ko'rsatish",
358
+ rotateLeft: 'Chapni aylantiring',
359
+ rotateRight: "O'ng tomonga buriling",
360
+ print: 'Rasmni chop etish uchun bosing',
361
+ download: 'Rasmni yuklab olish uchun bosing'
362
+ }
363
+ },
364
+ upload: {
365
+ fileBtnText: 'Yuklash uchun bosing yoki torting',
366
+ imgBtnText: 'Yuklash uchun bosing yoki torting',
367
+ dragPlaceholder: 'Iltimos, yuklash uchun ushbu hududga faylni torting va tashlang',
368
+ imgSizeHint: 'Yagona {0}',
369
+ imgCountHint: '{0} gacha',
370
+ fileTypeHint: "Qo'llab-quvvatlash {0} Fayl turlari",
371
+ fileSizeHint: 'Bitta fayl hajmi {0} dan oshmaydi',
372
+ fileCountHint: '{0} fayllar yuklanishi mumkin',
373
+ uploadTypeErr: 'Fayl turi mos kelmayapti!',
374
+ overCountErr: "Faqat {0} fayllari ko'pini tanlab olish mumkin!",
375
+ overCountExtraErr: "{0} maksimal soni oshib ketdi va ortiqcha {1} fayllari e'tiborga olinmaydi!",
376
+ overSizeErr: 'Fayl hajmi {0} dan oshmasligi kerak!',
377
+ manualUpload: '点击上传',
378
+ reUpload: 'Qayta yuklamoq',
379
+ uploadProgress: 'Yuklash {0}%',
380
+ uploadErr: 'Yuklash muvaffaqiyatsiz tugadi',
381
+ uploadSuccess: 'Muvaffaqiyatli yuklang',
382
+ moreBtnText: "Ko'proq ({0})",
383
+ moreImgBtnText: '图片({0})',
384
+ moreFileBtnText: '文件({0})',
385
+ viewItemTitle: "Ko'rish uchun bosing",
386
+ morePopup: {
387
+ readTitle: "Ro'yxatni ko'rish",
388
+ imageTitle: 'Rasmlarni yuklang',
389
+ fileTitle: 'Faylni yuklash'
390
+ }
391
+ },
392
+ empty: {
393
+ defText: "Hali ma'lumot yo'q"
394
+ },
395
+ colorPicker: {
396
+ clear: 'Aniq',
397
+ confirm: 'tasdiqlamoq',
398
+ copySuccess: "Clipboardga nusxa ko'chirish: {0}",
399
+ hex: 'HEX'
400
+ },
401
+ formDesign: {
402
+ formName: 'Forma nomi',
403
+ defFormTitle: "Noma'lum shakl",
404
+ widgetPropTab: 'Boshqaruv xususiyatlari',
405
+ widgetFormTab: 'Forma xususiyatlari',
406
+ error: {
407
+ wdFormUni: "Ushbu turdagi boshqaruv faqat shakldagi bittasini qo'shishga ruxsat beriladi",
408
+ wdSubUni: "Ushbu turdagi boshqarishning faqat bittasini subtable-da qo'shishga ruxsat beriladi"
409
+ },
410
+ styleSetting: {
411
+ btn: 'Uslub sozlamalari',
412
+ title: 'Uslub sozlamalari',
413
+ layoutTitle: 'Boshqarish tartibi',
414
+ verticalLayout: 'Yuqoriga va pastga tartib',
415
+ horizontalLayout: 'Gorizontal tartib',
416
+ styleTitle: 'Sarlavha uslubi',
417
+ boldTitle: 'Qalin sarlavha',
418
+ fontBold: 'Jasur',
419
+ fontNormal: "an'anaviy",
420
+ colonTitle: "Yo'g'on ichakni ko'rsating",
421
+ colonVisible: "ko'rsatish",
422
+ colonHidden: 'yashirmoq',
423
+ alignTitle: 'Tekislash',
424
+ widthTitle: 'Sarlavha kengligi',
425
+ alignLeft: 'Chapda',
426
+ alignRight: "O'ngda",
427
+ unitPx: 'Piksel',
428
+ unitPct: 'foiz'
429
+ },
430
+ widget: {
431
+ group: {
432
+ base: 'Asosiy boshqarish vositalari',
433
+ layout: 'Tartibni boshqarish',
434
+ system: 'Tizimni boshqarish',
435
+ module: 'Modul nazorati',
436
+ chart: 'Jadvalni boshqarish',
437
+ advanced: 'Murakkab boshqarish vositalari'
438
+ },
439
+ copyTitle: 'Kuchli_ {0}',
440
+ component: {
441
+ input: 'Kiritish qutisi',
442
+ textarea: 'Matn maydoni',
443
+ select: 'Tanlash uchun pastga torting',
444
+ row: 'Bir qator va bir nechta ustunlar',
445
+ title: 'sarlavha',
446
+ text: 'matn',
447
+ subtable: 'Kichik stol',
448
+ VxeSwitch: "yo'qmi",
449
+ VxeInput: 'Kiritish qutisi',
450
+ VxeNumberInput: 'raqam',
451
+ VxeDatePicker: 'sana',
452
+ VxeTextarea: 'Matn maydoni',
453
+ VxeSelect: 'Tanlash uchun pastga torting',
454
+ VxeTreeSelect: 'Daraxt tanlash',
455
+ VxeRadioGroup: 'Radio qutisi',
456
+ VxeCheckboxGroup: 'Katakchani belgilang',
457
+ VxeUploadFile: 'hujjat',
458
+ VxeUploadImage: 'rasm',
459
+ VxeRate: 'Xol',
460
+ VxeSlider: 'slayder'
461
+ }
462
+ },
463
+ widgetProp: {
464
+ name: 'Boshqarish nomi',
465
+ placeholder: 'Tez',
466
+ required: 'Kerakli tekshirish',
467
+ multiple: 'Bir nechta tanlovga ruxsat beriladi',
468
+ displaySetting: {
469
+ name: 'Displey sozlamalari',
470
+ pc: 'Kompyuter',
471
+ mobile: 'Mobil',
472
+ visible: "ko'rsatish",
473
+ hidden: 'yashirmoq'
474
+ },
475
+ dataSource: {
476
+ name: "Ma'lumot manbai",
477
+ defValue: 'Variant {0}',
478
+ addOption: "Variantlar qo'shing",
479
+ batchEditOption: 'Partiyani tahrirlash',
480
+ batchEditTip: "Har bir satr to'g'ridan-to'g'ri nusxadan, Excel va WPS-dan to'g'ridan-to'g'ri nusxa va pastroqni qo'llab-quvvatlaydigan variantga mos keladi.",
481
+ batchEditSubTip: "Har bir qator parametrga mos keladi. Agar bu guruh bo'lsa, bola buyumlari bo'shliq yoki yorliq kaliti bilan boshlanishi mumkin va u to'g'ridan-to'g'ri nusxa va jadval, Excel va WPS-dan pastroq.",
482
+ buildOption: 'Variantlar'
483
+ },
484
+ rowProp: {
485
+ colSize: 'Ustunlar soni',
486
+ col2: 'Ikki ustun',
487
+ col3: 'Uchta ustun',
488
+ col4: "To'rt ustun",
489
+ col6: 'Olti ustun',
490
+ layout: 'tartib'
491
+ },
492
+ textProp: {
493
+ name: 'tarkib',
494
+ alignTitle: 'Tekislash',
495
+ alignLeft: 'Chapda',
496
+ alignCenter: 'Markaz',
497
+ alignRight: "O'ngda",
498
+ colorTitle: 'Shrift rangi',
499
+ sizeTitle: 'Shrift hajmi',
500
+ boldTitle: 'Shrift qalin shrift',
501
+ fontNormal: "an'anaviy",
502
+ fontBold: 'Jasur'
503
+ },
504
+ subtableProp: {
505
+ seqTitle: 'Ishlab chiqarish raqami',
506
+ showSeq: "Seriya raqamini ko'rsating",
507
+ showCheckbox: 'Bir nechta tanlovga ruxsat beriladi',
508
+ errSubDrag: "So'rg'lantiriladigan bu nazoratni qo'llab-quvvatlamaydi, iltimos, boshqa boshqaruvlardan foydalaning",
509
+ colPlace: 'Boshqarishni boshqaring'
510
+ },
511
+ uploadProp: {
512
+ limitFileCount: 'Fayl miqdori chegarasi',
513
+ limitFileSize: 'Fayl hajmi chegarasi',
514
+ multiFile: 'Bir nechta fayllarni yuklashiga ruxsat bering',
515
+ limitImgCount: 'Rasmlarning soni cheklangan',
516
+ limitImgSize: 'Rasm hajmi cheklovi',
517
+ multiImg: 'Yuklash uchun bir nechta rasmlarga ruxsat bering'
518
+ }
519
+ }
520
+ },
521
+ listDesign: {
522
+ fieldSettingTab: 'Dala sozlamalari',
523
+ listSettingTab: 'Parametr sozlamalari',
524
+ searchTitle: "So'rov mezonlari",
525
+ listTitle: "Ro'yxat maydon",
526
+ searchField: "So'rov maydonlari",
527
+ listField: "Ro'yxat maydon",
528
+ activeBtn: {
529
+ ActionButtonUpdate: 'tahrirlamoq',
530
+ ActionButtonDelete: "o'chirmoq"
531
+ },
532
+ search: {
533
+ addBtn: 'tahrirlamoq',
534
+ emptyText: "So'rov shartlari sozlanmagan",
535
+ editPopupTitle: "So'rov maydonlarini tahrirlash"
536
+ },
537
+ searchPopup: {
538
+ colTitle: 'sarlavha',
539
+ saveBtn: 'tejash'
540
+ }
541
+ },
542
+ text: {
543
+ copySuccess: "Clipboardga nusxa ko'chirildi",
544
+ copyError: "Hozirgi muhit ushbu operatsiyani qo'llab-quvvatlamaydi"
545
+ },
546
+ countdown: {
547
+ formats: {
548
+ yyyy: 'Yil',
549
+ MM: 'oy',
550
+ dd: 'osmon',
551
+ HH: 'soat',
552
+ mm: 'nuqta',
553
+ ss: 'Ikkinchi'
554
+ }
555
+ },
556
+ contextMenu: {
557
+ loadingText: '加载中...'
558
+ },
559
+ gantt: {
560
+ tFullFormat: {
561
+ year: '{yyyy}年',
562
+ quarter: '{yyyy}年第{q}季度',
563
+ month: '{yyyy}年{MM}月',
564
+ week: '{yyyy}年第{W}周',
565
+ day: '{yyyy}年{MM}月 {E}',
566
+ date: '{yyyy}年{MM}月{dd}日',
567
+ hour: '{yyyy}年{MM}月{dd}日{HH}时',
568
+ minute: '{yyyy}年{MM}月{dd}日{HH}时{mm}分',
569
+ second: '{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒'
570
+ },
571
+ tSimpleFormat: {
572
+ year: '{yyyy}年',
573
+ quarter: '{q}季度',
574
+ month: '{M}月',
575
+ week: '{W}周',
576
+ day: '{d}',
577
+ date: '{d}',
578
+ hour: '{HH}',
579
+ minute: '{mm}',
580
+ second: '{ss}'
581
+ },
582
+ dayss: {
583
+ w0: '日',
584
+ w1: '一',
585
+ w2: '二',
586
+ w3: '三',
587
+ w4: '四',
588
+ w5: '五',
589
+ w6: '六'
590
+ }
591
+ },
592
+ plugins: {
593
+ extendCellArea: {
594
+ area: {
595
+ mergeErr: "Ushbu operatsiyani birlashtirilgan hujayralarda o'tkazib bo'lmaydi",
596
+ multiErr: "Ushbu operatsiyani ko'p tanlangan hududda bajarib bo'lmaydi",
597
+ selectErr: 'Belgilangan hududda hujayralarni ishlata olmaslik',
598
+ extendErr: "Agar kengaytirilgan hududda birlashtirilgan hujayralar bo'lsa, barcha birlashtirilgan hujayralar bir xil o'lchamda bo'lishi kerak",
599
+ pasteMultiErr: "Bo'sh bo'lma, buni amalga oshirish uchun bir xil o'lchamdagi joylardan nusxa olish va joylashtirish kerak",
600
+ cpInvalidErr: "Ushbu operatsiyani bajarib bo'lmaydi, siz tanlagan hududda taqiqlangan ustunlar mavjud ({0})"
601
+ },
602
+ fnr: {
603
+ title: 'Toping va almashtiring',
604
+ titleFd: '查找',
605
+ titleRe: '替换',
606
+ findLabel: 'Topmoq',
607
+ replaceLabel: 'almashtirmoq',
608
+ findTitle: 'Tarkibni toping:',
609
+ replaceTitle: 'Bilan almashtiring:',
610
+ tabs: {
611
+ find: 'Topmoq',
612
+ replace: 'almashtirmoq'
613
+ },
614
+ filter: {
615
+ re: 'Doimiy ifodalar',
616
+ whole: "To'liq so'z mos keladigan",
617
+ sensitive: 'harflar katta-kichikligiga sezgir'
618
+ },
619
+ btns: {
620
+ findNext: 'Keyingi birini toping',
621
+ findAll: 'Hammasini toping',
622
+ replace: 'almashtirmoq',
623
+ replaceAll: 'Barchasini almashtiring',
624
+ cancel: 'Bekor qilmoq'
625
+ },
626
+ header: {
627
+ seq: '#',
628
+ cell: 'Uyali',
629
+ value: 'qiymati'
630
+ },
631
+ body: {
632
+ row: 'Line: {0}',
633
+ col: 'Ustun: {0}'
634
+ },
635
+ empty: '(Null qiymati)',
636
+ reError: "Oddiy ifoda noto'g'ri",
637
+ recordCount: '{0} hujayralar topildi',
638
+ notCell: 'Mos keladigan hujayra topilmadi',
639
+ replaceSuccess: '{0} hujayralar muvaffaqiyatli almashtirildi'
640
+ }
641
+ },
642
+ extendPivotTable: {
643
+ aggregation: {
644
+ grouping: '分组',
645
+ values: '值',
646
+ groupPlaceholder: '拖至此处进行分组',
647
+ valuesPlaceholder: '拖至此处进行聚合',
648
+ dragExistCol: '该列已存在',
649
+ sortHelpTip: '点击并拖动图标可以调整顺序'
650
+ },
651
+ aggFuncs: {
652
+ sum: '求和',
653
+ count: '计数',
654
+ avg: '平均值',
655
+ min: '最小值',
656
+ max: '最大值',
657
+ first: '首个值',
658
+ last: '末尾值'
659
+ }
660
+ },
661
+ filterComplexInput: {
662
+ menus: {
663
+ fixedColumn: 'Muzlatish ustuni',
664
+ fixedGroup: 'Muzlatishni guruhlash',
665
+ cancelFixed: 'Free Free ni bekor qiling',
666
+ fixedLeft: "Chap tomonni muzlatib qo'ying",
667
+ fixedRight: "O'ng tomonni muzlatib qo'ying"
668
+ },
669
+ cases: {
670
+ equal: 'teng',
671
+ gt: 'Undan katta',
672
+ lt: 'Dan kichik; .. dan kamroq',
673
+ begin: 'Boshlanishi',
674
+ endin: 'Tugashi',
675
+ include: "Qo'shmoq",
676
+ isSensitive: 'harflar katta-kichikligiga sezgir'
677
+ }
678
+ },
679
+ filterCombination: {
680
+ menus: {
681
+ sort: 'Tartib',
682
+ clearSort: 'Tozalash',
683
+ sortAsc: "Ko'tarish tartibi",
684
+ sortDesc: 'Qabullash tartibi',
685
+ fixedColumn: 'Muzlatish ustuni',
686
+ fixedGroup: 'Muzlatishni guruhlash',
687
+ cancelFixed: 'Free Free ni bekor qiling',
688
+ fixedLeft: "Chap tomonni muzlatib qo'ying",
689
+ fixedRight: "O'ng tomonni muzlatib qo'ying",
690
+ clearFilter: 'Filtrni tozalash',
691
+ textOption: 'Matnli filtrlash',
692
+ numberOption: 'Raqamli filtrlash',
693
+ dateOption: '日期筛选'
694
+ },
695
+ popup: {
696
+ title: 'Maxsus filtrlash usullari',
697
+ currColumnTitle: 'Joriy ustun:',
698
+ and: 'va',
699
+ or: 'yoki',
700
+ describeHtml: 'Mavjudmi? Formatni bildiradi, <br/> FAQAT FOYDALANISH * Bir nechta belgilarni anglatadi'
701
+ },
702
+ cases: {
703
+ equal: 'teng',
704
+ unequal: 'Ga teng emas',
705
+ gt: 'Undan katta',
706
+ ge: 'Dan katta yoki teng',
707
+ lt: 'Dan kichik; .. dan kamroq',
708
+ le: 'Dan kam yoki unga teng',
709
+ begin: 'Boshlanishi',
710
+ notbegin: 'Bu boshida emas',
711
+ endin: 'Tugashi',
712
+ notendin: 'Tugashi emas',
713
+ include: "Qo'shmoq",
714
+ exclude: "Qo'shilmagan",
715
+ between: 'Orasida',
716
+ isAfter: '在以下日期之后',
717
+ eqAfter: '在以下日期之后或与之相同',
718
+ isBefore: '在以下日期之前',
719
+ eqBefore: '在以下日期之前或与之相同',
720
+ top10: '前10项',
721
+ aboveAverage: '高于平均值',
722
+ belowAverage: '低于平均值',
723
+ before: '之前',
724
+ after: '之后',
725
+ tomorrow: '明天',
726
+ today: '今天',
727
+ yesterday: '昨天',
728
+ nextWeek: '下周',
729
+ thisWeek: '本周',
730
+ lastWeek: '上周',
731
+ nextMonth: '下月',
732
+ thisMonth: '本月',
733
+ lastMonth: '上月',
734
+ nextYear: '明年',
735
+ thisYear: '今年',
736
+ lastYear: '去年',
737
+ yearToDate: '本年度截止到现在',
738
+ custom: 'Custom filtrlash',
739
+ insensitive: 'Ishni sezgir',
740
+ isSensitive: 'harflar katta-kichikligiga sezgir'
741
+ },
742
+ empty: "(bo'sh)",
743
+ notData: "Uchrashuv yo'q"
744
+ }
745
+ },
746
+ pro: {
747
+ area: {
748
+ mergeErr: "Ushbu operatsiyani birlashtirilgan hujayralarda o'tkazib bo'lmaydi",
749
+ multiErr: "Ushbu operatsiyani ko'p tanlangan hududda bajarib bo'lmaydi",
750
+ extendErr: "Agar kengaytirilgan hududda birlashtirilgan hujayralar bo'lsa, barcha birlashtirilgan hujayralar bir xil o'lchamda bo'lishi kerak",
751
+ pasteMultiErr: "Bo'sh bo'lma, buni amalga oshirish uchun bir xil o'lchamdagi joylardan nusxa olish va joylashtirish kerak"
752
+ },
753
+ fnr: {
754
+ title: 'Toping va almashtiring',
755
+ titleFd: '查找',
756
+ titleRe: '替换',
757
+ findLabel: 'Topmoq',
758
+ replaceLabel: 'almashtirmoq',
759
+ findTitle: 'Tarkibni toping:',
760
+ replaceTitle: 'Bilan almashtiring:',
761
+ tabs: {
762
+ find: 'Topmoq',
763
+ replace: 'almashtirmoq'
764
+ },
765
+ filter: {
766
+ re: 'Doimiy ifodalar',
767
+ whole: "To'liq so'z mos keladigan",
768
+ sensitive: 'harflar katta-kichikligiga sezgir'
769
+ },
770
+ btns: {
771
+ findNext: 'Keyingi birini toping',
772
+ findAll: 'Hammasini toping',
773
+ replace: 'almashtirmoq',
774
+ replaceAll: 'Barchasini almashtiring',
775
+ cancel: 'Bekor qilmoq'
776
+ },
777
+ header: {
778
+ seq: '#',
779
+ cell: 'Uyali',
780
+ value: 'qiymati'
781
+ },
782
+ empty: '(Null qiymati)',
783
+ reError: "Oddiy ifoda noto'g'ri",
784
+ recordCount: '{0} hujayralar topildi',
785
+ notCell: 'Mos keladigan hujayra topilmadi',
786
+ replaceSuccess: '{0} hujayralar muvaffaqiyatli almashtirildi'
787
+ }
788
+ },
789
+ renderer: {
790
+ search: 'qidirish',
791
+ cases: {
792
+ equal: 'teng',
793
+ unequal: 'Ga teng emas',
794
+ gt: 'Undan katta',
795
+ ge: 'Dan katta yoki teng',
796
+ lt: 'Dan kichik; .. dan kamroq',
797
+ le: 'Dan kam yoki unga teng',
798
+ begin: 'Boshlanishi',
799
+ notbegin: 'Bu boshida emas',
800
+ endin: 'Tugashi',
801
+ notendin: 'Tugashi emas',
802
+ include: "Qo'shmoq",
803
+ exclude: "Qo'shilmagan",
804
+ between: 'Orasida',
805
+ top10: '前10项',
806
+ aboveAverage: '高于平均值',
807
+ belowAverage: '低于平均值',
808
+ custom: 'Custom filtrlash',
809
+ insensitive: 'Ishni sezgir',
810
+ isSensitive: 'harflar katta-kichikligiga sezgir'
811
+ },
812
+ combination: {
813
+ menus: {
814
+ sort: 'Tartib',
815
+ clearSort: 'Tozalash',
816
+ sortAsc: "Ko'tarish tartibi",
817
+ sortDesc: 'Qabullash tartibi',
818
+ fixedColumn: 'Muzlatish ustuni',
819
+ fixedGroup: 'Muzlatishni guruhlash',
820
+ cancelFixed: 'Free Free ni bekor qiling',
821
+ fixedLeft: "Chapni muzlatib qo'ying",
822
+ fixedRight: "O'ng tomonga muzlatib qo'ying",
823
+ clearFilter: 'Filtrni tozalash',
824
+ textOption: 'Matnli filtrlash',
825
+ numberOption: 'Raqamli filtrlash',
826
+ dateOption: '日期筛选'
827
+ },
828
+ popup: {
829
+ title: 'Maxsus filtrlash usullari',
830
+ currColumnTitle: 'Joriy ustun:',
831
+ and: 'va',
832
+ or: 'yoki',
833
+ describeHtml: 'Mavjudmi? Formatni bildiradi, <br/> FAQAT FOYDALANISH * Bir nechta belgilarni anglatadi'
834
+ },
835
+ empty: "(bo'sh)",
836
+ notData: "Uchrashuv yo'q"
837
+ }
838
+ }
839
+ }
840
+ }