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,141 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define('element/locale/hu', ['module', 'exports'], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(module, exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod, mod.exports);
|
|
11
|
+
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
12
|
+
global.ELEMENT.lang.hu = mod.exports;
|
|
13
|
+
}
|
|
14
|
+
})(this, function (module, exports) {
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.default = {
|
|
19
|
+
el: {
|
|
20
|
+
colorpicker: {
|
|
21
|
+
confirm: 'OK',
|
|
22
|
+
clear: 'Törlés'
|
|
23
|
+
},
|
|
24
|
+
datepicker: {
|
|
25
|
+
now: 'Most',
|
|
26
|
+
today: 'Ma',
|
|
27
|
+
cancel: 'Mégse',
|
|
28
|
+
clear: 'Törlés',
|
|
29
|
+
confirm: 'OK',
|
|
30
|
+
selectDate: 'Dátum',
|
|
31
|
+
selectTime: 'Időpont',
|
|
32
|
+
startDate: 'Dátum-tól',
|
|
33
|
+
startTime: 'Időpont-tól',
|
|
34
|
+
endDate: 'Dátum-ig',
|
|
35
|
+
endTime: 'Időpont-ig',
|
|
36
|
+
prevYear: 'Előző év',
|
|
37
|
+
nextYear: 'Következő év',
|
|
38
|
+
prevMonth: 'Előző hónap',
|
|
39
|
+
nextMonth: 'Következő hónap',
|
|
40
|
+
year: '',
|
|
41
|
+
month1: 'Január',
|
|
42
|
+
month2: 'Február',
|
|
43
|
+
month3: 'Március',
|
|
44
|
+
month4: 'Április',
|
|
45
|
+
month5: 'Május',
|
|
46
|
+
month6: 'Június',
|
|
47
|
+
month7: 'Július',
|
|
48
|
+
month8: 'Augusztus',
|
|
49
|
+
month9: 'Szeptember',
|
|
50
|
+
month10: 'Október',
|
|
51
|
+
month11: 'November',
|
|
52
|
+
month12: 'December',
|
|
53
|
+
weeks: {
|
|
54
|
+
sun: 'Vas',
|
|
55
|
+
mon: 'Hét',
|
|
56
|
+
tue: 'Ked',
|
|
57
|
+
wed: 'Sze',
|
|
58
|
+
thu: 'Csü',
|
|
59
|
+
fri: 'Pén',
|
|
60
|
+
sat: 'Szo'
|
|
61
|
+
},
|
|
62
|
+
months: {
|
|
63
|
+
jan: 'Jan',
|
|
64
|
+
feb: 'Feb',
|
|
65
|
+
mar: 'Már',
|
|
66
|
+
apr: 'Ápr',
|
|
67
|
+
may: 'Máj',
|
|
68
|
+
jun: 'Jún',
|
|
69
|
+
jul: 'Júl',
|
|
70
|
+
aug: 'Aug',
|
|
71
|
+
sep: 'Szep',
|
|
72
|
+
oct: 'Okt',
|
|
73
|
+
nov: 'Nov',
|
|
74
|
+
dec: 'Dec'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
select: {
|
|
78
|
+
loading: 'Betöltés',
|
|
79
|
+
noMatch: 'Nincs találat',
|
|
80
|
+
noData: 'Nincs adat',
|
|
81
|
+
placeholder: 'Válassz'
|
|
82
|
+
},
|
|
83
|
+
cascader: {
|
|
84
|
+
noMatch: 'Nincs találat',
|
|
85
|
+
loading: 'Betöltés',
|
|
86
|
+
placeholder: 'Válassz',
|
|
87
|
+
noData: 'Nincs adat'
|
|
88
|
+
},
|
|
89
|
+
pagination: {
|
|
90
|
+
goto: 'Ugrás',
|
|
91
|
+
pagesize: '/oldal',
|
|
92
|
+
total: 'Össz {total}',
|
|
93
|
+
pageClassifier: ''
|
|
94
|
+
},
|
|
95
|
+
messagebox: {
|
|
96
|
+
title: 'Üzenet',
|
|
97
|
+
confirm: 'OK',
|
|
98
|
+
cancel: 'Mégse',
|
|
99
|
+
error: 'Hibás adat'
|
|
100
|
+
},
|
|
101
|
+
upload: {
|
|
102
|
+
deleteTip: 'kattints a törléshez',
|
|
103
|
+
delete: 'Törlés',
|
|
104
|
+
preview: 'Előnézet',
|
|
105
|
+
continue: 'Tovább'
|
|
106
|
+
},
|
|
107
|
+
table: {
|
|
108
|
+
emptyText: 'Nincs adat',
|
|
109
|
+
confirmFilter: 'Megerősít',
|
|
110
|
+
resetFilter: 'Alaphelyet',
|
|
111
|
+
clearFilter: 'Mind',
|
|
112
|
+
sumText: 'Összeg'
|
|
113
|
+
},
|
|
114
|
+
tree: {
|
|
115
|
+
emptyText: 'Nincs adat'
|
|
116
|
+
},
|
|
117
|
+
transfer: {
|
|
118
|
+
noMatch: 'Nincs találat',
|
|
119
|
+
noData: 'Nincs adat',
|
|
120
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
121
|
+
filterPlaceholder: 'Kulcsszó',
|
|
122
|
+
noCheckedFormat: '{total} elem',
|
|
123
|
+
hasCheckedFormat: '{checked}/{total} kiválasztva'
|
|
124
|
+
},
|
|
125
|
+
image: {
|
|
126
|
+
error: 'FAILED' // to be translated
|
|
127
|
+
},
|
|
128
|
+
pageHeader: {
|
|
129
|
+
title: 'Back' // to be translated
|
|
130
|
+
},
|
|
131
|
+
popconfirm: {
|
|
132
|
+
confirmButtonText: 'Yes', // to be translated
|
|
133
|
+
cancelButtonText: 'No' // to be translated
|
|
134
|
+
},
|
|
135
|
+
empty: {
|
|
136
|
+
description: 'Nincs adat'
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
module.exports = exports['default'];
|
|
141
|
+
});
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define('element/locale/hy-AM', ['module', 'exports'], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(module, exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod, mod.exports);
|
|
11
|
+
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
12
|
+
global.ELEMENT.lang.hyAM = mod.exports;
|
|
13
|
+
}
|
|
14
|
+
})(this, function (module, exports) {
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.default = {
|
|
19
|
+
el: {
|
|
20
|
+
colorpicker: {
|
|
21
|
+
confirm: 'Լաւ',
|
|
22
|
+
clear: 'Մաքրել'
|
|
23
|
+
},
|
|
24
|
+
datepicker: {
|
|
25
|
+
now: 'Հիմա',
|
|
26
|
+
today: 'Այսօր',
|
|
27
|
+
cancel: 'Չեղարկել',
|
|
28
|
+
clear: 'Մաքրել',
|
|
29
|
+
confirm: 'Լաւ',
|
|
30
|
+
selectDate: 'Ընտրեք ամսաթիւը',
|
|
31
|
+
selectTime: 'Ընտրեք ժամանակը',
|
|
32
|
+
startDate: 'Սկզբ. ամսաթիւը',
|
|
33
|
+
startTime: 'Սկզբ. ժամանակը',
|
|
34
|
+
endDate: 'Վերջ. ամսաթիվը',
|
|
35
|
+
endTime: 'Վերջ. ժամանակը',
|
|
36
|
+
prevYear: 'Նախորդ տարի',
|
|
37
|
+
nextYear: 'Յաջորդ տարի',
|
|
38
|
+
prevMonth: 'Նախորդ ամիս',
|
|
39
|
+
nextMonth: 'Յաջորդ ամիս',
|
|
40
|
+
year: 'Տարի',
|
|
41
|
+
month1: 'Յունուար',
|
|
42
|
+
month2: 'Փետրուար',
|
|
43
|
+
month3: 'Մարտ',
|
|
44
|
+
month4: 'Ապրիլ',
|
|
45
|
+
month5: 'Մայիս',
|
|
46
|
+
month6: 'Յունիս',
|
|
47
|
+
month7: 'Յուլիս',
|
|
48
|
+
month8: 'Օգոստոս',
|
|
49
|
+
month9: 'Սեպտեմբեր',
|
|
50
|
+
month10: 'Յոկտեմբեր',
|
|
51
|
+
month11: 'Նոյեմբեր',
|
|
52
|
+
month12: 'Դեկտեմբեր',
|
|
53
|
+
week: 'Շաբաթ',
|
|
54
|
+
weeks: {
|
|
55
|
+
sun: 'Կիր',
|
|
56
|
+
mon: 'Երկ',
|
|
57
|
+
tue: 'Եր',
|
|
58
|
+
wed: 'Չոր',
|
|
59
|
+
thu: 'Հինգ',
|
|
60
|
+
fri: 'Ուրբ',
|
|
61
|
+
sat: 'Շաբ'
|
|
62
|
+
},
|
|
63
|
+
months: {
|
|
64
|
+
jan: 'Յունվ',
|
|
65
|
+
feb: 'Փետ',
|
|
66
|
+
mar: 'Մար',
|
|
67
|
+
apr: 'Ապր',
|
|
68
|
+
may: 'Մայ',
|
|
69
|
+
jun: 'Յուն',
|
|
70
|
+
jul: 'Յուլ',
|
|
71
|
+
aug: 'Օգ',
|
|
72
|
+
sep: 'Սեպտ',
|
|
73
|
+
oct: 'Յոկ',
|
|
74
|
+
nov: 'Նոյ',
|
|
75
|
+
dec: 'Դեկ'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
select: {
|
|
79
|
+
loading: 'Բեռնում',
|
|
80
|
+
noMatch: 'Համապատասխան տուեալներ չկան',
|
|
81
|
+
noData: 'Տվյալներ չկան',
|
|
82
|
+
placeholder: 'Ընտրել'
|
|
83
|
+
},
|
|
84
|
+
cascader: {
|
|
85
|
+
noMatch: 'Համապատասխան տուեալներ չկան',
|
|
86
|
+
loading: 'Բեռնում',
|
|
87
|
+
placeholder: 'Ընտրել',
|
|
88
|
+
noData: 'Տվյալներ չկան'
|
|
89
|
+
},
|
|
90
|
+
pagination: {
|
|
91
|
+
goto: 'Անցնել',
|
|
92
|
+
pagesize: ' էջում',
|
|
93
|
+
total: 'Ընդամենը {total}',
|
|
94
|
+
pageClassifier: ''
|
|
95
|
+
},
|
|
96
|
+
messagebox: {
|
|
97
|
+
title: 'Հաղորդագրութիւն',
|
|
98
|
+
confirm: 'Լաւ',
|
|
99
|
+
cancel: 'Չեղարկել',
|
|
100
|
+
error: 'Անվաւեր տուեալների մուտք'
|
|
101
|
+
},
|
|
102
|
+
upload: {
|
|
103
|
+
deleteTip: 'Սեղմեք [Ջնջել] ջնջելու համար',
|
|
104
|
+
delete: 'Ջնջել',
|
|
105
|
+
preview: 'Նախադիտում',
|
|
106
|
+
continue: 'Շարունակել'
|
|
107
|
+
},
|
|
108
|
+
table: {
|
|
109
|
+
emptyText: 'Տուեալներ չկան',
|
|
110
|
+
confirmFilter: 'Յաստատել',
|
|
111
|
+
resetFilter: 'Վերագործարկել',
|
|
112
|
+
clearFilter: 'Բոլորը',
|
|
113
|
+
sumText: 'Գումարը'
|
|
114
|
+
},
|
|
115
|
+
tree: {
|
|
116
|
+
emptyText: 'Տուեալներ չկան'
|
|
117
|
+
},
|
|
118
|
+
transfer: {
|
|
119
|
+
noMatch: 'Համապատասխան տուեալներ չկան',
|
|
120
|
+
noData: 'Տուեալներ չկան',
|
|
121
|
+
titles: ['Ցուցակ 1', 'Ցուցակ 2'],
|
|
122
|
+
filterPlaceholder: 'Մուտքագրեք բանալի բառ',
|
|
123
|
+
noCheckedFormat: '{total} միաւոր',
|
|
124
|
+
hasCheckedFormat: '{checked}/{total} ընտրուած է'
|
|
125
|
+
},
|
|
126
|
+
image: {
|
|
127
|
+
error: 'FAILED' // to be translated
|
|
128
|
+
},
|
|
129
|
+
pageHeader: {
|
|
130
|
+
title: 'Back' // to be translated
|
|
131
|
+
},
|
|
132
|
+
popconfirm: {
|
|
133
|
+
confirmButtonText: 'Yes', // to be translated
|
|
134
|
+
cancelButtonText: 'No' // to be translated
|
|
135
|
+
},
|
|
136
|
+
empty: {
|
|
137
|
+
description: 'Տուեալներ չկան'
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
module.exports = exports['default'];
|
|
142
|
+
});
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define('element/locale/id', ['module', 'exports'], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(module, exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod, mod.exports);
|
|
11
|
+
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
12
|
+
global.ELEMENT.lang.id = mod.exports;
|
|
13
|
+
}
|
|
14
|
+
})(this, function (module, exports) {
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.default = {
|
|
19
|
+
el: {
|
|
20
|
+
colorpicker: {
|
|
21
|
+
confirm: 'Pilih',
|
|
22
|
+
clear: 'Kosongkan'
|
|
23
|
+
},
|
|
24
|
+
datepicker: {
|
|
25
|
+
now: 'Sekarang',
|
|
26
|
+
today: 'Hari ini',
|
|
27
|
+
cancel: 'Batal',
|
|
28
|
+
clear: 'Kosongkan',
|
|
29
|
+
confirm: 'Ya',
|
|
30
|
+
selectDate: 'Pilih tanggal',
|
|
31
|
+
selectTime: 'Pilih waktu',
|
|
32
|
+
startDate: 'Tanggal Mulai',
|
|
33
|
+
startTime: 'Waktu Mulai',
|
|
34
|
+
endDate: 'Tanggal Selesai',
|
|
35
|
+
endTime: 'Waktu Selesai',
|
|
36
|
+
prevYear: 'Tahun Sebelumnya',
|
|
37
|
+
nextYear: 'Tahun Selanjutnya',
|
|
38
|
+
prevMonth: 'Bulan Sebelumnya',
|
|
39
|
+
nextMonth: 'Bulan Selanjutnya',
|
|
40
|
+
year: 'Tahun',
|
|
41
|
+
month1: 'Januari',
|
|
42
|
+
month2: 'Februari',
|
|
43
|
+
month3: 'Maret',
|
|
44
|
+
month4: 'April',
|
|
45
|
+
month5: 'Mei',
|
|
46
|
+
month6: 'Juni',
|
|
47
|
+
month7: 'Juli',
|
|
48
|
+
month8: 'Agustus',
|
|
49
|
+
month9: 'September',
|
|
50
|
+
month10: 'Oktober',
|
|
51
|
+
month11: 'November',
|
|
52
|
+
month12: 'Desember',
|
|
53
|
+
// week: 'minggu',
|
|
54
|
+
weeks: {
|
|
55
|
+
sun: 'Min',
|
|
56
|
+
mon: 'Sen',
|
|
57
|
+
tue: 'Sel',
|
|
58
|
+
wed: 'Rab',
|
|
59
|
+
thu: 'Kam',
|
|
60
|
+
fri: 'Jum',
|
|
61
|
+
sat: 'Sab'
|
|
62
|
+
},
|
|
63
|
+
months: {
|
|
64
|
+
jan: 'Jan',
|
|
65
|
+
feb: 'Feb',
|
|
66
|
+
mar: 'Mar',
|
|
67
|
+
apr: 'Apr',
|
|
68
|
+
may: 'Mei',
|
|
69
|
+
jun: 'Jun',
|
|
70
|
+
jul: 'Jul',
|
|
71
|
+
aug: 'Agu',
|
|
72
|
+
sep: 'Sep',
|
|
73
|
+
oct: 'Okt',
|
|
74
|
+
nov: 'Nov',
|
|
75
|
+
dec: 'Des'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
select: {
|
|
79
|
+
loading: 'Memuat',
|
|
80
|
+
noMatch: 'Tidak ada data yg cocok',
|
|
81
|
+
noData: 'Tidak ada data',
|
|
82
|
+
placeholder: 'Pilih'
|
|
83
|
+
},
|
|
84
|
+
cascader: {
|
|
85
|
+
noMatch: 'Tidak ada data yg cocok',
|
|
86
|
+
loading: 'Memuat',
|
|
87
|
+
placeholder: 'Pilih',
|
|
88
|
+
noData: 'Tidak ada data'
|
|
89
|
+
},
|
|
90
|
+
pagination: {
|
|
91
|
+
goto: 'Pergi ke',
|
|
92
|
+
pagesize: '/laman',
|
|
93
|
+
total: 'Total {total}',
|
|
94
|
+
pageClassifier: ''
|
|
95
|
+
},
|
|
96
|
+
messagebox: {
|
|
97
|
+
title: 'Pesan',
|
|
98
|
+
confirm: 'Ya',
|
|
99
|
+
cancel: 'Batal',
|
|
100
|
+
error: 'Masukan ilegal'
|
|
101
|
+
},
|
|
102
|
+
upload: {
|
|
103
|
+
deleteTip: 'Tekan hapus untuk melanjutkan',
|
|
104
|
+
delete: 'Hapus',
|
|
105
|
+
preview: 'Pratinjau',
|
|
106
|
+
continue: 'Lanjutkan'
|
|
107
|
+
},
|
|
108
|
+
table: {
|
|
109
|
+
emptyText: 'Tidak ada data',
|
|
110
|
+
confirmFilter: 'Konfirmasi',
|
|
111
|
+
resetFilter: 'Atur ulang',
|
|
112
|
+
clearFilter: 'Semua',
|
|
113
|
+
sumText: 'Jml'
|
|
114
|
+
},
|
|
115
|
+
tree: {
|
|
116
|
+
emptyText: 'Tidak ada data'
|
|
117
|
+
},
|
|
118
|
+
transfer: {
|
|
119
|
+
noMatch: 'Tidak ada data yg cocok',
|
|
120
|
+
noData: 'Tidak ada data',
|
|
121
|
+
titles: ['Senarai 1', 'Senarai 2'],
|
|
122
|
+
filterPlaceholder: 'Masukan kata kunci',
|
|
123
|
+
noCheckedFormat: '{total} butir',
|
|
124
|
+
hasCheckedFormat: '{checked}/{total} terpilih'
|
|
125
|
+
},
|
|
126
|
+
image: {
|
|
127
|
+
error: 'GAGAL'
|
|
128
|
+
},
|
|
129
|
+
pageHeader: {
|
|
130
|
+
title: 'Kembali'
|
|
131
|
+
},
|
|
132
|
+
popconfirm: {
|
|
133
|
+
confirmButtonText: 'Ya',
|
|
134
|
+
cancelButtonText: 'Tidak'
|
|
135
|
+
},
|
|
136
|
+
empty: {
|
|
137
|
+
description: 'Tidak ada data'
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
module.exports = exports['default'];
|
|
142
|
+
});
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define('element/locale/is', ['module', 'exports'], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(module, exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod, mod.exports);
|
|
11
|
+
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
12
|
+
global.ELEMENT.lang.is = mod.exports;
|
|
13
|
+
}
|
|
14
|
+
})(this, function (module, exports) {
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.default = {
|
|
19
|
+
el: {
|
|
20
|
+
colorpicker: {
|
|
21
|
+
confirm: 'OK',
|
|
22
|
+
clear: 'Hreinsa'
|
|
23
|
+
},
|
|
24
|
+
datepicker: {
|
|
25
|
+
now: 'Núna',
|
|
26
|
+
today: 'Í dag',
|
|
27
|
+
cancel: 'Hætta við',
|
|
28
|
+
clear: 'Hreinsa',
|
|
29
|
+
confirm: 'OK',
|
|
30
|
+
selectDate: 'Velja dagsetningu',
|
|
31
|
+
selectTime: 'Velja tíma',
|
|
32
|
+
startDate: 'Upphafsdagsetning',
|
|
33
|
+
startTime: 'Upphafstími',
|
|
34
|
+
endDate: 'Lokadagsetning',
|
|
35
|
+
endTime: 'Lokatími',
|
|
36
|
+
prevYear: 'Síðasta ár',
|
|
37
|
+
nextYear: 'Næsta ár',
|
|
38
|
+
prevMonth: 'Síðasti mánuður',
|
|
39
|
+
nextMonth: 'Næsti mánuður',
|
|
40
|
+
year: 'Ár',
|
|
41
|
+
month1: 'Janúar',
|
|
42
|
+
month2: 'Febrúar',
|
|
43
|
+
month3: 'Mars',
|
|
44
|
+
month4: 'Apríl',
|
|
45
|
+
month5: 'Maí',
|
|
46
|
+
month6: 'Júní',
|
|
47
|
+
month7: 'Júlí',
|
|
48
|
+
month8: 'Ágúst',
|
|
49
|
+
month9: 'September',
|
|
50
|
+
month10: 'Október',
|
|
51
|
+
month11: 'Nóvember',
|
|
52
|
+
month12: 'Desember',
|
|
53
|
+
week: 'Vika',
|
|
54
|
+
weeks: {
|
|
55
|
+
sun: 'Sun',
|
|
56
|
+
mon: 'Mán',
|
|
57
|
+
tue: 'Þri',
|
|
58
|
+
wed: 'Mið',
|
|
59
|
+
thu: 'Fim',
|
|
60
|
+
fri: 'Fös',
|
|
61
|
+
sat: 'Lau'
|
|
62
|
+
},
|
|
63
|
+
months: {
|
|
64
|
+
jan: 'Jan',
|
|
65
|
+
feb: 'Feb',
|
|
66
|
+
mar: 'Mar',
|
|
67
|
+
apr: 'Apr',
|
|
68
|
+
may: 'Maí',
|
|
69
|
+
jun: 'Jún',
|
|
70
|
+
jul: 'Júl',
|
|
71
|
+
aug: 'Ágú',
|
|
72
|
+
sep: 'Sep',
|
|
73
|
+
oct: 'Okt',
|
|
74
|
+
nov: 'Nóv',
|
|
75
|
+
dec: 'Des'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
select: {
|
|
79
|
+
loading: 'Hleð',
|
|
80
|
+
noMatch: 'Ekkert fannst',
|
|
81
|
+
noData: 'Engin gögn',
|
|
82
|
+
placeholder: 'Velja'
|
|
83
|
+
},
|
|
84
|
+
cascader: {
|
|
85
|
+
noMatch: 'Ekkert fannst',
|
|
86
|
+
loading: 'Hleð',
|
|
87
|
+
placeholder: 'Velja',
|
|
88
|
+
noData: 'Engin gögn'
|
|
89
|
+
},
|
|
90
|
+
pagination: {
|
|
91
|
+
goto: 'Fara á',
|
|
92
|
+
pagesize: '/sida',
|
|
93
|
+
total: 'Samtals {total}',
|
|
94
|
+
pageClassifier: ''
|
|
95
|
+
},
|
|
96
|
+
messagebox: {
|
|
97
|
+
title: 'Skilaboð',
|
|
98
|
+
confirm: 'OK',
|
|
99
|
+
cancel: 'Hætta við',
|
|
100
|
+
error: 'Rangt innslegið'
|
|
101
|
+
},
|
|
102
|
+
upload: {
|
|
103
|
+
deleteTip: 'smelltu á eyða til að eyða',
|
|
104
|
+
delete: 'Eyða',
|
|
105
|
+
preview: 'Skoða',
|
|
106
|
+
continue: 'Halda áfram'
|
|
107
|
+
},
|
|
108
|
+
table: {
|
|
109
|
+
emptyText: 'Engin gögn',
|
|
110
|
+
confirmFilter: 'Staðfesta',
|
|
111
|
+
resetFilter: 'Endurstilla',
|
|
112
|
+
clearFilter: 'Allt',
|
|
113
|
+
sumText: 'Summa'
|
|
114
|
+
},
|
|
115
|
+
tree: {
|
|
116
|
+
emptyText: 'Engin gögn'
|
|
117
|
+
},
|
|
118
|
+
transfer: {
|
|
119
|
+
noMatch: 'Engin gögn fundust',
|
|
120
|
+
noData: 'Engin gögn',
|
|
121
|
+
titles: ['Listi 1', 'Listi 2'],
|
|
122
|
+
filterPlaceholder: 'Slá inn orð',
|
|
123
|
+
noCheckedFormat: '{total} atriði',
|
|
124
|
+
hasCheckedFormat: '{checked}/{total} valin'
|
|
125
|
+
},
|
|
126
|
+
image: {
|
|
127
|
+
error: 'VILLA'
|
|
128
|
+
},
|
|
129
|
+
pageHeader: {
|
|
130
|
+
title: 'Til baka'
|
|
131
|
+
},
|
|
132
|
+
popconfirm: {
|
|
133
|
+
confirmButtonText: 'Já',
|
|
134
|
+
cancelButtonText: 'Nei'
|
|
135
|
+
},
|
|
136
|
+
empty: {
|
|
137
|
+
description: 'Engin gögn'
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
module.exports = exports['default'];
|
|
142
|
+
});
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define('element/locale/it', ['module', 'exports'], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(module, exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod, mod.exports);
|
|
11
|
+
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
12
|
+
global.ELEMENT.lang.it = mod.exports;
|
|
13
|
+
}
|
|
14
|
+
})(this, function (module, exports) {
|
|
15
|
+
'use strict';
|
|
16
|
+
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.default = {
|
|
19
|
+
el: {
|
|
20
|
+
colorpicker: {
|
|
21
|
+
confirm: 'OK',
|
|
22
|
+
clear: 'Pulisci'
|
|
23
|
+
},
|
|
24
|
+
datepicker: {
|
|
25
|
+
now: 'Ora',
|
|
26
|
+
today: 'Oggi',
|
|
27
|
+
cancel: 'Cancella',
|
|
28
|
+
clear: 'Pulisci',
|
|
29
|
+
confirm: 'OK',
|
|
30
|
+
selectDate: 'Seleziona data',
|
|
31
|
+
selectTime: 'Seleziona ora',
|
|
32
|
+
startDate: 'Data inizio',
|
|
33
|
+
startTime: 'Ora inizio',
|
|
34
|
+
endDate: 'Data fine',
|
|
35
|
+
endTime: 'Ora fine',
|
|
36
|
+
prevYear: 'Anno precedente',
|
|
37
|
+
nextYear: 'Anno successivo',
|
|
38
|
+
prevMonth: 'Mese precedente',
|
|
39
|
+
nextMonth: 'Mese successivo',
|
|
40
|
+
year: 'anno',
|
|
41
|
+
month1: 'Gennaio',
|
|
42
|
+
month2: 'Febbraio',
|
|
43
|
+
month3: 'Marzo',
|
|
44
|
+
month4: 'Aprile',
|
|
45
|
+
month5: 'Maggio',
|
|
46
|
+
month6: 'Giugno',
|
|
47
|
+
month7: 'Luglio',
|
|
48
|
+
month8: 'Agosto',
|
|
49
|
+
month9: 'Settembre',
|
|
50
|
+
month10: 'Ottobre',
|
|
51
|
+
month11: 'Novembre',
|
|
52
|
+
month12: 'Dicembre',
|
|
53
|
+
// week: 'settimana',
|
|
54
|
+
weeks: {
|
|
55
|
+
sun: 'Dom',
|
|
56
|
+
mon: 'Lun',
|
|
57
|
+
tue: 'Mar',
|
|
58
|
+
wed: 'Mer',
|
|
59
|
+
thu: 'Gio',
|
|
60
|
+
fri: 'Ven',
|
|
61
|
+
sat: 'Sab'
|
|
62
|
+
},
|
|
63
|
+
months: {
|
|
64
|
+
jan: 'Gen',
|
|
65
|
+
feb: 'Feb',
|
|
66
|
+
mar: 'Mar',
|
|
67
|
+
apr: 'Apr',
|
|
68
|
+
may: 'Mag',
|
|
69
|
+
jun: 'Giu',
|
|
70
|
+
jul: 'Lug',
|
|
71
|
+
aug: 'Ago',
|
|
72
|
+
sep: 'Set',
|
|
73
|
+
oct: 'Ott',
|
|
74
|
+
nov: 'Nov',
|
|
75
|
+
dec: 'Dic'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
select: {
|
|
79
|
+
loading: 'Caricamento',
|
|
80
|
+
noMatch: 'Nessuna corrispondenza',
|
|
81
|
+
noData: 'Nessun dato',
|
|
82
|
+
placeholder: 'Seleziona'
|
|
83
|
+
},
|
|
84
|
+
cascader: {
|
|
85
|
+
noMatch: 'Nessuna corrispondenza',
|
|
86
|
+
loading: 'Caricamento',
|
|
87
|
+
placeholder: 'Seleziona',
|
|
88
|
+
noData: 'Nessun dato'
|
|
89
|
+
},
|
|
90
|
+
pagination: {
|
|
91
|
+
goto: 'Vai a',
|
|
92
|
+
pagesize: '/pagina',
|
|
93
|
+
total: 'Totale {total}',
|
|
94
|
+
pageClassifier: ''
|
|
95
|
+
},
|
|
96
|
+
messagebox: {
|
|
97
|
+
confirm: 'OK',
|
|
98
|
+
cancel: 'Annulla',
|
|
99
|
+
error: 'Input non valido'
|
|
100
|
+
},
|
|
101
|
+
upload: {
|
|
102
|
+
deleteTip: 'Premi cancella per rimuovere',
|
|
103
|
+
delete: 'Cancella',
|
|
104
|
+
preview: 'Anteprima',
|
|
105
|
+
continue: 'Continua'
|
|
106
|
+
},
|
|
107
|
+
table: {
|
|
108
|
+
emptyText: 'Nessun dato',
|
|
109
|
+
confirmFilter: 'Conferma',
|
|
110
|
+
resetFilter: 'Reset',
|
|
111
|
+
clearFilter: 'Tutti',
|
|
112
|
+
sumText: 'Somma'
|
|
113
|
+
},
|
|
114
|
+
tree: {
|
|
115
|
+
emptyText: 'Nessun dato'
|
|
116
|
+
},
|
|
117
|
+
transfer: {
|
|
118
|
+
noMatch: 'Nessuna corrispondenza',
|
|
119
|
+
noData: 'Nessun dato',
|
|
120
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
121
|
+
filterPlaceholder: 'Inserisci filtro',
|
|
122
|
+
noCheckedFormat: '{total} elementi',
|
|
123
|
+
hasCheckedFormat: '{checked}/{total} selezionati'
|
|
124
|
+
},
|
|
125
|
+
image: {
|
|
126
|
+
error: 'ERRORE'
|
|
127
|
+
},
|
|
128
|
+
pageHeader: {
|
|
129
|
+
title: 'Indietro'
|
|
130
|
+
},
|
|
131
|
+
popconfirm: {
|
|
132
|
+
confirmButtonText: 'Sì',
|
|
133
|
+
cancelButtonText: 'No'
|
|
134
|
+
},
|
|
135
|
+
empty: {
|
|
136
|
+
description: 'Nessun dato'
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
module.exports = exports['default'];
|
|
141
|
+
});
|