bkui-vue 1.0.3-beta.9 → 2.0.1-beta.10

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 (407) hide show
  1. package/dist/index.cjs.js +162 -164
  2. package/dist/index.esm.js +31999 -29678
  3. package/dist/index.umd.js +162 -164
  4. package/dist/locale/en.esm.js +1 -1
  5. package/dist/locale/en.esm.js.map +1 -1
  6. package/dist/locale/en.umd.js +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/zh-cn.esm.js +1 -1
  9. package/dist/locale/zh-cn.esm.js.map +1 -1
  10. package/dist/locale/zh-cn.umd.js +1 -1
  11. package/dist/locale/zh-cn.umd.js.map +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/style.variable.css +1 -1
  14. package/lib/affix/affix.variable.css +3 -0
  15. package/lib/affix/index.js +7 -7
  16. package/lib/alert/alert.d.ts +5 -5
  17. package/lib/alert/alert.variable.css +3 -0
  18. package/lib/alert/index.d.ts +11 -11
  19. package/lib/backtop/backtop.d.ts +1 -1
  20. package/lib/backtop/backtop.variable.css +3 -0
  21. package/lib/backtop/index.d.ts +3 -3
  22. package/lib/backtop/index.js +6 -6
  23. package/lib/badge/badge.variable.css +3 -0
  24. package/lib/badge/index.js +1 -1
  25. package/lib/breadcrumb/breadcrumb.variable.css +3 -0
  26. package/lib/button/button.d.ts +7 -7
  27. package/lib/button/button.variable.css +3 -0
  28. package/lib/button/index.d.ts +8 -8
  29. package/lib/button/index.js +6 -6
  30. package/lib/card/card.variable.css +3 -0
  31. package/lib/cascader/cascader-panel.d.ts +1 -1
  32. package/lib/cascader/cascader.css +3 -3
  33. package/lib/cascader/cascader.d.ts +1 -1
  34. package/lib/cascader/cascader.less +4 -4
  35. package/lib/cascader/cascader.variable.css +6 -3
  36. package/lib/cascader/index.js +35 -36
  37. package/lib/cascader/interface.d.ts +1 -1
  38. package/lib/checkbox/checkbox.variable.css +3 -0
  39. package/lib/checkbox/index.js +7 -7
  40. package/lib/checkbox/type.d.ts +1 -1
  41. package/lib/code-diff/code-diff.variable.css +3 -0
  42. package/lib/code-diff/index.js +8 -8
  43. package/lib/collapse/collapse.css +11 -0
  44. package/lib/collapse/collapse.d.ts +11 -0
  45. package/lib/collapse/collapse.less +15 -1
  46. package/lib/collapse/collapse.variable.css +14 -0
  47. package/lib/collapse/index.d.ts +23 -0
  48. package/lib/collapse/index.js +11 -3
  49. package/lib/collapse/props.d.ts +8 -0
  50. package/lib/collapse/utils.d.ts +2 -2
  51. package/lib/collapse-transition/collapse-transition.variable.css +3 -0
  52. package/lib/color-picker/color-picker.css +3 -3
  53. package/lib/color-picker/color-picker.less +3 -3
  54. package/lib/color-picker/color-picker.variable.css +6 -3
  55. package/lib/color-picker/index.js +45 -45
  56. package/lib/components.d.ts +32 -30
  57. package/lib/components.js +31 -29
  58. package/lib/config-provider/config-provider.d.ts +3 -0
  59. package/lib/config-provider/config-provider.variable.css +3 -0
  60. package/lib/config-provider/index.d.ts +5 -1
  61. package/lib/config-provider/token.d.ts +1 -0
  62. package/lib/container/container.variable.css +3 -0
  63. package/lib/container/index.js +6 -6
  64. package/lib/date-picker/base/date-table.d.ts +1 -1
  65. package/lib/date-picker/base/month-table.d.ts +3 -3
  66. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  67. package/lib/date-picker/base/year-table.d.ts +3 -3
  68. package/lib/date-picker/date-picker.d.ts +1 -0
  69. package/lib/date-picker/date-picker.variable.css +3 -0
  70. package/lib/date-picker/index.d.ts +3 -0
  71. package/lib/date-picker/index.js +340 -224
  72. package/lib/date-picker/interface.d.ts +9 -9
  73. package/lib/date-picker/panel/date-range.d.ts +2 -64
  74. package/lib/date-picker/panel/date.d.ts +1 -1
  75. package/lib/date-picker/panel/time-range.d.ts +1 -1
  76. package/lib/date-picker/panel/time.d.ts +1 -1
  77. package/lib/date-picker/props.d.ts +1 -1
  78. package/lib/date-picker/time-picker.d.ts +1 -0
  79. package/lib/date-picker/utils.d.ts +9 -1
  80. package/lib/dialog/dialog.css +172 -150
  81. package/lib/dialog/dialog.d.ts +55 -124
  82. package/lib/dialog/dialog.less +51 -124
  83. package/lib/dialog/dialog.variable.css +175 -150
  84. package/lib/dialog/index.d.ts +132 -296
  85. package/lib/dialog/index.js +244 -246
  86. package/lib/dialog/props.d.ts +16 -41
  87. package/lib/directives/index.d.ts +3 -3
  88. package/lib/directives/index.js +166 -167
  89. package/lib/directives/tooltips.d.ts +1 -1
  90. package/lib/dist.index.js +2 -2
  91. package/lib/divider/divider.d.ts +5 -5
  92. package/lib/divider/divider.variable.css +3 -0
  93. package/lib/divider/index.d.ts +11 -11
  94. package/lib/divider/index.js +2 -2
  95. package/lib/divider/props.d.ts +2 -2
  96. package/lib/dropdown/dropdown.css +3 -1
  97. package/lib/dropdown/dropdown.d.ts +5 -5
  98. package/lib/dropdown/dropdown.variable.css +6 -1
  99. package/lib/dropdown/index.d.ts +11 -11
  100. package/lib/dropdown/index.js +7 -7
  101. package/lib/exception/exception.d.ts +9 -9
  102. package/lib/exception/exception.variable.css +3 -0
  103. package/lib/exception/index.d.ts +11 -11
  104. package/lib/exception/index.js +10 -10
  105. package/lib/exception/typings/index.d.ts +1 -1
  106. package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
  107. package/lib/fixed-navbar/index.js +2 -2
  108. package/lib/form/form.d.ts +2 -2
  109. package/lib/form/form.variable.css +3 -0
  110. package/lib/form/index.js +17 -15
  111. package/lib/form/type.d.ts +2 -2
  112. package/lib/icon/image-fill.js +82 -167
  113. package/lib/icon/img-error.js +82 -167
  114. package/lib/icon/img-placehoulder.js +82 -167
  115. package/lib/icon/index.d.ts +12 -11
  116. package/lib/icon/index.js +87 -2427
  117. package/lib/icon/info-line.js +82 -167
  118. package/lib/icon/info.js +82 -167
  119. package/lib/icon/left-shape.js +82 -167
  120. package/lib/icon/left-turn-line.js +82 -167
  121. package/lib/icon/loading.js +82 -167
  122. package/lib/icon/narrow-line.js +82 -167
  123. package/lib/icon/original.js +82 -167
  124. package/lib/icon/pdf-fill.js +82 -167
  125. package/lib/icon/play-shape.js +82 -167
  126. package/lib/icon/plus.js +82 -167
  127. package/lib/icon/ppt-fill.js +82 -167
  128. package/lib/icon/qq.js +82 -167
  129. package/lib/icon/right-shape.js +82 -167
  130. package/lib/icon/right-turn-line.js +82 -167
  131. package/lib/icon/search.js +82 -167
  132. package/lib/icon/share.js +82 -167
  133. package/lib/icon/spinner.js +82 -167
  134. package/lib/icon/success.js +82 -167
  135. package/lib/icon/switcher-loading.js +82 -167
  136. package/lib/icon/text-all.d.ts +4 -0
  137. package/lib/icon/text-all.js +191 -0
  138. package/lib/icon/text-file.js +82 -167
  139. package/lib/icon/text-fill.js +82 -167
  140. package/lib/icon/transfer.js +82 -167
  141. package/lib/icon/tree-application-shape.js +82 -167
  142. package/lib/icon/unfull-screen.js +82 -167
  143. package/lib/icon/unvisible.js +82 -167
  144. package/lib/icon/up-shape.js +82 -167
  145. package/lib/icon/upload.js +82 -167
  146. package/lib/icon/video-fill.js +82 -167
  147. package/lib/icon/warn.js +82 -167
  148. package/lib/icon/weixin-pro.js +82 -167
  149. package/lib/icon/weixin.js +82 -167
  150. package/lib/image/image-viewer.d.ts +1 -1
  151. package/lib/image/image-viewer.variable.css +3 -0
  152. package/lib/image/image.variable.css +3 -0
  153. package/lib/image/index.js +25 -22
  154. package/lib/index.d.ts +3 -3
  155. package/lib/index.js +3 -3
  156. package/lib/info-box/index.d.ts +2 -2
  157. package/lib/info-box/index.js +257 -516
  158. package/lib/info-box/info-box.css +58 -28
  159. package/lib/info-box/info-box.d.ts +25 -23
  160. package/lib/info-box/info-box.less +82 -51
  161. package/lib/info-box/info-box.variable.css +61 -28
  162. package/lib/info-box/render-component.d.ts +4 -0
  163. package/lib/input/index.d.ts +15 -15
  164. package/lib/input/index.js +23 -17
  165. package/lib/input/input.d.ts +15 -15
  166. package/lib/input/input.variable.css +3 -0
  167. package/lib/link/index.d.ts +11 -11
  168. package/lib/link/index.js +3 -3
  169. package/lib/link/link.d.ts +5 -5
  170. package/lib/link/link.variable.css +3 -0
  171. package/lib/loading/index.d.ts +4 -4
  172. package/lib/loading/index.js +6 -6
  173. package/lib/loading/loading.d.ts +6 -6
  174. package/lib/loading/loading.variable.css +3 -0
  175. package/lib/locale/index.d.ts +1 -1
  176. package/lib/locale/index.js +4 -2
  177. package/lib/locale/lang/en.d.ts +1 -0
  178. package/lib/menu/index.js +0 -1
  179. package/lib/menu/menu.variable.css +3 -0
  180. package/lib/menu/submenu.variable.css +3 -0
  181. package/lib/menu/utils.d.ts +3 -3
  182. package/lib/message/index.js +18 -18
  183. package/lib/message/message.variable.css +3 -0
  184. package/lib/message/messageConstructor.d.ts +11 -11
  185. package/lib/modal/hooks.d.ts +6 -0
  186. package/lib/modal/index.d.ts +44 -312
  187. package/lib/modal/index.js +286 -672
  188. package/lib/modal/mask.d.ts +6 -0
  189. package/lib/modal/modal.css +151 -76
  190. package/lib/modal/modal.d.ts +19 -117
  191. package/lib/modal/modal.less +103 -56
  192. package/lib/modal/modal.variable.css +154 -76
  193. package/lib/modal/props.mixin.d.ts +5 -41
  194. package/lib/navigation/index.js +20 -20
  195. package/lib/navigation/navigation.d.ts +1 -1
  196. package/lib/navigation/navigation.variable.css +3 -0
  197. package/lib/notify/index.js +4 -4
  198. package/lib/notify/notify.variable.css +3 -0
  199. package/lib/overflow-title/components/overflow-title.d.ts +9 -9
  200. package/lib/overflow-title/index.d.ts +19 -19
  201. package/lib/overflow-title/index.js +107 -63
  202. package/lib/overflow-title/props.d.ts +18 -18
  203. package/lib/pagination/index.js +16 -15
  204. package/lib/pagination/pagination.variable.css +3 -0
  205. package/lib/pagination/type.d.ts +1 -1
  206. package/lib/pagination/use-limit.d.ts +1 -1
  207. package/lib/pagination/use-total.d.ts +1 -1
  208. package/lib/plugin-popover/index.d.ts +1 -1
  209. package/lib/plugin-popover/index.js +62 -44
  210. package/lib/pop-confirm/index.js +17 -14
  211. package/lib/pop-confirm/pop-confirm.variable.css +3 -0
  212. package/lib/pop-confirm/props.d.ts +2 -2
  213. package/lib/popover/const.d.ts +3 -3
  214. package/lib/popover/content.d.ts +1 -1
  215. package/lib/popover/index.d.ts +19 -19
  216. package/lib/popover/index.js +62 -44
  217. package/lib/popover/plugin-popover.d.ts +4 -1
  218. package/lib/popover/popover.css +3 -1
  219. package/lib/popover/popover.d.ts +7 -7
  220. package/lib/popover/popover.less +4 -1
  221. package/lib/popover/popover.variable.css +6 -1
  222. package/lib/popover/props.d.ts +4 -4
  223. package/lib/preset.d.ts +2 -0
  224. package/lib/process/index.js +3 -3
  225. package/lib/process/process.variable.css +3 -0
  226. package/lib/progress/index.d.ts +11 -11
  227. package/lib/progress/index.js +10 -10
  228. package/lib/progress/progress.d.ts +7 -7
  229. package/lib/progress/progress.variable.css +3 -0
  230. package/lib/radio/index.d.ts +29 -0
  231. package/lib/radio/index.js +49 -31
  232. package/lib/radio/radio-button.d.ts +10 -0
  233. package/lib/radio/radio-group.d.ts +10 -0
  234. package/lib/radio/radio.d.ts +10 -0
  235. package/lib/radio/radio.variable.css +3 -0
  236. package/lib/radio/type.d.ts +1 -1
  237. package/lib/rate/index.js +8 -8
  238. package/lib/rate/rate.css +27 -0
  239. package/lib/rate/rate.less +33 -0
  240. package/lib/rate/rate.variable.css +30 -0
  241. package/lib/resize-layout/index.d.ts +11 -11
  242. package/lib/resize-layout/index.js +8 -9
  243. package/lib/resize-layout/resize-layout.d.ts +5 -5
  244. package/lib/resize-layout/resize-layout.variable.css +3 -0
  245. package/lib/scrollbar/index.d.ts +15 -0
  246. package/lib/scrollbar/index.js +18762 -0
  247. package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +2 -0
  248. package/lib/scrollbar/scrollbar-core/helpers.d.ts +5 -0
  249. package/lib/scrollbar/scrollbar-core/index.d.ts +241 -0
  250. package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +5 -0
  251. package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +1 -0
  252. package/lib/scrollbar/scrollbar.css +75 -0
  253. package/lib/scrollbar/scrollbar.less +94 -0
  254. package/lib/{rate/star.variable.css → scrollbar/scrollbar.variable.css} +70 -19
  255. package/lib/search-select/index.d.ts +375 -16
  256. package/lib/search-select/index.js +754 -419
  257. package/lib/search-select/input.d.ts +14 -5
  258. package/lib/search-select/menu.d.ts +1 -1
  259. package/lib/search-select/search-select.css +20 -6
  260. package/lib/search-select/search-select.d.ts +129 -7
  261. package/lib/search-select/search-select.less +16 -12
  262. package/lib/search-select/search-select.variable.css +23 -6
  263. package/lib/search-select/selected.d.ts +117 -7
  264. package/lib/search-select/utils.d.ts +22 -9
  265. package/lib/select/index.d.ts +185 -67
  266. package/lib/select/index.js +1396 -136
  267. package/lib/select/option.d.ts +3 -1
  268. package/lib/select/pinyin/core.d.ts +14 -0
  269. package/lib/select/pinyin/dict.d.ts +34 -0
  270. package/lib/select/pinyin/index.d.ts +2 -0
  271. package/lib/select/select.css +56 -14
  272. package/lib/select/select.d.ts +74 -26
  273. package/lib/select/select.less +70 -21
  274. package/lib/select/select.variable.css +59 -14
  275. package/lib/select/selectTagInput.d.ts +13 -6
  276. package/lib/select/type.d.ts +4 -5
  277. package/lib/shared/index.d.ts +1 -2
  278. package/lib/shared/index.js +108 -96
  279. package/lib/shared/popover.d.ts +3 -3
  280. package/lib/shared/token.d.ts +1 -1
  281. package/lib/shared/utils.d.ts +12 -0
  282. package/lib/shared/vue-types.d.ts +51 -46
  283. package/lib/shared/z-index-manager.d.ts +6 -6
  284. package/lib/sideslider/index.d.ts +58 -188
  285. package/lib/sideslider/index.js +83 -57
  286. package/lib/sideslider/sideslider.css +26 -90
  287. package/lib/sideslider/sideslider.d.ts +26 -88
  288. package/lib/sideslider/sideslider.less +56 -132
  289. package/lib/sideslider/sideslider.variable.css +29 -90
  290. package/lib/slider/index.d.ts +19 -0
  291. package/lib/slider/index.js +64 -26
  292. package/lib/slider/slider.css +14 -0
  293. package/lib/slider/slider.d.ts +9 -0
  294. package/lib/slider/slider.less +15 -0
  295. package/lib/slider/slider.variable.css +17 -0
  296. package/lib/steps/index.d.ts +11 -11
  297. package/lib/steps/index.js +3 -3
  298. package/lib/steps/steps.d.ts +7 -7
  299. package/lib/steps/steps.variable.css +3 -0
  300. package/lib/styles/index.d.ts +0 -1
  301. package/lib/styles/mixins/animate.variable.css +3 -0
  302. package/lib/styles/mixins/popper.variable.css +3 -0
  303. package/lib/styles/mixins/scroll.variable.css +3 -0
  304. package/lib/styles/reset.css +1 -3
  305. package/lib/styles/reset.less +3 -6
  306. package/lib/styles/reset.variable.css +4 -3
  307. package/lib/styles/themes/themes.less +5 -0
  308. package/lib/swiper/index.js +5 -5
  309. package/lib/swiper/swiper.variable.css +3 -0
  310. package/lib/switcher/index.js +2 -2
  311. package/lib/switcher/switcher.d.ts +2 -2
  312. package/lib/switcher/switcher.variable.css +3 -0
  313. package/lib/tab/index.d.ts +22 -22
  314. package/lib/tab/index.js +15 -15
  315. package/lib/tab/props.d.ts +15 -15
  316. package/lib/tab/tab-nav.d.ts +10 -10
  317. package/lib/tab/tab.d.ts +10 -10
  318. package/lib/tab/tab.variable.css +3 -0
  319. package/lib/table/cache.d.ts +11 -3
  320. package/lib/table/components/table-cell.d.ts +3 -2
  321. package/lib/table/components/table-column.d.ts +30 -100
  322. package/lib/table/const.d.ts +12 -12
  323. package/lib/table/events.d.ts +21 -21
  324. package/lib/table/index.d.ts +220 -305
  325. package/lib/table/index.js +18165 -688
  326. package/lib/table/plugins/head-filter.css +8 -4
  327. package/lib/table/plugins/head-filter.less +6 -3
  328. package/lib/table/plugins/head-filter.variable.css +11 -4
  329. package/lib/table/plugins/head-sort.variable.css +3 -0
  330. package/lib/table/plugins/settings.variable.css +3 -0
  331. package/lib/table/plugins/use-active-columns.d.ts +2 -2
  332. package/lib/table/plugins/use-column-template.d.ts +7 -0
  333. package/lib/table/plugins/use-draggable.d.ts +2 -2
  334. package/lib/table/plugins/use-fixed-column.d.ts +1 -1
  335. package/lib/table/plugins/use-observer-resize.d.ts +5 -0
  336. package/lib/table/plugins/use-pagination.d.ts +3 -1
  337. package/lib/table/plugins/use-shift-key.d.ts +13 -0
  338. package/lib/table/props.d.ts +49 -39
  339. package/lib/table/table.css +112 -58
  340. package/lib/table/table.d.ts +58 -47
  341. package/lib/table/table.less +46 -58
  342. package/lib/table/table.variable.css +115 -58
  343. package/lib/table/use-attributes.d.ts +9 -46
  344. package/lib/table/use-column.d.ts +18 -139
  345. package/lib/table/use-common.d.ts +5 -5
  346. package/lib/table/use-render.d.ts +1 -1
  347. package/lib/table/utils.d.ts +6 -6
  348. package/lib/table-column/index.d.ts +127 -431
  349. package/lib/table-column/index.js +43 -117
  350. package/lib/tag/index.d.ts +11 -11
  351. package/lib/tag/index.js +2 -2
  352. package/lib/tag/tag.d.ts +5 -5
  353. package/lib/tag/tag.variable.css +3 -0
  354. package/lib/tag-input/common.d.ts +1 -1
  355. package/lib/tag-input/index.d.ts +12 -12
  356. package/lib/tag-input/index.js +30 -30
  357. package/lib/tag-input/tag-input.d.ts +6 -6
  358. package/lib/tag-input/tag-input.variable.css +3 -0
  359. package/lib/tag-input/tag-props.d.ts +3 -3
  360. package/lib/tag-input/tag-render.d.ts +1 -1
  361. package/lib/time-picker/index.d.ts +38 -35
  362. package/lib/time-picker/time-picker.variable.css +3 -0
  363. package/lib/timeline/index.d.ts +80 -44
  364. package/lib/timeline/index.js +56 -67
  365. package/lib/timeline/timeline.d.ts +46 -29
  366. package/lib/timeline/timeline.variable.css +3 -0
  367. package/lib/transfer/const.d.ts +2 -2
  368. package/lib/transfer/index.js +19 -19
  369. package/lib/transfer/transfer.css +9 -9
  370. package/lib/transfer/transfer.less +3 -3
  371. package/lib/transfer/transfer.variable.css +12 -9
  372. package/lib/tree/constant.d.ts +22 -20
  373. package/lib/tree/index.d.ts +64 -20
  374. package/lib/tree/index.js +17595 -72
  375. package/lib/tree/props.d.ts +24 -6
  376. package/lib/tree/tree.css +76 -2
  377. package/lib/tree/tree.d.ts +34 -8
  378. package/lib/tree/tree.less +1 -1
  379. package/lib/tree/tree.variable.css +79 -2
  380. package/lib/tree/use-empty.d.ts +1 -1
  381. package/lib/tree/use-intersection-observer.d.ts +27 -0
  382. package/lib/tree/use-node-action.d.ts +2 -2
  383. package/lib/tree/use-node-attribute.d.ts +9 -0
  384. package/lib/tree/use-search.d.ts +1 -1
  385. package/lib/tree/util.d.ts +1 -1
  386. package/lib/upload/index.d.ts +12 -0
  387. package/lib/upload/index.js +62 -65
  388. package/lib/upload/props.d.ts +4 -1
  389. package/lib/upload/upload-trigger.d.ts +6 -0
  390. package/lib/upload/upload.d.ts +6 -0
  391. package/lib/upload/upload.type.d.ts +7 -7
  392. package/lib/upload/upload.variable.css +3 -0
  393. package/lib/upload/use-file-handler.d.ts +1 -1
  394. package/lib/virtual-render/index.d.ts +36 -9
  395. package/lib/virtual-render/index.js +295 -80
  396. package/lib/virtual-render/props.d.ts +16 -0
  397. package/lib/virtual-render/use-fix-top.d.ts +2 -7
  398. package/lib/virtual-render/use-scrollbar.d.ts +24 -0
  399. package/lib/virtual-render/v-virtual-render.d.ts +2 -1
  400. package/lib/virtual-render/virtual-render.css +76 -2
  401. package/lib/virtual-render/virtual-render.d.ts +16 -3
  402. package/lib/virtual-render/virtual-render.less +3 -3
  403. package/lib/virtual-render/virtual-render.variable.css +79 -2
  404. package/package.json +13 -49
  405. package/lib/rate/star.css +0 -27
  406. package/lib/rate/star.less +0 -34
  407. package/lib/shared/mask.d.ts +0 -11
@@ -1,2 +1,2 @@
1
- const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}};export{t as default};
1
+ const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input",maxlengthLimitTips:"Reached character limit"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}};export{t as default};
2
2
  //# sourceMappingURL=en.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWC,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
1
+ {"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n maxlengthLimitTips: 'Reached character limit',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWC,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,eACb,mBAAoB,yBACtB,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
@@ -1,2 +1,2 @@
1
- (function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}}});
1
+ (function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input",maxlengthLimitTips:"Reached character limit"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}}});
2
2
  //# sourceMappingURL=en.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWA,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
1
+ {"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n maxlengthLimitTips: 'Reached character limit',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWA,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,eACb,mBAAoB,yBACtB,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
@@ -1,2 +1,2 @@
1
- const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}};export{e as default};
1
+ const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165",maxlengthLimitTips:"\u5DF2\u8FBE\u5230\u5B57\u6570\u4E0A\u9650"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}};export{e as default};
2
2
  //# sourceMappingURL=zh-cn.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWC,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
1
+ {"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n maxlengthLimitTips: '已达到字数上限',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWC,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,qBACb,mBAAoB,4CACtB,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
@@ -1,2 +1,2 @@
1
- (function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}}});
1
+ (function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165",maxlengthLimitTips:"\u5DF2\u8FBE\u5230\u5B57\u6570\u4E0A\u9650"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}}});
2
2
  //# sourceMappingURL=zh-cn.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWA,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
1
+ {"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n maxlengthLimitTips: '已达到字数上限',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWA,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,qBACb,mBAAoB,4CACtB,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}