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,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'Sah',
|
|
8
|
+
clear: 'Padam'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Sekarang',
|
|
12
|
+
today: 'Hari ini',
|
|
13
|
+
cancel: 'Batal',
|
|
14
|
+
clear: 'Padam',
|
|
15
|
+
confirm: 'Sah',
|
|
16
|
+
selectDate: 'Pilih Tarikh',
|
|
17
|
+
selectTime: 'Pilih Masa',
|
|
18
|
+
startDate: 'Tarikh Mula',
|
|
19
|
+
startTime: 'Masa Mula',
|
|
20
|
+
endDate: 'Tarikh Tamat',
|
|
21
|
+
endTime: 'Masa Tamat',
|
|
22
|
+
prevYear: 'Tahun Lepas',
|
|
23
|
+
nextYear: 'Tahun Depan',
|
|
24
|
+
prevMonth: 'Bulan Lepas',
|
|
25
|
+
nextMonth: 'Bulan Depan',
|
|
26
|
+
year: 'Tahun',
|
|
27
|
+
month1: 'Januari',
|
|
28
|
+
month2: 'Febuari',
|
|
29
|
+
month3: 'Mac',
|
|
30
|
+
month4: 'April',
|
|
31
|
+
month5: 'Mei',
|
|
32
|
+
month6: 'Jun',
|
|
33
|
+
month7: 'Julai',
|
|
34
|
+
month8: 'Ogos',
|
|
35
|
+
month9: 'September',
|
|
36
|
+
month10: 'Oktober',
|
|
37
|
+
month11: 'November',
|
|
38
|
+
month12: 'Disember',
|
|
39
|
+
weeks: {
|
|
40
|
+
sun: 'Ahad',
|
|
41
|
+
mon: 'Isnin',
|
|
42
|
+
tue: 'Selasa',
|
|
43
|
+
wed: 'Rabu',
|
|
44
|
+
thu: 'Khamis',
|
|
45
|
+
fri: 'Jumaat',
|
|
46
|
+
sat: 'Sabtu'
|
|
47
|
+
},
|
|
48
|
+
months: {
|
|
49
|
+
jan: 'Januari',
|
|
50
|
+
feb: 'Febuari',
|
|
51
|
+
mar: 'Mac',
|
|
52
|
+
apr: 'April',
|
|
53
|
+
may: 'Mei',
|
|
54
|
+
jun: 'Jun',
|
|
55
|
+
jul: 'Julai',
|
|
56
|
+
aug: 'Ogos',
|
|
57
|
+
sep: 'September',
|
|
58
|
+
oct: 'Oktober',
|
|
59
|
+
nov: 'November',
|
|
60
|
+
dec: 'Disember'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
select: {
|
|
64
|
+
loading: 'Sedang dimuat turun',
|
|
65
|
+
noMatch: 'Tiada maklumat yang sepadan',
|
|
66
|
+
noData: 'Tiada maklumat',
|
|
67
|
+
placeholder: 'Sila pilih'
|
|
68
|
+
},
|
|
69
|
+
cascader: {
|
|
70
|
+
noMatch: 'Tiada maklumat yang sepadan',
|
|
71
|
+
loading: 'Sedang dimuat turun',
|
|
72
|
+
placeholder: 'Sila pilih',
|
|
73
|
+
noData: 'Tiada maklumat'
|
|
74
|
+
},
|
|
75
|
+
pagination: {
|
|
76
|
+
goto: 'Seterusnya',
|
|
77
|
+
pagesize: 'x/Halaman',
|
|
78
|
+
total: 'Jumlah {total} ',
|
|
79
|
+
pageClassifier: 'Halaman'
|
|
80
|
+
},
|
|
81
|
+
messagebox: {
|
|
82
|
+
title: 'Tip',
|
|
83
|
+
confirm: 'Sah',
|
|
84
|
+
cancel: 'Batal',
|
|
85
|
+
error: 'Data yang diisi tidak sah!'
|
|
86
|
+
},
|
|
87
|
+
upload: {
|
|
88
|
+
deleteTip: 'Tekan "Padam" untuk memadam',
|
|
89
|
+
delete: 'Padam',
|
|
90
|
+
preview: 'Pratonton gambar',
|
|
91
|
+
continue: 'Meneruskan muat naik'
|
|
92
|
+
},
|
|
93
|
+
table: {
|
|
94
|
+
emptyText: 'Tiada maklumat',
|
|
95
|
+
confirmFilter: 'Tapis',
|
|
96
|
+
resetFilter: 'Set Semula',
|
|
97
|
+
clearFilter: 'Semua',
|
|
98
|
+
sumText: 'Jumlah'
|
|
99
|
+
},
|
|
100
|
+
tree: {
|
|
101
|
+
emptyText: 'Tiada maklumat'
|
|
102
|
+
},
|
|
103
|
+
transfer: {
|
|
104
|
+
noMatch: 'Tiada maklumat yang sepadan',
|
|
105
|
+
noData: 'Tiada maklumat',
|
|
106
|
+
titles: ['Senarai 1', 'Senarai 2'],
|
|
107
|
+
filterPlaceholder: 'Masukkan kandungan carian',
|
|
108
|
+
noCheckedFormat: 'Jumlah {total} item',
|
|
109
|
+
hasCheckedFormat: 'Telah memilih {checked}/{total} item'
|
|
110
|
+
},
|
|
111
|
+
image: {
|
|
112
|
+
error: 'Muat turun gagal'
|
|
113
|
+
},
|
|
114
|
+
pageHeader: {
|
|
115
|
+
title: 'Kembali'
|
|
116
|
+
},
|
|
117
|
+
popconfirm: {
|
|
118
|
+
confirmButtonText: 'Sah',
|
|
119
|
+
cancelButtonText: 'Batal'
|
|
120
|
+
},
|
|
121
|
+
empty: {
|
|
122
|
+
description: 'Tiada maklumat'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'OK',
|
|
8
|
+
clear: 'Tøm'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Nå',
|
|
12
|
+
today: 'I dag',
|
|
13
|
+
cancel: 'Avbryt',
|
|
14
|
+
clear: 'Tøm',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Velg dato',
|
|
17
|
+
selectTime: 'Velg tidspunkt',
|
|
18
|
+
startDate: 'Start Dato',
|
|
19
|
+
startTime: 'Start Tidspunkt',
|
|
20
|
+
endDate: 'Sluttdato',
|
|
21
|
+
endTime: 'Sluttidspunkt',
|
|
22
|
+
prevYear: 'Forrige År',
|
|
23
|
+
nextYear: 'Neste År',
|
|
24
|
+
prevMonth: 'Forrige Måned',
|
|
25
|
+
nextMonth: 'Neste Måned',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Januar',
|
|
28
|
+
month2: 'Februar',
|
|
29
|
+
month3: 'Mars',
|
|
30
|
+
month4: 'April',
|
|
31
|
+
month5: 'Mai',
|
|
32
|
+
month6: 'Juni',
|
|
33
|
+
month7: 'Juli',
|
|
34
|
+
month8: 'August',
|
|
35
|
+
month9: 'September',
|
|
36
|
+
month10: 'Oktober',
|
|
37
|
+
month11: 'November',
|
|
38
|
+
month12: 'Desember',
|
|
39
|
+
// week: 'week',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Søn',
|
|
42
|
+
mon: 'Man',
|
|
43
|
+
tue: 'Tir',
|
|
44
|
+
wed: 'Ons',
|
|
45
|
+
thu: 'Tor',
|
|
46
|
+
fri: 'Fre',
|
|
47
|
+
sat: 'Lør'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Jan',
|
|
51
|
+
feb: 'Feb',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Apr',
|
|
54
|
+
may: 'Mai',
|
|
55
|
+
jun: 'Jun',
|
|
56
|
+
jul: 'Jul',
|
|
57
|
+
aug: 'Aug',
|
|
58
|
+
sep: 'Sep',
|
|
59
|
+
oct: 'Okt',
|
|
60
|
+
nov: 'Nov',
|
|
61
|
+
dec: 'Des'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Laster',
|
|
66
|
+
noMatch: 'Ingen samsvarende data',
|
|
67
|
+
noData: 'Ingen data',
|
|
68
|
+
placeholder: 'Velg'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Ingen samsvarende data',
|
|
72
|
+
loading: 'Laster',
|
|
73
|
+
placeholder: 'Velg',
|
|
74
|
+
noData: 'Ingen data'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Gå til',
|
|
78
|
+
pagesize: '/side',
|
|
79
|
+
total: 'Total {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
confirm: 'OK',
|
|
84
|
+
cancel: 'Avbryt',
|
|
85
|
+
error: 'Ugyldig input'
|
|
86
|
+
},
|
|
87
|
+
upload: {
|
|
88
|
+
deleteTip: 'trykk slett for å ta bort',
|
|
89
|
+
delete: 'Slett',
|
|
90
|
+
preview: 'Forhåndsvisning',
|
|
91
|
+
continue: 'Fortsett'
|
|
92
|
+
},
|
|
93
|
+
table: {
|
|
94
|
+
emptyText: 'Ingen Data',
|
|
95
|
+
confirmFilter: 'Bekreft',
|
|
96
|
+
resetFilter: 'Tilbakestill',
|
|
97
|
+
clearFilter: 'Alle',
|
|
98
|
+
sumText: 'Sum'
|
|
99
|
+
},
|
|
100
|
+
tree: {
|
|
101
|
+
emptyText: 'Ingen Data'
|
|
102
|
+
},
|
|
103
|
+
transfer: {
|
|
104
|
+
noMatch: 'Ingen samsvarende data',
|
|
105
|
+
noData: 'Ingen data',
|
|
106
|
+
titles: ['Liste 1', 'Liste 2'],
|
|
107
|
+
filterPlaceholder: 'Tast inn nøkkelord',
|
|
108
|
+
noCheckedFormat: '{total} gjenstander',
|
|
109
|
+
hasCheckedFormat: '{checked}/{total} sjekket'
|
|
110
|
+
},
|
|
111
|
+
image: {
|
|
112
|
+
error: 'MISLYKTES'
|
|
113
|
+
},
|
|
114
|
+
pageHeader: {
|
|
115
|
+
title: 'Tilbake'
|
|
116
|
+
},
|
|
117
|
+
popconfirm: {
|
|
118
|
+
confirmButtonText: 'Ja',
|
|
119
|
+
cancelButtonText: 'Nei'
|
|
120
|
+
},
|
|
121
|
+
empty: {
|
|
122
|
+
description: 'Ingen Data'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'Bevestig',
|
|
8
|
+
clear: 'Wissen'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Nu',
|
|
12
|
+
today: 'Vandaag',
|
|
13
|
+
cancel: 'Annuleren',
|
|
14
|
+
clear: 'Legen',
|
|
15
|
+
confirm: 'Bevestig',
|
|
16
|
+
selectDate: 'Selecteer datum',
|
|
17
|
+
selectTime: 'Selecteer tijd',
|
|
18
|
+
startDate: 'Startdatum',
|
|
19
|
+
startTime: 'Starttijd',
|
|
20
|
+
endDate: 'Einddatum',
|
|
21
|
+
endTime: 'Eindtijd',
|
|
22
|
+
prevYear: 'Vorig jaar',
|
|
23
|
+
nextYear: 'Volgend jaar',
|
|
24
|
+
prevMonth: 'Vorige maand',
|
|
25
|
+
nextMonth: 'Volgende maand',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'januari',
|
|
28
|
+
month2: 'februari',
|
|
29
|
+
month3: 'maart',
|
|
30
|
+
month4: 'april',
|
|
31
|
+
month5: 'mei',
|
|
32
|
+
month6: 'juni',
|
|
33
|
+
month7: 'juli',
|
|
34
|
+
month8: 'augustus',
|
|
35
|
+
month9: 'september',
|
|
36
|
+
month10: 'oktober',
|
|
37
|
+
month11: 'november',
|
|
38
|
+
month12: 'december',
|
|
39
|
+
// week: 'week',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Zo',
|
|
42
|
+
mon: 'Ma',
|
|
43
|
+
tue: 'Di',
|
|
44
|
+
wed: 'Wo',
|
|
45
|
+
thu: 'Do',
|
|
46
|
+
fri: 'Vr',
|
|
47
|
+
sat: 'Za'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'jan',
|
|
51
|
+
feb: 'feb',
|
|
52
|
+
mar: 'maa',
|
|
53
|
+
apr: 'apr',
|
|
54
|
+
may: 'mei',
|
|
55
|
+
jun: 'jun',
|
|
56
|
+
jul: 'jul',
|
|
57
|
+
aug: 'aug',
|
|
58
|
+
sep: 'sep',
|
|
59
|
+
oct: 'okt',
|
|
60
|
+
nov: 'nov',
|
|
61
|
+
dec: 'dec'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Laden',
|
|
66
|
+
noMatch: 'Geen overeenkomende resultaten',
|
|
67
|
+
noData: 'Geen data',
|
|
68
|
+
placeholder: 'Selecteer'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Geen overeenkomende resultaten',
|
|
72
|
+
loading: 'Laden',
|
|
73
|
+
placeholder: 'Selecteer',
|
|
74
|
+
noData: 'Geen data'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Ga naar',
|
|
78
|
+
pagesize: '/pagina',
|
|
79
|
+
total: 'Totaal {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Bericht',
|
|
84
|
+
confirm: 'Bevestig',
|
|
85
|
+
cancel: 'Annuleren',
|
|
86
|
+
error: 'Ongeldige invoer'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'Kies verwijder om te wissen',
|
|
90
|
+
delete: 'Verwijder',
|
|
91
|
+
preview: 'Voorbeeld',
|
|
92
|
+
continue: 'Doorgaan'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Geen data',
|
|
96
|
+
confirmFilter: 'Bevestigen',
|
|
97
|
+
resetFilter: 'Reset',
|
|
98
|
+
clearFilter: 'Alles',
|
|
99
|
+
sumText: 'Som'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Geen data'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Geen overeenkomende resultaten',
|
|
106
|
+
noData: 'Geen data',
|
|
107
|
+
titles: ['Lijst 1', 'Lijst 2'],
|
|
108
|
+
filterPlaceholder: 'Geef zoekwoerd',
|
|
109
|
+
noCheckedFormat: '{total} items',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} geselecteerd'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'FAILED' // to be translated
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Back' // to be translated
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Yes', // to be translated
|
|
120
|
+
cancelButtonText: 'No' // to be translated
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Geen data'
|
|
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: 'Wyczyść'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Teraz',
|
|
12
|
+
today: 'Dzisiaj',
|
|
13
|
+
cancel: 'Anuluj',
|
|
14
|
+
clear: 'Wyczyść',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Wybierz datę',
|
|
17
|
+
selectTime: 'Wybierz godzinę',
|
|
18
|
+
startDate: 'Data początkowa',
|
|
19
|
+
startTime: 'Godzina początkowa',
|
|
20
|
+
endDate: 'Data końcowa',
|
|
21
|
+
endTime: 'Czas końcowa',
|
|
22
|
+
prevYear: 'Poprzedni rok',
|
|
23
|
+
nextYear: 'Następny rok',
|
|
24
|
+
prevMonth: 'Poprzedni miesiąc',
|
|
25
|
+
nextMonth: 'Następny miesiąc',
|
|
26
|
+
year: 'rok',
|
|
27
|
+
month1: 'styczeń',
|
|
28
|
+
month2: 'luty',
|
|
29
|
+
month3: 'marzec',
|
|
30
|
+
month4: 'kwiecień',
|
|
31
|
+
month5: 'maj',
|
|
32
|
+
month6: 'czerwiec',
|
|
33
|
+
month7: 'lipiec',
|
|
34
|
+
month8: 'sierpień',
|
|
35
|
+
month9: 'wrzesień',
|
|
36
|
+
month10: 'październik',
|
|
37
|
+
month11: 'listopad',
|
|
38
|
+
month12: 'grudzień',
|
|
39
|
+
week: 'tydzień',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'niedz.',
|
|
42
|
+
mon: 'pon.',
|
|
43
|
+
tue: 'wt.',
|
|
44
|
+
wed: 'śr.',
|
|
45
|
+
thu: 'czw.',
|
|
46
|
+
fri: 'pt.',
|
|
47
|
+
sat: 'sob.'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'STY',
|
|
51
|
+
feb: 'LUT',
|
|
52
|
+
mar: 'MAR',
|
|
53
|
+
apr: 'KWI',
|
|
54
|
+
may: 'MAJ',
|
|
55
|
+
jun: 'CZE',
|
|
56
|
+
jul: 'LIP',
|
|
57
|
+
aug: 'SIE',
|
|
58
|
+
sep: 'WRZ',
|
|
59
|
+
oct: 'PAŹ',
|
|
60
|
+
nov: 'LIS',
|
|
61
|
+
dec: 'GRU'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Ładowanie',
|
|
66
|
+
noMatch: 'Brak dopasowań',
|
|
67
|
+
noData: 'Brak danych',
|
|
68
|
+
placeholder: 'Wybierz'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Brak dopasowań',
|
|
72
|
+
loading: 'Ładowanie',
|
|
73
|
+
placeholder: 'Wybierz',
|
|
74
|
+
noData: 'Brak danych'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Idź do',
|
|
78
|
+
pagesize: '/strona',
|
|
79
|
+
total: 'Wszystkich {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Wiadomość',
|
|
84
|
+
confirm: 'OK',
|
|
85
|
+
cancel: 'Anuluj',
|
|
86
|
+
error: 'Wiadomość zawiera niedozwolone znaki'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'kliknij kasuj aby usunąć',
|
|
90
|
+
delete: 'Kasuj',
|
|
91
|
+
preview: 'Podgląd',
|
|
92
|
+
continue: 'Kontynuuj'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Brak danych',
|
|
96
|
+
confirmFilter: 'Potwierdź',
|
|
97
|
+
resetFilter: 'Resetuj',
|
|
98
|
+
clearFilter: 'Wszystko',
|
|
99
|
+
sumText: 'Razem'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Brak danych'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Brak dopasowań',
|
|
106
|
+
noData: 'Brak danych',
|
|
107
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
108
|
+
filterPlaceholder: 'Wpisz szukaną frazę',
|
|
109
|
+
noCheckedFormat: 'razem: {total}',
|
|
110
|
+
hasCheckedFormat: 'wybranych: {checked}/{total}'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'FAILED' // to be translated
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Back' // to be translated
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Yes', // to be translated
|
|
120
|
+
cancelButtonText: 'No' // to be translated
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Brak danych'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'Confirmar',
|
|
8
|
+
clear: 'Limpar'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Agora',
|
|
12
|
+
today: 'Hoje',
|
|
13
|
+
cancel: 'Cancelar',
|
|
14
|
+
clear: 'Limpar',
|
|
15
|
+
confirm: 'Confirmar',
|
|
16
|
+
selectDate: 'Selecione a data',
|
|
17
|
+
selectTime: 'Selecione a hora',
|
|
18
|
+
startDate: 'Data inicial',
|
|
19
|
+
startTime: 'Hora inicial',
|
|
20
|
+
endDate: 'Data final',
|
|
21
|
+
endTime: 'Hora final',
|
|
22
|
+
prevYear: 'Ano anterior',
|
|
23
|
+
nextYear: 'Próximo ano',
|
|
24
|
+
prevMonth: 'Mês anterior',
|
|
25
|
+
nextMonth: 'Próximo mês',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Janeiro',
|
|
28
|
+
month2: 'Fevereiro',
|
|
29
|
+
month3: 'Março',
|
|
30
|
+
month4: 'Abril',
|
|
31
|
+
month5: 'Maio',
|
|
32
|
+
month6: 'Junho',
|
|
33
|
+
month7: 'Julho',
|
|
34
|
+
month8: 'Agosto',
|
|
35
|
+
month9: 'Setembro',
|
|
36
|
+
month10: 'Outubro',
|
|
37
|
+
month11: 'Novembro',
|
|
38
|
+
month12: 'Dezembro',
|
|
39
|
+
// week: 'semana',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Dom',
|
|
42
|
+
mon: 'Seg',
|
|
43
|
+
tue: 'Ter',
|
|
44
|
+
wed: 'Qua',
|
|
45
|
+
thu: 'Qui',
|
|
46
|
+
fri: 'Sex',
|
|
47
|
+
sat: 'Sab'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Jan',
|
|
51
|
+
feb: 'Fev',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Abr',
|
|
54
|
+
may: 'Mai',
|
|
55
|
+
jun: 'Jun',
|
|
56
|
+
jul: 'Jul',
|
|
57
|
+
aug: 'Ago',
|
|
58
|
+
sep: 'Set',
|
|
59
|
+
oct: 'Out',
|
|
60
|
+
nov: 'Nov',
|
|
61
|
+
dec: 'Dez'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Carregando',
|
|
66
|
+
noMatch: 'Sem resultados',
|
|
67
|
+
noData: 'Sem dados',
|
|
68
|
+
placeholder: 'Selecione'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Sem resultados',
|
|
72
|
+
loading: 'Carregando',
|
|
73
|
+
placeholder: 'Selecione',
|
|
74
|
+
noData: 'Sem dados'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Ir para',
|
|
78
|
+
pagesize: '/página',
|
|
79
|
+
total: 'Total {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Mensagem',
|
|
84
|
+
confirm: 'Confirmar',
|
|
85
|
+
cancel: 'Cancelar',
|
|
86
|
+
error: 'Erro!'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'aperte delete para apagar',
|
|
90
|
+
delete: 'Apagar',
|
|
91
|
+
preview: 'Pré-visualizar',
|
|
92
|
+
continue: 'Continuar'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Sem dados',
|
|
96
|
+
confirmFilter: 'Confirmar',
|
|
97
|
+
resetFilter: 'Limpar',
|
|
98
|
+
clearFilter: 'Todos',
|
|
99
|
+
sumText: 'Total'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Sem dados'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Sem resultados',
|
|
106
|
+
noData: 'Sem dados',
|
|
107
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
108
|
+
filterPlaceholder: 'Digite uma palavra-chave',
|
|
109
|
+
noCheckedFormat: '{total} itens',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} selecionados'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'Erro ao carregar imagem'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Voltar'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Sim',
|
|
120
|
+
cancelButtonText: 'Não'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Sem dados'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|