@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
|
@@ -8,8 +8,8 @@ export default defineLocale({
|
|
|
8
8
|
close: "\u062F\u0627\u062E\u0633\u062A\u0646"
|
|
9
9
|
},
|
|
10
10
|
authForm: {
|
|
11
|
-
hidePassword: "\u0634\u0627\u0631\u062F\u0646\u06D5\u0648\u06D5\u06CC \
|
|
12
|
-
showPassword: "\u067E\u06CC\u0634\u0627\u0646\u062F\u0627\u0646\u06CC \
|
|
11
|
+
hidePassword: "\u0634\u0627\u0631\u062F\u0646\u06D5\u0648\u06D5\u06CC \u062A\u06CE\u067E\u06D5\u0695\u06D5\u0648\u0634\u06D5",
|
|
12
|
+
showPassword: "\u067E\u06CC\u0634\u0627\u0646\u062F\u0627\u0646\u06CC \u062A\u06CE\u067E\u06D5\u0695\u06D5\u0648\u0634\u06D5",
|
|
13
13
|
submit: "\u0628\u06D5\u0631\u062F\u06D5\u0648\u0627\u0645 \u0628\u06D5"
|
|
14
14
|
},
|
|
15
15
|
banner: {
|
|
@@ -24,14 +24,14 @@ export default defineLocale({
|
|
|
24
24
|
carousel: {
|
|
25
25
|
dots: "\u0633\u0644\u0627\u06CC\u062F\u06CE\u06A9 \u0647\u06D5\u06B5\u0628\u0698\u06CE\u0631\u06D5 \u0628\u06C6 \u067E\u06CC\u0634\u0627\u0646\u062F\u0627\u0646",
|
|
26
26
|
goto: "\u0628\u0695\u06C6 \u0628\u06C6 \u0633\u0644\u0627\u06CC\u062F\u06CC {slide}",
|
|
27
|
-
next: "\u062F\
|
|
28
|
-
prev: "\u067E\u06CE\u0634\
|
|
27
|
+
next: "\u062F\u0648\u0627\u062A\u0631",
|
|
28
|
+
prev: "\u067E\u06CE\u0634\u062A\u0631"
|
|
29
29
|
},
|
|
30
30
|
chatPrompt: {
|
|
31
|
-
placeholder: "\
|
|
31
|
+
placeholder: "\u0646\u0627\u0645\u06D5\u06A9\u06D5\u062A \u0644\u06CE\u0631\u06D5 \u0628\u0646\u0648\u0633\u06D5..."
|
|
32
32
|
},
|
|
33
33
|
chatPromptSubmit: {
|
|
34
|
-
label: "\
|
|
34
|
+
label: "\u0646\u0627\u0631\u062F\u0646"
|
|
35
35
|
},
|
|
36
36
|
colorMode: {
|
|
37
37
|
dark: "\u062A\u0627\u0631\u06CC\u06A9",
|
|
@@ -45,14 +45,14 @@ export default defineLocale({
|
|
|
45
45
|
close: "\u062F\u0627\u062E\u0633\u062A\u0646",
|
|
46
46
|
noData: "\u0647\u06CC\u0686 \u062F\u0627\u062A\u0627\u06CC\u06D5\u06A9 \u0646\u06CC\u06CC\u06D5",
|
|
47
47
|
noMatch: "\u0647\u06CC\u0686 \u0626\u06D5\u0646\u062C\u0627\u0645\u06CE\u06A9 \u0646\u06D5\u062F\u06C6\u0632\u0631\u0627\u06CC\u06D5\u0648\u06D5",
|
|
48
|
-
placeholder: "\u0641\u06D5\u0631\u0645\u0627\u0646\u06CE\u06A9 \u0628\u0646\u0648\u0648\u0633\u06D5 \u06CC\u0627\u0646 \u0628\u06AF\u06D5\u0695\u06CE
|
|
48
|
+
placeholder: "\u0641\u06D5\u0631\u0645\u0627\u0646\u06CE\u06A9 \u0628\u0646\u0648\u0648\u0633\u06D5 \u06CC\u0627\u0646 \u0628\u06AF\u06D5\u0695\u06CE\u2026"
|
|
49
49
|
},
|
|
50
50
|
contentSearch: {
|
|
51
51
|
links: "\u0628\u06D5\u0633\u062A\u06D5\u0631\u06D5\u06A9\u0627\u0646",
|
|
52
52
|
theme: "\u0695\u0648\u0648\u06A9\u0627\u0631"
|
|
53
53
|
},
|
|
54
54
|
contentSearchButton: {
|
|
55
|
-
label: "\u06AF\u06D5\u0695\u0627\u0646
|
|
55
|
+
label: "\u06AF\u06D5\u0695\u0627\u0646\u2026"
|
|
56
56
|
},
|
|
57
57
|
contentToc: {
|
|
58
58
|
title: "\u0644\u06D5\u0645 \u067E\u06D5\u0695\u06D5\u06CC\u06D5\u062F\u0627"
|
|
@@ -61,15 +61,15 @@ export default defineLocale({
|
|
|
61
61
|
theme: "\u0695\u0648\u0648\u06A9\u0627\u0631"
|
|
62
62
|
},
|
|
63
63
|
dashboardSearchButton: {
|
|
64
|
-
label: "\u06AF\u06D5\u0695\u0627\u0646
|
|
64
|
+
label: "\u06AF\u06D5\u0695\u0627\u0646\u2026"
|
|
65
65
|
},
|
|
66
66
|
dashboardSidebarCollapse: {
|
|
67
67
|
collapse: "\u062F\u0627\u062E\u0633\u062A\u0646\u06CC \u0644\u0627\u06CC \u062A\u06D5\u0646\u06CC\u0634\u062A",
|
|
68
68
|
expand: "\u0641\u0631\u0627\u0648\u0627\u0646\u06A9\u0631\u062F\u0646\u06CC \u0644\u0627\u06CC \u062A\u06D5\u0646\u06CC\u0634\u062A"
|
|
69
69
|
},
|
|
70
70
|
dashboardSidebarToggle: {
|
|
71
|
-
close: "\u062F\u0627\u062E\u0633\u062A\u0646\u06CC \u0644\u0627\
|
|
72
|
-
open: "\u06A9\u0631\u062F\u0646\u06D5\u0648\u06D5\u06CC \u0644\u0627\
|
|
71
|
+
close: "\u062F\u0627\u062E\u0633\u062A\u0646\u06CC \u0644\u0627\u062A\u06D5\u0646\u06CC\u0634\u062A",
|
|
72
|
+
open: "\u06A9\u0631\u062F\u0646\u06D5\u0648\u06D5\u06CC \u0644\u0627\u062A\u06D5\u0646\u06CC\u0634\u062A"
|
|
73
73
|
},
|
|
74
74
|
error: {
|
|
75
75
|
clear: "\u06AF\u06D5\u0695\u0627\u0646\u06D5\u0648\u06D5 \u0628\u06C6 \u0633\u06D5\u0631\u06D5\u062A\u0627"
|
|
@@ -82,7 +82,7 @@ export default defineLocale({
|
|
|
82
82
|
open: "\u06A9\u0631\u062F\u0646\u06D5\u0648\u06D5\u06CC \u067E\u06CE\u0695\u0633\u062A"
|
|
83
83
|
},
|
|
84
84
|
inputMenu: {
|
|
85
|
-
create: '"{label}" \
|
|
85
|
+
create: '"{label}" \u0632\u06CC\u0627\u062F\u06A9\u0631\u062F\u0646\u06CC',
|
|
86
86
|
noData: "\u0647\u06CC\u0686 \u062F\u0627\u062A\u0627\u06CC\u06D5\u06A9 \u0646\u06CC\u06CC\u06D5",
|
|
87
87
|
noMatch: "\u0647\u06CC\u0686 \u0626\u06D5\u0646\u062C\u0627\u0645\u06CE\u06A9 \u0646\u06D5\u062F\u06C6\u0632\u0631\u0627\u06CC\u06D5\u0648\u06D5"
|
|
88
88
|
},
|
|
@@ -94,7 +94,7 @@ export default defineLocale({
|
|
|
94
94
|
close: "\u062F\u0627\u062E\u0633\u062A\u0646"
|
|
95
95
|
},
|
|
96
96
|
pricingTable: {
|
|
97
|
-
caption: "\
|
|
97
|
+
caption: "\u0628\u06D5\u0631\u0627\u0648\u0631\u06A9\u0631\u062F\u0646\u06CC \u067E\u0644\u0627\u0646\u06CC \u0646\u0631\u062E\u062F\u0627\u0646\u0627\u0646"
|
|
98
98
|
},
|
|
99
99
|
prose: {
|
|
100
100
|
codeCollapse: {
|
|
@@ -112,10 +112,10 @@ export default defineLocale({
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
selectMenu: {
|
|
115
|
-
create: '"{label}" \
|
|
115
|
+
create: '"{label}" \u0632\u06CC\u0627\u062F\u06A9\u0631\u062F\u0646\u06CC',
|
|
116
116
|
noData: "\u0647\u06CC\u0686 \u062F\u0627\u062A\u0627\u06CC\u06D5\u06A9 \u0646\u06CC\u06CC\u06D5",
|
|
117
117
|
noMatch: "\u0647\u06CC\u0686 \u0626\u06D5\u0646\u062C\u0627\u0645\u06CE\u06A9 \u0646\u06D5\u062F\u06C6\u0632\u0631\u0627\u06CC\u06D5\u0648\u06D5",
|
|
118
|
-
search: "\u06AF\u06D5\u0695\u0627\u0646
|
|
118
|
+
search: "\u06AF\u06D5\u0695\u0627\u0646\u2026"
|
|
119
119
|
},
|
|
120
120
|
slideover: {
|
|
121
121
|
close: "\u062F\u0627\u062E\u0633\u062A\u0646"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "P\u0159edchoz\xED"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Zde napi\u0161te sv\u016Fj text
|
|
30
|
+
placeholder: "Zde napi\u0161te sv\u016Fj text\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Odeslat"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Zav\u0159\xEDt",
|
|
45
45
|
noData: "\u017D\xE1dn\xE1 data",
|
|
46
46
|
noMatch: "\u017D\xE1dn\xE1 shoda",
|
|
47
|
-
placeholder: "Zadejte p\u0159\xEDkaz nebo hledejte
|
|
47
|
+
placeholder: "Zadejte p\u0159\xEDkaz nebo hledejte\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Odkazy",
|
|
51
51
|
theme: "T\xE9ma"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Hledat
|
|
54
|
+
label: "Hledat\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Na t\xE9to str\xE1nce"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "T\xE9ma"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Hledat
|
|
63
|
+
label: "Hledat\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Sbalit postrann\xED panel",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Vytvo\u0159it "{label}"',
|
|
115
115
|
noData: "\u017D\xE1dn\xE1 data",
|
|
116
116
|
noMatch: "\u017D\xE1dn\xE1 shoda",
|
|
117
|
-
search: "Hledat
|
|
117
|
+
search: "Hledat\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Zav\u0159\xEDt"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Forrige"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Skriv din besked her
|
|
30
|
+
placeholder: "Skriv din besked her\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Send"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Luk",
|
|
45
45
|
noData: "Ingen data",
|
|
46
46
|
noMatch: "Ingen matchende data",
|
|
47
|
-
placeholder: "Skriv en kommando eller s\xF8g
|
|
47
|
+
placeholder: "Skriv en kommando eller s\xF8g\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Links",
|
|
51
51
|
theme: "Tema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "S\xF8g
|
|
54
|
+
label: "S\xF8g\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "P\xE5 denne side"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Tema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "S\xF8g
|
|
63
|
+
label: "S\xF8g\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Sammenfold sidemenu",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Opret "{label}"',
|
|
115
115
|
noData: "Ingen data",
|
|
116
116
|
noMatch: "Ingen matchende data",
|
|
117
|
-
search: "S\xF8g
|
|
117
|
+
search: "S\xF8g\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Luk"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Zur\xFCck"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Hier schreiben Sie Ihre Nachricht
|
|
30
|
+
placeholder: "Hier schreiben Sie Ihre Nachricht\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Senden"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Schlie\xDFen",
|
|
45
45
|
noData: "Keine Daten",
|
|
46
46
|
noMatch: "Nichts gefunden",
|
|
47
|
-
placeholder: "Geben Sie einen Befehl ein oder suchen Sie
|
|
47
|
+
placeholder: "Geben Sie einen Befehl ein oder suchen Sie\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Links",
|
|
51
51
|
theme: "Thema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Suchen
|
|
54
|
+
label: "Suchen\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Auf dieser Seite"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Thema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Suchen
|
|
63
|
+
label: "Suchen\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Seitenleiste einklappen",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" erstellen',
|
|
115
115
|
noData: "Keine Daten",
|
|
116
116
|
noMatch: "Nichts gefunden",
|
|
117
|
-
search: "Suchen
|
|
117
|
+
search: "Suchen\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Schlie\xDFen"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Zur\xFCck"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Hier schreiben Sie Ihre Nachricht
|
|
30
|
+
placeholder: "Hier schreiben Sie Ihre Nachricht\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Senden"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Schliessen",
|
|
45
45
|
noData: "Keine Daten",
|
|
46
46
|
noMatch: "Nichts gefunden",
|
|
47
|
-
placeholder: "Geben Sie einen Befehl ein oder suchen Sie
|
|
47
|
+
placeholder: "Geben Sie einen Befehl ein oder suchen Sie\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Links",
|
|
51
51
|
theme: "Thema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Suchen
|
|
54
|
+
label: "Suchen\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Auf dieser Seite"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Thema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Suchen
|
|
63
|
+
label: "Suchen\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Seitenleiste einklappen",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" erstellen',
|
|
115
115
|
noData: "Keine Daten",
|
|
116
116
|
noMatch: "Nichts gefunden",
|
|
117
|
-
search: "Suchen
|
|
117
|
+
search: "Suchen\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Schliessen"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u0395\u03B4\u03CE \u03B3\u03C1\u03AC\u03C8\u03C4\u03B5 \u03C4\u03BF \u03BC\u03AE\u03BD\u03C5\u03BC\u03AC \u03C3\u03B1\u03C2
|
|
30
|
+
placeholder: "\u0395\u03B4\u03CE \u03B3\u03C1\u03AC\u03C8\u03C4\u03B5 \u03C4\u03BF \u03BC\u03AE\u03BD\u03C5\u03BC\u03AC \u03C3\u03B1\u03C2\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u0391\u03C0\u03BF\u03C3\u03C4\u03BF\u03BB\u03AE"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF",
|
|
45
45
|
noData: "\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1",
|
|
46
46
|
noMatch: "\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1",
|
|
47
|
-
placeholder: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03AE \u03B1\u03BD\u03B1\u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5
|
|
47
|
+
placeholder: "\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03AE \u03B1\u03BD\u03B1\u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03B9",
|
|
51
51
|
theme: "\u0398\u03AD\u03BC\u03B1"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
|
|
54
|
+
label: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u03A3\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u0398\u03AD\u03BC\u03B1"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
|
|
63
|
+
label: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03C0\u03BB\u03B5\u03C5\u03C1\u03B9\u03BA\u03AE\u03C2 \u03BC\u03C0\u03AC\u03C1\u03B1\u03C2",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 "{label}"',
|
|
115
115
|
noData: "\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1",
|
|
116
116
|
noMatch: "\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1",
|
|
117
|
-
search: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
|
|
117
|
+
search: "\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Prev"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Type your message here
|
|
30
|
+
placeholder: "Type your message here\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Send prompt"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Close",
|
|
45
45
|
noData: "No data",
|
|
46
46
|
noMatch: "No matching data",
|
|
47
|
-
placeholder: "Type a command or search
|
|
47
|
+
placeholder: "Type a command or search\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Links",
|
|
51
51
|
theme: "Theme"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Search
|
|
54
|
+
label: "Search\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "On this page"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Theme"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Search
|
|
63
|
+
label: "Search\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Collapse sidebar",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Create "{label}"',
|
|
115
115
|
noData: "No data",
|
|
116
116
|
noMatch: "No matching data",
|
|
117
|
-
search: "Search
|
|
117
|
+
search: "Search\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Close"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Anterior"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Escribe tu mensaje aqu\xED
|
|
30
|
+
placeholder: "Escribe tu mensaje aqu\xED\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Enviar"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Cerrar",
|
|
45
45
|
noData: "Sin datos",
|
|
46
46
|
noMatch: "No hay datos coincidentes",
|
|
47
|
-
placeholder: "Escribe un comando o busca
|
|
47
|
+
placeholder: "Escribe un comando o busca\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Enlaces",
|
|
51
51
|
theme: "Tema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Buscar
|
|
54
|
+
label: "Buscar\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "En esta p\xE1gina"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Tema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Buscar
|
|
63
|
+
label: "Buscar\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Colapsar barra lateral",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Crear "{label}"',
|
|
115
115
|
noData: "Sin datos",
|
|
116
116
|
noMatch: "No hay datos coincidentes",
|
|
117
|
-
search: "Buscar
|
|
117
|
+
search: "Buscar\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Cerrar"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Eel"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Siia kirjutage oma s\xF5num
|
|
30
|
+
placeholder: "Siia kirjutage oma s\xF5num\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Saada"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Sulge",
|
|
45
45
|
noData: "Pole andmeid",
|
|
46
46
|
noMatch: "Pole vastavaid andmeid",
|
|
47
|
-
placeholder: "Sisesta k\xE4sk v\xF5i otsi
|
|
47
|
+
placeholder: "Sisesta k\xE4sk v\xF5i otsi\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Lingid",
|
|
51
51
|
theme: "Teema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Otsi
|
|
54
|
+
label: "Otsi\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Sellel lehel"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Teema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Otsi
|
|
63
|
+
label: "Otsi\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Ahenda k\xFClgriba",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Loo "{label}"',
|
|
115
115
|
noData: "Pole andmeid",
|
|
116
116
|
noMatch: "Pole vastavaid andmeid",
|
|
117
|
-
search: "Otsi
|
|
117
|
+
search: "Otsi\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Sulge"
|
|
@@ -28,7 +28,7 @@ export default defineLocale({
|
|
|
28
28
|
prev: "\u0642\u0628\u0644\u06CC"
|
|
29
29
|
},
|
|
30
30
|
chatPrompt: {
|
|
31
|
-
placeholder: "\u0627\u06CC\u0646\u062C\u0627 \u067E\u06CC\u0627\u0645 \u062E\u0648\u062F \u0631\u0627 \u0628\u0646\u0648\u06CC\u0633\u06CC\u062F
|
|
31
|
+
placeholder: "\u0627\u06CC\u0646\u062C\u0627 \u067E\u06CC\u0627\u0645 \u062E\u0648\u062F \u0631\u0627 \u0628\u0646\u0648\u06CC\u0633\u06CC\u062F\u2026"
|
|
32
32
|
},
|
|
33
33
|
chatPromptSubmit: {
|
|
34
34
|
label: "\u0627\u0631\u0633\u0627\u0644"
|
|
@@ -45,14 +45,14 @@ export default defineLocale({
|
|
|
45
45
|
close: "\u0628\u0633\u062A\u0646",
|
|
46
46
|
noData: "\u062F\u0627\u062F\u0647\u200C\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u0646\u06CC\u0633\u062A",
|
|
47
47
|
noMatch: "\u062F\u0627\u062F\u0647\u200C\u0627\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",
|
|
48
|
-
placeholder: "\u06CC\u06A9 \u062F\u0633\u062A\u0648\u0631 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646\u06CC\u062F
|
|
48
|
+
placeholder: "\u06CC\u06A9 \u062F\u0633\u062A\u0648\u0631 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646\u06CC\u062F\u2026"
|
|
49
49
|
},
|
|
50
50
|
contentSearch: {
|
|
51
51
|
links: "\u067E\u06CC\u0648\u0646\u062F\u0647\u0627",
|
|
52
52
|
theme: "\u062A\u0645"
|
|
53
53
|
},
|
|
54
54
|
contentSearchButton: {
|
|
55
|
-
label: "\u062C\u0633\u062A\u062C\u0648
|
|
55
|
+
label: "\u062C\u0633\u062A\u062C\u0648\u2026"
|
|
56
56
|
},
|
|
57
57
|
contentToc: {
|
|
58
58
|
title: "\u062F\u0631 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647"
|
|
@@ -61,7 +61,7 @@ export default defineLocale({
|
|
|
61
61
|
theme: "\u062A\u0645"
|
|
62
62
|
},
|
|
63
63
|
dashboardSearchButton: {
|
|
64
|
-
label: "\u062C\u0633\u062A\u062C\u0648
|
|
64
|
+
label: "\u062C\u0633\u062A\u062C\u0648\u2026"
|
|
65
65
|
},
|
|
66
66
|
dashboardSidebarCollapse: {
|
|
67
67
|
collapse: "\u062C\u0645\u0639 \u06A9\u0631\u062F\u0646 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC",
|
|
@@ -115,7 +115,7 @@ export default defineLocale({
|
|
|
115
115
|
create: '\u0627\u06CC\u062C\u0627\u062F "{label}"',
|
|
116
116
|
noData: "\u062F\u0627\u062F\u0647\u200C\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u0646\u06CC\u0633\u062A",
|
|
117
117
|
noMatch: "\u062F\u0627\u062F\u0647\u200C\u0627\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",
|
|
118
|
-
search: "\u062C\u0633\u062A\u062C\u0648
|
|
118
|
+
search: "\u062C\u0633\u062A\u062C\u0648\u2026"
|
|
119
119
|
},
|
|
120
120
|
slideover: {
|
|
121
121
|
close: "\u0628\u0633\u062A\u0646"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Edellinen"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "Kirjoita viestisi t\xE4h\xE4n
|
|
30
|
+
placeholder: "Kirjoita viestisi t\xE4h\xE4n\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "L\xE4het\xE4"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Sulje",
|
|
45
45
|
noData: "Ei tietoja",
|
|
46
46
|
noMatch: "Ei vastaavia tietoja",
|
|
47
|
-
placeholder: "Kirjoita komento tai hae
|
|
47
|
+
placeholder: "Kirjoita komento tai hae\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Linkit",
|
|
51
51
|
theme: "Teema"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Hae
|
|
54
|
+
label: "Hae\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "T\xE4ll\xE4 sivulla"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Teema"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Hae
|
|
63
|
+
label: "Hae\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Supista sivupalkki",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Luo "{label}"',
|
|
115
115
|
noData: "Ei tietoja",
|
|
116
116
|
noMatch: "Ei vastaavia tietoja",
|
|
117
|
-
search: "Hae
|
|
117
|
+
search: "Hae\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Sulje"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "Pr\xE9c\xE9dent"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\xC9crivez votre message ici
|
|
30
|
+
placeholder: "\xC9crivez votre message ici\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "Envoyer"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "Fermer",
|
|
45
45
|
noData: "Aucune donn\xE9e",
|
|
46
46
|
noMatch: "Aucune donn\xE9e correspondante",
|
|
47
|
-
placeholder: "Tapez une commande ou recherchez
|
|
47
|
+
placeholder: "Tapez une commande ou recherchez\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "Liens",
|
|
51
51
|
theme: "Th\xE8me"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "Rechercher
|
|
54
|
+
label: "Rechercher\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "Sur cette page"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "Th\xE8me"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "Rechercher
|
|
63
|
+
label: "Rechercher\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "Replier la barre lat\xE9rale",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: 'Cr\xE9er "{label}"',
|
|
115
115
|
noData: "Aucune donn\xE9e",
|
|
116
116
|
noMatch: "Aucune donn\xE9e correspondante",
|
|
117
|
-
search: "Rechercher
|
|
117
|
+
search: "Rechercher\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "Fermer"
|
|
@@ -28,7 +28,7 @@ export default defineLocale({
|
|
|
28
28
|
prev: "\u05D4\u05E7\u05D5\u05D3\u05DD"
|
|
29
29
|
},
|
|
30
30
|
chatPrompt: {
|
|
31
|
-
placeholder: "\u05DB\u05EA\u05D5\u05D1 \u05D0\u05EA \u05D4\u05D4\u05D5\u05D3\u05E2\u05D4 \u05E9\u05DC\u05DA \u05DB\u05D0\u05DF
|
|
31
|
+
placeholder: "\u05DB\u05EA\u05D5\u05D1 \u05D0\u05EA \u05D4\u05D4\u05D5\u05D3\u05E2\u05D4 \u05E9\u05DC\u05DA \u05DB\u05D0\u05DF\u2026"
|
|
32
32
|
},
|
|
33
33
|
chatPromptSubmit: {
|
|
34
34
|
label: "\u05E9\u05DC\u05D7"
|
|
@@ -45,14 +45,14 @@ export default defineLocale({
|
|
|
45
45
|
close: "\u05E1\u05D2\u05D5\u05E8",
|
|
46
46
|
noData: "\u05D0\u05D9\u05DF \u05E0\u05EA\u05D5\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",
|
|
47
47
|
noMatch: "\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D4 \u05D4\u05EA\u05D0\u05DE\u05D4",
|
|
48
|
-
placeholder: "\u05D4\u05E7\u05DC\u05D3 \u05E4\u05E7\u05D5\u05D3\u05D4
|
|
48
|
+
placeholder: "\u05D4\u05E7\u05DC\u05D3 \u05E4\u05E7\u05D5\u05D3\u05D4\u2026"
|
|
49
49
|
},
|
|
50
50
|
contentSearch: {
|
|
51
51
|
links: "\u05E7\u05D9\u05E9\u05D5\u05E8\u05D9\u05DD",
|
|
52
52
|
theme: "\u05E2\u05E8\u05DB\u05EA \u05E0\u05D5\u05E9\u05D0"
|
|
53
53
|
},
|
|
54
54
|
contentSearchButton: {
|
|
55
|
-
label: "\u05D7\u05D9\u05E4\u05D5\u05E9
|
|
55
|
+
label: "\u05D7\u05D9\u05E4\u05D5\u05E9\u2026"
|
|
56
56
|
},
|
|
57
57
|
contentToc: {
|
|
58
58
|
title: "\u05D1\u05D3\u05E3 \u05D6\u05D4"
|
|
@@ -61,7 +61,7 @@ export default defineLocale({
|
|
|
61
61
|
theme: "\u05E2\u05E8\u05DB\u05EA \u05E0\u05D5\u05E9\u05D0"
|
|
62
62
|
},
|
|
63
63
|
dashboardSearchButton: {
|
|
64
|
-
label: "\u05D7\u05D9\u05E4\u05D5\u05E9
|
|
64
|
+
label: "\u05D7\u05D9\u05E4\u05D5\u05E9\u2026"
|
|
65
65
|
},
|
|
66
66
|
dashboardSidebarCollapse: {
|
|
67
67
|
collapse: "\u05DB\u05D5\u05D5\u05E5 \u05E1\u05E8\u05D2\u05DC \u05E6\u05D3",
|
|
@@ -115,7 +115,7 @@ export default defineLocale({
|
|
|
115
115
|
create: '\u05E6\u05D5\u05E8 "{label}"',
|
|
116
116
|
noData: "\u05D0\u05D9\u05DF \u05E0\u05EA\u05D5\u05E0\u05D9\u05DD",
|
|
117
117
|
noMatch: "\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D4 \u05D4\u05EA\u05D0\u05DE\u05D4",
|
|
118
|
-
search: "\u05D7\u05E4\u05E9
|
|
118
|
+
search: "\u05D7\u05E4\u05E9\u2026"
|
|
119
119
|
},
|
|
120
120
|
slideover: {
|
|
121
121
|
close: "\u05E1\u05D2\u05D5\u05E8"
|
|
@@ -27,7 +27,7 @@ export default defineLocale({
|
|
|
27
27
|
prev: "\u092A\u093F\u091B\u0932\u093E"
|
|
28
28
|
},
|
|
29
29
|
chatPrompt: {
|
|
30
|
-
placeholder: "\u092F\u0939\u093E\u0901 \u0906\u092A\u0915\u093E \u0938\u0902\u0926\u0947\u0936 \u0932\u093F\u0916\u0947\u0902
|
|
30
|
+
placeholder: "\u092F\u0939\u093E\u0901 \u0906\u092A\u0915\u093E \u0938\u0902\u0926\u0947\u0936 \u0932\u093F\u0916\u0947\u0902\u2026"
|
|
31
31
|
},
|
|
32
32
|
chatPromptSubmit: {
|
|
33
33
|
label: "\u092D\u0947\u091C\u0947\u0902"
|
|
@@ -44,14 +44,14 @@ export default defineLocale({
|
|
|
44
44
|
close: "\u092C\u0902\u0926 \u0915\u0930\u0947\u0902",
|
|
45
45
|
noData: "\u0915\u094B\u0908 \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902",
|
|
46
46
|
noMatch: "\u0915\u094B\u0908 \u092E\u0947\u0932 \u0916\u093E\u0924\u093E \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902",
|
|
47
|
-
placeholder: "\u090F\u0915 \u0906\u0926\u0947\u0936 \u092F\u093E \u0916\u094B\u091C \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902
|
|
47
|
+
placeholder: "\u090F\u0915 \u0906\u0926\u0947\u0936 \u092F\u093E \u0916\u094B\u091C \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902\u2026"
|
|
48
48
|
},
|
|
49
49
|
contentSearch: {
|
|
50
50
|
links: "\u0932\u093F\u0902\u0915\u094D\u0938",
|
|
51
51
|
theme: "\u0925\u0940\u092E"
|
|
52
52
|
},
|
|
53
53
|
contentSearchButton: {
|
|
54
|
-
label: "\u0916\u094B\u091C\u0947\u0902
|
|
54
|
+
label: "\u0916\u094B\u091C\u0947\u0902\u2026"
|
|
55
55
|
},
|
|
56
56
|
contentToc: {
|
|
57
57
|
title: "\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930"
|
|
@@ -60,7 +60,7 @@ export default defineLocale({
|
|
|
60
60
|
theme: "\u0925\u0940\u092E"
|
|
61
61
|
},
|
|
62
62
|
dashboardSearchButton: {
|
|
63
|
-
label: "\u0916\u094B\u091C\u0947\u0902
|
|
63
|
+
label: "\u0916\u094B\u091C\u0947\u0902\u2026"
|
|
64
64
|
},
|
|
65
65
|
dashboardSidebarCollapse: {
|
|
66
66
|
collapse: "\u0938\u093E\u0907\u0921\u092C\u093E\u0930 \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902",
|
|
@@ -114,7 +114,7 @@ export default defineLocale({
|
|
|
114
114
|
create: '"{label}" \u092C\u0928\u093E\u090F\u0901',
|
|
115
115
|
noData: "\u0915\u094B\u0908 \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902",
|
|
116
116
|
noMatch: "\u0915\u094B\u0908 \u092E\u0947\u0932 \u0916\u093E\u0924\u093E \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902",
|
|
117
|
-
search: "\u0916\u094B\u091C\u0947\u0902
|
|
117
|
+
search: "\u0916\u094B\u091C\u0947\u0902\u2026"
|
|
118
118
|
},
|
|
119
119
|
slideover: {
|
|
120
120
|
close: "\u092C\u0902\u0926 \u0915\u0930\u0947\u0902"
|