vxe-pc-ui 3.14.5 → 3.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 (474) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +134 -134
  3. package/es/tree/src/tree.js +40 -5
  4. package/es/tree-select/src/tree-select.js +2 -0
  5. package/es/ui/index.js +1 -1
  6. package/es/ui/src/log.js +1 -1
  7. package/lib/index.umd.js +8406 -8476
  8. package/lib/index.umd.min.js +1 -1
  9. package/lib/tree/src/tree.js +40 -5
  10. package/lib/tree/src/tree.min.js +1 -1
  11. package/lib/tree-select/src/tree-select.js +2 -0
  12. package/lib/tree-select/src/tree-select.min.js +1 -1
  13. package/lib/ui/index.js +1 -1
  14. package/lib/ui/index.min.js +1 -1
  15. package/lib/ui/src/log.js +1 -1
  16. package/lib/ui/src/log.min.js +1 -1
  17. package/package.json +89 -89
  18. package/packages/alert/index.ts +16 -16
  19. package/packages/alert/src/alert.ts +106 -106
  20. package/packages/anchor/index.ts +16 -16
  21. package/packages/anchor/src/anchor-link.ts +158 -158
  22. package/packages/anchor/src/anchor.ts +267 -267
  23. package/packages/anchor/src/util.ts +23 -23
  24. package/packages/anchor-link/index.ts +16 -16
  25. package/packages/avatar/index.ts +16 -16
  26. package/packages/avatar/src/avatar.ts +141 -141
  27. package/packages/backtop/index.ts +16 -16
  28. package/packages/backtop/src/backtop.ts +330 -330
  29. package/packages/badge/index.ts +16 -16
  30. package/packages/badge/src/badge.ts +87 -87
  31. package/packages/breadcrumb/index.ts +16 -16
  32. package/packages/breadcrumb/src/breadcrumb-item.ts +118 -118
  33. package/packages/breadcrumb/src/breadcrumb.ts +89 -89
  34. package/packages/breadcrumb-item/index.ts +16 -16
  35. package/packages/button/index.ts +16 -16
  36. package/packages/button/src/button-group.ts +113 -113
  37. package/packages/button/src/button.ts +956 -956
  38. package/packages/button-group/index.ts +16 -16
  39. package/packages/calendar/index.ts +16 -16
  40. package/packages/calendar/src/calendar.ts +1527 -1527
  41. package/packages/card/index.ts +16 -16
  42. package/packages/card/src/card.ts +162 -162
  43. package/packages/carousel/index.ts +16 -16
  44. package/packages/carousel/src/carousel-item.ts +117 -117
  45. package/packages/carousel/src/carousel.ts +460 -460
  46. package/packages/carousel/src/util.ts +21 -21
  47. package/packages/carousel-item/index.ts +16 -16
  48. package/packages/cascader/index.ts +16 -16
  49. package/packages/cascader/src/cascader.ts +943 -943
  50. package/packages/checkbox/index.ts +16 -16
  51. package/packages/checkbox/src/button.ts +185 -185
  52. package/packages/checkbox/src/checkbox.ts +189 -189
  53. package/packages/checkbox/src/group.ts +259 -259
  54. package/packages/checkbox-button/index.ts +16 -16
  55. package/packages/checkbox-group/index.ts +16 -16
  56. package/packages/col/index.ts +16 -16
  57. package/packages/collapse/index.ts +16 -16
  58. package/packages/collapse/src/collapse-pane.ts +136 -136
  59. package/packages/collapse/src/collapse.ts +259 -259
  60. package/packages/collapse/src/util.ts +21 -21
  61. package/packages/collapse-pane/index.ts +16 -16
  62. package/packages/color-picker/index.ts +16 -16
  63. package/packages/color-picker/src/color-picker.ts +1286 -1286
  64. package/packages/color-picker/src/util.ts +198 -198
  65. package/packages/components.ts +307 -307
  66. package/packages/context-menu/index.ts +54 -54
  67. package/packages/context-menu/src/context-menu.ts +727 -727
  68. package/packages/countdown/index.ts +16 -16
  69. package/packages/countdown/src/countdown.ts +276 -276
  70. package/packages/date-panel/index.ts +16 -16
  71. package/packages/date-panel/src/date-panel.ts +2024 -2024
  72. package/packages/date-panel/src/util.ts +244 -244
  73. package/packages/date-picker/index.ts +17 -17
  74. package/packages/date-picker/src/date-picker.ts +1249 -1249
  75. package/packages/date-range-picker/index.ts +16 -16
  76. package/packages/date-range-picker/src/date-range-picker.ts +1480 -1480
  77. package/packages/drawer/index.ts +87 -87
  78. package/packages/drawer/src/drawer.ts +767 -767
  79. package/packages/dynamics/index.ts +127 -127
  80. package/packages/empty/index.ts +16 -16
  81. package/packages/empty/src/empty.ts +80 -80
  82. package/packages/form/index.ts +16 -16
  83. package/packages/form/render/index.ts +617 -617
  84. package/packages/form/src/form-config-item.ts +84 -84
  85. package/packages/form/src/form-group.ts +125 -125
  86. package/packages/form/src/form-item.ts +217 -217
  87. package/packages/form/src/form.ts +1032 -1032
  88. package/packages/form/src/itemInfo.ts +80 -80
  89. package/packages/form/src/render.ts +398 -398
  90. package/packages/form/src/util.ts +92 -92
  91. package/packages/form-gather/index.ts +18 -18
  92. package/packages/form-group/index.ts +16 -16
  93. package/packages/form-item/index.ts +16 -16
  94. package/packages/icon/index.ts +16 -16
  95. package/packages/icon/src/icon.ts +75 -75
  96. package/packages/icon-picker/index.ts +16 -16
  97. package/packages/icon-picker/src/icon-picker.ts +753 -753
  98. package/packages/image/index.ts +16 -16
  99. package/packages/image/src/group.ts +162 -162
  100. package/packages/image/src/image.ts +303 -303
  101. package/packages/image/src/preview.ts +737 -737
  102. package/packages/image/src/util.ts +62 -62
  103. package/packages/image-group/index.ts +16 -16
  104. package/packages/image-preview/index.ts +19 -19
  105. package/packages/index.ts +8 -8
  106. package/packages/input/index.ts +16 -16
  107. package/packages/input/src/input.ts +3187 -3187
  108. package/packages/language/ar-EG.ts +840 -840
  109. package/packages/language/de-DE.ts +840 -840
  110. package/packages/language/en-US.ts +840 -840
  111. package/packages/language/es-ES.ts +840 -840
  112. package/packages/language/fr-FR.ts +840 -840
  113. package/packages/language/hu-HU.ts +840 -840
  114. package/packages/language/hy-AM.ts +840 -840
  115. package/packages/language/id-ID.ts +840 -840
  116. package/packages/language/it-IT.ts +840 -840
  117. package/packages/language/ja-JP.ts +840 -840
  118. package/packages/language/ko-KR.ts +840 -840
  119. package/packages/language/ms-MY.ts +840 -840
  120. package/packages/language/nb-NO.ts +840 -840
  121. package/packages/language/pt-BR.ts +840 -840
  122. package/packages/language/ru-RU.ts +840 -840
  123. package/packages/language/th-TH.ts +840 -840
  124. package/packages/language/ug-CN.ts +840 -840
  125. package/packages/language/uk-UA.ts +840 -840
  126. package/packages/language/uz-UZ.ts +840 -840
  127. package/packages/language/vi-VN.ts +840 -840
  128. package/packages/language/zh-CHT.ts +840 -840
  129. package/packages/language/zh-CN.ts +840 -840
  130. package/packages/language/zh-HK.ts +3 -3
  131. package/packages/language/zh-MO.ts +3 -3
  132. package/packages/language/zh-TC.ts +3 -3
  133. package/packages/language/zh-TW.ts +3 -3
  134. package/packages/layout-aside/index.ts +16 -16
  135. package/packages/layout-aside/src/layout-aside.ts +115 -115
  136. package/packages/layout-body/index.ts +16 -16
  137. package/packages/layout-body/src/layout-body.ts +137 -137
  138. package/packages/layout-container/index.ts +16 -16
  139. package/packages/layout-container/src/layout-container.ts +65 -65
  140. package/packages/layout-footer/index.ts +16 -16
  141. package/packages/layout-footer/src/layout-footer.ts +53 -53
  142. package/packages/layout-header/index.ts +16 -16
  143. package/packages/layout-header/src/layout-header.ts +49 -49
  144. package/packages/link/index.ts +16 -16
  145. package/packages/link/src/link.ts +153 -153
  146. package/packages/list/index.ts +16 -16
  147. package/packages/list/src/list.ts +492 -492
  148. package/packages/loading/index.ts +34 -34
  149. package/packages/loading/src/loading.ts +162 -162
  150. package/packages/mention/index.ts +16 -16
  151. package/packages/mention/src/mention.ts +54 -54
  152. package/packages/menu/index.ts +16 -16
  153. package/packages/menu/src/menu.ts +632 -632
  154. package/packages/modal/index.ts +150 -150
  155. package/packages/modal/src/modal.ts +1668 -1668
  156. package/packages/notice-bar/index.ts +16 -16
  157. package/packages/notice-bar/src/notice-bar.ts +182 -182
  158. package/packages/number-input/index.ts +16 -16
  159. package/packages/number-input/src/number-input.ts +1255 -1255
  160. package/packages/number-input/src/util.ts +12 -12
  161. package/packages/optgroup/index.ts +16 -16
  162. package/packages/option/index.ts +16 -16
  163. package/packages/pager/index.ts +16 -16
  164. package/packages/pager/src/pager.ts +913 -913
  165. package/packages/password-input/index.ts +16 -16
  166. package/packages/password-input/src/password-input.ts +466 -466
  167. package/packages/print/index.ts +18 -18
  168. package/packages/print/src/page-break.ts +78 -78
  169. package/packages/print/src/print.ts +266 -266
  170. package/packages/print/src/util.ts +284 -284
  171. package/packages/print-page-break/index.ts +14 -14
  172. package/packages/pulldown/index.ts +16 -16
  173. package/packages/pulldown/src/pulldown.ts +533 -533
  174. package/packages/radio/index.ts +16 -16
  175. package/packages/radio/src/button.ts +221 -221
  176. package/packages/radio/src/group.ts +252 -252
  177. package/packages/radio/src/radio.ts +228 -228
  178. package/packages/radio-button/index.ts +16 -16
  179. package/packages/radio-group/index.ts +16 -16
  180. package/packages/rate/index.ts +16 -16
  181. package/packages/rate/src/rate.ts +199 -199
  182. package/packages/result/index.ts +16 -16
  183. package/packages/result/src/result.ts +93 -93
  184. package/packages/row/index.ts +16 -16
  185. package/packages/row/src/col.ts +130 -130
  186. package/packages/row/src/row.ts +106 -106
  187. package/packages/segmented/index.ts +16 -16
  188. package/packages/segmented/src/segmented.ts +281 -281
  189. package/packages/select/index.ts +16 -16
  190. package/packages/select/src/optgroup.ts +107 -107
  191. package/packages/select/src/option-info.ts +20 -20
  192. package/packages/select/src/option.ts +103 -103
  193. package/packages/select/src/select.ts +2001 -2001
  194. package/packages/select/src/util.ts +47 -47
  195. package/packages/slider/index.ts +16 -16
  196. package/packages/slider/src/slider.ts +332 -332
  197. package/packages/split/index.ts +16 -16
  198. package/packages/split-pane/index.ts +17 -17
  199. package/packages/splitter/index.ts +16 -16
  200. package/packages/splitter/src/splitter-panel.ts +171 -171
  201. package/packages/splitter/src/splitter.ts +1032 -1032
  202. package/packages/splitter/src/util.ts +21 -21
  203. package/packages/splitter-panel/index.ts +16 -16
  204. package/packages/steps/index.ts +16 -16
  205. package/packages/steps/src/steps.ts +57 -57
  206. package/packages/switch/index.ts +16 -16
  207. package/packages/switch/src/switch.ts +279 -279
  208. package/packages/tab-pane/index.ts +16 -16
  209. package/packages/table-select/index.ts +16 -16
  210. package/packages/table-select/src/table-select.ts +904 -904
  211. package/packages/tabs/index.ts +16 -16
  212. package/packages/tabs/src/tab-pane.ts +137 -137
  213. package/packages/tabs/src/tabs.ts +1014 -1014
  214. package/packages/tabs/src/util.ts +21 -21
  215. package/packages/tag/index.ts +16 -16
  216. package/packages/tag/src/tag.ts +195 -195
  217. package/packages/text/index.ts +16 -16
  218. package/packages/text/src/text.ts +267 -267
  219. package/packages/text-ellipsis/index.ts +16 -16
  220. package/packages/text-ellipsis/src/text-ellipsis.ts +291 -291
  221. package/packages/textarea/index.ts +16 -16
  222. package/packages/textarea/src/textarea.ts +436 -436
  223. package/packages/timeline/index.ts +16 -16
  224. package/packages/timeline/src/timeline-item.ts +41 -41
  225. package/packages/timeline/src/timeline.ts +54 -54
  226. package/packages/timeline-item/index.ts +16 -16
  227. package/packages/tip/index.ts +19 -19
  228. package/packages/tip/src/tip.ts +112 -112
  229. package/packages/tooltip/index.ts +16 -16
  230. package/packages/tooltip/src/tooltip.ts +669 -669
  231. package/packages/tour/index.ts +16 -16
  232. package/packages/tour/src/tour.ts +54 -54
  233. package/packages/tree/index.ts +16 -16
  234. package/packages/tree/src/store.ts +15 -15
  235. package/packages/tree/src/tree.ts +3122 -3080
  236. package/packages/tree/src/util.ts +44 -44
  237. package/packages/tree-select/index.ts +16 -16
  238. package/packages/tree-select/src/tree-select.ts +1118 -1116
  239. package/packages/ui/index.ts +697 -697
  240. package/packages/ui/src/anime.ts +52 -52
  241. package/packages/ui/src/comp.ts +3 -3
  242. package/packages/ui/src/dom.ts +279 -279
  243. package/packages/ui/src/log.ts +6 -6
  244. package/packages/ui/src/utils.ts +49 -49
  245. package/packages/ui/src/vn.ts +60 -60
  246. package/packages/upload/index.ts +20 -20
  247. package/packages/upload/src/upload.ts +2129 -2129
  248. package/packages/upload/src/util.ts +109 -109
  249. package/packages/vxe-u-i/index.ts +4 -4
  250. package/packages/watermark/index.ts +31 -31
  251. package/packages/watermark/src/util.ts +176 -176
  252. package/packages/watermark/src/watermark.ts +166 -166
  253. package/styles/all.scss +90 -90
  254. package/styles/base.scss +16 -16
  255. package/styles/components/alert.scss +101 -101
  256. package/styles/components/anchor.scss +44 -44
  257. package/styles/components/avatar.scss +115 -115
  258. package/styles/components/backtop.scss +82 -82
  259. package/styles/components/badge.scss +45 -45
  260. package/styles/components/breadcrumb.scss +29 -29
  261. package/styles/components/button-group.scss +30 -30
  262. package/styles/components/button.scss +415 -415
  263. package/styles/components/calendar.scss +471 -471
  264. package/styles/components/card.scss +121 -121
  265. package/styles/components/carousel.scss +184 -184
  266. package/styles/components/cascader.scss +140 -140
  267. package/styles/components/checkbox-button.scss +57 -57
  268. package/styles/components/checkbox.scss +81 -81
  269. package/styles/components/collapse.scss +56 -56
  270. package/styles/components/color-picker.scss +409 -409
  271. package/styles/components/context-menu.scss +102 -102
  272. package/styles/components/countdown.scss +35 -35
  273. package/styles/components/date-panel.scss +505 -505
  274. package/styles/components/date-picker.scss +247 -247
  275. package/styles/components/date-range-picker.scss +252 -252
  276. package/styles/components/drawer.scss +298 -298
  277. package/styles/components/empty.scss +79 -79
  278. package/styles/components/form.scss +668 -668
  279. package/styles/components/icon-picker.scss +211 -211
  280. package/styles/components/icon.scss +1048 -1048
  281. package/styles/components/image-group.scss +2 -2
  282. package/styles/components/image-preview.scss +215 -215
  283. package/styles/components/image.scss +16 -16
  284. package/styles/components/input.scss +846 -846
  285. package/styles/components/layout-aside.scss +22 -22
  286. package/styles/components/layout-body.scss +14 -14
  287. package/styles/components/layout-container.scss +13 -13
  288. package/styles/components/layout-footer.scss +14 -14
  289. package/styles/components/layout-header.scss +11 -11
  290. package/styles/components/link.scss +115 -115
  291. package/styles/components/list.scss +40 -40
  292. package/styles/components/loading.scss +137 -137
  293. package/styles/components/menu.scss +150 -150
  294. package/styles/components/modal.scss +480 -480
  295. package/styles/components/notice-bar.scss +91 -91
  296. package/styles/components/number-input.scss +283 -283
  297. package/styles/components/old-icon.scss +4 -4
  298. package/styles/components/pager.scss +282 -282
  299. package/styles/components/password-input.scss +374 -374
  300. package/styles/components/print.scss +3 -3
  301. package/styles/components/pulldown.scss +75 -75
  302. package/styles/components/radio-button.scss +57 -57
  303. package/styles/components/radio.scss +79 -79
  304. package/styles/components/rate.scss +76 -76
  305. package/styles/components/result.scss +91 -91
  306. package/styles/components/row.scss +69 -69
  307. package/styles/components/segmented.scss +215 -215
  308. package/styles/components/select.scss +244 -244
  309. package/styles/components/slider.scss +139 -139
  310. package/styles/components/split.scss +1 -1
  311. package/styles/components/splitter.scss +318 -318
  312. package/styles/components/switch.scss +128 -128
  313. package/styles/components/table-select.scss +105 -105
  314. package/styles/components/tabs.scss +745 -745
  315. package/styles/components/tag.scss +184 -184
  316. package/styles/components/text-ellipsis.scss +130 -130
  317. package/styles/components/text.scss +123 -123
  318. package/styles/components/textarea.scss +106 -106
  319. package/styles/components/tip.scss +97 -97
  320. package/styles/components/tooltip.scss +141 -141
  321. package/styles/components/tree-select.scss +166 -166
  322. package/styles/components/tree.scss +294 -294
  323. package/styles/components/upload.scss +497 -497
  324. package/styles/components/watermark.scss +26 -26
  325. package/styles/helpers/baseMixin.scss +95 -95
  326. package/styles/helpers/baseVar.scss +3 -3
  327. package/styles/helpers/placement.scss +38 -38
  328. package/styles/theme/base.scss +214 -214
  329. package/styles/theme/dark.scss +119 -119
  330. package/styles/theme/light.scss +118 -118
  331. package/styles/variable.scss +111 -111
  332. package/types/all.d.ts +328 -328
  333. package/types/components/alert.d.ts +80 -80
  334. package/types/components/anchor-link.d.ts +84 -84
  335. package/types/components/anchor.d.ts +84 -84
  336. package/types/components/avatar.d.ts +81 -81
  337. package/types/components/backtop.d.ts +115 -115
  338. package/types/components/badge.d.ts +69 -69
  339. package/types/components/breadcrumb-item.d.ts +73 -73
  340. package/types/components/breadcrumb.d.ts +80 -80
  341. package/types/components/button-group.d.ts +113 -113
  342. package/types/components/button.d.ts +314 -314
  343. package/types/components/calendar.d.ts +254 -254
  344. package/types/components/card.d.ts +86 -86
  345. package/types/components/carousel-item.d.ts +68 -68
  346. package/types/components/carousel.d.ts +126 -126
  347. package/types/components/cascader.d.ts +250 -250
  348. package/types/components/checkbox-button.d.ts +93 -93
  349. package/types/components/checkbox-group.d.ts +135 -135
  350. package/types/components/checkbox.d.ts +115 -115
  351. package/types/components/col.d.ts +73 -73
  352. package/types/components/colgroup.d.ts +131 -131
  353. package/types/components/collapse-pane.d.ts +82 -82
  354. package/types/components/collapse.d.ts +115 -115
  355. package/types/components/color-picker.d.ts +164 -164
  356. package/types/components/column.d.ts +852 -852
  357. package/types/components/context-menu.d.ts +301 -301
  358. package/types/components/countdown.d.ts +99 -99
  359. package/types/components/date-panel.d.ts +269 -269
  360. package/types/components/date-picker.d.ts +322 -322
  361. package/types/components/date-range-picker.d.ts +336 -336
  362. package/types/components/drawer.d.ts +295 -295
  363. package/types/components/empty.d.ts +71 -71
  364. package/types/components/flow-design.d.ts +78 -78
  365. package/types/components/flow-view.d.ts +78 -78
  366. package/types/components/form-design.d.ts +364 -364
  367. package/types/components/form-gather.d.ts +72 -72
  368. package/types/components/form-group.d.ts +63 -63
  369. package/types/components/form-item.d.ts +405 -405
  370. package/types/components/form-view.d.ts +175 -175
  371. package/types/components/form.d.ts +463 -463
  372. package/types/components/gantt-module/gantt-view.d.ts +171 -171
  373. package/types/components/gantt-module/index.d.ts +1 -1
  374. package/types/components/gantt-plugins/extend-gantt-chart.d.ts +132 -132
  375. package/types/components/gantt-plugins/index.d.ts +1 -1
  376. package/types/components/gantt.d.ts +1201 -1201
  377. package/types/components/grid.d.ts +1038 -1038
  378. package/types/components/icon-picker.d.ts +185 -185
  379. package/types/components/icon.d.ts +80 -80
  380. package/types/components/image-group.d.ts +120 -120
  381. package/types/components/image-preview.d.ts +159 -159
  382. package/types/components/image.d.ts +166 -166
  383. package/types/components/input.d.ts +425 -425
  384. package/types/components/layout-aside.d.ts +73 -73
  385. package/types/components/layout-body.d.ts +84 -84
  386. package/types/components/layout-container.d.ts +66 -66
  387. package/types/components/layout-footer.d.ts +66 -66
  388. package/types/components/layout-header.d.ts +64 -64
  389. package/types/components/link.d.ts +104 -104
  390. package/types/components/list-design.d.ts +177 -177
  391. package/types/components/list-view.d.ts +190 -190
  392. package/types/components/list.d.ts +196 -196
  393. package/types/components/loading.d.ts +96 -96
  394. package/types/components/mention.d.ts +70 -70
  395. package/types/components/menu.d.ts +203 -203
  396. package/types/components/modal.d.ts +540 -540
  397. package/types/components/notice-bar.d.ts +95 -95
  398. package/types/components/number-input.d.ts +300 -300
  399. package/types/components/optgroup.d.ts +81 -81
  400. package/types/components/option.d.ts +95 -95
  401. package/types/components/pager.d.ts +322 -322
  402. package/types/components/password-input.d.ts +129 -129
  403. package/types/components/print-page-break.d.ts +62 -62
  404. package/types/components/print.d.ts +199 -199
  405. package/types/components/pulldown.d.ts +226 -226
  406. package/types/components/radio-button.d.ts +104 -104
  407. package/types/components/radio-group.d.ts +136 -136
  408. package/types/components/radio.d.ts +121 -121
  409. package/types/components/rate.d.ts +75 -75
  410. package/types/components/result.d.ts +77 -77
  411. package/types/components/row.d.ts +72 -72
  412. package/types/components/segmented.d.ts +117 -117
  413. package/types/components/select.d.ts +519 -519
  414. package/types/components/slider.d.ts +117 -117
  415. package/types/components/split-pane.d.ts +135 -135
  416. package/types/components/split.d.ts +318 -318
  417. package/types/components/splitter-panel.d.ts +98 -98
  418. package/types/components/splitter.d.ts +283 -283
  419. package/types/components/steps.d.ts +61 -61
  420. package/types/components/switch.d.ts +124 -124
  421. package/types/components/tab-pane.d.ts +107 -107
  422. package/types/components/table-module/custom.d.ts +115 -115
  423. package/types/components/table-module/edit.d.ts +245 -245
  424. package/types/components/table-module/export.d.ts +96 -96
  425. package/types/components/table-module/filter.d.ts +140 -140
  426. package/types/components/table-module/index.d.ts +7 -7
  427. package/types/components/table-module/keyboard.d.ts +26 -26
  428. package/types/components/table-module/menu.d.ts +26 -26
  429. package/types/components/table-module/validator.d.ts +53 -53
  430. package/types/components/table-plugins/extend-cell-area.d.ts +768 -768
  431. package/types/components/table-plugins/extend-pivot-table.d.ts +68 -68
  432. package/types/components/table-plugins/filters-combination.d.ts +15 -15
  433. package/types/components/table-plugins/filters-complex-input.d.ts +9 -9
  434. package/types/components/table-plugins/index.d.ts +4 -4
  435. package/types/components/table-select.d.ts +216 -216
  436. package/types/components/table.d.ts +7496 -7496
  437. package/types/components/tabs.d.ts +324 -324
  438. package/types/components/tag.d.ts +107 -107
  439. package/types/components/text-ellipsis.d.ts +105 -105
  440. package/types/components/text.d.ts +115 -115
  441. package/types/components/textarea.d.ts +237 -237
  442. package/types/components/timeline-item.d.ts +68 -68
  443. package/types/components/timeline.d.ts +70 -70
  444. package/types/components/tip.d.ts +76 -76
  445. package/types/components/toolbar.d.ts +329 -329
  446. package/types/components/tooltip.d.ts +169 -169
  447. package/types/components/tour.d.ts +70 -70
  448. package/types/components/tree-select.d.ts +299 -299
  449. package/types/components/tree.d.ts +836 -826
  450. package/types/components/upload.d.ts +432 -432
  451. package/types/components/watermark.d.ts +113 -113
  452. package/types/index.d.ts +4 -4
  453. package/types/ui/commands.d.ts +57 -57
  454. package/types/ui/formats.d.ts +62 -62
  455. package/types/ui/global-config.d.ts +254 -254
  456. package/types/ui/global-icon.d.ts +292 -292
  457. package/types/ui/hooks.d.ts +11 -11
  458. package/types/ui/index.d.ts +95 -95
  459. package/types/ui/interceptor.d.ts +54 -54
  460. package/types/ui/menus.d.ts +77 -77
  461. package/types/ui/renderer.d.ts +1042 -1042
  462. package/types/ui/validators.d.ts +38 -38
  463. /package/es/icon/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  464. /package/es/icon/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  465. /package/es/icon/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  466. /package/es/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  467. /package/es/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  468. /package/es/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  469. /package/lib/icon/style/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  470. /package/lib/icon/style/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  471. /package/lib/icon/style/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  472. /package/lib/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  473. /package/lib/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  474. /package/lib/{iconfont.1778223321885.woff2 → iconfont.1778317204332.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
+ }