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: 'V redu',
|
|
8
|
+
clear: 'Počisti'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Zdaj',
|
|
12
|
+
today: 'Danes',
|
|
13
|
+
cancel: 'Prekliči',
|
|
14
|
+
clear: 'Počisti',
|
|
15
|
+
confirm: 'Potrdi',
|
|
16
|
+
selectDate: 'Izberi datum',
|
|
17
|
+
selectTime: 'Izberi čas',
|
|
18
|
+
startDate: 'Začetni datum',
|
|
19
|
+
startTime: 'Začetni čas',
|
|
20
|
+
endDate: 'Končni datum',
|
|
21
|
+
endTime: 'Končni čas',
|
|
22
|
+
prevYear: 'Prejšnje leto',
|
|
23
|
+
nextYear: 'Naslednje leto',
|
|
24
|
+
prevMonth: 'Prejšnji mesec',
|
|
25
|
+
nextMonth: 'Naslednji mesec',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Jan',
|
|
28
|
+
month2: 'Feb',
|
|
29
|
+
month3: 'Mar',
|
|
30
|
+
month4: 'Apr',
|
|
31
|
+
month5: 'Maj',
|
|
32
|
+
month6: 'Jun',
|
|
33
|
+
month7: 'Jul',
|
|
34
|
+
month8: 'Avg',
|
|
35
|
+
month9: 'Sep',
|
|
36
|
+
month10: 'Okt',
|
|
37
|
+
month11: 'Nov',
|
|
38
|
+
month12: 'Dec',
|
|
39
|
+
week: 'teden',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Ned',
|
|
42
|
+
mon: 'Pon',
|
|
43
|
+
tue: 'Tor',
|
|
44
|
+
wed: 'Sre',
|
|
45
|
+
thu: 'Čet',
|
|
46
|
+
fri: 'Pet',
|
|
47
|
+
sat: 'Sob'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Jan',
|
|
51
|
+
feb: 'Feb',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Apr',
|
|
54
|
+
may: 'Maj',
|
|
55
|
+
jun: 'Jun',
|
|
56
|
+
jul: 'Jul',
|
|
57
|
+
aug: 'Avg',
|
|
58
|
+
sep: 'Sep',
|
|
59
|
+
oct: 'Okt',
|
|
60
|
+
nov: 'Nov',
|
|
61
|
+
dec: 'Dec'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Nalaganje',
|
|
66
|
+
noMatch: 'Ni ustreznih podatkov',
|
|
67
|
+
noData: 'Ni podatkov',
|
|
68
|
+
placeholder: 'Izberi'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Ni ustreznih podatkov',
|
|
72
|
+
loading: 'Nalaganje',
|
|
73
|
+
placeholder: 'Izberi',
|
|
74
|
+
noData: 'Ni podatkov'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Pojdi na',
|
|
78
|
+
pagesize: '/stran',
|
|
79
|
+
total: 'Skupno {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Sporočilo',
|
|
84
|
+
confirm: 'V redu',
|
|
85
|
+
cancel: 'Prekliči',
|
|
86
|
+
error: 'Nedovoljen vnos'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'press delete to remove', // to be translated
|
|
90
|
+
delete: 'Izbriši',
|
|
91
|
+
preview: 'Predogled',
|
|
92
|
+
continue: 'Nadaljuj'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Ni podatkov',
|
|
96
|
+
confirmFilter: 'Potrdi',
|
|
97
|
+
resetFilter: 'Ponastavi',
|
|
98
|
+
clearFilter: 'Vse',
|
|
99
|
+
sumText: 'Skupno'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Ni podatkov'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Ni ustreznih podatkov',
|
|
106
|
+
noData: 'Ni podatkov',
|
|
107
|
+
titles: ['Seznam 1', 'Seznam 2'],
|
|
108
|
+
filterPlaceholder: 'Vnesi ključno besedo',
|
|
109
|
+
noCheckedFormat: '{total} elementov',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} izbranih'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'NEUSPELO'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Nazaj'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Da',
|
|
120
|
+
cancelButtonText: 'Ne'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Ni podatkov'
|
|
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: 'Poništi'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Sad',
|
|
12
|
+
today: 'Danas',
|
|
13
|
+
cancel: 'Otkaži',
|
|
14
|
+
clear: 'Briši',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Izaberi datum',
|
|
17
|
+
selectTime: 'Izaberi vreme',
|
|
18
|
+
startDate: 'Datum početka',
|
|
19
|
+
startTime: 'Vreme početka',
|
|
20
|
+
endDate: 'Datum završetka',
|
|
21
|
+
endTime: 'Vreme završetka',
|
|
22
|
+
prevYear: 'Prethodna godina',
|
|
23
|
+
nextYear: 'Sledeća godina',
|
|
24
|
+
prevMonth: 'Prethodni mesec',
|
|
25
|
+
nextMonth: 'Sledeći mesec',
|
|
26
|
+
year: 'godina',
|
|
27
|
+
month1: 'januar',
|
|
28
|
+
month2: 'februar',
|
|
29
|
+
month3: 'mart',
|
|
30
|
+
month4: 'april',
|
|
31
|
+
month5: 'maj',
|
|
32
|
+
month6: 'jun',
|
|
33
|
+
month7: 'jul',
|
|
34
|
+
month8: 'avgust',
|
|
35
|
+
month9: 'septembar',
|
|
36
|
+
month10: 'oktobar',
|
|
37
|
+
month11: 'novembar',
|
|
38
|
+
month12: 'decembar',
|
|
39
|
+
week: 'sedmica',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Ned',
|
|
42
|
+
mon: 'Pon',
|
|
43
|
+
tue: 'Uto',
|
|
44
|
+
wed: 'Sre',
|
|
45
|
+
thu: 'Čet',
|
|
46
|
+
fri: 'Pet',
|
|
47
|
+
sat: 'Sub'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'jan',
|
|
51
|
+
feb: 'feb',
|
|
52
|
+
mar: 'mar',
|
|
53
|
+
apr: 'apr',
|
|
54
|
+
may: 'maj',
|
|
55
|
+
jun: 'jun',
|
|
56
|
+
jul: 'jul',
|
|
57
|
+
aug: 'avg',
|
|
58
|
+
sep: 'sep',
|
|
59
|
+
oct: 'okt',
|
|
60
|
+
nov: 'nov',
|
|
61
|
+
dec: 'dev'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Učitavanje',
|
|
66
|
+
noMatch: 'Nema rezultata',
|
|
67
|
+
noData: 'Nema podataka',
|
|
68
|
+
placeholder: 'Izaberi'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Nema rezultata',
|
|
72
|
+
loading: 'Učitavanje',
|
|
73
|
+
placeholder: 'Izaberi',
|
|
74
|
+
noData: 'Nema podataka'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Idi na',
|
|
78
|
+
pagesize: '/strani',
|
|
79
|
+
total: 'Ukupno {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Poruka',
|
|
84
|
+
confirm: 'OK',
|
|
85
|
+
cancel: 'Otkaži',
|
|
86
|
+
error: 'Neisravan unos'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'pritisni BRIŠI da obrišeš',
|
|
90
|
+
delete: 'Briši',
|
|
91
|
+
preview: 'Vidi',
|
|
92
|
+
continue: 'Nastavi'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Nema podataka',
|
|
96
|
+
confirmFilter: 'Potvrdi',
|
|
97
|
+
resetFilter: 'Resetuj',
|
|
98
|
+
clearFilter: 'Sve',
|
|
99
|
+
sumText: 'Zbir'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Nema podataka'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Nema rezultata',
|
|
106
|
+
noData: 'Nema podataka',
|
|
107
|
+
titles: ['Lista 1', 'Lista 2'],
|
|
108
|
+
filterPlaceholder: 'Unesi ključnu reč',
|
|
109
|
+
noCheckedFormat: '{total} stavki',
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} obeleženih'
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'NEUSPEŠNO'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Nazad'
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Da',
|
|
120
|
+
cancelButtonText: 'Ne'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Nema podataka'
|
|
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'], // 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: '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: 'Нема података'
|
|
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: 'Töm'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Nu',
|
|
12
|
+
today: 'Idag',
|
|
13
|
+
cancel: 'Avbryt',
|
|
14
|
+
clear: 'Töm',
|
|
15
|
+
confirm: 'OK',
|
|
16
|
+
selectDate: 'Välj datum',
|
|
17
|
+
selectTime: 'Välj tid',
|
|
18
|
+
startDate: 'Startdatum',
|
|
19
|
+
startTime: 'Starttid',
|
|
20
|
+
endDate: 'Slutdatum',
|
|
21
|
+
endTime: 'Sluttid',
|
|
22
|
+
prevYear: 'Föregående år',
|
|
23
|
+
nextYear: 'Nästa år',
|
|
24
|
+
prevMonth: 'Föregående månad',
|
|
25
|
+
nextMonth: 'Nästa månad',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Januari',
|
|
28
|
+
month2: 'Februari',
|
|
29
|
+
month3: 'Mars',
|
|
30
|
+
month4: 'April',
|
|
31
|
+
month5: 'Maj',
|
|
32
|
+
month6: 'Juni',
|
|
33
|
+
month7: 'Juli',
|
|
34
|
+
month8: 'Augusti',
|
|
35
|
+
month9: 'September',
|
|
36
|
+
month10: 'Oktober',
|
|
37
|
+
month11: 'November',
|
|
38
|
+
month12: 'December',
|
|
39
|
+
// week: 'week',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'Sön',
|
|
42
|
+
mon: 'Mån',
|
|
43
|
+
tue: 'Tis',
|
|
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: 'Maj',
|
|
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: 'Laddar',
|
|
66
|
+
noMatch: 'Hittade inget',
|
|
67
|
+
noData: 'Ingen data',
|
|
68
|
+
placeholder: 'Välj'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Hittade inget',
|
|
72
|
+
loading: 'Laddar',
|
|
73
|
+
placeholder: 'Välj',
|
|
74
|
+
noData: 'Ingen data'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Gå till',
|
|
78
|
+
pagesize: '/sida',
|
|
79
|
+
total: 'Totalt {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Meddelande',
|
|
84
|
+
confirm: 'OK',
|
|
85
|
+
cancel: 'Avbryt',
|
|
86
|
+
error: 'Felaktig inmatning'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'press delete to remove', // to be translated
|
|
90
|
+
delete: 'Radera',
|
|
91
|
+
preview: 'Förhandsvisa',
|
|
92
|
+
continue: 'Fortsätt'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Inga Data',
|
|
96
|
+
confirmFilter: 'Bekräfta',
|
|
97
|
+
resetFilter: 'Återställ',
|
|
98
|
+
clearFilter: 'Alla',
|
|
99
|
+
sumText: 'Summa'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Ingen data'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Hittade inget',
|
|
106
|
+
noData: 'Ingen data',
|
|
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: 'Bakåt' // to be translated
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Ja',
|
|
120
|
+
cancelButtonText: 'Nej'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Inga 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: 'Sawa',
|
|
8
|
+
clear: 'Futa'
|
|
9
|
+
},
|
|
10
|
+
datepicker: {
|
|
11
|
+
now: 'Hivi Punde',
|
|
12
|
+
today: 'Leo',
|
|
13
|
+
cancel: 'Katisha',
|
|
14
|
+
clear: 'Futa',
|
|
15
|
+
confirm: 'Sawa',
|
|
16
|
+
selectDate: 'Chagua tarehe',
|
|
17
|
+
selectTime: 'Chagua Muda',
|
|
18
|
+
startDate: 'Kuanzia Tarehe',
|
|
19
|
+
startTime: 'Kuanzia Saa',
|
|
20
|
+
endDate: 'Mpaka Tarehe',
|
|
21
|
+
endTime: 'Mpaka Saa',
|
|
22
|
+
prevYear: 'Mwaka uliopita',
|
|
23
|
+
nextYear: 'Mwaka ujao',
|
|
24
|
+
prevMonth: 'Mwezi uliopita',
|
|
25
|
+
nextMonth: 'Mwezi ujao',
|
|
26
|
+
year: '',
|
|
27
|
+
month1: 'Januari',
|
|
28
|
+
month2: 'Februari',
|
|
29
|
+
month3: 'Machi',
|
|
30
|
+
month4: 'Aprili',
|
|
31
|
+
month5: 'Mei',
|
|
32
|
+
month6: 'Juni',
|
|
33
|
+
month7: 'Julai',
|
|
34
|
+
month8: 'Agosti',
|
|
35
|
+
month9: 'Septemba',
|
|
36
|
+
month10: 'Oktoba',
|
|
37
|
+
month11: 'Novemba',
|
|
38
|
+
month12: 'Disemba',
|
|
39
|
+
week: 'wiki',
|
|
40
|
+
weeks: {
|
|
41
|
+
sun: 'J2',
|
|
42
|
+
mon: 'J3',
|
|
43
|
+
tue: 'J4',
|
|
44
|
+
wed: 'J5',
|
|
45
|
+
thu: 'Alhamisi',
|
|
46
|
+
fri: 'Ijumaa',
|
|
47
|
+
sat: 'J1'
|
|
48
|
+
},
|
|
49
|
+
months: {
|
|
50
|
+
jan: 'Jan',
|
|
51
|
+
feb: 'Feb',
|
|
52
|
+
mar: 'Mar',
|
|
53
|
+
apr: 'Apr',
|
|
54
|
+
may: 'Mei',
|
|
55
|
+
jun: 'Jun',
|
|
56
|
+
jul: 'Jul',
|
|
57
|
+
aug: 'Ago',
|
|
58
|
+
sep: 'Sep',
|
|
59
|
+
oct: 'Okt',
|
|
60
|
+
nov: 'Nov',
|
|
61
|
+
dec: 'Dec'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
select: {
|
|
65
|
+
loading: 'Inapakia',
|
|
66
|
+
noMatch: 'Hakuna Matokeo yaliyofanana',
|
|
67
|
+
noData: 'Hakuna Matokeo',
|
|
68
|
+
placeholder: 'Chagua'
|
|
69
|
+
},
|
|
70
|
+
cascader: {
|
|
71
|
+
noMatch: 'Hakuna Matokeo yaliyofanana',
|
|
72
|
+
loading: 'Inapakia',
|
|
73
|
+
placeholder: 'Chagua',
|
|
74
|
+
noData: 'Hakuna Matokeo'
|
|
75
|
+
},
|
|
76
|
+
pagination: {
|
|
77
|
+
goto: 'Nenda',
|
|
78
|
+
pagesize: '/page',
|
|
79
|
+
total: 'Jumla {total}',
|
|
80
|
+
pageClassifier: ''
|
|
81
|
+
},
|
|
82
|
+
messagebox: {
|
|
83
|
+
title: 'Ujumbe',
|
|
84
|
+
confirm: 'Sawa',
|
|
85
|
+
cancel: 'Katisha',
|
|
86
|
+
error: 'Maingizo yasiyo sahihi'
|
|
87
|
+
},
|
|
88
|
+
upload: {
|
|
89
|
+
deleteTip: 'bonyeza futa kuondoa',
|
|
90
|
+
delete: 'Futa',
|
|
91
|
+
preview: 'Onyesha',
|
|
92
|
+
continue: 'Endelea'
|
|
93
|
+
},
|
|
94
|
+
table: {
|
|
95
|
+
emptyText: 'Hakuna Data',
|
|
96
|
+
confirmFilter: 'Hakikisha',
|
|
97
|
+
resetFilter: 'Ondoa Kichujio',
|
|
98
|
+
clearFilter: 'Zote',
|
|
99
|
+
sumText: 'Jumla'
|
|
100
|
+
},
|
|
101
|
+
tree: {
|
|
102
|
+
emptyText: 'Hakuna Data'
|
|
103
|
+
},
|
|
104
|
+
transfer: {
|
|
105
|
+
noMatch: 'Hakuna Matokeo yaliyofanana',
|
|
106
|
+
noData: 'Hakuna Data',
|
|
107
|
+
titles: ['List 1', 'List 2'], // to be translated
|
|
108
|
+
filterPlaceholder: 'Enter keyword', // to be translated
|
|
109
|
+
noCheckedFormat: '{total} ya zote', // to be translated
|
|
110
|
+
hasCheckedFormat: '{checked}/{total} zilizochaguliwa' // to be translated
|
|
111
|
+
},
|
|
112
|
+
image: {
|
|
113
|
+
error: 'IMEFELI'
|
|
114
|
+
},
|
|
115
|
+
pageHeader: {
|
|
116
|
+
title: 'Nyuma' // to be translated
|
|
117
|
+
},
|
|
118
|
+
popconfirm: {
|
|
119
|
+
confirmButtonText: 'Ndio',
|
|
120
|
+
cancelButtonText: 'Hapana'
|
|
121
|
+
},
|
|
122
|
+
empty: {
|
|
123
|
+
description: 'Hakuna Data'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|