element-sim 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/packages/theme-chalk/src/form.scss +6 -3
- 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: '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 de inicio',
|
|
19
|
+
startTime: 'Hora de inicio',
|
|
20
|
+
endDate: 'Data de fim',
|
|
21
|
+
endTime: 'Hora de fim',
|
|
22
|
+
prevYear: 'Previous Year', // to be translated
|
|
23
|
+
nextYear: 'Next Year', // to be translated
|
|
24
|
+
prevMonth: 'Previous Month', // to be translated
|
|
25
|
+
nextMonth: 'Next Month', // to be translated
|
|
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: 'A carregar',
|
|
66
|
+
noMatch: 'Sem correspondência',
|
|
67
|
+
noData: 'Sem dados',
|
|
68
|
+
placeholder: 'Selecione'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Sem correspondência',
|
|
72
|
+
loading: 'A carregar',
|
|
73
|
+
placeholder: 'Selecione',
|
|
74
|
+
noData: 'Sem dados'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Ir para',
|
|
78
|
+
pagesize: '/pagina',
|
|
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: 'press delete to remove', // to be translated
|
|
90
|
+
delete: 'Apagar',
|
|
91
|
+
preview: 'Previsualizar',
|
|
92
|
+
continue: 'Continuar'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Sem dados',
|
|
96
|
+
confirmFilter: 'Confirmar',
|
|
97
|
+
resetFilter: 'Limpar',
|
|
98
|
+
clearFilter: 'Todos',
|
|
99
|
+
sumText: 'Sum' // to be translated
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Sem dados'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Sem correspondência',
|
|
106
|
+
noData: 'Sem dados',
|
|
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: '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: 'Sem dados'
|
|
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: 'Șterge'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Acum',
|
|
12
|
+
today: 'Azi',
|
|
13
|
+
cancel: 'Anulează',
|
|
14
|
+
clear: 'Șterge',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Selectează data',
|
|
17
|
+
selectTime: 'Selectează ora',
|
|
18
|
+
startDate: 'Data de început',
|
|
19
|
+
startTime: 'Ora de început',
|
|
20
|
+
endDate: 'Data de sfârșit',
|
|
21
|
+
endTime: 'Ora de sfârșit',
|
|
22
|
+
prevYear: 'Anul trecut',
|
|
23
|
+
nextYear: 'Anul următor',
|
|
24
|
+
prevMonth: 'Luna trecută',
|
|
25
|
+
nextMonth: 'Luna următoare',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Ianuarie',
|
|
28
|
+
month2: 'Februarie',
|
|
29
|
+
month3: 'Martie',
|
|
30
|
+
month4: 'Aprilie',
|
|
31
|
+
month5: 'Mai',
|
|
32
|
+
month6: 'Iunie',
|
|
33
|
+
month7: 'Iulie',
|
|
34
|
+
month8: 'August',
|
|
35
|
+
month9: 'Septembrie',
|
|
36
|
+
month10: 'Octombrie',
|
|
37
|
+
month11: 'Noiembrie',
|
|
38
|
+
month12: 'Decembrie',
|
|
39
|
+
// week: 'week',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Du',
|
|
42
|
+
mon: 'Lu',
|
|
43
|
+
tue: 'Ma',
|
|
44
|
+
wed: 'Mi',
|
|
45
|
+
thu: 'Jo',
|
|
46
|
+
fri: 'Vi',
|
|
47
|
+
sat: 'Sâ'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Ian',
|
|
51
|
+
feb: 'Feb',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Apr',
|
|
54
|
+
may: 'Mai',
|
|
55
|
+
jun: 'Iun',
|
|
56
|
+
jul: 'Iul',
|
|
57
|
+
aug: 'Aug',
|
|
58
|
+
sep: 'Sep',
|
|
59
|
+
oct: 'Oct',
|
|
60
|
+
nov: 'Noi',
|
|
61
|
+
dec: 'Dec'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Se încarcă',
|
|
66
|
+
noMatch: 'Nu există date potrivite',
|
|
67
|
+
noData: 'Nu există date',
|
|
68
|
+
placeholder: 'Selectează'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Nu există date potrivite',
|
|
72
|
+
loading: 'Se încarcă',
|
|
73
|
+
placeholder: 'Selectează',
|
|
74
|
+
noData: 'Nu există date'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Go to',
|
|
78
|
+
pagesize: '/pagina',
|
|
79
|
+
total: 'Total {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Mesaj',
|
|
84
|
+
confirm: 'OK',
|
|
85
|
+
cancel: 'Anulează',
|
|
86
|
+
error: 'Date introduse eronate'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'apăsați pe ștergeți pentru a elimina',
|
|
90
|
+
delete: 'șterge',
|
|
91
|
+
preview: 'previzualizare',
|
|
92
|
+
continue: 'continuă'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Nu există date',
|
|
96
|
+
confirmFilter: 'Confirmă',
|
|
97
|
+
resetFilter: 'Resetează',
|
|
98
|
+
clearFilter: 'Tot',
|
|
99
|
+
sumText: 'Suma'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Nu există date'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Nu există date potrivite',
|
|
106
|
+
noData: 'Nu există date',
|
|
107
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
108
|
+
filterPlaceholder: 'Introduceți cuvântul cheie',
|
|
109
|
+
noCheckedFormat: '{total} elemente',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} verificate'
|
|
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: 'Nu există date'
|
|
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: 'Очистить'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Сейчас',
|
|
12
|
+
today: 'Сегодня',
|
|
13
|
+
cancel: 'Отмена',
|
|
14
|
+
clear: 'Очистить',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Выбрать дату',
|
|
17
|
+
selectTime: 'Выбрать время',
|
|
18
|
+
startDate: 'Дата начала',
|
|
19
|
+
startTime: 'Время начала',
|
|
20
|
+
endDate: 'Дата окончания',
|
|
21
|
+
endTime: 'Время окончания',
|
|
22
|
+
prevYear: 'Предыдущий год',
|
|
23
|
+
nextYear: 'Следующий год',
|
|
24
|
+
prevMonth: 'Предыдущий месяц',
|
|
25
|
+
nextMonth: 'Следующий месяц',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Январь',
|
|
28
|
+
month2: 'Февраль',
|
|
29
|
+
month3: 'Март',
|
|
30
|
+
month4: 'Апрель',
|
|
31
|
+
month5: 'Май',
|
|
32
|
+
month6: 'Июнь',
|
|
33
|
+
month7: 'Июль',
|
|
34
|
+
month8: 'Август',
|
|
35
|
+
month9: 'Сентябрь',
|
|
36
|
+
month10: 'Октябрь',
|
|
37
|
+
month11: 'Ноябрь',
|
|
38
|
+
month12: 'Декабрь',
|
|
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: 'OK',
|
|
85
|
+
cancel: 'Отмена',
|
|
86
|
+
error: 'Недопустимый ввод данных'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'Нажмите [Удалить] для удаления',
|
|
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: 'OK',
|
|
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: 'දුරුතු',
|
|
28
|
+
month2: 'නවම්',
|
|
29
|
+
month3: 'මැදින්',
|
|
30
|
+
month4: 'බක්',
|
|
31
|
+
month5: 'වෙසක්',
|
|
32
|
+
month6: 'පොසොන්',
|
|
33
|
+
month7: 'ඇසළ',
|
|
34
|
+
month8: 'නිකිණි',
|
|
35
|
+
month9: 'බිනර',
|
|
36
|
+
month10: 'වප්',
|
|
37
|
+
month11: 'ඉල්',
|
|
38
|
+
month12: 'උඳුවප්',
|
|
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: 'ඉවතලීමට මකන්න ඔබන්න',
|
|
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'], // to be translated
|
|
108
|
+
filterPlaceholder: 'මූලපදය යොදන්න', // to be translated
|
|
109
|
+
noCheckedFormat: 'අථක {total}', // to be translated
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} පරීක්ෂා විය' // to be translated
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'අසමත් විය'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'ආපසු' // to be translated
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'ඔව්',
|
|
120
|
+
cancelButtonText: 'නැහැ'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'දත්ත නැත'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.default = {
|
|
5
|
+
el: {
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'OK',
|
|
8
|
+
clear: 'Zmazať'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Teraz',
|
|
12
|
+
today: 'Dnes',
|
|
13
|
+
cancel: 'Zrušiť',
|
|
14
|
+
clear: 'Zmazať',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Vybrať dátum',
|
|
17
|
+
selectTime: 'Vybrať čas',
|
|
18
|
+
startDate: 'Dátum začiatku',
|
|
19
|
+
startTime: 'Čas začiatku',
|
|
20
|
+
endDate: 'Dátum konca',
|
|
21
|
+
endTime: 'Čas konca',
|
|
22
|
+
prevYear: 'Predošlý rok',
|
|
23
|
+
nextYear: 'Ďalší rok',
|
|
24
|
+
prevMonth: 'Predošlý mesiac',
|
|
25
|
+
nextMonth: 'Ďalší mesiac',
|
|
26
|
+
day: 'Deň',
|
|
27
|
+
week: 'Týždeň',
|
|
28
|
+
month: 'Mesiac',
|
|
29
|
+
year: 'Rok',
|
|
30
|
+
month1: 'Január',
|
|
31
|
+
month2: 'Február',
|
|
32
|
+
month3: 'Marec',
|
|
33
|
+
month4: 'Apríl',
|
|
34
|
+
month5: 'Máj',
|
|
35
|
+
month6: 'Jún',
|
|
36
|
+
month7: 'Júl',
|
|
37
|
+
month8: 'August',
|
|
38
|
+
month9: 'September',
|
|
39
|
+
month10: 'Október',
|
|
40
|
+
month11: 'November',
|
|
41
|
+
month12: 'December',
|
|
42
|
+
weeks: {
|
|
43
|
+
sun: 'Ne',
|
|
44
|
+
mon: 'Po',
|
|
45
|
+
tue: 'Ut',
|
|
46
|
+
wed: 'St',
|
|
47
|
+
thu: 'Št',
|
|
48
|
+
fri: 'Pi',
|
|
49
|
+
sat: 'So'
|
|
50
|
+
},
|
|
51
|
+
months: {
|
|
52
|
+
jan: 'Jan',
|
|
53
|
+
feb: 'Feb',
|
|
54
|
+
mar: 'Mar',
|
|
55
|
+
apr: 'Apr',
|
|
56
|
+
may: 'Máj',
|
|
57
|
+
jun: 'Jún',
|
|
58
|
+
jul: 'Júl',
|
|
59
|
+
aug: 'Aug',
|
|
60
|
+
sep: 'Sep',
|
|
61
|
+
oct: 'Okt',
|
|
62
|
+
nov: 'Nov',
|
|
63
|
+
dec: 'Dec'
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
select: {
|
|
67
|
+
loading: 'Načítavanie',
|
|
68
|
+
noMatch: 'Žiadna zhoda',
|
|
69
|
+
noData: 'Žiadne dáta',
|
|
70
|
+
placeholder: 'Vybrať'
|
|
71
|
+
},
|
|
72
|
+
cascader: {
|
|
73
|
+
noMatch: 'Žiadna zhoda',
|
|
74
|
+
loading: 'Načítavanie',
|
|
75
|
+
placeholder: 'Vybrať',
|
|
76
|
+
noData: 'Žiadne dáta'
|
|
77
|
+
},
|
|
78
|
+
pagination: {
|
|
79
|
+
goto: 'Choď na',
|
|
80
|
+
pagesize: 'na stranu',
|
|
81
|
+
total: 'Všetko {total}',
|
|
82
|
+
pageClassifier: ''
|
|
83
|
+
},
|
|
84
|
+
messagebox: {
|
|
85
|
+
title: 'Správa',
|
|
86
|
+
confirm: 'OK',
|
|
87
|
+
cancel: 'Zrušiť',
|
|
88
|
+
error: 'Neplatný vstup'
|
|
89
|
+
},
|
|
90
|
+
upload: {
|
|
91
|
+
deleteTip: 'pre odstránenie stisni klávesu Delete',
|
|
92
|
+
delete: 'Vymazať',
|
|
93
|
+
preview: 'Prehliadať',
|
|
94
|
+
continue: 'Pokračovať'
|
|
95
|
+
},
|
|
96
|
+
table: {
|
|
97
|
+
emptyText: 'Žiadne dáta',
|
|
98
|
+
confirmFilter: 'Potvrdiť',
|
|
99
|
+
resetFilter: 'Zresetovať',
|
|
100
|
+
clearFilter: 'Všetko',
|
|
101
|
+
sumText: 'Spolu'
|
|
102
|
+
},
|
|
103
|
+
tree: {
|
|
104
|
+
emptyText: 'Žiadne dáta'
|
|
105
|
+
},
|
|
106
|
+
transfer: {
|
|
107
|
+
noMatch: 'Žiadna zhoda',
|
|
108
|
+
noData: 'Žiadne dáta',
|
|
109
|
+
titles: ['Zoznam 1', 'Zoznam 2'],
|
|
110
|
+
filterPlaceholder: 'Filtrovať podľa',
|
|
111
|
+
noCheckedFormat: '{total} položiek',
|
|
112
|
+
hasCheckedFormat: '{checked}/{total} označených'
|
|
113
|
+
},
|
|
114
|
+
image: {
|
|
115
|
+
error: 'Chyba načítania'
|
|
116
|
+
},
|
|
117
|
+
pageHeader: {
|
|
118
|
+
title: 'Späť'
|
|
119
|
+
},
|
|
120
|
+
popconfirm: {
|
|
121
|
+
confirmButtonText: 'Potvrdiť',
|
|
122
|
+
cancelButtonText: 'Zrušiť'
|
|
123
|
+
},
|
|
124
|
+
empty: {
|
|
125
|
+
description: 'Žiadne dáta'
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
};
|