tera-system-ui 0.1.64 → 0.1.66
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/text_account_settings.d.ts +14 -2
- package/dist/paraglide/messages/text_account_settings.js +53 -58
- package/dist/paraglide/messages/text_calces_documentation.d.ts +14 -2
- package/dist/paraglide/messages/text_calces_documentation.js +53 -58
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +14 -2
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +53 -58
- package/dist/paraglide/messages/text_currency_converter.d.ts +14 -2
- package/dist/paraglide/messages/text_currency_converter.js +53 -58
- package/dist/paraglide/messages/text_logout.d.ts +14 -2
- package/dist/paraglide/messages/text_logout.js +53 -58
- package/dist/paraglide/messages/text_select_language.d.ts +14 -2
- package/dist/paraglide/messages/text_select_language.js +53 -58
- package/dist/paraglide/messages/text_unit_converter.d.ts +14 -2
- package/dist/paraglide/messages/text_unit_converter.js +53 -58
- 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 +242 -77
- 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/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,198 +1,193 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import { getLocale,
|
|
2
|
+
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
+
|
|
3
4
|
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
/** @typedef {{}} Text_Calces_Scientific_CalculatorInputs */
|
|
7
|
+
|
|
8
|
+
const ar_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
6
9
|
return /** @type {LocalizedString} */ (`الآلة الحاسبة العلمية CalcES`)
|
|
7
10
|
};
|
|
8
11
|
|
|
9
|
-
const bg_text_calces_scientific_calculator = /** @type {(inputs:
|
|
12
|
+
const bg_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
10
13
|
return /** @type {LocalizedString} */ (`Научен калкулатор CalcES`)
|
|
11
14
|
};
|
|
12
15
|
|
|
13
|
-
const bn_text_calces_scientific_calculator = /** @type {(inputs:
|
|
16
|
+
const bn_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
14
17
|
return /** @type {LocalizedString} */ (`CalcES বৈজ্ঞানিক ক্যালকুলেটর`)
|
|
15
18
|
};
|
|
16
19
|
|
|
17
|
-
const ca_text_calces_scientific_calculator = /** @type {(inputs:
|
|
20
|
+
const ca_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
18
21
|
return /** @type {LocalizedString} */ (`CalcES Calculadora Científica`)
|
|
19
22
|
};
|
|
20
23
|
|
|
21
|
-
const cs_text_calces_scientific_calculator = /** @type {(inputs:
|
|
24
|
+
const cs_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
22
25
|
return /** @type {LocalizedString} */ (`CalcES Vědecká Kalkulačka`)
|
|
23
26
|
};
|
|
24
27
|
|
|
25
|
-
const da_text_calces_scientific_calculator = /** @type {(inputs:
|
|
28
|
+
const da_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
26
29
|
return /** @type {LocalizedString} */ (`CalcES Videnskabelig Lommeregner`)
|
|
27
30
|
};
|
|
28
31
|
|
|
29
|
-
const de_text_calces_scientific_calculator = /** @type {(inputs:
|
|
32
|
+
const de_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
30
33
|
return /** @type {LocalizedString} */ (`CalcES Sci. Rechner`)
|
|
31
34
|
};
|
|
32
35
|
|
|
33
|
-
const el_text_calces_scientific_calculator = /** @type {(inputs:
|
|
36
|
+
const el_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
34
37
|
return /** @type {LocalizedString} */ (`CalcES Επιστημονική Αριθμομηχανή`)
|
|
35
38
|
};
|
|
36
39
|
|
|
37
|
-
const en_text_calces_scientific_calculator = /** @type {(inputs:
|
|
40
|
+
const en_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
38
41
|
return /** @type {LocalizedString} */ (`CalcES Scientific Calculator`)
|
|
39
42
|
};
|
|
40
43
|
|
|
41
|
-
const es_text_calces_scientific_calculator = /** @type {(inputs:
|
|
44
|
+
const es_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
42
45
|
return /** @type {LocalizedString} */ (`Calculadora Científica`)
|
|
43
46
|
};
|
|
44
47
|
|
|
45
|
-
const fi_text_calces_scientific_calculator = /** @type {(inputs:
|
|
48
|
+
const fi_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
46
49
|
return /** @type {LocalizedString} */ (`CalcES Tieteellinen Laskin`)
|
|
47
50
|
};
|
|
48
51
|
|
|
49
|
-
const fr_text_calces_scientific_calculator = /** @type {(inputs:
|
|
52
|
+
const fr_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
50
53
|
return /** @type {LocalizedString} */ (`Calculatrice Scientifique`)
|
|
51
54
|
};
|
|
52
55
|
|
|
53
|
-
const he_text_calces_scientific_calculator = /** @type {(inputs:
|
|
56
|
+
const he_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
54
57
|
return /** @type {LocalizedString} */ (`מחשבון מדעי CalcES`)
|
|
55
58
|
};
|
|
56
59
|
|
|
57
|
-
const hi_text_calces_scientific_calculator = /** @type {(inputs:
|
|
60
|
+
const hi_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
58
61
|
return /** @type {LocalizedString} */ (`CalcES वैज्ञानिक कैलकुलेटर`)
|
|
59
62
|
};
|
|
60
63
|
|
|
61
|
-
const hu_text_calces_scientific_calculator = /** @type {(inputs:
|
|
64
|
+
const hu_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
62
65
|
return /** @type {LocalizedString} */ (`CalcES Tudományos Számológép`)
|
|
63
66
|
};
|
|
64
67
|
|
|
65
|
-
const id_text_calces_scientific_calculator = /** @type {(inputs:
|
|
68
|
+
const id_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
66
69
|
return /** @type {LocalizedString} */ (`Kalkulator Ilmiah CalcES`)
|
|
67
70
|
};
|
|
68
71
|
|
|
69
|
-
const it_text_calces_scientific_calculator = /** @type {(inputs:
|
|
72
|
+
const it_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
70
73
|
return /** @type {LocalizedString} */ (`Calcolatrice Scientifica`)
|
|
71
74
|
};
|
|
72
75
|
|
|
73
|
-
const ja_text_calces_scientific_calculator = /** @type {(inputs:
|
|
76
|
+
const ja_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
74
77
|
return /** @type {LocalizedString} */ (`CalcES 科学計算機`)
|
|
75
78
|
};
|
|
76
79
|
|
|
77
|
-
const ko_text_calces_scientific_calculator = /** @type {(inputs:
|
|
80
|
+
const ko_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
78
81
|
return /** @type {LocalizedString} */ (`CalcES 과학 계산기`)
|
|
79
82
|
};
|
|
80
83
|
|
|
81
|
-
const lt_text_calces_scientific_calculator = /** @type {(inputs:
|
|
84
|
+
const lt_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
82
85
|
return /** @type {LocalizedString} */ (`CalcES mokslinis skaičiuotuvas`)
|
|
83
86
|
};
|
|
84
87
|
|
|
85
|
-
const lv_text_calces_scientific_calculator = /** @type {(inputs:
|
|
88
|
+
const lv_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
86
89
|
return /** @type {LocalizedString} */ (`CalcES zinātniskais kalkulators`)
|
|
87
90
|
};
|
|
88
91
|
|
|
89
|
-
const ms_text_calces_scientific_calculator = /** @type {(inputs:
|
|
92
|
+
const ms_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
90
93
|
return /** @type {LocalizedString} */ (`Kalkulator Saintifik CalcES`)
|
|
91
94
|
};
|
|
92
95
|
|
|
93
|
-
const nl_text_calces_scientific_calculator = /** @type {(inputs:
|
|
96
|
+
const nl_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
94
97
|
return /** @type {LocalizedString} */ (`CalcES Wetenschappelijke Rekenmachine`)
|
|
95
98
|
};
|
|
96
99
|
|
|
97
|
-
const no_text_calces_scientific_calculator = /** @type {(inputs:
|
|
100
|
+
const no_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
98
101
|
return /** @type {LocalizedString} */ (`CalcES Vitenskapelig Kalkulator`)
|
|
99
102
|
};
|
|
100
103
|
|
|
101
|
-
const pl_text_calces_scientific_calculator = /** @type {(inputs:
|
|
104
|
+
const pl_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
102
105
|
return /** @type {LocalizedString} */ (`Kalkulator naukowy CalcES`)
|
|
103
106
|
};
|
|
104
107
|
|
|
105
|
-
const pt_text_calces_scientific_calculator = /** @type {(inputs:
|
|
108
|
+
const pt_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
106
109
|
return /** @type {LocalizedString} */ (`Calculadora Científica`)
|
|
107
110
|
};
|
|
108
111
|
|
|
109
|
-
const ro_text_calces_scientific_calculator = /** @type {(inputs:
|
|
112
|
+
const ro_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
110
113
|
return /** @type {LocalizedString} */ (`Calculator Științific CalcES`)
|
|
111
114
|
};
|
|
112
115
|
|
|
113
|
-
const ru_text_calces_scientific_calculator = /** @type {(inputs:
|
|
116
|
+
const ru_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
114
117
|
return /** @type {LocalizedString} */ (`Научный калькулятор`)
|
|
115
118
|
};
|
|
116
119
|
|
|
117
|
-
const sk_text_calces_scientific_calculator = /** @type {(inputs:
|
|
120
|
+
const sk_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
118
121
|
return /** @type {LocalizedString} */ (`CalcES Vedecká kalkulačka`)
|
|
119
122
|
};
|
|
120
123
|
|
|
121
|
-
const sl_text_calces_scientific_calculator = /** @type {(inputs:
|
|
124
|
+
const sl_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
122
125
|
return /** @type {LocalizedString} */ (`Znanstveni kalkulator CalcES`)
|
|
123
126
|
};
|
|
124
127
|
|
|
125
|
-
const sq_text_calces_scientific_calculator = /** @type {(inputs:
|
|
128
|
+
const sq_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
126
129
|
return /** @type {LocalizedString} */ (`Kalkulatori Shkencor CalcES`)
|
|
127
130
|
};
|
|
128
131
|
|
|
129
|
-
const sr_text_calces_scientific_calculator = /** @type {(inputs:
|
|
132
|
+
const sr_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
130
133
|
return /** @type {LocalizedString} */ (`CalcES Naučni Kalkulator`)
|
|
131
134
|
};
|
|
132
135
|
|
|
133
|
-
const sv_text_calces_scientific_calculator = /** @type {(inputs:
|
|
136
|
+
const sv_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
134
137
|
return /** @type {LocalizedString} */ (`CalcES Vetenskaplig Kalkylator`)
|
|
135
138
|
};
|
|
136
139
|
|
|
137
|
-
const sw_text_calces_scientific_calculator = /** @type {(inputs:
|
|
140
|
+
const sw_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
138
141
|
return /** @type {LocalizedString} */ (`Kikokotozi cha Kisayansi cha CalcES`)
|
|
139
142
|
};
|
|
140
143
|
|
|
141
|
-
const ta_text_calces_scientific_calculator = /** @type {(inputs:
|
|
144
|
+
const ta_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
142
145
|
return /** @type {LocalizedString} */ (`CalcES அறிவியல் கணிக்க`)
|
|
143
146
|
};
|
|
144
147
|
|
|
145
|
-
const te_text_calces_scientific_calculator = /** @type {(inputs:
|
|
148
|
+
const te_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
146
149
|
return /** @type {LocalizedString} */ (`CalcES శాస్త్రీయ కాలిక్యులేటర్`)
|
|
147
150
|
};
|
|
148
151
|
|
|
149
|
-
const th_text_calces_scientific_calculator = /** @type {(inputs:
|
|
152
|
+
const th_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
150
153
|
return /** @type {LocalizedString} */ (`เครื่องคิดเลขวิทยาศาสตร์ CalcES`)
|
|
151
154
|
};
|
|
152
155
|
|
|
153
|
-
const tl_text_calces_scientific_calculator = /** @type {(inputs:
|
|
156
|
+
const tl_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
154
157
|
return /** @type {LocalizedString} */ (`CalcES Siyentipikong Kalkulador`)
|
|
155
158
|
};
|
|
156
159
|
|
|
157
|
-
const tr_text_calces_scientific_calculator = /** @type {(inputs:
|
|
160
|
+
const tr_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
158
161
|
return /** @type {LocalizedString} */ (`CalcES Bilimsel Hesap Makinesi`)
|
|
159
162
|
};
|
|
160
163
|
|
|
161
|
-
const uk_text_calces_scientific_calculator = /** @type {(inputs:
|
|
164
|
+
const uk_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
162
165
|
return /** @type {LocalizedString} */ (`Науковий калькулятор CalcES`)
|
|
163
166
|
};
|
|
164
167
|
|
|
165
|
-
const vi_text_calces_scientific_calculator = /** @type {(inputs:
|
|
168
|
+
const vi_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
166
169
|
return /** @type {LocalizedString} */ (`Máy Tính Khoa Học`)
|
|
167
170
|
};
|
|
168
171
|
|
|
169
|
-
const zh_cn2_text_calces_scientific_calculator = /** @type {(inputs:
|
|
172
|
+
const zh_cn2_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
170
173
|
return /** @type {LocalizedString} */ (`CalcES 科学计算器`)
|
|
171
174
|
};
|
|
172
175
|
|
|
173
|
-
const zh_tw2_text_calces_scientific_calculator = /** @type {(inputs:
|
|
176
|
+
const zh_tw2_text_calces_scientific_calculator = /** @type {(inputs: Text_Calces_Scientific_CalculatorInputs) => LocalizedString} */ () => {
|
|
174
177
|
return /** @type {LocalizedString} */ (`CalcES 科學計算器`)
|
|
175
178
|
};
|
|
176
179
|
|
|
177
180
|
/**
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
+
* | output |
|
|
182
|
+
* | --- |
|
|
183
|
+
* | "CalcES Scientific Calculator" |
|
|
181
184
|
*
|
|
182
|
-
*
|
|
183
|
-
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
184
|
-
*
|
|
185
|
-
* @param {{}} inputs
|
|
185
|
+
* @param {Text_Calces_Scientific_CalculatorInputs} inputs
|
|
186
186
|
* @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
|
|
187
187
|
* @returns {LocalizedString}
|
|
188
188
|
*/
|
|
189
|
-
|
|
190
|
-
export const text_calces_scientific_calculator = (inputs = {}, options = {}) => {
|
|
191
|
-
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
192
|
-
return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_scientific_calculator(inputs)
|
|
193
|
-
}
|
|
189
|
+
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 = {}) => {
|
|
194
190
|
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
195
|
-
trackMessageCall("text_calces_scientific_calculator", locale)
|
|
196
191
|
if (locale === "ar") return ar_text_calces_scientific_calculator(inputs)
|
|
197
192
|
if (locale === "bg") return bg_text_calces_scientific_calculator(inputs)
|
|
198
193
|
if (locale === "bn") return bn_text_calces_scientific_calculator(inputs)
|
|
@@ -236,4 +231,4 @@ export const text_calces_scientific_calculator = (inputs = {}, options = {}) =>
|
|
|
236
231
|
if (locale === "vi") return vi_text_calces_scientific_calculator(inputs)
|
|
237
232
|
if (locale === "zh-CN") return zh_cn2_text_calces_scientific_calculator(inputs)
|
|
238
233
|
return zh_tw2_text_calces_scientific_calculator(inputs)
|
|
239
|
-
};
|
|
234
|
+
});
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* | output |
|
|
3
|
+
* | --- |
|
|
4
|
+
* | "Currency Converter" |
|
|
5
|
+
*
|
|
6
|
+
* @param {Text_Currency_ConverterInputs} inputs
|
|
7
|
+
* @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
|
|
8
|
+
* @returns {LocalizedString}
|
|
9
|
+
*/
|
|
10
|
+
export const text_currency_converter: ((inputs?: Text_Currency_ConverterInputs, options?: {
|
|
2
11
|
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";
|
|
3
|
-
})
|
|
12
|
+
}) => LocalizedString) & import("../runtime.js").MessageMetadata<Text_Currency_ConverterInputs, {
|
|
13
|
+
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";
|
|
14
|
+
}, {}>;
|
|
4
15
|
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
+
export type Text_Currency_ConverterInputs = {};
|
|
@@ -1,198 +1,193 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import { getLocale,
|
|
2
|
+
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
+
|
|
3
4
|
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
/** @typedef {{}} Text_Currency_ConverterInputs */
|
|
7
|
+
|
|
8
|
+
const ar_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
6
9
|
return /** @type {LocalizedString} */ (`محول العملات`)
|
|
7
10
|
};
|
|
8
11
|
|
|
9
|
-
const bg_text_currency_converter = /** @type {(inputs:
|
|
12
|
+
const bg_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
10
13
|
return /** @type {LocalizedString} */ (`Конвертор на валута`)
|
|
11
14
|
};
|
|
12
15
|
|
|
13
|
-
const bn_text_currency_converter = /** @type {(inputs:
|
|
16
|
+
const bn_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
14
17
|
return /** @type {LocalizedString} */ (`মুদ্রা রূপান্তরকারী`)
|
|
15
18
|
};
|
|
16
19
|
|
|
17
|
-
const ca_text_currency_converter = /** @type {(inputs:
|
|
20
|
+
const ca_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
18
21
|
return /** @type {LocalizedString} */ (`Convertidor de moneda`)
|
|
19
22
|
};
|
|
20
23
|
|
|
21
|
-
const cs_text_currency_converter = /** @type {(inputs:
|
|
24
|
+
const cs_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
22
25
|
return /** @type {LocalizedString} */ (`Převodník měn`)
|
|
23
26
|
};
|
|
24
27
|
|
|
25
|
-
const da_text_currency_converter = /** @type {(inputs:
|
|
28
|
+
const da_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
26
29
|
return /** @type {LocalizedString} */ (`Valutakonverter`)
|
|
27
30
|
};
|
|
28
31
|
|
|
29
|
-
const de_text_currency_converter = /** @type {(inputs:
|
|
32
|
+
const de_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
30
33
|
return /** @type {LocalizedString} */ (`Währungsrechner`)
|
|
31
34
|
};
|
|
32
35
|
|
|
33
|
-
const el_text_currency_converter = /** @type {(inputs:
|
|
36
|
+
const el_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
34
37
|
return /** @type {LocalizedString} */ (`Μετατροπέας νομισμάτων`)
|
|
35
38
|
};
|
|
36
39
|
|
|
37
|
-
const en_text_currency_converter = /** @type {(inputs:
|
|
40
|
+
const en_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
38
41
|
return /** @type {LocalizedString} */ (`Currency Converter`)
|
|
39
42
|
};
|
|
40
43
|
|
|
41
|
-
const es_text_currency_converter = /** @type {(inputs:
|
|
44
|
+
const es_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
42
45
|
return /** @type {LocalizedString} */ (`Convertidor de Divisas`)
|
|
43
46
|
};
|
|
44
47
|
|
|
45
|
-
const fi_text_currency_converter = /** @type {(inputs:
|
|
48
|
+
const fi_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
46
49
|
return /** @type {LocalizedString} */ (`Valuuttamuunnin`)
|
|
47
50
|
};
|
|
48
51
|
|
|
49
|
-
const fr_text_currency_converter = /** @type {(inputs:
|
|
52
|
+
const fr_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
50
53
|
return /** @type {LocalizedString} */ (`Convertisseur de Devises`)
|
|
51
54
|
};
|
|
52
55
|
|
|
53
|
-
const he_text_currency_converter = /** @type {(inputs:
|
|
56
|
+
const he_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
54
57
|
return /** @type {LocalizedString} */ (`ממיר מטבעות`)
|
|
55
58
|
};
|
|
56
59
|
|
|
57
|
-
const hi_text_currency_converter = /** @type {(inputs:
|
|
60
|
+
const hi_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
58
61
|
return /** @type {LocalizedString} */ (`मुद्रा परिवर्तक`)
|
|
59
62
|
};
|
|
60
63
|
|
|
61
|
-
const hu_text_currency_converter = /** @type {(inputs:
|
|
64
|
+
const hu_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
62
65
|
return /** @type {LocalizedString} */ (`Pénznem Átváltó`)
|
|
63
66
|
};
|
|
64
67
|
|
|
65
|
-
const id_text_currency_converter = /** @type {(inputs:
|
|
68
|
+
const id_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
66
69
|
return /** @type {LocalizedString} */ (`Pengonversi Mata Uang`)
|
|
67
70
|
};
|
|
68
71
|
|
|
69
|
-
const it_text_currency_converter = /** @type {(inputs:
|
|
72
|
+
const it_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
70
73
|
return /** @type {LocalizedString} */ (`Convertitore di Valuta`)
|
|
71
74
|
};
|
|
72
75
|
|
|
73
|
-
const ja_text_currency_converter = /** @type {(inputs:
|
|
76
|
+
const ja_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
74
77
|
return /** @type {LocalizedString} */ (`通貨換算`)
|
|
75
78
|
};
|
|
76
79
|
|
|
77
|
-
const ko_text_currency_converter = /** @type {(inputs:
|
|
80
|
+
const ko_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
78
81
|
return /** @type {LocalizedString} */ (`환율 변환기`)
|
|
79
82
|
};
|
|
80
83
|
|
|
81
|
-
const lt_text_currency_converter = /** @type {(inputs:
|
|
84
|
+
const lt_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
82
85
|
return /** @type {LocalizedString} */ (`Valiutų keitiklis`)
|
|
83
86
|
};
|
|
84
87
|
|
|
85
|
-
const lv_text_currency_converter = /** @type {(inputs:
|
|
88
|
+
const lv_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
86
89
|
return /** @type {LocalizedString} */ (`Valūtas konvertētājs`)
|
|
87
90
|
};
|
|
88
91
|
|
|
89
|
-
const ms_text_currency_converter = /** @type {(inputs:
|
|
92
|
+
const ms_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
90
93
|
return /** @type {LocalizedString} */ (`Penukar Mata Wang`)
|
|
91
94
|
};
|
|
92
95
|
|
|
93
|
-
const nl_text_currency_converter = /** @type {(inputs:
|
|
96
|
+
const nl_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
94
97
|
return /** @type {LocalizedString} */ (`Valuta Converter`)
|
|
95
98
|
};
|
|
96
99
|
|
|
97
|
-
const no_text_currency_converter = /** @type {(inputs:
|
|
100
|
+
const no_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
98
101
|
return /** @type {LocalizedString} */ (`Valutaomregner`)
|
|
99
102
|
};
|
|
100
103
|
|
|
101
|
-
const pl_text_currency_converter = /** @type {(inputs:
|
|
104
|
+
const pl_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
102
105
|
return /** @type {LocalizedString} */ (`Konwerter walut`)
|
|
103
106
|
};
|
|
104
107
|
|
|
105
|
-
const pt_text_currency_converter = /** @type {(inputs:
|
|
108
|
+
const pt_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
106
109
|
return /** @type {LocalizedString} */ (`Conversor de Moedas`)
|
|
107
110
|
};
|
|
108
111
|
|
|
109
|
-
const ro_text_currency_converter = /** @type {(inputs:
|
|
112
|
+
const ro_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
110
113
|
return /** @type {LocalizedString} */ (`Convertor valutar`)
|
|
111
114
|
};
|
|
112
115
|
|
|
113
|
-
const ru_text_currency_converter = /** @type {(inputs:
|
|
116
|
+
const ru_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
114
117
|
return /** @type {LocalizedString} */ (`Конвертер валют`)
|
|
115
118
|
};
|
|
116
119
|
|
|
117
|
-
const sk_text_currency_converter = /** @type {(inputs:
|
|
120
|
+
const sk_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
118
121
|
return /** @type {LocalizedString} */ (`Konvertor mien`)
|
|
119
122
|
};
|
|
120
123
|
|
|
121
|
-
const sl_text_currency_converter = /** @type {(inputs:
|
|
124
|
+
const sl_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
122
125
|
return /** @type {LocalizedString} */ (`Pretvornik valut`)
|
|
123
126
|
};
|
|
124
127
|
|
|
125
|
-
const sq_text_currency_converter = /** @type {(inputs:
|
|
128
|
+
const sq_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
126
129
|
return /** @type {LocalizedString} */ (`Konvertues Valutash`)
|
|
127
130
|
};
|
|
128
131
|
|
|
129
|
-
const sr_text_currency_converter = /** @type {(inputs:
|
|
132
|
+
const sr_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
130
133
|
return /** @type {LocalizedString} */ (`Konverter valuta`)
|
|
131
134
|
};
|
|
132
135
|
|
|
133
|
-
const sv_text_currency_converter = /** @type {(inputs:
|
|
136
|
+
const sv_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
134
137
|
return /** @type {LocalizedString} */ (`Valutaomvandlare`)
|
|
135
138
|
};
|
|
136
139
|
|
|
137
|
-
const sw_text_currency_converter = /** @type {(inputs:
|
|
140
|
+
const sw_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
138
141
|
return /** @type {LocalizedString} */ (`Kigeuzi cha Fedha`)
|
|
139
142
|
};
|
|
140
143
|
|
|
141
|
-
const ta_text_currency_converter = /** @type {(inputs:
|
|
144
|
+
const ta_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
142
145
|
return /** @type {LocalizedString} */ (`நாணய மாற்றான்`)
|
|
143
146
|
};
|
|
144
147
|
|
|
145
|
-
const te_text_currency_converter = /** @type {(inputs:
|
|
148
|
+
const te_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
146
149
|
return /** @type {LocalizedString} */ (`నాణ్య మార్పిడి`)
|
|
147
150
|
};
|
|
148
151
|
|
|
149
|
-
const th_text_currency_converter = /** @type {(inputs:
|
|
152
|
+
const th_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
150
153
|
return /** @type {LocalizedString} */ (`ตัวแปลงสกุลเงิน`)
|
|
151
154
|
};
|
|
152
155
|
|
|
153
|
-
const tl_text_currency_converter = /** @type {(inputs:
|
|
156
|
+
const tl_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
154
157
|
return /** @type {LocalizedString} */ (`Tagapagpalit ng Salapi`)
|
|
155
158
|
};
|
|
156
159
|
|
|
157
|
-
const tr_text_currency_converter = /** @type {(inputs:
|
|
160
|
+
const tr_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
158
161
|
return /** @type {LocalizedString} */ (`Para Birimi Dönüştürücü`)
|
|
159
162
|
};
|
|
160
163
|
|
|
161
|
-
const uk_text_currency_converter = /** @type {(inputs:
|
|
164
|
+
const uk_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
162
165
|
return /** @type {LocalizedString} */ (`Конвертер валют`)
|
|
163
166
|
};
|
|
164
167
|
|
|
165
|
-
const vi_text_currency_converter = /** @type {(inputs:
|
|
168
|
+
const vi_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
166
169
|
return /** @type {LocalizedString} */ (`Bộ Chuyển Đổi Tiền Tệ`)
|
|
167
170
|
};
|
|
168
171
|
|
|
169
|
-
const zh_cn2_text_currency_converter = /** @type {(inputs:
|
|
172
|
+
const zh_cn2_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
170
173
|
return /** @type {LocalizedString} */ (`货币转换器`)
|
|
171
174
|
};
|
|
172
175
|
|
|
173
|
-
const zh_tw2_text_currency_converter = /** @type {(inputs:
|
|
176
|
+
const zh_tw2_text_currency_converter = /** @type {(inputs: Text_Currency_ConverterInputs) => LocalizedString} */ () => {
|
|
174
177
|
return /** @type {LocalizedString} */ (`貨幣轉換器`)
|
|
175
178
|
};
|
|
176
179
|
|
|
177
180
|
/**
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
+
* | output |
|
|
182
|
+
* | --- |
|
|
183
|
+
* | "Currency Converter" |
|
|
181
184
|
*
|
|
182
|
-
*
|
|
183
|
-
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
184
|
-
*
|
|
185
|
-
* @param {{}} inputs
|
|
185
|
+
* @param {Text_Currency_ConverterInputs} inputs
|
|
186
186
|
* @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
|
|
187
187
|
* @returns {LocalizedString}
|
|
188
188
|
*/
|
|
189
|
-
|
|
190
|
-
export const text_currency_converter = (inputs = {}, options = {}) => {
|
|
191
|
-
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
192
|
-
return /** @type {any} */ (globalThis).__paraglide_ssr.text_currency_converter(inputs)
|
|
193
|
-
}
|
|
189
|
+
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 = {}) => {
|
|
194
190
|
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
195
|
-
trackMessageCall("text_currency_converter", locale)
|
|
196
191
|
if (locale === "ar") return ar_text_currency_converter(inputs)
|
|
197
192
|
if (locale === "bg") return bg_text_currency_converter(inputs)
|
|
198
193
|
if (locale === "bn") return bn_text_currency_converter(inputs)
|
|
@@ -236,4 +231,4 @@ export const text_currency_converter = (inputs = {}, options = {}) => {
|
|
|
236
231
|
if (locale === "vi") return vi_text_currency_converter(inputs)
|
|
237
232
|
if (locale === "zh-CN") return zh_cn2_text_currency_converter(inputs)
|
|
238
233
|
return zh_tw2_text_currency_converter(inputs)
|
|
239
|
-
};
|
|
234
|
+
});
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* | output |
|
|
3
|
+
* | --- |
|
|
4
|
+
* | "Logout" |
|
|
5
|
+
*
|
|
6
|
+
* @param {Text_LogoutInputs} inputs
|
|
7
|
+
* @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
|
|
8
|
+
* @returns {LocalizedString}
|
|
9
|
+
*/
|
|
10
|
+
export const text_logout: ((inputs?: Text_LogoutInputs, options?: {
|
|
2
11
|
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";
|
|
3
|
-
})
|
|
12
|
+
}) => LocalizedString) & import("../runtime.js").MessageMetadata<Text_LogoutInputs, {
|
|
13
|
+
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";
|
|
14
|
+
}, {}>;
|
|
4
15
|
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
+
export type Text_LogoutInputs = {};
|