tera-system-ui 0.1.64 → 0.1.67
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/dist/COMPONENT_API.md +2 -539
- package/dist/components/accordion/Accordion.d.ts +24 -0
- package/dist/components/accordion/Accordion.js +4 -0
- package/dist/components/accordion/components/Accordion.svelte +2 -8
- package/dist/components/accordion/components/AccordionContent.svelte +5 -12
- package/dist/components/accordion/components/AccordionItem.svelte +3 -9
- package/dist/components/accordion/components/AccordionTrigger.svelte +5 -15
- package/dist/components/ai/ChatBubble.svelte +35 -0
- package/dist/components/ai/ChatBubble.svelte.d.ts +12 -0
- package/dist/components/ai/PromptInput.svelte +58 -0
- package/dist/components/ai/PromptInput.svelte.d.ts +13 -0
- package/dist/components/ai/StreamText.svelte +41 -0
- package/dist/components/ai/StreamText.svelte.d.ts +11 -0
- package/dist/components/ai/SuggestionChips.svelte +34 -0
- package/dist/components/ai/SuggestionChips.svelte.d.ts +10 -0
- package/dist/components/ai/ThinkingLoader.svelte +34 -0
- package/dist/components/ai/ThinkingLoader.svelte.d.ts +11 -0
- package/dist/components/ai/index.d.ts +5 -0
- package/dist/components/ai/index.js +5 -0
- package/dist/components/alert/Alert.svelte +47 -0
- package/dist/components/alert/Alert.svelte.d.ts +15 -0
- package/dist/components/alert/index.d.ts +1 -0
- package/dist/components/alert/index.js +1 -0
- package/dist/components/avatar/Avatar.svelte +9 -25
- package/dist/components/badge/Badge.d.ts +52 -0
- package/dist/components/badge/Badge.js +22 -0
- package/dist/components/badge/Badge.svelte +22 -0
- package/dist/components/badge/Badge.svelte.d.ts +4 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/brand-logo/BrandLogo.svelte +12 -10
- package/dist/components/button/Button.d.ts +2 -2
- package/dist/components/button/Button.js +12 -12
- package/dist/components/button/Button.svelte +7 -34
- package/dist/components/card/Card.d.ts +68 -0
- package/dist/components/card/Card.js +28 -0
- package/dist/components/card/Card.svelte +33 -0
- package/dist/components/card/Card.svelte.d.ts +4 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.js +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +25 -4
- package/dist/components/checkbox/Checkbox.js +4 -0
- package/dist/components/checkbox/Checkbox.svelte +13 -16
- package/dist/components/checkbox/Checkbox.svelte.d.ts +2 -2
- package/dist/components/combobox/Combobox.d.ts +45 -9
- package/dist/components/combobox/Combobox.js +5 -7
- package/dist/components/combobox/Combobox.svelte +226 -8
- package/dist/components/combobox/Combobox.svelte.d.ts +2 -2
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/command/components/command-empty.svelte +3 -8
- package/dist/components/command/components/command-group.svelte +3 -13
- package/dist/components/command/components/command-input.svelte +5 -13
- package/dist/components/command/components/command-item.svelte +3 -9
- package/dist/components/command/components/command-link-item.svelte +3 -8
- package/dist/components/command/components/command-list.svelte +3 -8
- package/dist/components/command/components/command-separator.svelte +3 -8
- package/dist/components/command/components/command-shortcut.svelte +2 -10
- package/dist/components/command/components/command.svelte +29 -42
- package/dist/components/date-range-picker/DateRangePicker.svelte +490 -0
- package/dist/components/date-range-picker/DateRangePicker.svelte.d.ts +4 -0
- package/dist/components/date-range-picker/DateRangePicker.types.d.ts +38 -0
- package/dist/components/date-range-picker/DateRangePicker.types.js +1 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/index.js +1 -0
- package/dist/components/dialog/Dialog.d.ts +43 -121
- package/dist/components/dialog/Dialog.js +1 -39
- package/dist/components/dialog/Dialog.svelte +103 -113
- package/dist/components/dialog/Dialog.svelte.d.ts +1 -2
- package/dist/components/dialog/dialog.scss +21 -24
- package/dist/components/drawer/Drawer.svelte +63 -0
- package/dist/components/drawer/Drawer.svelte.d.ts +16 -0
- package/dist/components/drawer/index.d.ts +1 -0
- package/dist/components/drawer/index.js +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +51 -24
- package/dist/components/dropdown-menu/DropdownMenu.js +1 -15
- package/dist/components/dropdown-menu/components/DropdownMenu.svelte +36 -34
- package/dist/components/dropdown-menu/components/DropdownMenu.svelte.d.ts +1 -1
- package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte +8 -12
- package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte.d.ts +2 -4
- package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte +11 -12
- package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte.d.ts +2 -4
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte +27 -30
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +1 -1
- package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte +9 -11
- package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte.d.ts +2 -4
- package/dist/components/fonts/TeraFontMono.svelte +4 -4
- package/dist/components/fonts/TeraFontMono.svelte.d.ts +1 -0
- package/dist/components/fonts/TeraFontSansSerif.svelte +4 -4
- package/dist/components/fonts/TeraFontSansSerif.svelte.d.ts +1 -1
- package/dist/components/header/Header.svelte +6 -9
- package/dist/components/header/header.scss +1 -1
- package/dist/components/icons/IconArrowBigRightFilled.svelte +3 -7
- package/dist/components/icons/IconBook.svelte +3 -6
- package/dist/components/icons/IconBookmarkPlus.svelte +3 -6
- package/dist/components/icons/IconCalculator.svelte +3 -6
- package/dist/components/icons/IconCheck.svelte +3 -6
- package/dist/components/icons/IconChevronDown.svelte +3 -6
- package/dist/components/icons/IconCoin.svelte +3 -6
- package/dist/components/icons/IconCoinConvert.svelte +2 -5
- package/dist/components/icons/IconCopy.svelte +3 -6
- package/dist/components/icons/IconCopyCheckFilled.svelte +3 -6
- package/dist/components/icons/IconHamburger.svelte +3 -6
- package/dist/components/icons/IconLanguage.svelte +3 -6
- package/dist/components/icons/IconLoader2.svelte +3 -6
- package/dist/components/icons/IconLogout.svelte +3 -6
- package/dist/components/icons/IconMoon.svelte +3 -6
- package/dist/components/icons/IconPointFilled.svelte +3 -6
- package/dist/components/icons/IconSearch.svelte +3 -6
- package/dist/components/icons/IconSettings.svelte +3 -6
- package/dist/components/icons/IconSun.svelte +3 -6
- package/dist/components/icons/IconSwitchHorizontal.svelte +3 -6
- package/dist/components/icons/IconSwitchVertical.svelte +3 -6
- package/dist/components/icons/IconTransform.svelte +3 -6
- package/dist/components/icons/IconX.svelte +3 -6
- package/dist/components/input/Input.d.ts +2 -2
- package/dist/components/input/Input.js +10 -10
- package/dist/components/input/Input.svelte +10 -26
- package/dist/components/label/Label.d.ts +2 -2
- package/dist/components/label/Label.js +2 -2
- package/dist/components/label/Label.svelte +4 -12
- package/dist/components/language-picker-button/LanguagePickerButton.svelte +23 -42
- package/dist/components/light-dark-toggle/LightDarkToggle.svelte +21 -26
- package/dist/components/marketing/FeatureCard.svelte +37 -0
- package/dist/components/marketing/FeatureCard.svelte.d.ts +13 -0
- package/dist/components/marketing/PricingCard.svelte +48 -0
- package/dist/components/marketing/PricingCard.svelte.d.ts +15 -0
- package/dist/components/marketing/StatBlock.svelte +14 -0
- package/dist/components/marketing/StatBlock.svelte.d.ts +10 -0
- package/dist/components/marketing/TestimonialCard.svelte +24 -0
- package/dist/components/marketing/TestimonialCard.svelte.d.ts +12 -0
- package/dist/components/marketing/index.d.ts +4 -0
- package/dist/components/marketing/index.js +4 -0
- package/dist/components/popover/Popover.d.ts +32 -13
- package/dist/components/popover/Popover.js +1 -7
- package/dist/components/popover/Popover.svelte +40 -158
- package/dist/components/popover/Popover.svelte.d.ts +2 -2
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +18 -7
- package/dist/components/popover-responsive/PopoverResponsive.js +1 -7
- package/dist/components/popover-responsive/PopoverResponsive.svelte +25 -87
- package/dist/components/popover-responsive/PopoverResponsive.svelte.d.ts +2 -11
- package/dist/components/select/Select.d.ts +60 -23
- package/dist/components/select/Select.js +14 -35
- package/dist/components/select/Select.svelte +157 -28
- package/dist/components/select/Select.svelte.d.ts +2 -3
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/side-navigation/SideNavigation.svelte +73 -96
- package/dist/components/side-navigation/SideNavigationItem.svelte +2 -2
- package/dist/components/side-navigation/SideNavigationLayout.svelte +3 -5
- package/dist/components/side-navigation/sidenav.scss +17 -13
- package/dist/components/skeleton/Skeleton.svelte +48 -0
- package/dist/components/skeleton/Skeleton.svelte.d.ts +12 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/index.js +1 -0
- package/dist/components/slider/Slider.d.ts +25 -15
- package/dist/components/slider/Slider.js +1 -7
- package/dist/components/slider/Slider.svelte +38 -164
- package/dist/components/slider/Slider.svelte.d.ts +1 -1
- package/dist/components/spinner/Spinner.svelte +39 -0
- package/dist/components/spinner/Spinner.svelte.d.ts +10 -0
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/index.js +1 -0
- package/dist/components/star-rating/StarRating.svelte +33 -49
- package/dist/components/switch/Switch.d.ts +19 -4
- package/dist/components/switch/Switch.js +4 -0
- package/dist/components/switch/Switch.svelte +13 -17
- package/dist/components/switch/Switch.svelte.d.ts +2 -2
- package/dist/components/table/Table.svelte +68 -0
- package/dist/components/table/Table.svelte.d.ts +40 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +45 -16
- package/dist/components/tabs/Tabs.svelte.js +8 -18
- package/dist/components/tabs/components/Tabs.svelte +27 -33
- package/dist/components/tabs/components/Tabs.svelte.d.ts +1 -1
- package/dist/components/tabs/components/TabsContent.svelte +13 -36
- package/dist/components/tabs/components/TabsContent.svelte.d.ts +2 -5
- package/dist/components/tabs/components/TabsItem.svelte +43 -32
- package/dist/components/tabs/components/TabsItem.svelte.d.ts +2 -5
- package/dist/components/tabs/components/TabsList.svelte +90 -58
- package/dist/components/tabs/components/TabsList.svelte.d.ts +2 -4
- package/dist/components/tera-ui-context/TeraUiContext.svelte +13 -26
- package/dist/components/text-area/TextArea.d.ts +2 -2
- package/dist/components/text-area/TextArea.js +9 -9
- package/dist/components/text-area/TextArea.svelte +41 -65
- package/dist/components/toast/ToastContainer.svelte +50 -0
- package/dist/components/toast/ToastContainer.svelte.d.ts +18 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.js +2 -0
- package/dist/components/toast/toast.svelte.d.ts +22 -0
- package/dist/components/toast/toast.svelte.js +18 -0
- package/dist/components/tooltip/Tooltip.d.ts +23 -0
- package/dist/components/tooltip/Tooltip.js +1 -0
- package/dist/components/tooltip/Tooltip.svelte +30 -0
- package/dist/components/tooltip/Tooltip.svelte.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.svelte +48 -69
- package/dist/index.d.ts +19 -2
- package/dist/index.js +12 -0
- package/dist/llms/accordion.md +90 -0
- package/dist/llms/ai.md +110 -0
- package/dist/llms/alert.md +29 -0
- package/dist/llms/avatar.md +34 -0
- package/dist/llms/badge.md +31 -0
- package/dist/llms/brand-logo.md +30 -0
- package/dist/llms/button.md +37 -0
- package/dist/llms/card.md +32 -0
- package/dist/llms/checkbox.md +35 -0
- package/dist/llms/colors.md +161 -0
- package/dist/llms/combobox.md +40 -0
- package/dist/llms/command.md +7 -0
- package/dist/llms/date-range-picker.md +36 -0
- package/dist/llms/dialog.md +45 -0
- package/dist/llms/drawer.md +30 -0
- package/dist/llms/dropdown-menu.md +112 -0
- package/dist/llms/fonts.md +7 -0
- package/dist/llms/header.md +26 -0
- package/dist/llms/icons.md +43 -0
- package/dist/llms/index.md +65 -0
- package/dist/llms/input.md +37 -0
- package/dist/llms/label.md +30 -0
- package/dist/llms/language-picker-button.md +30 -0
- package/dist/llms/light-dark-toggle.md +26 -0
- package/dist/llms/marketing.md +95 -0
- package/dist/llms/popover-responsive.md +32 -0
- package/dist/llms/popover.md +40 -0
- package/dist/llms/select.md +44 -0
- package/dist/llms/side-navigation.md +30 -0
- package/dist/llms/skeleton.md +28 -0
- package/dist/llms/slider.md +36 -0
- package/dist/llms/spinner.md +25 -0
- package/dist/llms/star-rating.md +31 -0
- package/dist/llms/switch.md +33 -0
- package/dist/llms/table.md +30 -0
- package/dist/llms/tabs.md +92 -0
- package/dist/llms/tera-ui-context.md +30 -0
- package/dist/llms/text-area.md +39 -0
- package/dist/llms/toast.md +7 -0
- package/dist/llms/tooltip.md +32 -0
- package/dist/llms/user-avatar-with-menu.md +28 -0
- package/dist/paraglide/README.md +72 -3
- package/dist/paraglide/messages/_index.d.ts +105 -7
- package/dist/paraglide/messages/_index.js +437 -7
- package/dist/paraglide/messages/ar.d.ts +23 -0
- package/dist/paraglide/messages/ar.js +38 -0
- package/dist/paraglide/messages/bg.d.ts +23 -0
- package/dist/paraglide/messages/bg.js +38 -0
- package/dist/paraglide/messages/bn.d.ts +23 -0
- package/dist/paraglide/messages/bn.js +38 -0
- package/dist/paraglide/messages/ca.d.ts +23 -0
- package/dist/paraglide/messages/ca.js +38 -0
- package/dist/paraglide/messages/cs.d.ts +23 -0
- package/dist/paraglide/messages/cs.js +38 -0
- package/dist/paraglide/messages/da.d.ts +23 -0
- package/dist/paraglide/messages/da.js +38 -0
- package/dist/paraglide/messages/de.d.ts +23 -0
- package/dist/paraglide/messages/de.js +38 -0
- package/dist/paraglide/messages/el.d.ts +23 -0
- package/dist/paraglide/messages/el.js +38 -0
- package/dist/paraglide/messages/en.d.ts +23 -0
- package/dist/paraglide/messages/en.js +38 -0
- package/dist/paraglide/messages/es.d.ts +23 -0
- package/dist/paraglide/messages/es.js +38 -0
- package/dist/paraglide/messages/fi.d.ts +23 -0
- package/dist/paraglide/messages/fi.js +38 -0
- package/dist/paraglide/messages/fr.d.ts +23 -0
- package/dist/paraglide/messages/fr.js +38 -0
- package/dist/paraglide/messages/he.d.ts +23 -0
- package/dist/paraglide/messages/he.js +38 -0
- package/dist/paraglide/messages/hi.d.ts +23 -0
- package/dist/paraglide/messages/hi.js +38 -0
- package/dist/paraglide/messages/hu.d.ts +23 -0
- package/dist/paraglide/messages/hu.js +38 -0
- package/dist/paraglide/messages/id.d.ts +23 -0
- package/dist/paraglide/messages/id.js +38 -0
- package/dist/paraglide/messages/it.d.ts +23 -0
- package/dist/paraglide/messages/it.js +38 -0
- package/dist/paraglide/messages/ja.d.ts +23 -0
- package/dist/paraglide/messages/ja.js +38 -0
- package/dist/paraglide/messages/ko.d.ts +23 -0
- package/dist/paraglide/messages/ko.js +38 -0
- package/dist/paraglide/messages/lt.d.ts +23 -0
- package/dist/paraglide/messages/lt.js +38 -0
- package/dist/paraglide/messages/lv.d.ts +23 -0
- package/dist/paraglide/messages/lv.js +38 -0
- package/dist/paraglide/messages/ms.d.ts +23 -0
- package/dist/paraglide/messages/ms.js +38 -0
- package/dist/paraglide/messages/nl.d.ts +23 -0
- package/dist/paraglide/messages/nl.js +38 -0
- package/dist/paraglide/messages/no.d.ts +23 -0
- package/dist/paraglide/messages/no.js +38 -0
- package/dist/paraglide/messages/pl.d.ts +23 -0
- package/dist/paraglide/messages/pl.js +38 -0
- package/dist/paraglide/messages/pt.d.ts +23 -0
- package/dist/paraglide/messages/pt.js +38 -0
- package/dist/paraglide/messages/ro.d.ts +23 -0
- package/dist/paraglide/messages/ro.js +38 -0
- package/dist/paraglide/messages/ru.d.ts +23 -0
- package/dist/paraglide/messages/ru.js +38 -0
- package/dist/paraglide/messages/sk.d.ts +23 -0
- package/dist/paraglide/messages/sk.js +38 -0
- package/dist/paraglide/messages/sl.d.ts +23 -0
- package/dist/paraglide/messages/sl.js +38 -0
- package/dist/paraglide/messages/sq.d.ts +23 -0
- package/dist/paraglide/messages/sq.js +38 -0
- package/dist/paraglide/messages/sr.d.ts +23 -0
- package/dist/paraglide/messages/sr.js +38 -0
- package/dist/paraglide/messages/sv.d.ts +23 -0
- package/dist/paraglide/messages/sv.js +38 -0
- package/dist/paraglide/messages/sw.d.ts +23 -0
- package/dist/paraglide/messages/sw.js +38 -0
- package/dist/paraglide/messages/ta.d.ts +23 -0
- package/dist/paraglide/messages/ta.js +38 -0
- package/dist/paraglide/messages/te.d.ts +23 -0
- package/dist/paraglide/messages/te.js +38 -0
- package/dist/paraglide/messages/th.d.ts +23 -0
- package/dist/paraglide/messages/th.js +38 -0
- package/dist/paraglide/messages/tl.d.ts +23 -0
- package/dist/paraglide/messages/tl.js +38 -0
- package/dist/paraglide/messages/tr.d.ts +23 -0
- package/dist/paraglide/messages/tr.js +38 -0
- package/dist/paraglide/messages/uk.d.ts +23 -0
- package/dist/paraglide/messages/uk.js +38 -0
- package/dist/paraglide/messages/vi.d.ts +23 -0
- package/dist/paraglide/messages/vi.js +38 -0
- package/dist/paraglide/messages/zh-CN.d.ts +23 -0
- package/dist/paraglide/messages/zh-CN.js +38 -0
- package/dist/paraglide/messages/zh-TW.d.ts +23 -0
- package/dist/paraglide/messages/zh-TW.js +38 -0
- package/dist/paraglide/registry.d.ts +13 -0
- package/dist/paraglide/registry.js +15 -0
- package/dist/paraglide/runtime.d.ts +243 -126
- package/dist/paraglide/runtime.js +473 -148
- package/dist/paraglide/server.d.ts +13 -20
- package/dist/paraglide/server.js +92 -40
- package/dist/stories/ComponentOverview.stories.svelte +533 -0
- package/dist/stories/ComponentOverview.stories.svelte.d.ts +6 -0
- package/dist/themes/tera-ui-base.css +664 -470
- package/dist/themes/theme-ai.css +100 -0
- package/dist/themes/theme-marketing.css +91 -0
- package/dist/themes/theme-professional.css +41 -0
- package/package.json +35 -29
- package/dist/paraglide/messages/text_account_settings.d.ts +0 -4
- package/dist/paraglide/messages/text_account_settings.js +0 -239
- package/dist/paraglide/messages/text_calces_documentation.d.ts +0 -4
- package/dist/paraglide/messages/text_calces_documentation.js +0 -239
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +0 -4
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +0 -239
- package/dist/paraglide/messages/text_currency_converter.d.ts +0 -4
- package/dist/paraglide/messages/text_currency_converter.js +0 -239
- package/dist/paraglide/messages/text_logout.d.ts +0 -4
- package/dist/paraglide/messages/text_logout.js +0 -239
- package/dist/paraglide/messages/text_select_language.d.ts +0 -4
- package/dist/paraglide/messages/text_select_language.js +0 -239
- package/dist/paraglide/messages/text_unit_converter.d.ts +0 -4
- package/dist/paraglide/messages/text_unit_converter.js +0 -239
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +0 -3
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +0 -103
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/project_id +0 -1
- package/dist/themes/tw-preset.cjs +0 -160
- package/dist/themes/tw-preset.d.cts +0 -157
|
@@ -1,9 +1,439 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
+
import { getLocale, experimentalStaticLocale } from "../runtime.js"
|
|
3
|
+
|
|
2
4
|
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
6
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
7
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
8
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
9
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
10
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
11
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
12
|
+
import * as __ar from "./ar.js"
|
|
13
|
+
import * as __bg from "./bg.js"
|
|
14
|
+
import * as __bn from "./bn.js"
|
|
15
|
+
import * as __ca from "./ca.js"
|
|
16
|
+
import * as __cs from "./cs.js"
|
|
17
|
+
import * as __da from "./da.js"
|
|
18
|
+
import * as __de from "./de.js"
|
|
19
|
+
import * as __el from "./el.js"
|
|
20
|
+
import * as __en from "./en.js"
|
|
21
|
+
import * as __es from "./es.js"
|
|
22
|
+
import * as __fi from "./fi.js"
|
|
23
|
+
import * as __fr from "./fr.js"
|
|
24
|
+
import * as __he from "./he.js"
|
|
25
|
+
import * as __hi from "./hi.js"
|
|
26
|
+
import * as __hu from "./hu.js"
|
|
27
|
+
import * as __id from "./id.js"
|
|
28
|
+
import * as __it from "./it.js"
|
|
29
|
+
import * as __ja from "./ja.js"
|
|
30
|
+
import * as __ko from "./ko.js"
|
|
31
|
+
import * as __lt from "./lt.js"
|
|
32
|
+
import * as __lv from "./lv.js"
|
|
33
|
+
import * as __ms from "./ms.js"
|
|
34
|
+
import * as __nl from "./nl.js"
|
|
35
|
+
import * as __no from "./no.js"
|
|
36
|
+
import * as __pl from "./pl.js"
|
|
37
|
+
import * as __pt from "./pt.js"
|
|
38
|
+
import * as __ro from "./ro.js"
|
|
39
|
+
import * as __ru from "./ru.js"
|
|
40
|
+
import * as __sk from "./sk.js"
|
|
41
|
+
import * as __sl from "./sl.js"
|
|
42
|
+
import * as __sq from "./sq.js"
|
|
43
|
+
import * as __sr from "./sr.js"
|
|
44
|
+
import * as __sv from "./sv.js"
|
|
45
|
+
import * as __sw from "./sw.js"
|
|
46
|
+
import * as __ta from "./ta.js"
|
|
47
|
+
import * as __te from "./te.js"
|
|
48
|
+
import * as __th from "./th.js"
|
|
49
|
+
import * as __tl from "./tl.js"
|
|
50
|
+
import * as __tr from "./tr.js"
|
|
51
|
+
import * as __uk from "./uk.js"
|
|
52
|
+
import * as __vi from "./vi.js"
|
|
53
|
+
import * as __zh_cn2 from "./zh-CN.js"
|
|
54
|
+
import * as __zh_tw2 from "./zh-TW.js"
|
|
55
|
+
/**
|
|
56
|
+
* | output |
|
|
57
|
+
* | --- |
|
|
58
|
+
* | "Select language" |
|
|
59
|
+
*
|
|
60
|
+
* @param {Text_Select_LanguageInputs} inputs
|
|
61
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
62
|
+
* @returns {LocalizedString}
|
|
63
|
+
*/
|
|
64
|
+
export const text_select_language = /** @type {((inputs?: Text_Select_LanguageInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Select_LanguageInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
65
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
66
|
+
if (locale === "ar") return __ar.text_select_language(inputs)
|
|
67
|
+
if (locale === "bg") return __bg.text_select_language(inputs)
|
|
68
|
+
if (locale === "bn") return __bn.text_select_language(inputs)
|
|
69
|
+
if (locale === "ca") return __ca.text_select_language(inputs)
|
|
70
|
+
if (locale === "cs") return __cs.text_select_language(inputs)
|
|
71
|
+
if (locale === "da") return __da.text_select_language(inputs)
|
|
72
|
+
if (locale === "de") return __de.text_select_language(inputs)
|
|
73
|
+
if (locale === "el") return __el.text_select_language(inputs)
|
|
74
|
+
if (locale === "en") return __en.text_select_language(inputs)
|
|
75
|
+
if (locale === "es") return __es.text_select_language(inputs)
|
|
76
|
+
if (locale === "fi") return __fi.text_select_language(inputs)
|
|
77
|
+
if (locale === "fr") return __fr.text_select_language(inputs)
|
|
78
|
+
if (locale === "he") return __he.text_select_language(inputs)
|
|
79
|
+
if (locale === "hi") return __hi.text_select_language(inputs)
|
|
80
|
+
if (locale === "hu") return __hu.text_select_language(inputs)
|
|
81
|
+
if (locale === "id") return __id.text_select_language(inputs)
|
|
82
|
+
if (locale === "it") return __it.text_select_language(inputs)
|
|
83
|
+
if (locale === "ja") return __ja.text_select_language(inputs)
|
|
84
|
+
if (locale === "ko") return __ko.text_select_language(inputs)
|
|
85
|
+
if (locale === "lt") return __lt.text_select_language(inputs)
|
|
86
|
+
if (locale === "lv") return __lv.text_select_language(inputs)
|
|
87
|
+
if (locale === "ms") return __ms.text_select_language(inputs)
|
|
88
|
+
if (locale === "nl") return __nl.text_select_language(inputs)
|
|
89
|
+
if (locale === "no") return __no.text_select_language(inputs)
|
|
90
|
+
if (locale === "pl") return __pl.text_select_language(inputs)
|
|
91
|
+
if (locale === "pt") return __pt.text_select_language(inputs)
|
|
92
|
+
if (locale === "ro") return __ro.text_select_language(inputs)
|
|
93
|
+
if (locale === "ru") return __ru.text_select_language(inputs)
|
|
94
|
+
if (locale === "sk") return __sk.text_select_language(inputs)
|
|
95
|
+
if (locale === "sl") return __sl.text_select_language(inputs)
|
|
96
|
+
if (locale === "sq") return __sq.text_select_language(inputs)
|
|
97
|
+
if (locale === "sr") return __sr.text_select_language(inputs)
|
|
98
|
+
if (locale === "sv") return __sv.text_select_language(inputs)
|
|
99
|
+
if (locale === "sw") return __sw.text_select_language(inputs)
|
|
100
|
+
if (locale === "ta") return __ta.text_select_language(inputs)
|
|
101
|
+
if (locale === "te") return __te.text_select_language(inputs)
|
|
102
|
+
if (locale === "th") return __th.text_select_language(inputs)
|
|
103
|
+
if (locale === "tl") return __tl.text_select_language(inputs)
|
|
104
|
+
if (locale === "tr") return __tr.text_select_language(inputs)
|
|
105
|
+
if (locale === "uk") return __uk.text_select_language(inputs)
|
|
106
|
+
if (locale === "vi") return __vi.text_select_language(inputs)
|
|
107
|
+
if (locale === "zh-CN") return __zh_cn2.text_select_language(inputs)
|
|
108
|
+
return __zh_tw2.text_select_language(inputs)
|
|
109
|
+
});
|
|
110
|
+
/**
|
|
111
|
+
* | output |
|
|
112
|
+
* | --- |
|
|
113
|
+
* | "Unit Converter" |
|
|
114
|
+
*
|
|
115
|
+
* @param {Text_Unit_ConverterInputs} inputs
|
|
116
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
117
|
+
* @returns {LocalizedString}
|
|
118
|
+
*/
|
|
119
|
+
export const text_unit_converter = /** @type {((inputs?: Text_Unit_ConverterInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Unit_ConverterInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
120
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
121
|
+
if (locale === "ar") return __ar.text_unit_converter(inputs)
|
|
122
|
+
if (locale === "bg") return __bg.text_unit_converter(inputs)
|
|
123
|
+
if (locale === "bn") return __bn.text_unit_converter(inputs)
|
|
124
|
+
if (locale === "ca") return __ca.text_unit_converter(inputs)
|
|
125
|
+
if (locale === "cs") return __cs.text_unit_converter(inputs)
|
|
126
|
+
if (locale === "da") return __da.text_unit_converter(inputs)
|
|
127
|
+
if (locale === "de") return __de.text_unit_converter(inputs)
|
|
128
|
+
if (locale === "el") return __el.text_unit_converter(inputs)
|
|
129
|
+
if (locale === "en") return __en.text_unit_converter(inputs)
|
|
130
|
+
if (locale === "es") return __es.text_unit_converter(inputs)
|
|
131
|
+
if (locale === "fi") return __fi.text_unit_converter(inputs)
|
|
132
|
+
if (locale === "fr") return __fr.text_unit_converter(inputs)
|
|
133
|
+
if (locale === "he") return __he.text_unit_converter(inputs)
|
|
134
|
+
if (locale === "hi") return __hi.text_unit_converter(inputs)
|
|
135
|
+
if (locale === "hu") return __hu.text_unit_converter(inputs)
|
|
136
|
+
if (locale === "id") return __id.text_unit_converter(inputs)
|
|
137
|
+
if (locale === "it") return __it.text_unit_converter(inputs)
|
|
138
|
+
if (locale === "ja") return __ja.text_unit_converter(inputs)
|
|
139
|
+
if (locale === "ko") return __ko.text_unit_converter(inputs)
|
|
140
|
+
if (locale === "lt") return __lt.text_unit_converter(inputs)
|
|
141
|
+
if (locale === "lv") return __lv.text_unit_converter(inputs)
|
|
142
|
+
if (locale === "ms") return __ms.text_unit_converter(inputs)
|
|
143
|
+
if (locale === "nl") return __nl.text_unit_converter(inputs)
|
|
144
|
+
if (locale === "no") return __no.text_unit_converter(inputs)
|
|
145
|
+
if (locale === "pl") return __pl.text_unit_converter(inputs)
|
|
146
|
+
if (locale === "pt") return __pt.text_unit_converter(inputs)
|
|
147
|
+
if (locale === "ro") return __ro.text_unit_converter(inputs)
|
|
148
|
+
if (locale === "ru") return __ru.text_unit_converter(inputs)
|
|
149
|
+
if (locale === "sk") return __sk.text_unit_converter(inputs)
|
|
150
|
+
if (locale === "sl") return __sl.text_unit_converter(inputs)
|
|
151
|
+
if (locale === "sq") return __sq.text_unit_converter(inputs)
|
|
152
|
+
if (locale === "sr") return __sr.text_unit_converter(inputs)
|
|
153
|
+
if (locale === "sv") return __sv.text_unit_converter(inputs)
|
|
154
|
+
if (locale === "sw") return __sw.text_unit_converter(inputs)
|
|
155
|
+
if (locale === "ta") return __ta.text_unit_converter(inputs)
|
|
156
|
+
if (locale === "te") return __te.text_unit_converter(inputs)
|
|
157
|
+
if (locale === "th") return __th.text_unit_converter(inputs)
|
|
158
|
+
if (locale === "tl") return __tl.text_unit_converter(inputs)
|
|
159
|
+
if (locale === "tr") return __tr.text_unit_converter(inputs)
|
|
160
|
+
if (locale === "uk") return __uk.text_unit_converter(inputs)
|
|
161
|
+
if (locale === "vi") return __vi.text_unit_converter(inputs)
|
|
162
|
+
if (locale === "zh-CN") return __zh_cn2.text_unit_converter(inputs)
|
|
163
|
+
return __zh_tw2.text_unit_converter(inputs)
|
|
164
|
+
});
|
|
165
|
+
/**
|
|
166
|
+
* | output |
|
|
167
|
+
* | --- |
|
|
168
|
+
* | "CalcES Scientific Calculator" |
|
|
169
|
+
*
|
|
170
|
+
* @param {Text_Calces_Scientific_CalculatorInputs} inputs
|
|
171
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
172
|
+
* @returns {LocalizedString}
|
|
173
|
+
*/
|
|
174
|
+
export const text_calces_scientific_calculator = /** @type {((inputs?: Text_Calces_Scientific_CalculatorInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Calces_Scientific_CalculatorInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
175
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
176
|
+
if (locale === "ar") return __ar.text_calces_scientific_calculator(inputs)
|
|
177
|
+
if (locale === "bg") return __bg.text_calces_scientific_calculator(inputs)
|
|
178
|
+
if (locale === "bn") return __bn.text_calces_scientific_calculator(inputs)
|
|
179
|
+
if (locale === "ca") return __ca.text_calces_scientific_calculator(inputs)
|
|
180
|
+
if (locale === "cs") return __cs.text_calces_scientific_calculator(inputs)
|
|
181
|
+
if (locale === "da") return __da.text_calces_scientific_calculator(inputs)
|
|
182
|
+
if (locale === "de") return __de.text_calces_scientific_calculator(inputs)
|
|
183
|
+
if (locale === "el") return __el.text_calces_scientific_calculator(inputs)
|
|
184
|
+
if (locale === "en") return __en.text_calces_scientific_calculator(inputs)
|
|
185
|
+
if (locale === "es") return __es.text_calces_scientific_calculator(inputs)
|
|
186
|
+
if (locale === "fi") return __fi.text_calces_scientific_calculator(inputs)
|
|
187
|
+
if (locale === "fr") return __fr.text_calces_scientific_calculator(inputs)
|
|
188
|
+
if (locale === "he") return __he.text_calces_scientific_calculator(inputs)
|
|
189
|
+
if (locale === "hi") return __hi.text_calces_scientific_calculator(inputs)
|
|
190
|
+
if (locale === "hu") return __hu.text_calces_scientific_calculator(inputs)
|
|
191
|
+
if (locale === "id") return __id.text_calces_scientific_calculator(inputs)
|
|
192
|
+
if (locale === "it") return __it.text_calces_scientific_calculator(inputs)
|
|
193
|
+
if (locale === "ja") return __ja.text_calces_scientific_calculator(inputs)
|
|
194
|
+
if (locale === "ko") return __ko.text_calces_scientific_calculator(inputs)
|
|
195
|
+
if (locale === "lt") return __lt.text_calces_scientific_calculator(inputs)
|
|
196
|
+
if (locale === "lv") return __lv.text_calces_scientific_calculator(inputs)
|
|
197
|
+
if (locale === "ms") return __ms.text_calces_scientific_calculator(inputs)
|
|
198
|
+
if (locale === "nl") return __nl.text_calces_scientific_calculator(inputs)
|
|
199
|
+
if (locale === "no") return __no.text_calces_scientific_calculator(inputs)
|
|
200
|
+
if (locale === "pl") return __pl.text_calces_scientific_calculator(inputs)
|
|
201
|
+
if (locale === "pt") return __pt.text_calces_scientific_calculator(inputs)
|
|
202
|
+
if (locale === "ro") return __ro.text_calces_scientific_calculator(inputs)
|
|
203
|
+
if (locale === "ru") return __ru.text_calces_scientific_calculator(inputs)
|
|
204
|
+
if (locale === "sk") return __sk.text_calces_scientific_calculator(inputs)
|
|
205
|
+
if (locale === "sl") return __sl.text_calces_scientific_calculator(inputs)
|
|
206
|
+
if (locale === "sq") return __sq.text_calces_scientific_calculator(inputs)
|
|
207
|
+
if (locale === "sr") return __sr.text_calces_scientific_calculator(inputs)
|
|
208
|
+
if (locale === "sv") return __sv.text_calces_scientific_calculator(inputs)
|
|
209
|
+
if (locale === "sw") return __sw.text_calces_scientific_calculator(inputs)
|
|
210
|
+
if (locale === "ta") return __ta.text_calces_scientific_calculator(inputs)
|
|
211
|
+
if (locale === "te") return __te.text_calces_scientific_calculator(inputs)
|
|
212
|
+
if (locale === "th") return __th.text_calces_scientific_calculator(inputs)
|
|
213
|
+
if (locale === "tl") return __tl.text_calces_scientific_calculator(inputs)
|
|
214
|
+
if (locale === "tr") return __tr.text_calces_scientific_calculator(inputs)
|
|
215
|
+
if (locale === "uk") return __uk.text_calces_scientific_calculator(inputs)
|
|
216
|
+
if (locale === "vi") return __vi.text_calces_scientific_calculator(inputs)
|
|
217
|
+
if (locale === "zh-CN") return __zh_cn2.text_calces_scientific_calculator(inputs)
|
|
218
|
+
return __zh_tw2.text_calces_scientific_calculator(inputs)
|
|
219
|
+
});
|
|
220
|
+
/**
|
|
221
|
+
* | output |
|
|
222
|
+
* | --- |
|
|
223
|
+
* | "CalcES Documentation" |
|
|
224
|
+
*
|
|
225
|
+
* @param {Text_Calces_DocumentationInputs} inputs
|
|
226
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
227
|
+
* @returns {LocalizedString}
|
|
228
|
+
*/
|
|
229
|
+
export const text_calces_documentation = /** @type {((inputs?: Text_Calces_DocumentationInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Calces_DocumentationInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
230
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
231
|
+
if (locale === "ar") return __ar.text_calces_documentation(inputs)
|
|
232
|
+
if (locale === "bg") return __bg.text_calces_documentation(inputs)
|
|
233
|
+
if (locale === "bn") return __bn.text_calces_documentation(inputs)
|
|
234
|
+
if (locale === "ca") return __ca.text_calces_documentation(inputs)
|
|
235
|
+
if (locale === "cs") return __cs.text_calces_documentation(inputs)
|
|
236
|
+
if (locale === "da") return __da.text_calces_documentation(inputs)
|
|
237
|
+
if (locale === "de") return __de.text_calces_documentation(inputs)
|
|
238
|
+
if (locale === "el") return __el.text_calces_documentation(inputs)
|
|
239
|
+
if (locale === "en") return __en.text_calces_documentation(inputs)
|
|
240
|
+
if (locale === "es") return __es.text_calces_documentation(inputs)
|
|
241
|
+
if (locale === "fi") return __fi.text_calces_documentation(inputs)
|
|
242
|
+
if (locale === "fr") return __fr.text_calces_documentation(inputs)
|
|
243
|
+
if (locale === "he") return __he.text_calces_documentation(inputs)
|
|
244
|
+
if (locale === "hi") return __hi.text_calces_documentation(inputs)
|
|
245
|
+
if (locale === "hu") return __hu.text_calces_documentation(inputs)
|
|
246
|
+
if (locale === "id") return __id.text_calces_documentation(inputs)
|
|
247
|
+
if (locale === "it") return __it.text_calces_documentation(inputs)
|
|
248
|
+
if (locale === "ja") return __ja.text_calces_documentation(inputs)
|
|
249
|
+
if (locale === "ko") return __ko.text_calces_documentation(inputs)
|
|
250
|
+
if (locale === "lt") return __lt.text_calces_documentation(inputs)
|
|
251
|
+
if (locale === "lv") return __lv.text_calces_documentation(inputs)
|
|
252
|
+
if (locale === "ms") return __ms.text_calces_documentation(inputs)
|
|
253
|
+
if (locale === "nl") return __nl.text_calces_documentation(inputs)
|
|
254
|
+
if (locale === "no") return __no.text_calces_documentation(inputs)
|
|
255
|
+
if (locale === "pl") return __pl.text_calces_documentation(inputs)
|
|
256
|
+
if (locale === "pt") return __pt.text_calces_documentation(inputs)
|
|
257
|
+
if (locale === "ro") return __ro.text_calces_documentation(inputs)
|
|
258
|
+
if (locale === "ru") return __ru.text_calces_documentation(inputs)
|
|
259
|
+
if (locale === "sk") return __sk.text_calces_documentation(inputs)
|
|
260
|
+
if (locale === "sl") return __sl.text_calces_documentation(inputs)
|
|
261
|
+
if (locale === "sq") return __sq.text_calces_documentation(inputs)
|
|
262
|
+
if (locale === "sr") return __sr.text_calces_documentation(inputs)
|
|
263
|
+
if (locale === "sv") return __sv.text_calces_documentation(inputs)
|
|
264
|
+
if (locale === "sw") return __sw.text_calces_documentation(inputs)
|
|
265
|
+
if (locale === "ta") return __ta.text_calces_documentation(inputs)
|
|
266
|
+
if (locale === "te") return __te.text_calces_documentation(inputs)
|
|
267
|
+
if (locale === "th") return __th.text_calces_documentation(inputs)
|
|
268
|
+
if (locale === "tl") return __tl.text_calces_documentation(inputs)
|
|
269
|
+
if (locale === "tr") return __tr.text_calces_documentation(inputs)
|
|
270
|
+
if (locale === "uk") return __uk.text_calces_documentation(inputs)
|
|
271
|
+
if (locale === "vi") return __vi.text_calces_documentation(inputs)
|
|
272
|
+
if (locale === "zh-CN") return __zh_cn2.text_calces_documentation(inputs)
|
|
273
|
+
return __zh_tw2.text_calces_documentation(inputs)
|
|
274
|
+
});
|
|
275
|
+
/**
|
|
276
|
+
* | output |
|
|
277
|
+
* | --- |
|
|
278
|
+
* | "Account Settings" |
|
|
279
|
+
*
|
|
280
|
+
* @param {Text_Account_SettingsInputs} inputs
|
|
281
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
282
|
+
* @returns {LocalizedString}
|
|
283
|
+
*/
|
|
284
|
+
export const text_account_settings = /** @type {((inputs?: Text_Account_SettingsInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Account_SettingsInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
285
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
286
|
+
if (locale === "ar") return __ar.text_account_settings(inputs)
|
|
287
|
+
if (locale === "bg") return __bg.text_account_settings(inputs)
|
|
288
|
+
if (locale === "bn") return __bn.text_account_settings(inputs)
|
|
289
|
+
if (locale === "ca") return __ca.text_account_settings(inputs)
|
|
290
|
+
if (locale === "cs") return __cs.text_account_settings(inputs)
|
|
291
|
+
if (locale === "da") return __da.text_account_settings(inputs)
|
|
292
|
+
if (locale === "de") return __de.text_account_settings(inputs)
|
|
293
|
+
if (locale === "el") return __el.text_account_settings(inputs)
|
|
294
|
+
if (locale === "en") return __en.text_account_settings(inputs)
|
|
295
|
+
if (locale === "es") return __es.text_account_settings(inputs)
|
|
296
|
+
if (locale === "fi") return __fi.text_account_settings(inputs)
|
|
297
|
+
if (locale === "fr") return __fr.text_account_settings(inputs)
|
|
298
|
+
if (locale === "he") return __he.text_account_settings(inputs)
|
|
299
|
+
if (locale === "hi") return __hi.text_account_settings(inputs)
|
|
300
|
+
if (locale === "hu") return __hu.text_account_settings(inputs)
|
|
301
|
+
if (locale === "id") return __id.text_account_settings(inputs)
|
|
302
|
+
if (locale === "it") return __it.text_account_settings(inputs)
|
|
303
|
+
if (locale === "ja") return __ja.text_account_settings(inputs)
|
|
304
|
+
if (locale === "ko") return __ko.text_account_settings(inputs)
|
|
305
|
+
if (locale === "lt") return __lt.text_account_settings(inputs)
|
|
306
|
+
if (locale === "lv") return __lv.text_account_settings(inputs)
|
|
307
|
+
if (locale === "ms") return __ms.text_account_settings(inputs)
|
|
308
|
+
if (locale === "nl") return __nl.text_account_settings(inputs)
|
|
309
|
+
if (locale === "no") return __no.text_account_settings(inputs)
|
|
310
|
+
if (locale === "pl") return __pl.text_account_settings(inputs)
|
|
311
|
+
if (locale === "pt") return __pt.text_account_settings(inputs)
|
|
312
|
+
if (locale === "ro") return __ro.text_account_settings(inputs)
|
|
313
|
+
if (locale === "ru") return __ru.text_account_settings(inputs)
|
|
314
|
+
if (locale === "sk") return __sk.text_account_settings(inputs)
|
|
315
|
+
if (locale === "sl") return __sl.text_account_settings(inputs)
|
|
316
|
+
if (locale === "sq") return __sq.text_account_settings(inputs)
|
|
317
|
+
if (locale === "sr") return __sr.text_account_settings(inputs)
|
|
318
|
+
if (locale === "sv") return __sv.text_account_settings(inputs)
|
|
319
|
+
if (locale === "sw") return __sw.text_account_settings(inputs)
|
|
320
|
+
if (locale === "ta") return __ta.text_account_settings(inputs)
|
|
321
|
+
if (locale === "te") return __te.text_account_settings(inputs)
|
|
322
|
+
if (locale === "th") return __th.text_account_settings(inputs)
|
|
323
|
+
if (locale === "tl") return __tl.text_account_settings(inputs)
|
|
324
|
+
if (locale === "tr") return __tr.text_account_settings(inputs)
|
|
325
|
+
if (locale === "uk") return __uk.text_account_settings(inputs)
|
|
326
|
+
if (locale === "vi") return __vi.text_account_settings(inputs)
|
|
327
|
+
if (locale === "zh-CN") return __zh_cn2.text_account_settings(inputs)
|
|
328
|
+
return __zh_tw2.text_account_settings(inputs)
|
|
329
|
+
});
|
|
330
|
+
/**
|
|
331
|
+
* | output |
|
|
332
|
+
* | --- |
|
|
333
|
+
* | "Logout" |
|
|
334
|
+
*
|
|
335
|
+
* @param {Text_LogoutInputs} inputs
|
|
336
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
337
|
+
* @returns {LocalizedString}
|
|
338
|
+
*/
|
|
339
|
+
export const text_logout = /** @type {((inputs?: Text_LogoutInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_LogoutInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
340
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
341
|
+
if (locale === "ar") return __ar.text_logout(inputs)
|
|
342
|
+
if (locale === "bg") return __bg.text_logout(inputs)
|
|
343
|
+
if (locale === "bn") return __bn.text_logout(inputs)
|
|
344
|
+
if (locale === "ca") return __ca.text_logout(inputs)
|
|
345
|
+
if (locale === "cs") return __cs.text_logout(inputs)
|
|
346
|
+
if (locale === "da") return __da.text_logout(inputs)
|
|
347
|
+
if (locale === "de") return __de.text_logout(inputs)
|
|
348
|
+
if (locale === "el") return __el.text_logout(inputs)
|
|
349
|
+
if (locale === "en") return __en.text_logout(inputs)
|
|
350
|
+
if (locale === "es") return __es.text_logout(inputs)
|
|
351
|
+
if (locale === "fi") return __fi.text_logout(inputs)
|
|
352
|
+
if (locale === "fr") return __fr.text_logout(inputs)
|
|
353
|
+
if (locale === "he") return __he.text_logout(inputs)
|
|
354
|
+
if (locale === "hi") return __hi.text_logout(inputs)
|
|
355
|
+
if (locale === "hu") return __hu.text_logout(inputs)
|
|
356
|
+
if (locale === "id") return __id.text_logout(inputs)
|
|
357
|
+
if (locale === "it") return __it.text_logout(inputs)
|
|
358
|
+
if (locale === "ja") return __ja.text_logout(inputs)
|
|
359
|
+
if (locale === "ko") return __ko.text_logout(inputs)
|
|
360
|
+
if (locale === "lt") return __lt.text_logout(inputs)
|
|
361
|
+
if (locale === "lv") return __lv.text_logout(inputs)
|
|
362
|
+
if (locale === "ms") return __ms.text_logout(inputs)
|
|
363
|
+
if (locale === "nl") return __nl.text_logout(inputs)
|
|
364
|
+
if (locale === "no") return __no.text_logout(inputs)
|
|
365
|
+
if (locale === "pl") return __pl.text_logout(inputs)
|
|
366
|
+
if (locale === "pt") return __pt.text_logout(inputs)
|
|
367
|
+
if (locale === "ro") return __ro.text_logout(inputs)
|
|
368
|
+
if (locale === "ru") return __ru.text_logout(inputs)
|
|
369
|
+
if (locale === "sk") return __sk.text_logout(inputs)
|
|
370
|
+
if (locale === "sl") return __sl.text_logout(inputs)
|
|
371
|
+
if (locale === "sq") return __sq.text_logout(inputs)
|
|
372
|
+
if (locale === "sr") return __sr.text_logout(inputs)
|
|
373
|
+
if (locale === "sv") return __sv.text_logout(inputs)
|
|
374
|
+
if (locale === "sw") return __sw.text_logout(inputs)
|
|
375
|
+
if (locale === "ta") return __ta.text_logout(inputs)
|
|
376
|
+
if (locale === "te") return __te.text_logout(inputs)
|
|
377
|
+
if (locale === "th") return __th.text_logout(inputs)
|
|
378
|
+
if (locale === "tl") return __tl.text_logout(inputs)
|
|
379
|
+
if (locale === "tr") return __tr.text_logout(inputs)
|
|
380
|
+
if (locale === "uk") return __uk.text_logout(inputs)
|
|
381
|
+
if (locale === "vi") return __vi.text_logout(inputs)
|
|
382
|
+
if (locale === "zh-CN") return __zh_cn2.text_logout(inputs)
|
|
383
|
+
return __zh_tw2.text_logout(inputs)
|
|
384
|
+
});
|
|
385
|
+
/**
|
|
386
|
+
* | output |
|
|
387
|
+
* | --- |
|
|
388
|
+
* | "Currency Converter" |
|
|
389
|
+
*
|
|
390
|
+
* @param {Text_Currency_ConverterInputs} inputs
|
|
391
|
+
* @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
|
|
392
|
+
* @returns {LocalizedString}
|
|
393
|
+
*/
|
|
394
|
+
export const text_currency_converter = /** @type {((inputs?: Text_Currency_ConverterInputs, options?: { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Text_Currency_ConverterInputs, { locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
395
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
396
|
+
if (locale === "ar") return __ar.text_currency_converter(inputs)
|
|
397
|
+
if (locale === "bg") return __bg.text_currency_converter(inputs)
|
|
398
|
+
if (locale === "bn") return __bn.text_currency_converter(inputs)
|
|
399
|
+
if (locale === "ca") return __ca.text_currency_converter(inputs)
|
|
400
|
+
if (locale === "cs") return __cs.text_currency_converter(inputs)
|
|
401
|
+
if (locale === "da") return __da.text_currency_converter(inputs)
|
|
402
|
+
if (locale === "de") return __de.text_currency_converter(inputs)
|
|
403
|
+
if (locale === "el") return __el.text_currency_converter(inputs)
|
|
404
|
+
if (locale === "en") return __en.text_currency_converter(inputs)
|
|
405
|
+
if (locale === "es") return __es.text_currency_converter(inputs)
|
|
406
|
+
if (locale === "fi") return __fi.text_currency_converter(inputs)
|
|
407
|
+
if (locale === "fr") return __fr.text_currency_converter(inputs)
|
|
408
|
+
if (locale === "he") return __he.text_currency_converter(inputs)
|
|
409
|
+
if (locale === "hi") return __hi.text_currency_converter(inputs)
|
|
410
|
+
if (locale === "hu") return __hu.text_currency_converter(inputs)
|
|
411
|
+
if (locale === "id") return __id.text_currency_converter(inputs)
|
|
412
|
+
if (locale === "it") return __it.text_currency_converter(inputs)
|
|
413
|
+
if (locale === "ja") return __ja.text_currency_converter(inputs)
|
|
414
|
+
if (locale === "ko") return __ko.text_currency_converter(inputs)
|
|
415
|
+
if (locale === "lt") return __lt.text_currency_converter(inputs)
|
|
416
|
+
if (locale === "lv") return __lv.text_currency_converter(inputs)
|
|
417
|
+
if (locale === "ms") return __ms.text_currency_converter(inputs)
|
|
418
|
+
if (locale === "nl") return __nl.text_currency_converter(inputs)
|
|
419
|
+
if (locale === "no") return __no.text_currency_converter(inputs)
|
|
420
|
+
if (locale === "pl") return __pl.text_currency_converter(inputs)
|
|
421
|
+
if (locale === "pt") return __pt.text_currency_converter(inputs)
|
|
422
|
+
if (locale === "ro") return __ro.text_currency_converter(inputs)
|
|
423
|
+
if (locale === "ru") return __ru.text_currency_converter(inputs)
|
|
424
|
+
if (locale === "sk") return __sk.text_currency_converter(inputs)
|
|
425
|
+
if (locale === "sl") return __sl.text_currency_converter(inputs)
|
|
426
|
+
if (locale === "sq") return __sq.text_currency_converter(inputs)
|
|
427
|
+
if (locale === "sr") return __sr.text_currency_converter(inputs)
|
|
428
|
+
if (locale === "sv") return __sv.text_currency_converter(inputs)
|
|
429
|
+
if (locale === "sw") return __sw.text_currency_converter(inputs)
|
|
430
|
+
if (locale === "ta") return __ta.text_currency_converter(inputs)
|
|
431
|
+
if (locale === "te") return __te.text_currency_converter(inputs)
|
|
432
|
+
if (locale === "th") return __th.text_currency_converter(inputs)
|
|
433
|
+
if (locale === "tl") return __tl.text_currency_converter(inputs)
|
|
434
|
+
if (locale === "tr") return __tr.text_currency_converter(inputs)
|
|
435
|
+
if (locale === "uk") return __uk.text_currency_converter(inputs)
|
|
436
|
+
if (locale === "vi") return __vi.text_currency_converter(inputs)
|
|
437
|
+
if (locale === "zh-CN") return __zh_cn2.text_currency_converter(inputs)
|
|
438
|
+
return __zh_tw2.text_currency_converter(inputs)
|
|
439
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
3
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
4
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
5
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
6
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
7
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
8
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
9
|
+
export const text_select_language: (inputs: Text_Select_LanguageInputs) => LocalizedString;
|
|
10
|
+
export const text_unit_converter: (inputs: Text_Unit_ConverterInputs) => LocalizedString;
|
|
11
|
+
export const text_calces_scientific_calculator: (inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString;
|
|
12
|
+
export const text_calces_documentation: (inputs: Text_Calces_DocumentationInputs) => LocalizedString;
|
|
13
|
+
export const text_account_settings: (inputs: Text_Account_SettingsInputs) => LocalizedString;
|
|
14
|
+
export const text_logout: (inputs: Text_LogoutInputs) => LocalizedString;
|
|
15
|
+
export const text_currency_converter: (inputs: Text_Currency_ConverterInputs) => LocalizedString;
|
|
16
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
17
|
+
export type Text_Select_LanguageInputs = {};
|
|
18
|
+
export type Text_Unit_ConverterInputs = {};
|
|
19
|
+
export type Text_Calces_Scientific_CalculatorInputs = {};
|
|
20
|
+
export type Text_Calces_DocumentationInputs = {};
|
|
21
|
+
export type Text_Account_SettingsInputs = {};
|
|
22
|
+
export type Text_LogoutInputs = {};
|
|
23
|
+
export type Text_Currency_ConverterInputs = {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
4
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
5
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
6
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
7
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
8
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
9
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export const text_select_language = /** @type {(inputs: Text_Select_LanguageInputs) => LocalizedString} */ () => {
|
|
13
|
+
return /** @type {LocalizedString} */ (`اختر اللغة`)
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const text_unit_converter = /** @type {(inputs: Text_Unit_ConverterInputs) => LocalizedString} */ () => {
|
|
17
|
+
return /** @type {LocalizedString} */ (`محول الوحدات`)
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
21
|
+
return /** @type {LocalizedString} */ (`الآلة الحاسبة العلمية CalcES`)
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const text_calces_documentation = /** @type {(inputs: Text_Calces_DocumentationInputs) => LocalizedString} */ () => {
|
|
25
|
+
return /** @type {LocalizedString} */ (`وثائق CalcES`)
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const text_account_settings = /** @type {(inputs: Text_Account_SettingsInputs) => LocalizedString} */ () => {
|
|
29
|
+
return /** @type {LocalizedString} */ (`إعدادات الحساب`)
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const text_logout = /** @type {(inputs: Text_LogoutInputs) => LocalizedString} */ () => {
|
|
33
|
+
return /** @type {LocalizedString} */ (`تسجيل الخروج`)
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
37
|
+
return /** @type {LocalizedString} */ (`محول العملات`)
|
|
38
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
3
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
4
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
5
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
6
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
7
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
8
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
9
|
+
export const text_select_language: (inputs: Text_Select_LanguageInputs) => LocalizedString;
|
|
10
|
+
export const text_unit_converter: (inputs: Text_Unit_ConverterInputs) => LocalizedString;
|
|
11
|
+
export const text_calces_scientific_calculator: (inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString;
|
|
12
|
+
export const text_calces_documentation: (inputs: Text_Calces_DocumentationInputs) => LocalizedString;
|
|
13
|
+
export const text_account_settings: (inputs: Text_Account_SettingsInputs) => LocalizedString;
|
|
14
|
+
export const text_logout: (inputs: Text_LogoutInputs) => LocalizedString;
|
|
15
|
+
export const text_currency_converter: (inputs: Text_Currency_ConverterInputs) => LocalizedString;
|
|
16
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
17
|
+
export type Text_Select_LanguageInputs = {};
|
|
18
|
+
export type Text_Unit_ConverterInputs = {};
|
|
19
|
+
export type Text_Calces_Scientific_CalculatorInputs = {};
|
|
20
|
+
export type Text_Calces_DocumentationInputs = {};
|
|
21
|
+
export type Text_Account_SettingsInputs = {};
|
|
22
|
+
export type Text_LogoutInputs = {};
|
|
23
|
+
export type Text_Currency_ConverterInputs = {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
4
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
5
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
6
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
7
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
8
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
9
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export const text_select_language = /** @type {(inputs: Text_Select_LanguageInputs) => LocalizedString} */ () => {
|
|
13
|
+
return /** @type {LocalizedString} */ (`Изберете език`)
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const text_unit_converter = /** @type {(inputs: Text_Unit_ConverterInputs) => LocalizedString} */ () => {
|
|
17
|
+
return /** @type {LocalizedString} */ (`Конвертор на единици`)
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
21
|
+
return /** @type {LocalizedString} */ (`Научен калкулатор CalcES`)
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const text_calces_documentation = /** @type {(inputs: Text_Calces_DocumentationInputs) => LocalizedString} */ () => {
|
|
25
|
+
return /** @type {LocalizedString} */ (`Документация на CalcES`)
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const text_account_settings = /** @type {(inputs: Text_Account_SettingsInputs) => LocalizedString} */ () => {
|
|
29
|
+
return /** @type {LocalizedString} */ (`Настройки на акаунта`)
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const text_logout = /** @type {(inputs: Text_LogoutInputs) => LocalizedString} */ () => {
|
|
33
|
+
return /** @type {LocalizedString} */ (`Изход`)
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
37
|
+
return /** @type {LocalizedString} */ (`Конвертор на валута`)
|
|
38
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
/** @typedef {{}} Text_Select_LanguageInputs */
|
|
3
|
+
/** @typedef {{}} Text_Unit_ConverterInputs */
|
|
4
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
5
|
+
/** @typedef {{}} Text_Calces_DocumentationInputs */
|
|
6
|
+
/** @typedef {{}} Text_Account_SettingsInputs */
|
|
7
|
+
/** @typedef {{}} Text_LogoutInputs */
|
|
8
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
9
|
+
export const text_select_language: (inputs: Text_Select_LanguageInputs) => LocalizedString;
|
|
10
|
+
export const text_unit_converter: (inputs: Text_Unit_ConverterInputs) => LocalizedString;
|
|
11
|
+
export const text_calces_scientific_calculator: (inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString;
|
|
12
|
+
export const text_calces_documentation: (inputs: Text_Calces_DocumentationInputs) => LocalizedString;
|
|
13
|
+
export const text_account_settings: (inputs: Text_Account_SettingsInputs) => LocalizedString;
|
|
14
|
+
export const text_logout: (inputs: Text_LogoutInputs) => LocalizedString;
|
|
15
|
+
export const text_currency_converter: (inputs: Text_Currency_ConverterInputs) => LocalizedString;
|
|
16
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
17
|
+
export type Text_Select_LanguageInputs = {};
|
|
18
|
+
export type Text_Unit_ConverterInputs = {};
|
|
19
|
+
export type Text_Calces_Scientific_CalculatorInputs = {};
|
|
20
|
+
export type Text_Calces_DocumentationInputs = {};
|
|
21
|
+
export type Text_Account_SettingsInputs = {};
|
|
22
|
+
export type Text_LogoutInputs = {};
|
|
23
|
+
export type Text_Currency_ConverterInputs = {};
|