@eslamdevui/ui 4.0.0 → 4.1.1-rc.1
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/.nuxt/ui/auth-form.ts +2 -2
- package/.nuxt/ui/calendar.ts +221 -9
- package/.nuxt/ui/chat-message.ts +10 -3
- package/.nuxt/ui/command-palette.ts +12 -2
- package/.nuxt/ui/content/content-search.ts +8 -1
- package/.nuxt/ui/context-menu.ts +3 -1
- package/.nuxt/ui/dashboard-panel.ts +1 -1
- package/.nuxt/ui/dashboard-search.ts +8 -1
- package/.nuxt/ui/dashboard-sidebar.ts +1 -1
- package/.nuxt/ui/drawer.ts +23 -0
- package/.nuxt/ui/dropdown-menu.ts +3 -1
- package/.nuxt/ui/empty.ts +83 -0
- package/.nuxt/ui/index.ts +1 -0
- package/.nuxt/ui/input-menu.ts +12 -2
- package/.nuxt/ui/input-number.ts +25 -14
- package/.nuxt/ui/kbd.ts +1 -1
- package/.nuxt/ui/prose/code-tree.ts +1 -1
- package/.nuxt/ui/prose/img.ts +2 -1
- package/.nuxt/ui/select-menu.ts +12 -2
- package/.nuxt/ui/select.ts +4 -2
- package/.nuxt/ui/table.ts +8 -2
- package/.nuxt/ui/tree.ts +25 -11
- package/cli/templates.mjs +14 -2
- package/dist/module.d.mts +15 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +5 -2
- package/dist/runtime/components/Accordion.d.vue.ts +11 -6
- package/dist/runtime/components/Accordion.vue +4 -4
- package/dist/runtime/components/Accordion.vue.d.ts +11 -6
- package/dist/runtime/components/Alert.d.vue.ts +6 -5
- package/dist/runtime/components/Alert.vue +1 -1
- package/dist/runtime/components/Alert.vue.d.ts +6 -5
- package/dist/runtime/components/App.d.vue.ts +5 -4
- package/dist/runtime/components/App.vue +1 -1
- package/dist/runtime/components/App.vue.d.ts +5 -4
- package/dist/runtime/components/AuthForm.d.vue.ts +33 -51
- package/dist/runtime/components/AuthForm.vue +35 -23
- package/dist/runtime/components/AuthForm.vue.d.ts +33 -51
- package/dist/runtime/components/Avatar.d.vue.ts +6 -4
- package/dist/runtime/components/Avatar.vue +10 -4
- package/dist/runtime/components/Avatar.vue.d.ts +6 -4
- package/dist/runtime/components/AvatarGroup.d.vue.ts +2 -1
- package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -1
- package/dist/runtime/components/Badge.d.vue.ts +11 -4
- package/dist/runtime/components/Badge.vue +3 -3
- package/dist/runtime/components/Badge.vue.d.ts +11 -4
- package/dist/runtime/components/Banner.d.vue.ts +6 -3
- package/dist/runtime/components/Banner.vue +1 -1
- package/dist/runtime/components/Banner.vue.d.ts +6 -3
- package/dist/runtime/components/BlogPost.d.vue.ts +11 -4
- package/dist/runtime/components/BlogPost.vue +2 -2
- package/dist/runtime/components/BlogPost.vue.d.ts +11 -4
- package/dist/runtime/components/BlogPosts.d.vue.ts +23 -13
- package/dist/runtime/components/BlogPosts.vue +8 -2
- package/dist/runtime/components/BlogPosts.vue.d.ts +23 -13
- package/dist/runtime/components/Breadcrumb.d.vue.ts +23 -7
- package/dist/runtime/components/Breadcrumb.vue +8 -8
- package/dist/runtime/components/Breadcrumb.vue.d.ts +23 -7
- package/dist/runtime/components/Button.d.vue.ts +11 -4
- package/dist/runtime/components/Button.vue +3 -3
- package/dist/runtime/components/Button.vue.d.ts +11 -4
- package/dist/runtime/components/Calendar.d.vue.ts +8 -8
- package/dist/runtime/components/Calendar.vue +3 -1
- package/dist/runtime/components/Calendar.vue.d.ts +8 -8
- package/dist/runtime/components/Card.d.vue.ts +2 -1
- package/dist/runtime/components/Card.vue.d.ts +2 -1
- package/dist/runtime/components/Carousel.d.vue.ts +5 -6
- package/dist/runtime/components/Carousel.vue +33 -12
- package/dist/runtime/components/Carousel.vue.d.ts +5 -6
- package/dist/runtime/components/ChangelogVersion.d.vue.ts +14 -5
- package/dist/runtime/components/ChangelogVersion.vue +3 -3
- package/dist/runtime/components/ChangelogVersion.vue.d.ts +14 -5
- package/dist/runtime/components/ChangelogVersions.d.vue.ts +12 -39
- package/dist/runtime/components/ChangelogVersions.vue +2 -2
- package/dist/runtime/components/ChangelogVersions.vue.d.ts +12 -39
- package/dist/runtime/components/ChatMessage.d.vue.ts +3 -1
- package/dist/runtime/components/ChatMessage.vue +1 -1
- package/dist/runtime/components/ChatMessage.vue.d.ts +3 -1
- package/dist/runtime/components/ChatMessages.d.vue.ts +16 -16
- package/dist/runtime/components/ChatMessages.vue +31 -13
- package/dist/runtime/components/ChatMessages.vue.d.ts +16 -16
- package/dist/runtime/components/ChatPalette.d.vue.ts +2 -1
- package/dist/runtime/components/ChatPalette.vue.d.ts +2 -1
- package/dist/runtime/components/ChatPrompt.d.vue.ts +4 -3
- package/dist/runtime/components/ChatPrompt.vue.d.ts +4 -3
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +2 -1
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +2 -1
- package/dist/runtime/components/Checkbox.d.vue.ts +2 -1
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -1
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +4 -6
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +4 -6
- package/dist/runtime/components/Chip.d.vue.ts +2 -1
- package/dist/runtime/components/Chip.vue.d.ts +2 -1
- package/dist/runtime/components/Collapsible.d.vue.ts +2 -1
- package/dist/runtime/components/Collapsible.vue.d.ts +2 -1
- package/dist/runtime/components/ColorPicker.d.vue.ts +3 -2
- package/dist/runtime/components/ColorPicker.vue.d.ts +3 -2
- package/dist/runtime/components/CommandPalette.d.vue.ts +51 -26
- package/dist/runtime/components/CommandPalette.vue +134 -68
- package/dist/runtime/components/CommandPalette.vue.d.ts +51 -26
- package/dist/runtime/components/Container.d.vue.ts +2 -1
- package/dist/runtime/components/Container.vue.d.ts +2 -1
- package/dist/runtime/components/ContextMenu.d.vue.ts +32 -11
- package/dist/runtime/components/ContextMenu.vue +2 -0
- package/dist/runtime/components/ContextMenu.vue.d.ts +32 -11
- package/dist/runtime/components/ContextMenuContent.d.vue.ts +6 -12
- package/dist/runtime/components/ContextMenuContent.vue +21 -11
- package/dist/runtime/components/ContextMenuContent.vue.d.ts +6 -12
- package/dist/runtime/components/DashboardGroup.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardGroup.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardNavbar.d.vue.ts +11 -4
- package/dist/runtime/components/DashboardNavbar.vue +3 -3
- package/dist/runtime/components/DashboardNavbar.vue.d.ts +11 -4
- package/dist/runtime/components/DashboardPanel.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardPanel.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardResizeHandle.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardResizeHandle.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSearch.d.vue.ts +8 -4
- package/dist/runtime/components/DashboardSearch.vue +19 -6
- package/dist/runtime/components/DashboardSearch.vue.d.ts +8 -4
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSearchButton.vue +2 -2
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSidebar.d.vue.ts +10 -8
- package/dist/runtime/components/DashboardSidebar.vue +4 -4
- package/dist/runtime/components/DashboardSidebar.vue.d.ts +10 -8
- package/dist/runtime/components/DashboardSidebarCollapse.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSidebarCollapse.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSidebarToggle.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardToolbar.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardToolbar.vue.d.ts +2 -1
- package/dist/runtime/components/Drawer.d.vue.ts +5 -1
- package/dist/runtime/components/Drawer.vue +16 -5
- package/dist/runtime/components/Drawer.vue.d.ts +5 -1
- package/dist/runtime/components/DropdownMenu.d.vue.ts +32 -11
- package/dist/runtime/components/DropdownMenu.vue +2 -0
- package/dist/runtime/components/DropdownMenu.vue.d.ts +32 -11
- package/dist/runtime/components/DropdownMenuContent.d.vue.ts +12 -14
- package/dist/runtime/components/DropdownMenuContent.vue +21 -11
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +12 -14
- package/dist/runtime/components/Empty.d.vue.ts +53 -0
- package/dist/runtime/components/Empty.vue +68 -0
- package/dist/runtime/components/Empty.vue.d.ts +53 -0
- package/dist/runtime/components/Error.d.vue.ts +2 -2
- package/dist/runtime/components/Error.vue +1 -1
- package/dist/runtime/components/Error.vue.d.ts +2 -2
- package/dist/runtime/components/FieldGroup.d.vue.ts +2 -1
- package/dist/runtime/components/FieldGroup.vue +1 -1
- package/dist/runtime/components/FieldGroup.vue.d.ts +2 -1
- package/dist/runtime/components/FileUpload.d.vue.ts +12 -9
- package/dist/runtime/components/FileUpload.vue +8 -7
- package/dist/runtime/components/FileUpload.vue.d.ts +12 -9
- package/dist/runtime/components/Footer.d.vue.ts +2 -1
- package/dist/runtime/components/Footer.vue.d.ts +2 -1
- package/dist/runtime/components/FooterColumns.d.vue.ts +13 -5
- package/dist/runtime/components/FooterColumns.vue +2 -2
- package/dist/runtime/components/FooterColumns.vue.d.ts +13 -5
- package/dist/runtime/components/Form.d.vue.ts +5 -7
- package/dist/runtime/components/Form.vue.d.ts +5 -7
- package/dist/runtime/components/FormField.d.vue.ts +2 -1
- package/dist/runtime/components/FormField.vue.d.ts +2 -1
- package/dist/runtime/components/Header.d.vue.ts +9 -7
- package/dist/runtime/components/Header.vue +3 -3
- package/dist/runtime/components/Header.vue.d.ts +9 -7
- package/dist/runtime/components/Icon.d.vue.ts +2 -1
- package/dist/runtime/components/Icon.vue.d.ts +2 -1
- package/dist/runtime/components/Input.d.vue.ts +14 -11
- package/dist/runtime/components/Input.vue +3 -3
- package/dist/runtime/components/Input.vue.d.ts +14 -11
- package/dist/runtime/components/InputMenu.d.vue.ts +49 -28
- package/dist/runtime/components/InputMenu.vue +117 -65
- package/dist/runtime/components/InputMenu.vue.d.ts +49 -28
- package/dist/runtime/components/InputNumber.d.vue.ts +6 -3
- package/dist/runtime/components/InputNumber.vue +7 -5
- package/dist/runtime/components/InputNumber.vue.d.ts +6 -3
- package/dist/runtime/components/InputTags.d.vue.ts +16 -16
- package/dist/runtime/components/InputTags.vue +5 -5
- package/dist/runtime/components/InputTags.vue.d.ts +16 -16
- package/dist/runtime/components/Kbd.d.vue.ts +2 -1
- package/dist/runtime/components/Kbd.vue.d.ts +2 -1
- package/dist/runtime/components/Link.d.vue.ts +3 -2
- package/dist/runtime/components/Link.vue.d.ts +3 -2
- package/dist/runtime/components/LinkBase.d.vue.ts +3 -2
- package/dist/runtime/components/LinkBase.vue.d.ts +3 -2
- package/dist/runtime/components/Main.d.vue.ts +3 -4
- package/dist/runtime/components/Main.vue +1 -1
- package/dist/runtime/components/Main.vue.d.ts +3 -4
- package/dist/runtime/components/Marquee.d.vue.ts +22 -1
- package/dist/runtime/components/Marquee.vue +1 -1
- package/dist/runtime/components/Marquee.vue.d.ts +22 -1
- package/dist/runtime/components/Modal.d.vue.ts +4 -6
- package/dist/runtime/components/Modal.vue +3 -6
- package/dist/runtime/components/Modal.vue.d.ts +4 -6
- package/dist/runtime/components/NavigationMenu.d.vue.ts +20 -9
- package/dist/runtime/components/NavigationMenu.vue +101 -76
- package/dist/runtime/components/NavigationMenu.vue.d.ts +20 -9
- package/dist/runtime/components/OverlayProvider.d.vue.ts +2 -1
- package/dist/runtime/components/OverlayProvider.vue.d.ts +2 -1
- package/dist/runtime/components/Page.d.vue.ts +2 -1
- package/dist/runtime/components/Page.vue.d.ts +2 -1
- package/dist/runtime/components/PageAnchors.d.vue.ts +13 -5
- package/dist/runtime/components/PageAnchors.vue +2 -2
- package/dist/runtime/components/PageAnchors.vue.d.ts +13 -5
- package/dist/runtime/components/PageAside.d.vue.ts +2 -1
- package/dist/runtime/components/PageAside.vue.d.ts +2 -1
- package/dist/runtime/components/PageBody.d.vue.ts +2 -1
- package/dist/runtime/components/PageBody.vue.d.ts +2 -1
- package/dist/runtime/components/PageCTA.d.vue.ts +2 -1
- package/dist/runtime/components/PageCTA.vue.d.ts +2 -1
- package/dist/runtime/components/PageCard.d.vue.ts +5 -2
- package/dist/runtime/components/PageCard.vue +1 -1
- package/dist/runtime/components/PageCard.vue.d.ts +5 -2
- package/dist/runtime/components/PageColumns.d.vue.ts +2 -1
- package/dist/runtime/components/PageColumns.vue.d.ts +2 -1
- package/dist/runtime/components/PageFeature.d.vue.ts +5 -2
- package/dist/runtime/components/PageFeature.vue +1 -1
- package/dist/runtime/components/PageFeature.vue.d.ts +5 -2
- package/dist/runtime/components/PageGrid.d.vue.ts +2 -1
- package/dist/runtime/components/PageGrid.vue.d.ts +2 -1
- package/dist/runtime/components/PageHeader.d.vue.ts +2 -1
- package/dist/runtime/components/PageHeader.vue.d.ts +2 -1
- package/dist/runtime/components/PageHero.d.vue.ts +2 -1
- package/dist/runtime/components/PageHero.vue.d.ts +2 -1
- package/dist/runtime/components/PageLinks.d.vue.ts +13 -5
- package/dist/runtime/components/PageLinks.vue +2 -2
- package/dist/runtime/components/PageLinks.vue.d.ts +13 -5
- package/dist/runtime/components/PageList.d.vue.ts +2 -1
- package/dist/runtime/components/PageList.vue.d.ts +2 -1
- package/dist/runtime/components/PageLogos.d.vue.ts +2 -1
- package/dist/runtime/components/PageLogos.vue.d.ts +2 -1
- package/dist/runtime/components/PageSection.d.vue.ts +5 -2
- package/dist/runtime/components/PageSection.vue +1 -1
- package/dist/runtime/components/PageSection.vue.d.ts +5 -2
- package/dist/runtime/components/Pagination.d.vue.ts +5 -2
- package/dist/runtime/components/Pagination.vue +5 -5
- package/dist/runtime/components/Pagination.vue.d.ts +5 -2
- package/dist/runtime/components/PinInput.d.vue.ts +5 -9
- package/dist/runtime/components/PinInput.vue.d.ts +5 -9
- package/dist/runtime/components/Popover.d.vue.ts +22 -23
- package/dist/runtime/components/Popover.vue +4 -4
- package/dist/runtime/components/Popover.vue.d.ts +22 -23
- package/dist/runtime/components/PricingPlan.d.vue.ts +11 -4
- package/dist/runtime/components/PricingPlan.vue +3 -3
- package/dist/runtime/components/PricingPlan.vue.d.ts +11 -4
- package/dist/runtime/components/PricingPlans.d.vue.ts +21 -13
- package/dist/runtime/components/PricingPlans.vue +7 -1
- package/dist/runtime/components/PricingPlans.vue.d.ts +21 -13
- package/dist/runtime/components/PricingTable.d.vue.ts +4 -3
- package/dist/runtime/components/PricingTable.vue.d.ts +4 -3
- package/dist/runtime/components/Progress.d.vue.ts +2 -1
- package/dist/runtime/components/Progress.vue +1 -1
- package/dist/runtime/components/Progress.vue.d.ts +2 -1
- package/dist/runtime/components/RadioGroup.d.vue.ts +4 -6
- package/dist/runtime/components/RadioGroup.vue.d.ts +4 -6
- package/dist/runtime/components/Select.d.vue.ts +25 -19
- package/dist/runtime/components/Select.vue +18 -9
- package/dist/runtime/components/Select.vue.d.ts +25 -19
- package/dist/runtime/components/SelectMenu.d.vue.ts +46 -26
- package/dist/runtime/components/SelectMenu.vue +114 -61
- package/dist/runtime/components/SelectMenu.vue.d.ts +46 -26
- package/dist/runtime/components/Separator.d.vue.ts +5 -2
- package/dist/runtime/components/Separator.vue +1 -1
- package/dist/runtime/components/Separator.vue.d.ts +5 -2
- package/dist/runtime/components/Skeleton.d.vue.ts +2 -1
- package/dist/runtime/components/Skeleton.vue.d.ts +2 -1
- package/dist/runtime/components/Slideover.d.vue.ts +4 -6
- package/dist/runtime/components/Slideover.vue +3 -6
- package/dist/runtime/components/Slideover.vue.d.ts +4 -6
- package/dist/runtime/components/Slider.d.vue.ts +5 -7
- package/dist/runtime/components/Slider.vue.d.ts +5 -7
- package/dist/runtime/components/Stepper.d.vue.ts +10 -10
- package/dist/runtime/components/Stepper.vue +1 -1
- package/dist/runtime/components/Stepper.vue.d.ts +10 -10
- package/dist/runtime/components/Switch.d.vue.ts +2 -1
- package/dist/runtime/components/Switch.vue.d.ts +2 -1
- package/dist/runtime/components/Table.d.vue.ts +27 -20
- package/dist/runtime/components/Table.vue +145 -61
- package/dist/runtime/components/Table.vue.d.ts +27 -20
- package/dist/runtime/components/Tabs.d.vue.ts +13 -9
- package/dist/runtime/components/Tabs.vue +3 -3
- package/dist/runtime/components/Tabs.vue.d.ts +13 -9
- package/dist/runtime/components/Textarea.d.vue.ts +14 -11
- package/dist/runtime/components/Textarea.vue +3 -3
- package/dist/runtime/components/Textarea.vue.d.ts +14 -11
- package/dist/runtime/components/Timeline.d.vue.ts +5 -6
- package/dist/runtime/components/Timeline.vue.d.ts +5 -6
- package/dist/runtime/components/Toast.d.vue.ts +6 -5
- package/dist/runtime/components/Toast.vue +1 -1
- package/dist/runtime/components/Toast.vue.d.ts +6 -5
- package/dist/runtime/components/Toaster.d.vue.ts +8 -1
- package/dist/runtime/components/Toaster.vue +6 -3
- package/dist/runtime/components/Toaster.vue.d.ts +8 -1
- package/dist/runtime/components/Tooltip.d.vue.ts +5 -2
- package/dist/runtime/components/Tooltip.vue +1 -1
- package/dist/runtime/components/Tooltip.vue.d.ts +5 -2
- package/dist/runtime/components/Tree.d.vue.ts +46 -10
- package/dist/runtime/components/Tree.vue +169 -81
- package/dist/runtime/components/Tree.vue.d.ts +46 -10
- package/dist/runtime/components/User.d.vue.ts +5 -2
- package/dist/runtime/components/User.vue +1 -1
- package/dist/runtime/components/User.vue.d.ts +5 -2
- package/dist/runtime/components/color-mode/ColorModeAvatar.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeAvatar.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeImage.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeImage.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSwitch.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSwitch.vue.d.ts +2 -1
- package/dist/runtime/components/content/ContentNavigation.d.vue.ts +5 -5
- package/dist/runtime/components/content/ContentNavigation.vue +19 -9
- package/dist/runtime/components/content/ContentNavigation.vue.d.ts +5 -5
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +11 -10
- package/dist/runtime/components/content/ContentSearch.vue +21 -6
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +11 -10
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +2 -1
- package/dist/runtime/components/content/ContentSearchButton.vue +2 -2
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +2 -1
- package/dist/runtime/components/content/ContentSurround.d.vue.ts +5 -3
- package/dist/runtime/components/content/ContentSurround.vue +4 -4
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +5 -3
- package/dist/runtime/components/content/ContentToc.d.vue.ts +6 -6
- package/dist/runtime/components/content/ContentToc.vue +2 -2
- package/dist/runtime/components/content/ContentToc.vue.d.ts +6 -6
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +2 -1
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +2 -1
- package/dist/runtime/components/prose/A.d.vue.ts +2 -1
- package/dist/runtime/components/prose/A.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Accordion.d.vue.ts +8 -1
- package/dist/runtime/components/prose/Accordion.vue +3 -2
- package/dist/runtime/components/prose/Accordion.vue.d.ts +8 -1
- package/dist/runtime/components/prose/AccordionItem.d.vue.ts +2 -1
- package/dist/runtime/components/prose/AccordionItem.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Badge.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Badge.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Blockquote.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Blockquote.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Callout.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Callout.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Card.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Card.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CardGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CardGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Code.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Code.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeCollapse.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeCollapse.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeIcon.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeIcon.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodePreview.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodePreview.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeTree.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeTree.vue +40 -36
- package/dist/runtime/components/prose/CodeTree.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Collapsible.d.vue.ts +4 -3
- package/dist/runtime/components/prose/Collapsible.vue +2 -2
- package/dist/runtime/components/prose/Collapsible.vue.d.ts +4 -3
- package/dist/runtime/components/prose/Em.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Em.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Field.d.vue.ts +3 -2
- package/dist/runtime/components/prose/Field.vue.d.ts +3 -2
- package/dist/runtime/components/prose/FieldGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/FieldGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H1.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H1.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H2.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H2.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H3.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H3.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H4.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H4.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Hr.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Hr.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Icon.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Icon.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Img.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Img.vue +14 -3
- package/dist/runtime/components/prose/Img.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Kbd.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Kbd.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Li.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Li.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Ol.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Ol.vue.d.ts +2 -1
- package/dist/runtime/components/prose/P.d.vue.ts +2 -1
- package/dist/runtime/components/prose/P.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Pre.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Pre.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Script.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Script.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Steps.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Steps.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Strong.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Strong.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Table.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Table.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tabs.d.vue.ts +8 -1
- package/dist/runtime/components/prose/Tabs.vue +3 -2
- package/dist/runtime/components/prose/Tabs.vue.d.ts +8 -1
- package/dist/runtime/components/prose/TabsItem.d.vue.ts +2 -1
- package/dist/runtime/components/prose/TabsItem.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tbody.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Tbody.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Td.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Td.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Th.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Th.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Thead.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Thead.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tr.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Tr.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Ul.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Ul.vue.d.ts +2 -1
- package/dist/runtime/components/prose/callout/Caution.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Caution.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Note.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Note.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Tip.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Tip.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Warning.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Warning.vue.d.ts +3 -2
- package/dist/runtime/composables/useKbd.js +2 -2
- package/dist/runtime/composables/usePortal.d.ts +3 -3
- package/dist/runtime/composables/usePortal.js +5 -10
- package/dist/runtime/composables/useToast.d.ts +3 -1
- package/dist/runtime/composables/useToast.js +4 -3
- package/dist/runtime/inertia/components/Link.d.vue.ts +3 -2
- package/dist/runtime/inertia/components/Link.vue +12 -6
- package/dist/runtime/inertia/components/Link.vue.d.ts +3 -2
- package/dist/runtime/inertia/components/LinkBase.d.vue.ts +3 -2
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +3 -2
- package/dist/runtime/inertia/stubs.d.ts +1 -1
- package/dist/runtime/inertia/stubs.js +2 -2
- package/dist/runtime/locale/ar.js +5 -5
- package/dist/runtime/locale/az.js +5 -5
- package/dist/runtime/locale/bg.js +3 -3
- package/dist/runtime/locale/bn.js +5 -5
- package/dist/runtime/locale/ca.js +5 -5
- package/dist/runtime/locale/ckb.js +15 -15
- package/dist/runtime/locale/cs.js +5 -5
- package/dist/runtime/locale/da.js +5 -5
- package/dist/runtime/locale/de.js +5 -5
- package/dist/runtime/locale/de_ch.js +5 -5
- package/dist/runtime/locale/el.js +5 -5
- package/dist/runtime/locale/en.js +5 -5
- package/dist/runtime/locale/es.js +5 -5
- package/dist/runtime/locale/et.js +5 -5
- package/dist/runtime/locale/fa_ir.js +5 -5
- package/dist/runtime/locale/fi.js +5 -5
- package/dist/runtime/locale/fr.js +5 -5
- package/dist/runtime/locale/he.js +5 -5
- package/dist/runtime/locale/hi.js +5 -5
- package/dist/runtime/locale/hr.d.ts +3 -0
- package/dist/runtime/locale/hr.js +129 -0
- package/dist/runtime/locale/hu.js +5 -5
- package/dist/runtime/locale/hy.js +4 -4
- package/dist/runtime/locale/id.js +5 -5
- package/dist/runtime/locale/index.d.ts +1 -0
- package/dist/runtime/locale/index.js +1 -0
- package/dist/runtime/locale/it.js +5 -5
- package/dist/runtime/locale/ja.js +5 -5
- package/dist/runtime/locale/ka.js +5 -5
- package/dist/runtime/locale/kk.js +3 -3
- package/dist/runtime/locale/km.js +5 -5
- package/dist/runtime/locale/ko.js +5 -5
- package/dist/runtime/locale/ky.js +4 -4
- package/dist/runtime/locale/lb.js +4 -4
- package/dist/runtime/locale/lt.js +5 -5
- package/dist/runtime/locale/mn.js +5 -5
- package/dist/runtime/locale/ms.js +5 -5
- package/dist/runtime/locale/nb_no.js +5 -5
- package/dist/runtime/locale/nl.js +5 -5
- package/dist/runtime/locale/pl.js +5 -5
- package/dist/runtime/locale/pt.js +5 -5
- package/dist/runtime/locale/pt_br.js +5 -5
- package/dist/runtime/locale/ro.js +5 -5
- package/dist/runtime/locale/ru.js +5 -5
- package/dist/runtime/locale/sk.js +5 -5
- package/dist/runtime/locale/sl.js +5 -5
- package/dist/runtime/locale/sv.js +5 -5
- package/dist/runtime/locale/th.js +5 -5
- package/dist/runtime/locale/tj.js +3 -3
- package/dist/runtime/locale/tr.js +5 -5
- package/dist/runtime/locale/ug_cn.js +3 -3
- package/dist/runtime/locale/uk.js +5 -5
- package/dist/runtime/locale/ur.js +4 -4
- package/dist/runtime/locale/uz.js +5 -5
- package/dist/runtime/locale/vi.js +5 -5
- package/dist/runtime/locale/zh_cn.js +5 -5
- package/dist/runtime/locale/zh_tw.js +5 -5
- package/dist/runtime/types/index.d.ts +2 -1
- package/dist/runtime/types/index.js +2 -1
- package/dist/runtime/types/tv.d.ts +6 -0
- package/dist/runtime/vue/components/Icon.d.vue.ts +2 -1
- package/dist/runtime/vue/components/Icon.vue.d.ts +2 -1
- package/dist/runtime/vue/components/Link.d.vue.ts +3 -2
- package/dist/runtime/vue/components/Link.vue.d.ts +3 -2
- package/dist/runtime/vue/components/color-mode/ColorModeButton.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeButton.vue.d.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue.d.ts +2 -1
- package/dist/runtime/vue/stubs.d.ts +1 -1
- package/dist/runtime/vue/stubs.js +2 -2
- package/dist/shared/{ui.BBlr3wu_.mjs → ui.Dy8dMbVj.mjs} +489 -114
- package/dist/unplugin.mjs +11 -3
- package/dist/vite.mjs +3 -2
- package/package.json +23 -21
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { defineLocale } from "../composables/defineLocale.js";
|
|
2
|
+
export default defineLocale({
|
|
3
|
+
name: "Hrvatski",
|
|
4
|
+
code: "hr",
|
|
5
|
+
messages: {
|
|
6
|
+
alert: {
|
|
7
|
+
close: "Zatvori"
|
|
8
|
+
},
|
|
9
|
+
authForm: {
|
|
10
|
+
hidePassword: "Sakrij lozinku",
|
|
11
|
+
showPassword: "Prika\u017Ei lozinku",
|
|
12
|
+
submit: "Nastavi"
|
|
13
|
+
},
|
|
14
|
+
banner: {
|
|
15
|
+
close: "Zatvori"
|
|
16
|
+
},
|
|
17
|
+
calendar: {
|
|
18
|
+
nextMonth: "Sljede\u0107i mjesec",
|
|
19
|
+
nextYear: "Sljede\u0107a godina",
|
|
20
|
+
prevMonth: "Prethodni mjesec",
|
|
21
|
+
prevYear: "Prethodna godina"
|
|
22
|
+
},
|
|
23
|
+
carousel: {
|
|
24
|
+
dots: "Odaberite slajd za prikaz",
|
|
25
|
+
goto: "Idi na slajd {slide}",
|
|
26
|
+
next: "Sljede\u0107i",
|
|
27
|
+
prev: "Prethodni"
|
|
28
|
+
},
|
|
29
|
+
chatPrompt: {
|
|
30
|
+
placeholder: "Upi\u0161ite svoju poruku ovdje\u2026"
|
|
31
|
+
},
|
|
32
|
+
chatPromptSubmit: {
|
|
33
|
+
label: "Po\u0161alji upit"
|
|
34
|
+
},
|
|
35
|
+
colorMode: {
|
|
36
|
+
dark: "Tamno",
|
|
37
|
+
light: "Svijetlo",
|
|
38
|
+
switchToDark: "Prebaci na tamni na\u010Din rada",
|
|
39
|
+
switchToLight: "Prebaci na svijetli na\u010Din rada",
|
|
40
|
+
system: "Sustav"
|
|
41
|
+
},
|
|
42
|
+
commandPalette: {
|
|
43
|
+
back: "Natrag",
|
|
44
|
+
close: "Zatvori",
|
|
45
|
+
noData: "Nema podataka",
|
|
46
|
+
noMatch: "Nema odgovaraju\u0107ih podataka",
|
|
47
|
+
placeholder: "Upi\u0161ite naredbu ili pretra\u017Eivanje\u2026"
|
|
48
|
+
},
|
|
49
|
+
contentSearch: {
|
|
50
|
+
links: "Poveznice",
|
|
51
|
+
theme: "Tema"
|
|
52
|
+
},
|
|
53
|
+
contentSearchButton: {
|
|
54
|
+
label: "Pretra\u017Eivanje\u2026"
|
|
55
|
+
},
|
|
56
|
+
contentToc: {
|
|
57
|
+
title: "Na ovoj stranici"
|
|
58
|
+
},
|
|
59
|
+
dashboardSearch: {
|
|
60
|
+
theme: "Tema"
|
|
61
|
+
},
|
|
62
|
+
dashboardSearchButton: {
|
|
63
|
+
label: "Pretra\u017Eivanje\u2026"
|
|
64
|
+
},
|
|
65
|
+
dashboardSidebarCollapse: {
|
|
66
|
+
collapse: "Smanji bo\u010Dnu traku",
|
|
67
|
+
expand: "Pro\u0161iri bo\u010Dnu traku"
|
|
68
|
+
},
|
|
69
|
+
dashboardSidebarToggle: {
|
|
70
|
+
close: "Zatvori bo\u010Dnu traku",
|
|
71
|
+
open: "Otvori bo\u010Dnu traku"
|
|
72
|
+
},
|
|
73
|
+
error: {
|
|
74
|
+
clear: "Natrag na po\u010Detnu"
|
|
75
|
+
},
|
|
76
|
+
fileUpload: {
|
|
77
|
+
removeFile: "Ukloni {filename}"
|
|
78
|
+
},
|
|
79
|
+
header: {
|
|
80
|
+
close: "Zatvori izbornik",
|
|
81
|
+
open: "Otvori izbornik"
|
|
82
|
+
},
|
|
83
|
+
inputMenu: {
|
|
84
|
+
create: 'Stvori "{label}"',
|
|
85
|
+
noData: "Nema podataka",
|
|
86
|
+
noMatch: "Nema odgovaraju\u0107ih podataka"
|
|
87
|
+
},
|
|
88
|
+
inputNumber: {
|
|
89
|
+
decrement: "Smanji",
|
|
90
|
+
increment: "Pove\u0107aj"
|
|
91
|
+
},
|
|
92
|
+
modal: {
|
|
93
|
+
close: "Zatvori"
|
|
94
|
+
},
|
|
95
|
+
pricingTable: {
|
|
96
|
+
caption: "Usporedba cjenovnih planova"
|
|
97
|
+
},
|
|
98
|
+
prose: {
|
|
99
|
+
codeCollapse: {
|
|
100
|
+
closeText: "Smanji",
|
|
101
|
+
name: "kod",
|
|
102
|
+
openText: "Pro\u0161iri"
|
|
103
|
+
},
|
|
104
|
+
collapsible: {
|
|
105
|
+
closeText: "Sakrij",
|
|
106
|
+
name: "svojstva",
|
|
107
|
+
openText: "Prika\u017Ei"
|
|
108
|
+
},
|
|
109
|
+
pre: {
|
|
110
|
+
copy: "Kopiraj kod u me\u0111uspremnik"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
selectMenu: {
|
|
114
|
+
create: 'Stvori "{label}"',
|
|
115
|
+
noData: "Nema podataka",
|
|
116
|
+
noMatch: "Nema odgovaraju\u0107ih podataka",
|
|
117
|
+
search: "Pretra\u017Eivanje\u2026"
|
|
118
|
+
},
|
|
119
|
+
slideover: {
|
|
120
|
+
close: "Zatvori"
|
|
121
|
+
},
|
|
122
|
+
table: {
|
|
123
|
+
noData: "Nema podataka"
|
|
124
|
+
},
|
|
125
|
+
toast: {
|
|
126
|
+
close: "Zatvori"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
});
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "El\u0151z\u0151"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\xCDrd be a k\xE9rd\xE9sedet itt
|
|
30
|
+
placeholder: "\xCDrd be a k\xE9rd\xE9sedet itt\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "K\xFCld\xE9s"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Bez\xE1r\xE1s",
|
|
45
45
|
noData: "Nincs adat",
|
|
46
46
|
noMatch: "Nincs tal\xE1lat",
|
|
47
|
-
placeholder: "\xCDrjon be egy parancsot vagy keressen
|
|
47
|
+
placeholder: "\xCDrjon be egy parancsot vagy keressen\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Linkek",
|
|
51
51
|
theme: "T\xE9ma"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Keres\xE9s
|
|
54
|
+
label: "Keres\xE9s\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Ezen az oldalon"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "T\xE9ma"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Keres\xE9s
|
|
63
|
+
label: "Keres\xE9s\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Oldals\xE1v \xF6sszecsuk\xE1sa",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" l\xE9trehoz\xE1sa',
|
|
115
115
|
noData: "Nincs adat",
|
|
116
116
|
noMatch: "Nincs tal\xE1lat",
|
|
117
|
-
search: "Keres\xE9s
|
|
117
|
+
search: "Keres\xE9s\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Bez\xE1r\xE1s"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u0553\u0561\u056F\u0565\u056C",
|
|
45
45
|
noData: "\u054F\u057E\u0575\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
|
|
46
46
|
noMatch: "\u0540\u0561\u0574\u0568\u0576\u056F\u0576\u0578\u0582\u0574\u0576\u0565\u0580 \u0579\u0565\u0576 \u0563\u057F\u0576\u057E\u0565\u056C",
|
|
47
|
-
placeholder: "\u0544\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0565\u0584 \u0570\u0580\u0561\u0574\u0561\u0576 \u056F\u0561\u0574 \u0578\u0580\u0578\u0576\u0565\u0584
|
|
47
|
+
placeholder: "\u0544\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0565\u0584 \u0570\u0580\u0561\u0574\u0561\u0576 \u056F\u0561\u0574 \u0578\u0580\u0578\u0576\u0565\u0584\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u0540\u0572\u0578\u0582\u0574\u0576\u0565\u0580",
|
|
51
51
|
theme: "\u0539\u0565\u0574\u0561"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u0548\u0580\u0578\u0576\u0565\u056C
|
|
54
|
+
label: "\u0548\u0580\u0578\u0576\u0565\u056C\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u0531\u0575\u057D \u0567\u057B\u0578\u0582\u0574"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u0539\u0565\u0574\u0561"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u0548\u0580\u0578\u0576\u0565\u056C
|
|
63
|
+
label: "\u0548\u0580\u0578\u0576\u0565\u056C\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u053F\u0578\u056C\u0561\u057A\u057D\u0565\u056C \u056F\u0578\u0572\u0561\u0575\u056B\u0576 \u057E\u0561\u0570\u0561\u0576\u0561\u056F\u0568",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '\u054D\u057F\u0565\u0572\u056E\u0565\u056C "{label}"',
|
|
115
115
|
noData: "\u054F\u057E\u0575\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
|
|
116
116
|
noMatch: "\u0540\u0561\u0574\u0568\u0576\u056F\u0576\u0578\u0582\u0574\u0576\u0565\u0580 \u0579\u0565\u0576 \u0563\u057F\u0576\u057E\u0565\u056C",
|
|
117
|
-
search: "\u0548\u0580\u0578\u0576\u0578\u0582\u0574
|
|
117
|
+
search: "\u0548\u0580\u0578\u0576\u0578\u0582\u0574\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u0553\u0561\u056F\u0565\u056C"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Sebelumnya"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Tulis pesan Anda di sini
|
|
30
|
+
placeholder: "Tulis pesan Anda di sini\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Kirim"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Tutup",
|
|
45
45
|
noData: "Tidak ada data",
|
|
46
46
|
noMatch: "Tidak ada data yang cocok",
|
|
47
|
-
placeholder: "Ketik perintah atau cari
|
|
47
|
+
placeholder: "Ketik perintah atau cari\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Tautan",
|
|
51
51
|
theme: "Tema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Cari
|
|
54
|
+
label: "Cari\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Pada halaman ini"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Tema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Cari
|
|
63
|
+
label: "Cari\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Ciutkan sidebar",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Buat "{label}"',
|
|
115
115
|
noData: "Tidak ada data",
|
|
116
116
|
noMatch: "Tidak ada data yang cocok",
|
|
117
|
-
search: "Cari
|
|
117
|
+
search: "Cari\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Tutup"
|
|
@@ -17,6 +17,7 @@ export { default as fi } from './fi';
|
|
|
17
17
|
export { default as fr } from './fr';
|
|
18
18
|
export { default as he } from './he';
|
|
19
19
|
export { default as hi } from './hi';
|
|
20
|
+
export { default as hr } from './hr';
|
|
20
21
|
export { default as hu } from './hu';
|
|
21
22
|
export { default as hy } from './hy';
|
|
22
23
|
export { default as id } from './id';
|
|
@@ -17,6 +17,7 @@ export { default as fi } from "./fi.js";
|
|
|
17
17
|
export { default as fr } from "./fr.js";
|
|
18
18
|
export { default as he } from "./he.js";
|
|
19
19
|
export { default as hi } from "./hi.js";
|
|
20
|
+
export { default as hr } from "./hr.js";
|
|
20
21
|
export { default as hu } from "./hu.js";
|
|
21
22
|
export { default as hy } from "./hy.js";
|
|
22
23
|
export { default as id } from "./id.js";
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Precedente"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Scrivi il tuo messaggio qui
|
|
30
|
+
placeholder: "Scrivi il tuo messaggio qui\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Invia"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Chiudi",
|
|
45
45
|
noData: "Nessun dato",
|
|
46
46
|
noMatch: "Nessun dato corrispondente",
|
|
47
|
-
placeholder: "Digita un comando o cerca
|
|
47
|
+
placeholder: "Digita un comando o cerca\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Collegamenti",
|
|
51
51
|
theme: "Tema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Cerca
|
|
54
|
+
label: "Cerca\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "In questa pagina"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Tema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Cerca
|
|
63
|
+
label: "Cerca\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Comprimi barra laterale",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Crea "{label}"',
|
|
115
115
|
noData: "Nessun dato",
|
|
116
116
|
noMatch: "Nessun dato corrispondente",
|
|
117
|
-
search: "Cerca
|
|
117
|
+
search: "Cerca\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Chiudi"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u524D\u3078"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u3053\u3053\u306B\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
|
|
30
|
+
placeholder: "\u3053\u3053\u306B\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u9001\u4FE1"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u9589\u3058\u308B",
|
|
45
45
|
noData: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
|
|
46
46
|
noMatch: "\u4E00\u81F4\u3059\u308B\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
|
|
47
|
-
placeholder: "\u30B3\u30DE\u30F3\u30C9\u3092\u5165\u529B\u3059\u308B\u304B\u691C\u7D22
|
|
47
|
+
placeholder: "\u30B3\u30DE\u30F3\u30C9\u3092\u5165\u529B\u3059\u308B\u304B\u691C\u7D22\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u30EA\u30F3\u30AF",
|
|
51
51
|
theme: "\u30C6\u30FC\u30DE"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u691C\u7D22
|
|
54
|
+
label: "\u691C\u7D22\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u3053\u306E\u30DA\u30FC\u30B8\u5185"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u30C6\u30FC\u30DE"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u691C\u7D22
|
|
63
|
+
label: "\u691C\u7D22\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u30B5\u30A4\u30C9\u30D0\u30FC\u3092\u6298\u308A\u305F\u305F\u3080",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}"\u3092\u4F5C\u6210',
|
|
115
115
|
noData: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
|
|
116
116
|
noMatch: "\u4E00\u81F4\u3059\u308B\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
|
|
117
|
-
search: "\u691C\u7D22
|
|
117
|
+
search: "\u691C\u7D22\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u9589\u3058\u308B"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u10EC\u10D8\u10DC\u10D0"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u10D3\u10D0\u10EC\u10D4\u10E0\u10D4\u10D7 \u10D7\u10E5\u10D5\u10D4\u10DC\u10D8 \u10DB\u10D4\u10E1\u10D8\u10EF\u10D8 \u10D0\u10E5
|
|
30
|
+
placeholder: "\u10D3\u10D0\u10EC\u10D4\u10E0\u10D4\u10D7 \u10D7\u10E5\u10D5\u10D4\u10DC\u10D8 \u10DB\u10D4\u10E1\u10D8\u10EF\u10D8 \u10D0\u10E5\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u10E8\u10D4\u10E2\u10E7\u10DD\u10D1\u10D8\u10DC\u10D4\u10D1\u10D8\u10E1 \u10D2\u10D0\u10D2\u10D6\u10D0\u10D5\u10DC\u10D0"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0",
|
|
45
45
|
noData: "\u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1",
|
|
46
46
|
noMatch: "\u10E8\u10D4\u10E1\u10D0\u10E2\u10E7\u10D5\u10D8\u10E1\u10D8 \u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1",
|
|
47
|
-
placeholder: "\u10E9\u10D0\u10EC\u10D4\u10E0\u10D4\u10D7 \u10D1\u10E0\u10EB\u10D0\u10DC\u10D4\u10D1\u10D0 \u10D0\u10DC \u10EB\u10D8\u10D4\u10D1\u10D0
|
|
47
|
+
placeholder: "\u10E9\u10D0\u10EC\u10D4\u10E0\u10D4\u10D7 \u10D1\u10E0\u10EB\u10D0\u10DC\u10D4\u10D1\u10D0 \u10D0\u10DC \u10EB\u10D8\u10D4\u10D1\u10D0\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u10D1\u10DB\u10E3\u10DA\u10D4\u10D1\u10D8",
|
|
51
51
|
theme: "\u10D7\u10D4\u10DB\u10D0"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u10EB\u10D8\u10D4\u10D1\u10D0
|
|
54
|
+
label: "\u10EB\u10D8\u10D4\u10D1\u10D0\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u10D0\u10DB \u10D2\u10D5\u10D4\u10E0\u10D3\u10D6\u10D4"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u10D7\u10D4\u10DB\u10D0"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u10EB\u10D8\u10D4\u10D1\u10D0
|
|
63
|
+
label: "\u10EB\u10D8\u10D4\u10D1\u10D0\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u10D2\u10D5\u10D4\u10E0\u10D3\u10D8\u10D7\u10D8 \u10D6\u10DD\u10DA\u10D8\u10E1 \u10E9\u10D0\u10D9\u10D4\u10EA\u10D5\u10D0",
|
|
@@ -117,7 +117,7 @@ export default defineLocale({
|
|
|
117
117
|
// "Create" translates as "შექმნა", but since we are simply adding new choice, creating sounds wrong, thus I chose to use "დაამატე", meaning "add".
|
|
118
118
|
noData: "\u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1",
|
|
119
119
|
noMatch: "\u10E8\u10D4\u10E1\u10D0\u10E2\u10E7\u10D5\u10D8\u10E1\u10D8 \u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1",
|
|
120
|
-
search: "\u10EB\u10D8\u10D4\u10D1\u10D0
|
|
120
|
+
search: "\u10EB\u10D8\u10D4\u10D1\u10D0\u2026"
|
|
121
121
|
},
|
|
122
122
|
slideover: {
|
|
123
123
|
close: "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u0410\u043B\u0434\u044B\u04A3\u0493\u044B"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u0425\u0430\u0431\u0430\u0440 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437
|
|
30
|
+
placeholder: "\u0425\u0430\u0431\u0430\u0440 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u0416\u0456\u0431\u0435\u0440\u0443"
|
|
@@ -44,7 +44,7 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u0416\u0430\u0431\u0443",
|
|
45
45
|
noData: "\u0414\u0435\u0440\u0435\u043A\u0442\u0435\u0440 \u0436\u043E\u049B",
|
|
46
46
|
noMatch: "\u0421\u04D9\u0439\u043A\u0435\u0441 \u043A\u0435\u043B\u0435\u0442\u0456\u043D \u0434\u0435\u0440\u0435\u043A\u0442\u0435\u0440 \u0436\u043E\u049B",
|
|
47
|
-
placeholder: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u0456\u0437\u0434\u0435\u04A3\u0456\u0437
|
|
47
|
+
placeholder: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u0456\u0437\u0434\u0435\u04A3\u0456\u0437\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u0421\u0456\u043B\u0442\u0435\u043C\u0435\u043B\u0435\u0440",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" \u0436\u0430\u0441\u0430\u0443',
|
|
115
115
|
noData: "\u0414\u0435\u0440\u0435\u043A\u0442\u0435\u0440 \u0436\u043E\u049B",
|
|
116
116
|
noMatch: "\u0421\u04D9\u0439\u043A\u0435\u0441 \u043A\u0435\u043B\u0435\u0442\u0456\u043D \u0434\u0435\u0440\u0435\u043A\u0442\u0435\u0440 \u0436\u043E\u049B",
|
|
117
|
-
search: "\u0406\u0437\u0434\u0435\u0443
|
|
117
|
+
search: "\u0406\u0437\u0434\u0435\u0443\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u0416\u0430\u0431\u0443"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u1798\u17BB\u1793"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u179F\u17BD\u179A\u179F\u17D2\u179A\u17A1\u17B6\u1789\u17CB\u1798\u17BD\u1799\u1794\u17B8\u1793\u17C1\u17C7\u1798\u17B6\u1793\u1794\u17D2\u179A\u1797\u17C1\u1791\u1794\u17B6\u1793\u1791\u17B6\u1798\u1791\u17B6\u179A\u1791\u17C1
|
|
30
|
+
placeholder: "\u179F\u17BD\u179A\u179F\u17D2\u179A\u17A1\u17B6\u1789\u17CB\u1798\u17BD\u1799\u1794\u17B8\u1793\u17C1\u17C7\u1798\u17B6\u1793\u1794\u17D2\u179A\u1797\u17C1\u1791\u1794\u17B6\u1793\u1791\u17B6\u1798\u1791\u17B6\u179A\u1791\u17C1\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u179F\u17B6\u1780\u17CB"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u1794\u17B7\u1791",
|
|
45
45
|
noData: "\u1798\u17B7\u1793\u1798\u17B6\u1793\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799",
|
|
46
46
|
noMatch: "\u1798\u17B7\u1793\u1798\u17B6\u1793\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1782\u17D2\u1793\u17B6\u1791\u17C1",
|
|
47
|
-
placeholder: "\u179C\u17B6\u1799\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6 \u17AC\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780
|
|
47
|
+
placeholder: "\u179C\u17B6\u1799\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6 \u17AC\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u178F\u17C6\u178E\u1797\u17D2\u1787\u17B6\u1794\u17CB",
|
|
51
51
|
theme: "\u179A\u17BC\u1794\u179A\u17B6\u1784"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780
|
|
54
|
+
label: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u1793\u17C5\u179B\u17BE\u1791\u17C6\u1796\u17D0\u179A\u1793\u17C1\u17C7"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u179A\u17BC\u1794\u179A\u17B6\u1784"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780
|
|
63
|
+
label: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u1794\u1784\u17D2\u179A\u17BD\u1798\u1794\u17B6\u179A\u1785\u17C6\u17A0\u17C0\u1784",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '\u1794\u1784\u17D2\u1780\u17BE\u178F "{label}"',
|
|
115
115
|
noData: "\u1798\u17B7\u1793\u1798\u17B6\u1793\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799",
|
|
116
116
|
noMatch: "\u1798\u17B7\u1793\u1798\u17B6\u1793\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1782\u17D2\u1793\u17B6\u1791\u17C1",
|
|
117
|
-
search: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780
|
|
117
|
+
search: "\u179F\u17D2\u179C\u17C2\u1784\u179A\u1780\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u1794\u17B7\u1791"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\uC774\uC804"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\uC5EC\uAE30\uC5D0 \uBA54\uC2DC\uC9C0\uB97C \uC785\uB825\uD558\uC138\uC694
|
|
30
|
+
placeholder: "\uC5EC\uAE30\uC5D0 \uBA54\uC2DC\uC9C0\uB97C \uC785\uB825\uD558\uC138\uC694\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\uC804\uC1A1"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\uB2EB\uAE30",
|
|
45
45
|
noData: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
46
46
|
noMatch: "\uC77C\uCE58\uD558\uB294 \uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
47
|
-
placeholder: "\uBA85\uB839\uC744 \uC785\uB825\uD558\uAC70\uB098 \uAC80\uC0C9
|
|
47
|
+
placeholder: "\uBA85\uB839\uC744 \uC785\uB825\uD558\uAC70\uB098 \uAC80\uC0C9\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\uB9C1\uD06C",
|
|
51
51
|
theme: "\uD14C\uB9C8"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\uAC80\uC0C9
|
|
54
|
+
label: "\uAC80\uC0C9\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\uC774 \uD398\uC774\uC9C0\uC5D0\uC11C"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\uD14C\uB9C8"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\uAC80\uC0C9
|
|
63
|
+
label: "\uAC80\uC0C9\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\uC0AC\uC774\uB4DC\uBC14 \uCD95\uC18C",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" \uC0DD\uC131',
|
|
115
115
|
noData: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
116
116
|
noMatch: "\uC77C\uCE58\uD558\uB294 \uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
117
|
-
search: "\uAC80\uC0C9
|
|
117
|
+
search: "\uAC80\uC0C9\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\uB2EB\uAE30"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u0410\u043B\u0434\u044B\u04A3\u043A\u044B"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u0411\u0443\u043B \u0436\u0435\u0440\u0433\u0435 \u0431\u0438\u043B\u0434\u0438\u0440\u04AF\u04AF\u04A3\u04AF\u0437\u0434\u04AF \u0436\u0430\u0437\u044B\u04A3\u044B\u0437
|
|
30
|
+
placeholder: "\u0411\u0443\u043B \u0436\u0435\u0440\u0433\u0435 \u0431\u0438\u043B\u0434\u0438\u0440\u04AF\u04AF\u04A3\u04AF\u0437\u0434\u04AF \u0436\u0430\u0437\u044B\u04A3\u044B\u0437\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u0411\u0438\u043B\u0434\u0438\u0440\u04AF\u04AF \u0436\u04E9\u043D\u04E9\u0442\u04AF\u04AF"
|
|
@@ -51,7 +51,7 @@ export default defineLocale({
|
|
|
51
51
|
theme: "\u0422\u0435\u043C\u0430"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u0418\u0437\u0434\u04E9\u04E9
|
|
54
|
+
label: "\u0418\u0437\u0434\u04E9\u04E9\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u0411\u0443\u043B \u0431\u0435\u0442\u0442\u0435"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u0422\u0435\u043C\u0430"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u0418\u0437\u0434\u04E9\u04E9
|
|
63
|
+
label: "\u0418\u0437\u0434\u04E9\u04E9\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u041A\u0430\u043F\u0442\u0430\u043B \u0442\u0438\u043B\u043A\u0435\u0441\u0438\u043D \u0436\u044B\u0439\u043D\u043E\u043E",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" \u0436\u0430\u0441\u043E\u043E',
|
|
115
115
|
noData: "\u041C\u0430\u0430\u043B\u044B\u043C\u0430\u0442 \u0436\u043E\u043A",
|
|
116
116
|
noMatch: "\u0421\u04AF\u0439\u043B\u04E9\u0448\u043A\u04E9\u043D \u043C\u0430\u0430\u043B\u044B\u043C\u0430\u0442\u0442\u0430\u0440 \u0436\u043E\u043A",
|
|
117
|
-
search: "\u0418\u0437\u0434\u04E9\u04E9
|
|
117
|
+
search: "\u0418\u0437\u0434\u04E9\u04E9\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u0416\u0430\u0431\u0443\u0443"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Pr\xE4z."
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Tippt hei \xC4re Message
|
|
30
|
+
placeholder: "Tippt hei \xC4re Message\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Prompt sch\xE9cken"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Zoumaachen",
|
|
45
45
|
noData: "Keng Donn\xE9e\xEBn",
|
|
46
46
|
noMatch: "Keng entspriechend Donn\xE9e\xEBn",
|
|
47
|
-
placeholder: "Tippt e Befeel oder sicht
|
|
47
|
+
placeholder: "Tippt e Befeel oder sicht\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Linken",
|
|
51
51
|
theme: "Thema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Sichen
|
|
54
|
+
label: "Sichen\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Op d\xEBser S\xE4it"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Thema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Sichen
|
|
63
|
+
label: "Sichen\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Sidebar zouklappen",
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Atgal"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u012Eveskite savo \u017Einut\u0119 \u010Dia
|
|
30
|
+
placeholder: "\u012Eveskite savo \u017Einut\u0119 \u010Dia\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Si\u0173sti \u017Einut\u0119"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "U\u017Edaryti",
|
|
45
45
|
noData: "N\u0117ra duomen\u0173",
|
|
46
46
|
noMatch: "N\u0117ra atitinkan\u010Di\u0173 duomen\u0173",
|
|
47
|
-
placeholder: "\u012Eveskite komand\u0105 arba ie\u0161kokite
|
|
47
|
+
placeholder: "\u012Eveskite komand\u0105 arba ie\u0161kokite\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Nuorodos",
|
|
51
51
|
theme: "Tema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Ie\u0161koti
|
|
54
|
+
label: "Ie\u0161koti\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u0160iame puslapyje"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Tema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Ie\u0161koti
|
|
63
|
+
label: "Ie\u0161koti\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Suskleisti \u0161onin\u0119 juost\u0105",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Sukurti \u201E{label}"',
|
|
115
115
|
noData: "N\u0117ra duomen\u0173",
|
|
116
116
|
noMatch: "N\u0117ra atitinkan\u010Di\u0173 duomen\u0173",
|
|
117
|
-
search: "Ie\u0161koti
|
|
117
|
+
search: "Ie\u0161koti\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "U\u017Edaryti"
|