element-sim 1.0.4 → 1.0.5
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.
- package/lib/alert.js +420 -0
- package/lib/aside.js +277 -0
- package/lib/autocomplete.js +952 -0
- package/lib/avatar.js +363 -0
- package/lib/backtop.js +404 -0
- package/lib/badge.js +334 -0
- package/lib/breadcrumb-item.js +322 -0
- package/lib/breadcrumb.js +293 -0
- package/lib/button-group.js +262 -0
- package/lib/button.js +357 -0
- package/lib/calendar.js +933 -0
- package/lib/card.js +297 -0
- package/lib/carousel-item.js +434 -0
- package/lib/carousel.js +707 -0
- package/lib/cascader-panel.js +1558 -0
- package/lib/cascader.js +1439 -0
- package/lib/checkbox-button.js +583 -0
- package/lib/checkbox-group.js +313 -0
- package/lib/checkbox.js +627 -0
- package/lib/col.js +177 -0
- package/lib/collapse-item.js +497 -0
- package/lib/collapse.js +329 -0
- package/lib/color-picker.js +1943 -0
- package/lib/container.js +288 -0
- package/lib/date-picker.js +6335 -0
- package/lib/descriptions-item.js +140 -0
- package/lib/descriptions.js +457 -0
- package/lib/dialog.js +598 -0
- package/lib/directives/mousewheel.js +26 -0
- package/lib/directives/repeat-click.js +33 -0
- package/lib/divider.js +313 -0
- package/lib/drawer.js +592 -0
- package/lib/dropdown-item.js +316 -0
- package/lib/dropdown-menu.js +351 -0
- package/lib/dropdown.js +643 -0
- package/lib/element-sim.common.js +43578 -0
- package/lib/empty.js +730 -0
- package/lib/footer.js +277 -0
- package/lib/form-item.js +826 -0
- package/lib/form.js +466 -0
- package/lib/header.js +277 -0
- package/lib/icon.js +265 -0
- package/lib/image.js +1138 -0
- package/lib/index.js +1 -0
- package/lib/infinite-scroll.js +301 -0
- package/lib/input-number.js +752 -0
- package/lib/input.js +998 -0
- package/lib/link.js +332 -0
- package/lib/loading.js +631 -0
- package/lib/locale/format.js +56 -0
- package/lib/locale/index.js +63 -0
- package/lib/locale/lang/af-ZA.js +126 -0
- package/lib/locale/lang/ar.js +125 -0
- package/lib/locale/lang/az.js +126 -0
- package/lib/locale/lang/bg.js +126 -0
- package/lib/locale/lang/bn.js +126 -0
- package/lib/locale/lang/ca.js +125 -0
- package/lib/locale/lang/cs-CZ.js +128 -0
- package/lib/locale/lang/da.js +125 -0
- package/lib/locale/lang/de.js +127 -0
- package/lib/locale/lang/ee.js +126 -0
- package/lib/locale/lang/el.js +126 -0
- package/lib/locale/lang/en.js +126 -0
- package/lib/locale/lang/eo.js +126 -0
- package/lib/locale/lang/es.js +125 -0
- package/lib/locale/lang/eu.js +126 -0
- package/lib/locale/lang/fa.js +126 -0
- package/lib/locale/lang/fi.js +126 -0
- package/lib/locale/lang/fr.js +125 -0
- package/lib/locale/lang/he.js +126 -0
- package/lib/locale/lang/hr.js +126 -0
- package/lib/locale/lang/hu.js +125 -0
- package/lib/locale/lang/hy-AM.js +126 -0
- package/lib/locale/lang/id.js +126 -0
- package/lib/locale/lang/is.js +126 -0
- package/lib/locale/lang/it.js +125 -0
- package/lib/locale/lang/ja.js +126 -0
- package/lib/locale/lang/kg.js +126 -0
- package/lib/locale/lang/km.js +126 -0
- package/lib/locale/lang/ko.js +126 -0
- package/lib/locale/lang/ku.js +126 -0
- package/lib/locale/lang/kz.js +126 -0
- package/lib/locale/lang/lo-LA.js +126 -0
- package/lib/locale/lang/lt.js +126 -0
- package/lib/locale/lang/lv.js +126 -0
- package/lib/locale/lang/mn.js +126 -0
- package/lib/locale/lang/ms.js +125 -0
- package/lib/locale/lang/nb-NO.js +125 -0
- package/lib/locale/lang/nl.js +126 -0
- package/lib/locale/lang/pl.js +126 -0
- package/lib/locale/lang/pt-br.js +126 -0
- package/lib/locale/lang/pt.js +126 -0
- package/lib/locale/lang/ro.js +126 -0
- package/lib/locale/lang/ru-RU.js +126 -0
- package/lib/locale/lang/si.js +126 -0
- package/lib/locale/lang/sk.js +128 -0
- package/lib/locale/lang/sl.js +126 -0
- package/lib/locale/lang/sr-Latn.js +126 -0
- package/lib/locale/lang/sr.js +126 -0
- package/lib/locale/lang/sv-SE.js +126 -0
- package/lib/locale/lang/sw.js +126 -0
- package/lib/locale/lang/ta.js +125 -0
- package/lib/locale/lang/th.js +126 -0
- package/lib/locale/lang/tk.js +126 -0
- package/lib/locale/lang/tr-TR.js +126 -0
- package/lib/locale/lang/ua.js +126 -0
- package/lib/locale/lang/ug-CN.js +126 -0
- package/lib/locale/lang/uz-UZ.js +126 -0
- package/lib/locale/lang/vi.js +126 -0
- package/lib/locale/lang/zh-CN.js +126 -0
- package/lib/locale/lang/zh-TW.js +126 -0
- package/lib/main.js +264 -0
- package/lib/menu-item-group.js +308 -0
- package/lib/menu-item.js +491 -0
- package/lib/menu.js +865 -0
- package/lib/message-box.js +1192 -0
- package/lib/message.js +548 -0
- package/lib/mixins/emitter.js +36 -0
- package/lib/mixins/focus.js +15 -0
- package/lib/mixins/locale.js +17 -0
- package/lib/mixins/migrating.js +69 -0
- package/lib/notification.js +615 -0
- package/lib/option-group.js +344 -0
- package/lib/option.js +474 -0
- package/lib/page-header.js +319 -0
- package/lib/pagination.js +950 -0
- package/lib/popconfirm.js +457 -0
- package/lib/popover.js +617 -0
- package/lib/progress.js +595 -0
- package/lib/radio-button.js +463 -0
- package/lib/radio-group.js +391 -0
- package/lib/radio.js +497 -0
- package/lib/rate.js +670 -0
- package/lib/result.js +578 -0
- package/lib/row.js +149 -0
- package/lib/scrollbar.js +423 -0
- package/lib/select.js +2167 -0
- package/lib/skeleton-item.js +342 -0
- package/lib/skeleton.js +372 -0
- package/lib/slider.js +1199 -0
- package/lib/spinner.js +301 -0
- package/lib/statistic.js +533 -0
- package/lib/step.js +522 -0
- package/lib/steps.js +342 -0
- package/lib/submenu.js +701 -0
- package/lib/switch.js +554 -0
- package/lib/tab-pane.js +332 -0
- package/lib/table-column.js +952 -0
- package/lib/table.js +5010 -0
- package/lib/tabs.js +920 -0
- package/lib/tag.js +304 -0
- package/lib/theme-chalk/alert.css +1 -0
- package/lib/theme-chalk/aside.css +1 -0
- package/lib/theme-chalk/autocomplete.css +1 -0
- package/lib/theme-chalk/avatar.css +1 -0
- package/lib/theme-chalk/backtop.css +1 -0
- package/lib/theme-chalk/badge.css +1 -0
- package/lib/theme-chalk/base.css +1 -0
- package/lib/theme-chalk/breadcrumb-item.css +0 -0
- package/lib/theme-chalk/breadcrumb.css +1 -0
- package/lib/theme-chalk/button-group.css +0 -0
- package/lib/theme-chalk/button.css +1 -0
- package/lib/theme-chalk/calendar.css +1 -0
- package/lib/theme-chalk/card.css +1 -0
- package/lib/theme-chalk/carousel-item.css +1 -0
- package/lib/theme-chalk/carousel.css +1 -0
- package/lib/theme-chalk/cascader-panel.css +1 -0
- package/lib/theme-chalk/cascader.css +1 -0
- package/lib/theme-chalk/checkbox-button.css +0 -0
- package/lib/theme-chalk/checkbox-group.css +0 -0
- package/lib/theme-chalk/checkbox.css +1 -0
- package/lib/theme-chalk/col.css +1 -0
- package/lib/theme-chalk/collapse-item.css +0 -0
- package/lib/theme-chalk/collapse.css +1 -0
- package/lib/theme-chalk/color-picker.css +1 -0
- package/lib/theme-chalk/container.css +1 -0
- package/lib/theme-chalk/date-picker.css +1 -0
- package/lib/theme-chalk/descriptions-item.css +1 -0
- package/lib/theme-chalk/descriptions.css +1 -0
- package/lib/theme-chalk/dialog.css +1 -0
- package/lib/theme-chalk/display.css +1 -0
- package/lib/theme-chalk/divider.css +1 -0
- package/lib/theme-chalk/drawer.css +1 -0
- package/lib/theme-chalk/dropdown-item.css +0 -0
- package/lib/theme-chalk/dropdown-menu.css +0 -0
- package/lib/theme-chalk/dropdown.css +1 -0
- package/lib/theme-chalk/empty.css +1 -0
- package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
- package/lib/theme-chalk/fonts/element-icons.woff +0 -0
- package/lib/theme-chalk/footer.css +1 -0
- package/lib/theme-chalk/form-item.css +0 -0
- package/lib/theme-chalk/form.css +1 -0
- package/lib/theme-chalk/header.css +1 -0
- package/lib/theme-chalk/icon.css +1 -0
- package/lib/theme-chalk/image.css +1 -0
- package/lib/theme-chalk/index.css +1 -0
- package/lib/theme-chalk/infinite-scroll.css +0 -0
- package/lib/theme-chalk/infiniteScroll.css +0 -0
- package/lib/theme-chalk/input-number.css +1 -0
- package/lib/theme-chalk/input.css +1 -0
- package/lib/theme-chalk/link.css +1 -0
- package/lib/theme-chalk/loading.css +1 -0
- package/lib/theme-chalk/main.css +1 -0
- package/lib/theme-chalk/menu-item-group.css +0 -0
- package/lib/theme-chalk/menu-item.css +0 -0
- package/lib/theme-chalk/menu.css +1 -0
- package/lib/theme-chalk/message-box.css +1 -0
- package/lib/theme-chalk/message.css +1 -0
- package/lib/theme-chalk/notification.css +1 -0
- package/lib/theme-chalk/option-group.css +1 -0
- package/lib/theme-chalk/option.css +1 -0
- package/lib/theme-chalk/page-header.css +1 -0
- package/lib/theme-chalk/pagination.css +1 -0
- package/lib/theme-chalk/popconfirm.css +1 -0
- package/lib/theme-chalk/popover.css +1 -0
- package/lib/theme-chalk/popper.css +1 -0
- package/lib/theme-chalk/progress.css +1 -0
- package/lib/theme-chalk/radio-button.css +1 -0
- package/lib/theme-chalk/radio-group.css +1 -0
- package/lib/theme-chalk/radio.css +1 -0
- package/lib/theme-chalk/rate.css +1 -0
- package/lib/theme-chalk/reset.css +1 -0
- package/lib/theme-chalk/result.css +1 -0
- package/lib/theme-chalk/row.css +1 -0
- package/lib/theme-chalk/scrollbar.css +1 -0
- package/lib/theme-chalk/select-dropdown.css +1 -0
- package/lib/theme-chalk/select.css +1 -0
- package/lib/theme-chalk/skeleton-item.css +1 -0
- package/lib/theme-chalk/skeleton.css +1 -0
- package/lib/theme-chalk/slider.css +1 -0
- package/lib/theme-chalk/spinner.css +1 -0
- package/lib/theme-chalk/statistic.css +1 -0
- package/lib/theme-chalk/step.css +1 -0
- package/lib/theme-chalk/steps.css +1 -0
- package/lib/theme-chalk/submenu.css +0 -0
- package/lib/theme-chalk/switch.css +1 -0
- package/lib/theme-chalk/tab-pane.css +0 -0
- package/lib/theme-chalk/table-column.css +1 -0
- package/lib/theme-chalk/table.css +1 -0
- package/lib/theme-chalk/tabs.css +1 -0
- package/lib/theme-chalk/tag.css +1 -0
- package/lib/theme-chalk/time-picker.css +1 -0
- package/lib/theme-chalk/time-select.css +1 -0
- package/lib/theme-chalk/timeline-item.css +1 -0
- package/lib/theme-chalk/timeline.css +1 -0
- package/lib/theme-chalk/tooltip.css +1 -0
- package/lib/theme-chalk/transfer.css +1 -0
- package/lib/theme-chalk/tree.css +1 -0
- package/lib/theme-chalk/upload.css +1 -0
- package/lib/time-picker.js +2967 -0
- package/lib/time-select.js +1765 -0
- package/lib/timeline-item.js +371 -0
- package/lib/timeline.js +275 -0
- package/lib/tooltip.js +425 -0
- package/lib/transfer.js +1102 -0
- package/lib/transitions/collapse-transition.js +91 -0
- package/lib/tree.js +2263 -0
- package/lib/umd/locale/af-ZA.js +142 -0
- package/lib/umd/locale/ar.js +141 -0
- package/lib/umd/locale/az.js +141 -0
- package/lib/umd/locale/bg.js +142 -0
- package/lib/umd/locale/bn.js +141 -0
- package/lib/umd/locale/ca.js +141 -0
- package/lib/umd/locale/cs-CZ.js +144 -0
- package/lib/umd/locale/da.js +141 -0
- package/lib/umd/locale/de.js +143 -0
- package/lib/umd/locale/ee.js +142 -0
- package/lib/umd/locale/el.js +142 -0
- package/lib/umd/locale/en.js +142 -0
- package/lib/umd/locale/eo.js +142 -0
- package/lib/umd/locale/es.js +141 -0
- package/lib/umd/locale/eu.js +142 -0
- package/lib/umd/locale/fa.js +142 -0
- package/lib/umd/locale/fi.js +142 -0
- package/lib/umd/locale/fr.js +141 -0
- package/lib/umd/locale/he.js +142 -0
- package/lib/umd/locale/hr.js +142 -0
- package/lib/umd/locale/hu.js +141 -0
- package/lib/umd/locale/hy-AM.js +142 -0
- package/lib/umd/locale/id.js +142 -0
- package/lib/umd/locale/is.js +142 -0
- package/lib/umd/locale/it.js +141 -0
- package/lib/umd/locale/ja.js +142 -0
- package/lib/umd/locale/kg.js +142 -0
- package/lib/umd/locale/km.js +142 -0
- package/lib/umd/locale/ko.js +142 -0
- package/lib/umd/locale/ku.js +142 -0
- package/lib/umd/locale/kz.js +142 -0
- package/lib/umd/locale/lo-LA.js +141 -0
- package/lib/umd/locale/lt.js +142 -0
- package/lib/umd/locale/lv.js +142 -0
- package/lib/umd/locale/mn.js +142 -0
- package/lib/umd/locale/ms.js +141 -0
- package/lib/umd/locale/nb-NO.js +141 -0
- package/lib/umd/locale/nl.js +142 -0
- package/lib/umd/locale/pl.js +142 -0
- package/lib/umd/locale/pt-br.js +142 -0
- package/lib/umd/locale/pt.js +142 -0
- package/lib/umd/locale/ro.js +142 -0
- package/lib/umd/locale/ru-RU.js +142 -0
- package/lib/umd/locale/si.js +142 -0
- package/lib/umd/locale/sk.js +144 -0
- package/lib/umd/locale/sl.js +142 -0
- package/lib/umd/locale/sr-Latn.js +142 -0
- package/lib/umd/locale/sr.js +142 -0
- package/lib/umd/locale/sv-SE.js +142 -0
- package/lib/umd/locale/sw.js +142 -0
- package/lib/umd/locale/ta.js +141 -0
- package/lib/umd/locale/th.js +142 -0
- package/lib/umd/locale/tk.js +142 -0
- package/lib/umd/locale/tr-TR.js +142 -0
- package/lib/umd/locale/ua.js +142 -0
- package/lib/umd/locale/ug-CN.js +142 -0
- package/lib/umd/locale/uz-UZ.js +142 -0
- package/lib/umd/locale/vi.js +142 -0
- package/lib/umd/locale/zh-CN.js +142 -0
- package/lib/umd/locale/zh-TW.js +142 -0
- package/lib/upload.js +1390 -0
- package/lib/utils/after-leave.js +35 -0
- package/lib/utils/aria-dialog.js +104 -0
- package/lib/utils/aria-utils.js +126 -0
- package/lib/utils/clickoutside.js +79 -0
- package/lib/utils/date-util.js +310 -0
- package/lib/utils/date.js +369 -0
- package/lib/utils/dom.js +234 -0
- package/lib/utils/lodash.js +9421 -0
- package/lib/utils/menu/aria-menubar.js +24 -0
- package/lib/utils/menu/aria-menuitem.js +62 -0
- package/lib/utils/menu/aria-submenu.js +69 -0
- package/lib/utils/merge.js +21 -0
- package/lib/utils/popper.js +1261 -0
- package/lib/utils/popup/index.js +233 -0
- package/lib/utils/popup/popup-manager.js +205 -0
- package/lib/utils/resize-event.js +59 -0
- package/lib/utils/scroll-into-view.js +38 -0
- package/lib/utils/scrollbar-width.js +39 -0
- package/lib/utils/shared.js +12 -0
- package/lib/utils/types.js +52 -0
- package/lib/utils/util.js +272 -0
- package/lib/utils/vdom.js +13 -0
- package/lib/utils/vue-popper.js +202 -0
- package/package.json +1 -1
- package/packages/theme-chalk/lib/alert.css +1 -0
- package/packages/theme-chalk/lib/aside.css +1 -0
- package/packages/theme-chalk/lib/autocomplete.css +1 -0
- package/packages/theme-chalk/lib/avatar.css +1 -0
- package/packages/theme-chalk/lib/backtop.css +1 -0
- package/packages/theme-chalk/lib/badge.css +1 -0
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/breadcrumb-item.css +0 -0
- package/packages/theme-chalk/lib/breadcrumb.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +0 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/carousel-item.css +1 -0
- package/packages/theme-chalk/lib/carousel.css +1 -0
- package/packages/theme-chalk/lib/cascader-panel.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +1 -0
- package/packages/theme-chalk/lib/checkbox-button.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -0
- package/packages/theme-chalk/lib/checkbox.css +1 -0
- package/packages/theme-chalk/lib/col.css +1 -0
- package/packages/theme-chalk/lib/collapse-item.css +0 -0
- package/packages/theme-chalk/lib/collapse.css +1 -0
- package/packages/theme-chalk/lib/color-picker.css +1 -0
- package/packages/theme-chalk/lib/container.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/descriptions-item.css +1 -0
- package/packages/theme-chalk/lib/descriptions.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/display.css +1 -0
- package/packages/theme-chalk/lib/divider.css +1 -0
- package/packages/theme-chalk/lib/drawer.css +1 -0
- package/packages/theme-chalk/lib/dropdown-item.css +0 -0
- package/packages/theme-chalk/lib/dropdown-menu.css +0 -0
- package/packages/theme-chalk/lib/dropdown.css +1 -0
- package/packages/theme-chalk/lib/empty.css +1 -0
- package/packages/theme-chalk/lib/fonts/element-icons.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/element-icons.woff +0 -0
- package/packages/theme-chalk/lib/footer.css +1 -0
- package/packages/theme-chalk/lib/form-item.css +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/header.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/image.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/infinite-scroll.css +0 -0
- package/packages/theme-chalk/lib/infiniteScroll.css +0 -0
- package/packages/theme-chalk/lib/input-number.css +1 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/link.css +1 -0
- package/packages/theme-chalk/lib/loading.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu-item-group.css +0 -0
- package/packages/theme-chalk/lib/menu-item.css +0 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/message-box.css +1 -0
- package/packages/theme-chalk/lib/message.css +1 -0
- package/packages/theme-chalk/lib/notification.css +1 -0
- package/packages/theme-chalk/lib/option-group.css +1 -0
- package/packages/theme-chalk/lib/option.css +1 -0
- package/packages/theme-chalk/lib/page-header.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/popconfirm.css +1 -0
- package/packages/theme-chalk/lib/popover.css +1 -0
- package/packages/theme-chalk/lib/popper.css +1 -0
- package/packages/theme-chalk/lib/progress.css +1 -0
- package/packages/theme-chalk/lib/radio-button.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/radio.css +1 -0
- package/packages/theme-chalk/lib/rate.css +1 -0
- package/packages/theme-chalk/lib/reset.css +1 -0
- package/packages/theme-chalk/lib/result.css +1 -0
- package/packages/theme-chalk/lib/row.css +1 -0
- package/packages/theme-chalk/lib/scrollbar.css +1 -0
- package/packages/theme-chalk/lib/select-dropdown.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/skeleton-item.css +1 -0
- package/packages/theme-chalk/lib/skeleton.css +1 -0
- package/packages/theme-chalk/lib/slider.css +1 -0
- package/packages/theme-chalk/lib/spinner.css +1 -0
- package/packages/theme-chalk/lib/statistic.css +1 -0
- package/packages/theme-chalk/lib/step.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/submenu.css +0 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/tab-pane.css +0 -0
- package/packages/theme-chalk/lib/table-column.css +1 -0
- package/packages/theme-chalk/lib/table.css +1 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tag.css +1 -0
- package/packages/theme-chalk/lib/time-picker.css +1 -0
- package/packages/theme-chalk/lib/time-select.css +1 -0
- package/packages/theme-chalk/lib/timeline-item.css +1 -0
- package/packages/theme-chalk/lib/timeline.css +1 -0
- package/packages/theme-chalk/lib/tooltip.css +1 -0
- package/packages/theme-chalk/lib/transfer.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/src/index.js +1 -1
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'جەزملەش',
|
|
8
|
+
clear: 'قۇرۇقداش'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'ھازىرقى ۋاقىت',
|
|
12
|
+
today: 'بۈگۈن',
|
|
13
|
+
cancel: 'بىكار قىلىش',
|
|
14
|
+
clear: 'قۇرۇقداش',
|
|
15
|
+
confirm: 'جەزملەش',
|
|
16
|
+
selectDate: 'چىسلا تاللاڭ',
|
|
17
|
+
selectTime: 'ۋاقىت تاللاڭ',
|
|
18
|
+
startDate: 'باشلانغان چىسلا',
|
|
19
|
+
startTime: 'باشلانغان ۋاقىت',
|
|
20
|
+
endDate: 'ئاخىرلاشقان چىسلا',
|
|
21
|
+
endTime: 'ئاخىرلاشقان ۋاقىت',
|
|
22
|
+
prevYear: 'ئالدىنقى يىل',
|
|
23
|
+
nextYear: 'كىيىنكى يىل',
|
|
24
|
+
prevMonth: 'ئالدىنقى ئاي',
|
|
25
|
+
nextMonth: 'كىيىنكى ئاي',
|
|
26
|
+
year: '- يىل',
|
|
27
|
+
month1: '1-ئاي',
|
|
28
|
+
month2: '2-ئاي',
|
|
29
|
+
month3: '3-ئاي',
|
|
30
|
+
month4: '4-ئاي',
|
|
31
|
+
month5: '5-ئاي',
|
|
32
|
+
month6: '6-ئاي',
|
|
33
|
+
month7: '7-ئاي',
|
|
34
|
+
month8: '8-ئاي',
|
|
35
|
+
month9: '9-ئاي',
|
|
36
|
+
month10: '10-ئاي',
|
|
37
|
+
month11: '11-ئاي',
|
|
38
|
+
month12: '12-ئاي',
|
|
39
|
+
// week: '周次',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'يەكشەنبە',
|
|
42
|
+
mon: 'دۈشەنبە',
|
|
43
|
+
tue: 'سەيشەنبە',
|
|
44
|
+
wed: 'چارشەنبە',
|
|
45
|
+
thu: 'پەيشەنبە',
|
|
46
|
+
fri: 'جۈمە',
|
|
47
|
+
sat: 'شەنبە'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: '1-ئاي',
|
|
51
|
+
feb: '2-ئاي',
|
|
52
|
+
mar: '3-ئاي',
|
|
53
|
+
apr: '4-ئاي',
|
|
54
|
+
may: '5-ئاي',
|
|
55
|
+
jun: '6-ئاي',
|
|
56
|
+
jul: '7-ئاي',
|
|
57
|
+
aug: '8-ئاي',
|
|
58
|
+
sep: '9-ئاي',
|
|
59
|
+
oct: '10-ئاي',
|
|
60
|
+
nov: '11-ئاي',
|
|
61
|
+
dec: '12-ئاي'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'يۈكلىنىۋاتىدۇ',
|
|
66
|
+
noMatch: 'ئۇچۇر تېپىلمىدى',
|
|
67
|
+
noData: 'ئۇچۇر يوق',
|
|
68
|
+
placeholder: 'تاللاڭ'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'ئۇچۇر تېپىلمىدى',
|
|
72
|
+
loading: 'يۈكلىنىۋاتىدۇ',
|
|
73
|
+
placeholder: 'تاللاڭ',
|
|
74
|
+
noData: 'ئۇچۇر يوق'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'كىيىنكى بەت',
|
|
78
|
+
pagesize: 'تال/بەت',
|
|
79
|
+
total: 'جەمئىي {total} تال',
|
|
80
|
+
pageClassifier: 'بەت'
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'ئەسكەرتىش',
|
|
84
|
+
confirm: 'جەزملەش',
|
|
85
|
+
cancel: 'بىكار قىلىش',
|
|
86
|
+
error: 'كىرگۈزگەن ئۇچۇرىڭىزدا خاتالىق بار!'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'delete كۇنپكىسىنى بېسىپ ئۆچۈرەلەيسىز',
|
|
90
|
+
delete: 'ئۆچۈرۈش',
|
|
91
|
+
preview: 'رەسىمنى كۆرۈش',
|
|
92
|
+
continue: 'رەسىم يوللاش'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'ئۇچۇر يوق',
|
|
96
|
+
confirmFilter: 'سۈزگۈچ',
|
|
97
|
+
resetFilter: 'قايتا تولدۇرۇش',
|
|
98
|
+
clearFilter: 'ھەممە',
|
|
99
|
+
sumText: 'جەمئىي'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'ئۇچۇر يوق'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'ئۇچۇر تېپىلمىدى',
|
|
106
|
+
noData: 'ئۇچۇر يوق',
|
|
107
|
+
titles: ['جەدۋەل 1', 'جەدۋەل 2'],
|
|
108
|
+
filterPlaceholder: 'ئىزدىمەكچى بولغان مەزمۇننى كىرگۈزۈڭ',
|
|
109
|
+
noCheckedFormat: 'جەمئىي {total} تۈر',
|
|
110
|
+
hasCheckedFormat: 'تاللانغىنى {checked}/{total} تۈر'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'مەغلۇب بولدى'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'قايتىش'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'ھەئە',
|
|
120
|
+
cancelButtonText: 'ياق'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'ئۇچۇر يوق'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'Qabul qilish',
|
|
8
|
+
clear: 'Tozalash'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Hozir',
|
|
12
|
+
today: 'Bugun',
|
|
13
|
+
cancel: 'Bekor qilish',
|
|
14
|
+
clear: 'Tozalash',
|
|
15
|
+
confirm: 'Qabul qilish',
|
|
16
|
+
selectDate: 'Kunni tanlash',
|
|
17
|
+
selectTime: 'Soatni tanlash',
|
|
18
|
+
startDate: 'Boshlanish sanasi',
|
|
19
|
+
startTime: 'Boshlanish vaqti',
|
|
20
|
+
endDate: 'Tugash sanasi',
|
|
21
|
+
endTime: 'Tugash vaqti',
|
|
22
|
+
prevYear: 'Oʻtgan yil',
|
|
23
|
+
nextYear: 'Kelgusi yil',
|
|
24
|
+
prevMonth: 'Oʻtgan oy',
|
|
25
|
+
nextMonth: 'Kelgusi oy',
|
|
26
|
+
year: 'Yil',
|
|
27
|
+
month1: 'Yanvar',
|
|
28
|
+
month2: 'Fevral',
|
|
29
|
+
month3: 'Mart',
|
|
30
|
+
month4: 'Aprel',
|
|
31
|
+
month5: 'May',
|
|
32
|
+
month6: 'Iyun',
|
|
33
|
+
month7: 'Iyul',
|
|
34
|
+
month8: 'Avgust',
|
|
35
|
+
month9: 'Sentabr',
|
|
36
|
+
month10: 'Oktabr',
|
|
37
|
+
month11: 'Noyabr',
|
|
38
|
+
month12: 'Dekabr',
|
|
39
|
+
week: 'Hafta',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Yak',
|
|
42
|
+
mon: 'Dush',
|
|
43
|
+
tue: 'Sesh',
|
|
44
|
+
wed: 'Chor',
|
|
45
|
+
thu: 'Pay',
|
|
46
|
+
fri: 'Jum',
|
|
47
|
+
sat: 'Shan'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Yan',
|
|
51
|
+
feb: 'Fev',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Apr',
|
|
54
|
+
may: 'May',
|
|
55
|
+
jun: 'Iyun',
|
|
56
|
+
jul: 'Iyul',
|
|
57
|
+
aug: 'Avg',
|
|
58
|
+
sep: 'Sen',
|
|
59
|
+
oct: 'Okt',
|
|
60
|
+
nov: 'Noy',
|
|
61
|
+
dec: 'Dek'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Yuklanmoqda',
|
|
66
|
+
noMatch: 'Mos maʼlumot yoʻq',
|
|
67
|
+
noData: 'Maʼlumot yoʻq',
|
|
68
|
+
placeholder: 'Tanlang'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Mos maʼlumot topilmadi',
|
|
72
|
+
loading: 'Yuklanmoqda',
|
|
73
|
+
placeholder: 'Tanlash',
|
|
74
|
+
noData: 'Maʼlumot yoʻq'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Oʻtish',
|
|
78
|
+
pagesize: '/sahifa',
|
|
79
|
+
total: 'Barchasi {total} ta',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Xabar',
|
|
84
|
+
confirm: 'Qabul qilish',
|
|
85
|
+
cancel: 'Bekor qilish',
|
|
86
|
+
error: 'Xatolik'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'Oʻchirish tugmasini bosib oʻchiring',
|
|
90
|
+
delete: 'Oʻchirish',
|
|
91
|
+
preview: 'Oldindan koʻrish',
|
|
92
|
+
continue: 'Davom etish'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Boʻsh',
|
|
96
|
+
confirmFilter: 'Qabul qilish',
|
|
97
|
+
resetFilter: 'Oldingi holatga qaytarish',
|
|
98
|
+
clearFilter: 'Jami',
|
|
99
|
+
sumText: 'Summasi'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Maʼlumot yoʻq'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Mos maʼlumot topilmadi',
|
|
106
|
+
noData: 'Maʼlumot yoʻq',
|
|
107
|
+
titles: ['1-jadval', '2-jadval'],
|
|
108
|
+
filterPlaceholder: 'Kalit soʻzni kiriting',
|
|
109
|
+
noCheckedFormat: '{total} ta element',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} ta belgilandi'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'Xatolik'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Orqaga'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Tasdiqlash',
|
|
120
|
+
cancelButtonText: 'Bekor qilish'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Boʻsh'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'OK',
|
|
8
|
+
clear: 'Xóa'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Hiện tại',
|
|
12
|
+
today: 'Hôm nay',
|
|
13
|
+
cancel: 'Hủy',
|
|
14
|
+
clear: 'Xóa',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Chọn ngày',
|
|
17
|
+
selectTime: 'Chọn giờ',
|
|
18
|
+
startDate: 'Ngày bắt đầu',
|
|
19
|
+
startTime: 'Thời gian bắt đầu',
|
|
20
|
+
endDate: 'Ngày kết thúc',
|
|
21
|
+
endTime: 'Thời gian kết thúc',
|
|
22
|
+
prevYear: 'Năm trước',
|
|
23
|
+
nextYear: 'Năm tới',
|
|
24
|
+
prevMonth: 'Tháng trước',
|
|
25
|
+
nextMonth: 'Tháng tới',
|
|
26
|
+
year: 'Năm',
|
|
27
|
+
month1: 'Tháng 1',
|
|
28
|
+
month2: 'Tháng 2',
|
|
29
|
+
month3: 'Tháng 3',
|
|
30
|
+
month4: 'Tháng 4',
|
|
31
|
+
month5: 'Tháng 5',
|
|
32
|
+
month6: 'Tháng 6',
|
|
33
|
+
month7: 'Tháng 7',
|
|
34
|
+
month8: 'Tháng 8',
|
|
35
|
+
month9: 'Tháng 9',
|
|
36
|
+
month10: 'Tháng 10',
|
|
37
|
+
month11: 'Tháng 11',
|
|
38
|
+
month12: 'Tháng 12',
|
|
39
|
+
// week: 'week',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'CN',
|
|
42
|
+
mon: 'T2',
|
|
43
|
+
tue: 'T3',
|
|
44
|
+
wed: 'T4',
|
|
45
|
+
thu: 'T5',
|
|
46
|
+
fri: 'T6',
|
|
47
|
+
sat: 'T7'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Th.1',
|
|
51
|
+
feb: 'Th.2',
|
|
52
|
+
mar: 'Th.3',
|
|
53
|
+
apr: 'Th.4',
|
|
54
|
+
may: 'Th.5',
|
|
55
|
+
jun: 'Th.6',
|
|
56
|
+
jul: 'Th.7',
|
|
57
|
+
aug: 'Th.8',
|
|
58
|
+
sep: 'Th.9',
|
|
59
|
+
oct: 'Th.10',
|
|
60
|
+
nov: 'Th.11',
|
|
61
|
+
dec: 'Th.12'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Đang tải',
|
|
66
|
+
noMatch: 'Dữ liệu không phù hợp',
|
|
67
|
+
noData: 'Không tìm thấy dữ liệu',
|
|
68
|
+
placeholder: 'Chọn'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Dữ liệu không phù hợp',
|
|
72
|
+
loading: 'Đang tải',
|
|
73
|
+
placeholder: 'Chọn',
|
|
74
|
+
noData: 'Không tìm thấy dữ liệu'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Nhảy tới',
|
|
78
|
+
pagesize: '/trang',
|
|
79
|
+
total: 'Tổng {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Thông báo',
|
|
84
|
+
confirm: 'OK',
|
|
85
|
+
cancel: 'Hủy',
|
|
86
|
+
error: 'Dữ liệu không hợp lệ'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'Nhấn xoá để xoá',
|
|
90
|
+
delete: 'Xóa',
|
|
91
|
+
preview: 'Xem trước',
|
|
92
|
+
continue: 'Tiếp tục'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Không có dữ liệu',
|
|
96
|
+
confirmFilter: 'Xác nhận',
|
|
97
|
+
resetFilter: 'Làm mới',
|
|
98
|
+
clearFilter: 'Xóa hết',
|
|
99
|
+
sumText: 'Tổng'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Không có dữ liệu'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Dữ liệu không phù hợp',
|
|
106
|
+
noData: 'Không tìm thấy dữ liệu',
|
|
107
|
+
titles: ['Danh sách 1', 'Danh sách 2'],
|
|
108
|
+
filterPlaceholder: 'Nhập từ khóa',
|
|
109
|
+
noCheckedFormat: '{total} mục',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} đã chọn '
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'LỖI'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Quay lại'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Ok',
|
|
120
|
+
cancelButtonText: 'Huỷ'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Không có dữ liệu'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: '确定',
|
|
8
|
+
clear: '清空'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: '此刻',
|
|
12
|
+
today: '今天',
|
|
13
|
+
cancel: '取消',
|
|
14
|
+
clear: '清空',
|
|
15
|
+
confirm: '确定',
|
|
16
|
+
selectDate: '选择日期',
|
|
17
|
+
selectTime: '选择时间',
|
|
18
|
+
startDate: '开始日期',
|
|
19
|
+
startTime: '开始时间',
|
|
20
|
+
endDate: '结束日期',
|
|
21
|
+
endTime: '结束时间',
|
|
22
|
+
prevYear: '前一年',
|
|
23
|
+
nextYear: '后一年',
|
|
24
|
+
prevMonth: '上个月',
|
|
25
|
+
nextMonth: '下个月',
|
|
26
|
+
year: '年',
|
|
27
|
+
month1: '1 月',
|
|
28
|
+
month2: '2 月',
|
|
29
|
+
month3: '3 月',
|
|
30
|
+
month4: '4 月',
|
|
31
|
+
month5: '5 月',
|
|
32
|
+
month6: '6 月',
|
|
33
|
+
month7: '7 月',
|
|
34
|
+
month8: '8 月',
|
|
35
|
+
month9: '9 月',
|
|
36
|
+
month10: '10 月',
|
|
37
|
+
month11: '11 月',
|
|
38
|
+
month12: '12 月',
|
|
39
|
+
// week: '周次',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: '日',
|
|
42
|
+
mon: '一',
|
|
43
|
+
tue: '二',
|
|
44
|
+
wed: '三',
|
|
45
|
+
thu: '四',
|
|
46
|
+
fri: '五',
|
|
47
|
+
sat: '六'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: '一月',
|
|
51
|
+
feb: '二月',
|
|
52
|
+
mar: '三月',
|
|
53
|
+
apr: '四月',
|
|
54
|
+
may: '五月',
|
|
55
|
+
jun: '六月',
|
|
56
|
+
jul: '七月',
|
|
57
|
+
aug: '八月',
|
|
58
|
+
sep: '九月',
|
|
59
|
+
oct: '十月',
|
|
60
|
+
nov: '十一月',
|
|
61
|
+
dec: '十二月'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: '加载中',
|
|
66
|
+
noMatch: '无匹配数据',
|
|
67
|
+
noData: '无数据',
|
|
68
|
+
placeholder: '请选择'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: '无匹配数据',
|
|
72
|
+
loading: '加载中',
|
|
73
|
+
placeholder: '请选择',
|
|
74
|
+
noData: '暂无数据'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: '前往',
|
|
78
|
+
pagesize: '条/页',
|
|
79
|
+
total: '共 {total} 条',
|
|
80
|
+
pageClassifier: '页'
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: '提示',
|
|
84
|
+
confirm: '确定',
|
|
85
|
+
cancel: '取消',
|
|
86
|
+
error: '输入的数据不合法!'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: '按 delete 键可删除',
|
|
90
|
+
delete: '删除',
|
|
91
|
+
preview: '查看图片',
|
|
92
|
+
continue: '继续上传'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: '暂无数据',
|
|
96
|
+
confirmFilter: '筛选',
|
|
97
|
+
resetFilter: '重置',
|
|
98
|
+
clearFilter: '全部',
|
|
99
|
+
sumText: '合计'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: '暂无数据'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: '无匹配数据',
|
|
106
|
+
noData: '无数据',
|
|
107
|
+
titles: ['列表 1', '列表 2'],
|
|
108
|
+
filterPlaceholder: '请输入搜索内容',
|
|
109
|
+
noCheckedFormat: '共 {total} 项',
|
|
110
|
+
hasCheckedFormat: '已选 {checked}/{total} 项'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: '加载失败'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: '返回'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: '确定',
|
|
120
|
+
cancelButtonText: '取消'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: '暂无数据'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: '確認',
|
|
8
|
+
clear: '清空'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: '現在',
|
|
12
|
+
today: '今天',
|
|
13
|
+
cancel: '取消',
|
|
14
|
+
clear: '清空',
|
|
15
|
+
confirm: '確認',
|
|
16
|
+
selectDate: '選擇日期',
|
|
17
|
+
selectTime: '選擇時間',
|
|
18
|
+
startDate: '開始日期',
|
|
19
|
+
startTime: '開始時間',
|
|
20
|
+
endDate: '結束日期',
|
|
21
|
+
endTime: '結束時間',
|
|
22
|
+
prevYear: '前一年',
|
|
23
|
+
nextYear: '後一年',
|
|
24
|
+
prevMonth: '上個月',
|
|
25
|
+
nextMonth: '下個月',
|
|
26
|
+
year: '年',
|
|
27
|
+
month1: '1 月',
|
|
28
|
+
month2: '2 月',
|
|
29
|
+
month3: '3 月',
|
|
30
|
+
month4: '4 月',
|
|
31
|
+
month5: '5 月',
|
|
32
|
+
month6: '6 月',
|
|
33
|
+
month7: '7 月',
|
|
34
|
+
month8: '8 月',
|
|
35
|
+
month9: '9 月',
|
|
36
|
+
month10: '10 月',
|
|
37
|
+
month11: '11 月',
|
|
38
|
+
month12: '12 月',
|
|
39
|
+
// week: '周次',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: '日',
|
|
42
|
+
mon: '一',
|
|
43
|
+
tue: '二',
|
|
44
|
+
wed: '三',
|
|
45
|
+
thu: '四',
|
|
46
|
+
fri: '五',
|
|
47
|
+
sat: '六'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: '一月',
|
|
51
|
+
feb: '二月',
|
|
52
|
+
mar: '三月',
|
|
53
|
+
apr: '四月',
|
|
54
|
+
may: '五月',
|
|
55
|
+
jun: '六月',
|
|
56
|
+
jul: '七月',
|
|
57
|
+
aug: '八月',
|
|
58
|
+
sep: '九月',
|
|
59
|
+
oct: '十月',
|
|
60
|
+
nov: '十一月',
|
|
61
|
+
dec: '十二月'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: '加載中',
|
|
66
|
+
noMatch: '無匹配資料',
|
|
67
|
+
noData: '無資料',
|
|
68
|
+
placeholder: '請選擇'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: '無匹配資料',
|
|
72
|
+
loading: '加載中',
|
|
73
|
+
placeholder: '請選擇',
|
|
74
|
+
noData: '無資料'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: '前往',
|
|
78
|
+
pagesize: '項/頁',
|
|
79
|
+
total: '共 {total} 項',
|
|
80
|
+
pageClassifier: '頁'
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: '提示',
|
|
84
|
+
confirm: '確定',
|
|
85
|
+
cancel: '取消',
|
|
86
|
+
error: '輸入的資料不符規定!'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: '按 delete 鍵可刪除',
|
|
90
|
+
delete: '刪除',
|
|
91
|
+
preview: '查看圖片',
|
|
92
|
+
continue: '繼續上傳'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: '暫無資料',
|
|
96
|
+
confirmFilter: '篩選',
|
|
97
|
+
resetFilter: '重置',
|
|
98
|
+
clearFilter: '全部',
|
|
99
|
+
sumText: 'Sum' // to be translated
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: '暫無資料'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: '無匹配資料',
|
|
106
|
+
noData: '無資料',
|
|
107
|
+
titles: ['List 1', 'List 2'], // to be translated
|
|
108
|
+
filterPlaceholder: 'Enter keyword', // to be translated
|
|
109
|
+
noCheckedFormat: '{total} items', // to be translated
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: '加載失敗'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: '返回'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Yes', // to be translated
|
|
120
|
+
cancelButtonText: 'No' // to be translated
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: '暫無資料'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|