tera-system-ui 0.1.41 → 0.1.61
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/components/accordion/Accordion.d.ts +15 -13
- package/dist/components/accordion/index.d.ts +1 -0
- package/dist/components/avatar/Avatar.d.ts +5 -3
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/brand-logo/BrandLogo.d.ts +5 -2
- package/dist/components/brand-logo/index.d.ts +1 -0
- package/dist/components/button/Button.d.ts +58 -14
- package/dist/components/button/Button.js +90 -27
- package/dist/components/button/Button.svelte +35 -30
- package/dist/components/button/Button.svelte.d.ts +1 -4
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -2
- package/dist/components/checkbox/Checkbox.svelte +15 -8
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/combobox/Combobox.d.ts +5 -2
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +8 -6
- package/dist/components/dialog/index.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +26 -8
- package/dist/components/dropdown-menu/index.d.ts +1 -0
- package/dist/components/header/Header.d.ts +6 -3
- package/dist/components/header/Header.svelte.d.ts +1 -1
- package/dist/components/header/index.d.ts +1 -0
- package/dist/components/input/Input.d.ts +22 -6
- package/dist/components/input/Input.js +19 -10
- package/dist/components/input/Input.svelte +42 -9
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/label/Label.d.ts +33 -3
- package/dist/components/label/Label.js +14 -3
- package/dist/components/label/Label.svelte +7 -7
- package/dist/components/label/Label.svelte.d.ts +2 -2
- package/dist/components/label/index.d.ts +1 -0
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +5 -2
- package/dist/components/language-picker-button/index.d.ts +1 -0
- package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +5 -2
- package/dist/components/light-dark-toggle/index.d.ts +1 -0
- package/dist/components/popover/Popover.d.ts +6 -3
- package/dist/components/popover/Popover.js +0 -1
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +5 -2
- package/dist/components/popover-responsive/index.d.ts +1 -0
- package/dist/components/select/Select.d.ts +19 -5
- package/dist/components/select/Select.js +18 -9
- package/dist/components/select/Select.svelte +17 -4
- package/dist/components/select/Select.svelte.d.ts +1 -1
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/side-navigation/SideNavigation.d.ts +6 -3
- package/dist/components/side-navigation/index.d.ts +1 -1
- package/dist/components/slider/Slider.d.ts +7 -4
- package/dist/components/slider/Slider.svelte +26 -51
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/star-rating/StarRating.d.ts +5 -2
- package/dist/components/star-rating/StarRating.svelte +5 -5
- package/dist/components/star-rating/index.d.ts +1 -0
- package/dist/components/switch/Switch.d.ts +6 -2
- package/dist/components/switch/Switch.svelte +13 -7
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +23 -3
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tera-ui-context/TeraUiContext.d.ts +4 -6
- package/dist/components/tera-ui-context/index.d.ts +1 -0
- package/dist/components/text-area/TextArea.d.ts +22 -8
- package/dist/components/text-area/TextArea.js +19 -10
- package/dist/components/text-area/TextArea.svelte +36 -30
- package/dist/components/text-area/index.d.ts +1 -0
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +5 -2
- package/dist/components/user-avatar-with-menu/index.d.ts +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/paraglide/README.md +93 -0
- package/dist/paraglide/messages/_index.d.ts +8 -7
- package/dist/paraglide/messages/_index.js +361 -360
- package/dist/paraglide/messages/ar.d.ts +9 -7
- package/dist/paraglide/messages/ar.js +16 -15
- package/dist/paraglide/messages/bg.d.ts +9 -7
- package/dist/paraglide/messages/bg.js +16 -15
- package/dist/paraglide/messages/bn.d.ts +9 -7
- package/dist/paraglide/messages/bn.js +16 -15
- package/dist/paraglide/messages/ca.d.ts +9 -7
- package/dist/paraglide/messages/ca.js +16 -15
- package/dist/paraglide/messages/cs.d.ts +9 -7
- package/dist/paraglide/messages/cs.js +16 -15
- package/dist/paraglide/messages/da.d.ts +9 -7
- package/dist/paraglide/messages/da.js +16 -15
- package/dist/paraglide/messages/de.d.ts +9 -7
- package/dist/paraglide/messages/de.js +16 -15
- package/dist/paraglide/messages/el.d.ts +9 -7
- package/dist/paraglide/messages/el.js +16 -15
- package/dist/paraglide/messages/en.d.ts +9 -7
- package/dist/paraglide/messages/en.js +16 -15
- package/dist/paraglide/messages/es.d.ts +9 -7
- package/dist/paraglide/messages/es.js +16 -15
- package/dist/paraglide/messages/fi.d.ts +9 -7
- package/dist/paraglide/messages/fi.js +16 -15
- package/dist/paraglide/messages/fr.d.ts +9 -7
- package/dist/paraglide/messages/fr.js +16 -15
- package/dist/paraglide/messages/he.d.ts +9 -7
- package/dist/paraglide/messages/he.js +16 -15
- package/dist/paraglide/messages/hi.d.ts +9 -7
- package/dist/paraglide/messages/hi.js +16 -15
- package/dist/paraglide/messages/hu.d.ts +9 -7
- package/dist/paraglide/messages/hu.js +16 -15
- package/dist/paraglide/messages/id.d.ts +9 -7
- package/dist/paraglide/messages/id.js +16 -15
- package/dist/paraglide/messages/it.d.ts +9 -7
- package/dist/paraglide/messages/it.js +16 -15
- package/dist/paraglide/messages/ja.d.ts +9 -7
- package/dist/paraglide/messages/ja.js +16 -15
- package/dist/paraglide/messages/ko.d.ts +9 -7
- package/dist/paraglide/messages/ko.js +16 -15
- package/dist/paraglide/messages/lt.d.ts +9 -7
- package/dist/paraglide/messages/lt.js +16 -15
- package/dist/paraglide/messages/lv.d.ts +9 -7
- package/dist/paraglide/messages/lv.js +16 -15
- package/dist/paraglide/messages/ms.d.ts +9 -7
- package/dist/paraglide/messages/ms.js +16 -15
- package/dist/paraglide/messages/nl.d.ts +9 -7
- package/dist/paraglide/messages/nl.js +16 -15
- package/dist/paraglide/messages/no.d.ts +9 -7
- package/dist/paraglide/messages/no.js +16 -15
- package/dist/paraglide/messages/pl.d.ts +9 -7
- package/dist/paraglide/messages/pl.js +16 -15
- package/dist/paraglide/messages/pt.d.ts +9 -7
- package/dist/paraglide/messages/pt.js +16 -15
- package/dist/paraglide/messages/ro.d.ts +9 -7
- package/dist/paraglide/messages/ro.js +16 -15
- package/dist/paraglide/messages/ru.d.ts +9 -7
- package/dist/paraglide/messages/ru.js +16 -15
- package/dist/paraglide/messages/sk.d.ts +9 -7
- package/dist/paraglide/messages/sk.js +16 -15
- package/dist/paraglide/messages/sl.d.ts +9 -7
- package/dist/paraglide/messages/sl.js +16 -15
- package/dist/paraglide/messages/sq.d.ts +9 -7
- package/dist/paraglide/messages/sq.js +16 -15
- package/dist/paraglide/messages/sr.d.ts +9 -7
- package/dist/paraglide/messages/sr.js +16 -15
- package/dist/paraglide/messages/sv.d.ts +9 -7
- package/dist/paraglide/messages/sv.js +16 -15
- package/dist/paraglide/messages/sw.d.ts +9 -7
- package/dist/paraglide/messages/sw.js +16 -15
- package/dist/paraglide/messages/ta.d.ts +9 -7
- package/dist/paraglide/messages/ta.js +16 -15
- package/dist/paraglide/messages/te.d.ts +9 -7
- package/dist/paraglide/messages/te.js +16 -15
- package/dist/paraglide/messages/th.d.ts +9 -7
- package/dist/paraglide/messages/th.js +16 -15
- package/dist/paraglide/messages/tl.d.ts +9 -7
- package/dist/paraglide/messages/tl.js +16 -15
- package/dist/paraglide/messages/tr.d.ts +9 -7
- package/dist/paraglide/messages/tr.js +16 -15
- package/dist/paraglide/messages/uk.d.ts +9 -7
- package/dist/paraglide/messages/uk.js +16 -15
- package/dist/paraglide/messages/vi.d.ts +9 -7
- package/dist/paraglide/messages/vi.js +16 -15
- package/dist/paraglide/messages/zh-CN.d.ts +9 -7
- package/dist/paraglide/messages/zh-CN.js +16 -15
- package/dist/paraglide/messages/zh-TW.d.ts +9 -7
- package/dist/paraglide/messages/zh-TW.js +16 -15
- package/dist/paraglide/messages.js +1 -1
- package/dist/paraglide/registry.js +1 -1
- package/dist/paraglide/runtime.d.ts +221 -45
- package/dist/paraglide/runtime.js +378 -65
- package/dist/paraglide/server.d.ts +40 -4
- package/dist/paraglide/server.js +83 -46
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +3 -0
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +103 -0
- package/dist/themes/tera-ui-base.css +70 -7
- package/dist/types/index.d.ts +25 -0
- package/dist/types/index.js +3 -0
- package/package.json +150 -36
- package/scripts/add-component-template.js +1 -1
- package/scripts/generate-ts-index.js +38 -12
|
@@ -1,48 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from "../runtime.js"
|
|
3
|
-
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
29
|
-
import * as
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
41
|
-
import * as
|
|
42
|
-
import * as
|
|
43
|
-
import * as
|
|
44
|
-
import * as
|
|
45
|
-
import * as
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer, experimentalStaticLocale } from "../runtime.js"
|
|
3
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
4
|
+
import * as __ar from "./ar.js"
|
|
5
|
+
import * as __bg from "./bg.js"
|
|
6
|
+
import * as __bn from "./bn.js"
|
|
7
|
+
import * as __ca from "./ca.js"
|
|
8
|
+
import * as __cs from "./cs.js"
|
|
9
|
+
import * as __da from "./da.js"
|
|
10
|
+
import * as __de from "./de.js"
|
|
11
|
+
import * as __el from "./el.js"
|
|
12
|
+
import * as __en from "./en.js"
|
|
13
|
+
import * as __es from "./es.js"
|
|
14
|
+
import * as __fi from "./fi.js"
|
|
15
|
+
import * as __fr from "./fr.js"
|
|
16
|
+
import * as __he from "./he.js"
|
|
17
|
+
import * as __hi from "./hi.js"
|
|
18
|
+
import * as __hu from "./hu.js"
|
|
19
|
+
import * as __id from "./id.js"
|
|
20
|
+
import * as __it from "./it.js"
|
|
21
|
+
import * as __ja from "./ja.js"
|
|
22
|
+
import * as __ko from "./ko.js"
|
|
23
|
+
import * as __lt from "./lt.js"
|
|
24
|
+
import * as __lv from "./lv.js"
|
|
25
|
+
import * as __ms from "./ms.js"
|
|
26
|
+
import * as __nl from "./nl.js"
|
|
27
|
+
import * as __no from "./no.js"
|
|
28
|
+
import * as __pl from "./pl.js"
|
|
29
|
+
import * as __pt from "./pt.js"
|
|
30
|
+
import * as __ro from "./ro.js"
|
|
31
|
+
import * as __ru from "./ru.js"
|
|
32
|
+
import * as __sk from "./sk.js"
|
|
33
|
+
import * as __sl from "./sl.js"
|
|
34
|
+
import * as __sq from "./sq.js"
|
|
35
|
+
import * as __sr from "./sr.js"
|
|
36
|
+
import * as __sv from "./sv.js"
|
|
37
|
+
import * as __sw from "./sw.js"
|
|
38
|
+
import * as __ta from "./ta.js"
|
|
39
|
+
import * as __te from "./te.js"
|
|
40
|
+
import * as __th from "./th.js"
|
|
41
|
+
import * as __tl from "./tl.js"
|
|
42
|
+
import * as __tr from "./tr.js"
|
|
43
|
+
import * as __uk from "./uk.js"
|
|
44
|
+
import * as __vi from "./vi.js"
|
|
45
|
+
import * as __zh_cn2 from "./zh-CN.js"
|
|
46
|
+
import * as __zh_tw2 from "./zh-TW.js"
|
|
46
47
|
/**
|
|
47
48
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
48
49
|
*
|
|
@@ -53,58 +54,58 @@ import * as zh_tw2 from "./zh-TW.js"
|
|
|
53
54
|
*
|
|
54
55
|
* @param {{}} inputs
|
|
55
56
|
* @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
|
|
56
|
-
* @returns {
|
|
57
|
+
* @returns {LocalizedString}
|
|
57
58
|
*/
|
|
58
59
|
/* @__NO_SIDE_EFFECTS__ */
|
|
59
60
|
export const text_select_language = (inputs = {}, options = {}) => {
|
|
60
61
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
61
62
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_select_language(inputs)
|
|
62
63
|
}
|
|
63
|
-
const locale = options.locale ?? getLocale()
|
|
64
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
64
65
|
trackMessageCall("text_select_language", locale)
|
|
65
|
-
if (locale === "ar") return
|
|
66
|
-
if (locale === "bg") return
|
|
67
|
-
if (locale === "bn") return
|
|
68
|
-
if (locale === "ca") return
|
|
69
|
-
if (locale === "cs") return
|
|
70
|
-
if (locale === "da") return
|
|
71
|
-
if (locale === "de") return
|
|
72
|
-
if (locale === "el") return
|
|
73
|
-
if (locale === "en") return
|
|
74
|
-
if (locale === "es") return
|
|
75
|
-
if (locale === "fi") return
|
|
76
|
-
if (locale === "fr") return
|
|
77
|
-
if (locale === "he") return
|
|
78
|
-
if (locale === "hi") return
|
|
79
|
-
if (locale === "hu") return
|
|
80
|
-
if (locale === "id") return
|
|
81
|
-
if (locale === "it") return
|
|
82
|
-
if (locale === "ja") return
|
|
83
|
-
if (locale === "ko") return
|
|
84
|
-
if (locale === "lt") return
|
|
85
|
-
if (locale === "lv") return
|
|
86
|
-
if (locale === "ms") return
|
|
87
|
-
if (locale === "nl") return
|
|
88
|
-
if (locale === "no") return
|
|
89
|
-
if (locale === "pl") return
|
|
90
|
-
if (locale === "pt") return
|
|
91
|
-
if (locale === "ro") return
|
|
92
|
-
if (locale === "ru") return
|
|
93
|
-
if (locale === "sk") return
|
|
94
|
-
if (locale === "sl") return
|
|
95
|
-
if (locale === "sq") return
|
|
96
|
-
if (locale === "sr") return
|
|
97
|
-
if (locale === "sv") return
|
|
98
|
-
if (locale === "sw") return
|
|
99
|
-
if (locale === "ta") return
|
|
100
|
-
if (locale === "te") return
|
|
101
|
-
if (locale === "th") return
|
|
102
|
-
if (locale === "tl") return
|
|
103
|
-
if (locale === "tr") return
|
|
104
|
-
if (locale === "uk") return
|
|
105
|
-
if (locale === "vi") return
|
|
106
|
-
if (locale === "zh-CN") return
|
|
107
|
-
return
|
|
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)
|
|
108
109
|
};
|
|
109
110
|
/**
|
|
110
111
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -116,58 +117,58 @@ export const text_select_language = (inputs = {}, options = {}) => {
|
|
|
116
117
|
*
|
|
117
118
|
* @param {{}} inputs
|
|
118
119
|
* @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
|
|
119
|
-
* @returns {
|
|
120
|
+
* @returns {LocalizedString}
|
|
120
121
|
*/
|
|
121
122
|
/* @__NO_SIDE_EFFECTS__ */
|
|
122
123
|
export const text_unit_converter = (inputs = {}, options = {}) => {
|
|
123
124
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
124
125
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_unit_converter(inputs)
|
|
125
126
|
}
|
|
126
|
-
const locale = options.locale ?? getLocale()
|
|
127
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
127
128
|
trackMessageCall("text_unit_converter", locale)
|
|
128
|
-
if (locale === "ar") return
|
|
129
|
-
if (locale === "bg") return
|
|
130
|
-
if (locale === "bn") return
|
|
131
|
-
if (locale === "ca") return
|
|
132
|
-
if (locale === "cs") return
|
|
133
|
-
if (locale === "da") return
|
|
134
|
-
if (locale === "de") return
|
|
135
|
-
if (locale === "el") return
|
|
136
|
-
if (locale === "en") return
|
|
137
|
-
if (locale === "es") return
|
|
138
|
-
if (locale === "fi") return
|
|
139
|
-
if (locale === "fr") return
|
|
140
|
-
if (locale === "he") return
|
|
141
|
-
if (locale === "hi") return
|
|
142
|
-
if (locale === "hu") return
|
|
143
|
-
if (locale === "id") return
|
|
144
|
-
if (locale === "it") return
|
|
145
|
-
if (locale === "ja") return
|
|
146
|
-
if (locale === "ko") return
|
|
147
|
-
if (locale === "lt") return
|
|
148
|
-
if (locale === "lv") return
|
|
149
|
-
if (locale === "ms") return
|
|
150
|
-
if (locale === "nl") return
|
|
151
|
-
if (locale === "no") return
|
|
152
|
-
if (locale === "pl") return
|
|
153
|
-
if (locale === "pt") return
|
|
154
|
-
if (locale === "ro") return
|
|
155
|
-
if (locale === "ru") return
|
|
156
|
-
if (locale === "sk") return
|
|
157
|
-
if (locale === "sl") return
|
|
158
|
-
if (locale === "sq") return
|
|
159
|
-
if (locale === "sr") return
|
|
160
|
-
if (locale === "sv") return
|
|
161
|
-
if (locale === "sw") return
|
|
162
|
-
if (locale === "ta") return
|
|
163
|
-
if (locale === "te") return
|
|
164
|
-
if (locale === "th") return
|
|
165
|
-
if (locale === "tl") return
|
|
166
|
-
if (locale === "tr") return
|
|
167
|
-
if (locale === "uk") return
|
|
168
|
-
if (locale === "vi") return
|
|
169
|
-
if (locale === "zh-CN") return
|
|
170
|
-
return
|
|
129
|
+
if (locale === "ar") return __ar.text_unit_converter(inputs)
|
|
130
|
+
if (locale === "bg") return __bg.text_unit_converter(inputs)
|
|
131
|
+
if (locale === "bn") return __bn.text_unit_converter(inputs)
|
|
132
|
+
if (locale === "ca") return __ca.text_unit_converter(inputs)
|
|
133
|
+
if (locale === "cs") return __cs.text_unit_converter(inputs)
|
|
134
|
+
if (locale === "da") return __da.text_unit_converter(inputs)
|
|
135
|
+
if (locale === "de") return __de.text_unit_converter(inputs)
|
|
136
|
+
if (locale === "el") return __el.text_unit_converter(inputs)
|
|
137
|
+
if (locale === "en") return __en.text_unit_converter(inputs)
|
|
138
|
+
if (locale === "es") return __es.text_unit_converter(inputs)
|
|
139
|
+
if (locale === "fi") return __fi.text_unit_converter(inputs)
|
|
140
|
+
if (locale === "fr") return __fr.text_unit_converter(inputs)
|
|
141
|
+
if (locale === "he") return __he.text_unit_converter(inputs)
|
|
142
|
+
if (locale === "hi") return __hi.text_unit_converter(inputs)
|
|
143
|
+
if (locale === "hu") return __hu.text_unit_converter(inputs)
|
|
144
|
+
if (locale === "id") return __id.text_unit_converter(inputs)
|
|
145
|
+
if (locale === "it") return __it.text_unit_converter(inputs)
|
|
146
|
+
if (locale === "ja") return __ja.text_unit_converter(inputs)
|
|
147
|
+
if (locale === "ko") return __ko.text_unit_converter(inputs)
|
|
148
|
+
if (locale === "lt") return __lt.text_unit_converter(inputs)
|
|
149
|
+
if (locale === "lv") return __lv.text_unit_converter(inputs)
|
|
150
|
+
if (locale === "ms") return __ms.text_unit_converter(inputs)
|
|
151
|
+
if (locale === "nl") return __nl.text_unit_converter(inputs)
|
|
152
|
+
if (locale === "no") return __no.text_unit_converter(inputs)
|
|
153
|
+
if (locale === "pl") return __pl.text_unit_converter(inputs)
|
|
154
|
+
if (locale === "pt") return __pt.text_unit_converter(inputs)
|
|
155
|
+
if (locale === "ro") return __ro.text_unit_converter(inputs)
|
|
156
|
+
if (locale === "ru") return __ru.text_unit_converter(inputs)
|
|
157
|
+
if (locale === "sk") return __sk.text_unit_converter(inputs)
|
|
158
|
+
if (locale === "sl") return __sl.text_unit_converter(inputs)
|
|
159
|
+
if (locale === "sq") return __sq.text_unit_converter(inputs)
|
|
160
|
+
if (locale === "sr") return __sr.text_unit_converter(inputs)
|
|
161
|
+
if (locale === "sv") return __sv.text_unit_converter(inputs)
|
|
162
|
+
if (locale === "sw") return __sw.text_unit_converter(inputs)
|
|
163
|
+
if (locale === "ta") return __ta.text_unit_converter(inputs)
|
|
164
|
+
if (locale === "te") return __te.text_unit_converter(inputs)
|
|
165
|
+
if (locale === "th") return __th.text_unit_converter(inputs)
|
|
166
|
+
if (locale === "tl") return __tl.text_unit_converter(inputs)
|
|
167
|
+
if (locale === "tr") return __tr.text_unit_converter(inputs)
|
|
168
|
+
if (locale === "uk") return __uk.text_unit_converter(inputs)
|
|
169
|
+
if (locale === "vi") return __vi.text_unit_converter(inputs)
|
|
170
|
+
if (locale === "zh-CN") return __zh_cn2.text_unit_converter(inputs)
|
|
171
|
+
return __zh_tw2.text_unit_converter(inputs)
|
|
171
172
|
};
|
|
172
173
|
/**
|
|
173
174
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -179,58 +180,58 @@ export const text_unit_converter = (inputs = {}, options = {}) => {
|
|
|
179
180
|
*
|
|
180
181
|
* @param {{}} inputs
|
|
181
182
|
* @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
|
|
182
|
-
* @returns {
|
|
183
|
+
* @returns {LocalizedString}
|
|
183
184
|
*/
|
|
184
185
|
/* @__NO_SIDE_EFFECTS__ */
|
|
185
186
|
export const text_calces_scientific_calculator = (inputs = {}, options = {}) => {
|
|
186
187
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
187
188
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_scientific_calculator(inputs)
|
|
188
189
|
}
|
|
189
|
-
const locale = options.locale ?? getLocale()
|
|
190
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
190
191
|
trackMessageCall("text_calces_scientific_calculator", locale)
|
|
191
|
-
if (locale === "ar") return
|
|
192
|
-
if (locale === "bg") return
|
|
193
|
-
if (locale === "bn") return
|
|
194
|
-
if (locale === "ca") return
|
|
195
|
-
if (locale === "cs") return
|
|
196
|
-
if (locale === "da") return
|
|
197
|
-
if (locale === "de") return
|
|
198
|
-
if (locale === "el") return
|
|
199
|
-
if (locale === "en") return
|
|
200
|
-
if (locale === "es") return
|
|
201
|
-
if (locale === "fi") return
|
|
202
|
-
if (locale === "fr") return
|
|
203
|
-
if (locale === "he") return
|
|
204
|
-
if (locale === "hi") return
|
|
205
|
-
if (locale === "hu") return
|
|
206
|
-
if (locale === "id") return
|
|
207
|
-
if (locale === "it") return
|
|
208
|
-
if (locale === "ja") return
|
|
209
|
-
if (locale === "ko") return
|
|
210
|
-
if (locale === "lt") return
|
|
211
|
-
if (locale === "lv") return
|
|
212
|
-
if (locale === "ms") return
|
|
213
|
-
if (locale === "nl") return
|
|
214
|
-
if (locale === "no") return
|
|
215
|
-
if (locale === "pl") return
|
|
216
|
-
if (locale === "pt") return
|
|
217
|
-
if (locale === "ro") return
|
|
218
|
-
if (locale === "ru") return
|
|
219
|
-
if (locale === "sk") return
|
|
220
|
-
if (locale === "sl") return
|
|
221
|
-
if (locale === "sq") return
|
|
222
|
-
if (locale === "sr") return
|
|
223
|
-
if (locale === "sv") return
|
|
224
|
-
if (locale === "sw") return
|
|
225
|
-
if (locale === "ta") return
|
|
226
|
-
if (locale === "te") return
|
|
227
|
-
if (locale === "th") return
|
|
228
|
-
if (locale === "tl") return
|
|
229
|
-
if (locale === "tr") return
|
|
230
|
-
if (locale === "uk") return
|
|
231
|
-
if (locale === "vi") return
|
|
232
|
-
if (locale === "zh-CN") return
|
|
233
|
-
return
|
|
192
|
+
if (locale === "ar") return __ar.text_calces_scientific_calculator(inputs)
|
|
193
|
+
if (locale === "bg") return __bg.text_calces_scientific_calculator(inputs)
|
|
194
|
+
if (locale === "bn") return __bn.text_calces_scientific_calculator(inputs)
|
|
195
|
+
if (locale === "ca") return __ca.text_calces_scientific_calculator(inputs)
|
|
196
|
+
if (locale === "cs") return __cs.text_calces_scientific_calculator(inputs)
|
|
197
|
+
if (locale === "da") return __da.text_calces_scientific_calculator(inputs)
|
|
198
|
+
if (locale === "de") return __de.text_calces_scientific_calculator(inputs)
|
|
199
|
+
if (locale === "el") return __el.text_calces_scientific_calculator(inputs)
|
|
200
|
+
if (locale === "en") return __en.text_calces_scientific_calculator(inputs)
|
|
201
|
+
if (locale === "es") return __es.text_calces_scientific_calculator(inputs)
|
|
202
|
+
if (locale === "fi") return __fi.text_calces_scientific_calculator(inputs)
|
|
203
|
+
if (locale === "fr") return __fr.text_calces_scientific_calculator(inputs)
|
|
204
|
+
if (locale === "he") return __he.text_calces_scientific_calculator(inputs)
|
|
205
|
+
if (locale === "hi") return __hi.text_calces_scientific_calculator(inputs)
|
|
206
|
+
if (locale === "hu") return __hu.text_calces_scientific_calculator(inputs)
|
|
207
|
+
if (locale === "id") return __id.text_calces_scientific_calculator(inputs)
|
|
208
|
+
if (locale === "it") return __it.text_calces_scientific_calculator(inputs)
|
|
209
|
+
if (locale === "ja") return __ja.text_calces_scientific_calculator(inputs)
|
|
210
|
+
if (locale === "ko") return __ko.text_calces_scientific_calculator(inputs)
|
|
211
|
+
if (locale === "lt") return __lt.text_calces_scientific_calculator(inputs)
|
|
212
|
+
if (locale === "lv") return __lv.text_calces_scientific_calculator(inputs)
|
|
213
|
+
if (locale === "ms") return __ms.text_calces_scientific_calculator(inputs)
|
|
214
|
+
if (locale === "nl") return __nl.text_calces_scientific_calculator(inputs)
|
|
215
|
+
if (locale === "no") return __no.text_calces_scientific_calculator(inputs)
|
|
216
|
+
if (locale === "pl") return __pl.text_calces_scientific_calculator(inputs)
|
|
217
|
+
if (locale === "pt") return __pt.text_calces_scientific_calculator(inputs)
|
|
218
|
+
if (locale === "ro") return __ro.text_calces_scientific_calculator(inputs)
|
|
219
|
+
if (locale === "ru") return __ru.text_calces_scientific_calculator(inputs)
|
|
220
|
+
if (locale === "sk") return __sk.text_calces_scientific_calculator(inputs)
|
|
221
|
+
if (locale === "sl") return __sl.text_calces_scientific_calculator(inputs)
|
|
222
|
+
if (locale === "sq") return __sq.text_calces_scientific_calculator(inputs)
|
|
223
|
+
if (locale === "sr") return __sr.text_calces_scientific_calculator(inputs)
|
|
224
|
+
if (locale === "sv") return __sv.text_calces_scientific_calculator(inputs)
|
|
225
|
+
if (locale === "sw") return __sw.text_calces_scientific_calculator(inputs)
|
|
226
|
+
if (locale === "ta") return __ta.text_calces_scientific_calculator(inputs)
|
|
227
|
+
if (locale === "te") return __te.text_calces_scientific_calculator(inputs)
|
|
228
|
+
if (locale === "th") return __th.text_calces_scientific_calculator(inputs)
|
|
229
|
+
if (locale === "tl") return __tl.text_calces_scientific_calculator(inputs)
|
|
230
|
+
if (locale === "tr") return __tr.text_calces_scientific_calculator(inputs)
|
|
231
|
+
if (locale === "uk") return __uk.text_calces_scientific_calculator(inputs)
|
|
232
|
+
if (locale === "vi") return __vi.text_calces_scientific_calculator(inputs)
|
|
233
|
+
if (locale === "zh-CN") return __zh_cn2.text_calces_scientific_calculator(inputs)
|
|
234
|
+
return __zh_tw2.text_calces_scientific_calculator(inputs)
|
|
234
235
|
};
|
|
235
236
|
/**
|
|
236
237
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -242,58 +243,58 @@ export const text_calces_scientific_calculator = (inputs = {}, options = {}) =>
|
|
|
242
243
|
*
|
|
243
244
|
* @param {{}} inputs
|
|
244
245
|
* @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
|
|
245
|
-
* @returns {
|
|
246
|
+
* @returns {LocalizedString}
|
|
246
247
|
*/
|
|
247
248
|
/* @__NO_SIDE_EFFECTS__ */
|
|
248
249
|
export const text_calces_documentation = (inputs = {}, options = {}) => {
|
|
249
250
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
250
251
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_documentation(inputs)
|
|
251
252
|
}
|
|
252
|
-
const locale = options.locale ?? getLocale()
|
|
253
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
253
254
|
trackMessageCall("text_calces_documentation", locale)
|
|
254
|
-
if (locale === "ar") return
|
|
255
|
-
if (locale === "bg") return
|
|
256
|
-
if (locale === "bn") return
|
|
257
|
-
if (locale === "ca") return
|
|
258
|
-
if (locale === "cs") return
|
|
259
|
-
if (locale === "da") return
|
|
260
|
-
if (locale === "de") return
|
|
261
|
-
if (locale === "el") return
|
|
262
|
-
if (locale === "en") return
|
|
263
|
-
if (locale === "es") return
|
|
264
|
-
if (locale === "fi") return
|
|
265
|
-
if (locale === "fr") return
|
|
266
|
-
if (locale === "he") return
|
|
267
|
-
if (locale === "hi") return
|
|
268
|
-
if (locale === "hu") return
|
|
269
|
-
if (locale === "id") return
|
|
270
|
-
if (locale === "it") return
|
|
271
|
-
if (locale === "ja") return
|
|
272
|
-
if (locale === "ko") return
|
|
273
|
-
if (locale === "lt") return
|
|
274
|
-
if (locale === "lv") return
|
|
275
|
-
if (locale === "ms") return
|
|
276
|
-
if (locale === "nl") return
|
|
277
|
-
if (locale === "no") return
|
|
278
|
-
if (locale === "pl") return
|
|
279
|
-
if (locale === "pt") return
|
|
280
|
-
if (locale === "ro") return
|
|
281
|
-
if (locale === "ru") return
|
|
282
|
-
if (locale === "sk") return
|
|
283
|
-
if (locale === "sl") return
|
|
284
|
-
if (locale === "sq") return
|
|
285
|
-
if (locale === "sr") return
|
|
286
|
-
if (locale === "sv") return
|
|
287
|
-
if (locale === "sw") return
|
|
288
|
-
if (locale === "ta") return
|
|
289
|
-
if (locale === "te") return
|
|
290
|
-
if (locale === "th") return
|
|
291
|
-
if (locale === "tl") return
|
|
292
|
-
if (locale === "tr") return
|
|
293
|
-
if (locale === "uk") return
|
|
294
|
-
if (locale === "vi") return
|
|
295
|
-
if (locale === "zh-CN") return
|
|
296
|
-
return
|
|
255
|
+
if (locale === "ar") return __ar.text_calces_documentation(inputs)
|
|
256
|
+
if (locale === "bg") return __bg.text_calces_documentation(inputs)
|
|
257
|
+
if (locale === "bn") return __bn.text_calces_documentation(inputs)
|
|
258
|
+
if (locale === "ca") return __ca.text_calces_documentation(inputs)
|
|
259
|
+
if (locale === "cs") return __cs.text_calces_documentation(inputs)
|
|
260
|
+
if (locale === "da") return __da.text_calces_documentation(inputs)
|
|
261
|
+
if (locale === "de") return __de.text_calces_documentation(inputs)
|
|
262
|
+
if (locale === "el") return __el.text_calces_documentation(inputs)
|
|
263
|
+
if (locale === "en") return __en.text_calces_documentation(inputs)
|
|
264
|
+
if (locale === "es") return __es.text_calces_documentation(inputs)
|
|
265
|
+
if (locale === "fi") return __fi.text_calces_documentation(inputs)
|
|
266
|
+
if (locale === "fr") return __fr.text_calces_documentation(inputs)
|
|
267
|
+
if (locale === "he") return __he.text_calces_documentation(inputs)
|
|
268
|
+
if (locale === "hi") return __hi.text_calces_documentation(inputs)
|
|
269
|
+
if (locale === "hu") return __hu.text_calces_documentation(inputs)
|
|
270
|
+
if (locale === "id") return __id.text_calces_documentation(inputs)
|
|
271
|
+
if (locale === "it") return __it.text_calces_documentation(inputs)
|
|
272
|
+
if (locale === "ja") return __ja.text_calces_documentation(inputs)
|
|
273
|
+
if (locale === "ko") return __ko.text_calces_documentation(inputs)
|
|
274
|
+
if (locale === "lt") return __lt.text_calces_documentation(inputs)
|
|
275
|
+
if (locale === "lv") return __lv.text_calces_documentation(inputs)
|
|
276
|
+
if (locale === "ms") return __ms.text_calces_documentation(inputs)
|
|
277
|
+
if (locale === "nl") return __nl.text_calces_documentation(inputs)
|
|
278
|
+
if (locale === "no") return __no.text_calces_documentation(inputs)
|
|
279
|
+
if (locale === "pl") return __pl.text_calces_documentation(inputs)
|
|
280
|
+
if (locale === "pt") return __pt.text_calces_documentation(inputs)
|
|
281
|
+
if (locale === "ro") return __ro.text_calces_documentation(inputs)
|
|
282
|
+
if (locale === "ru") return __ru.text_calces_documentation(inputs)
|
|
283
|
+
if (locale === "sk") return __sk.text_calces_documentation(inputs)
|
|
284
|
+
if (locale === "sl") return __sl.text_calces_documentation(inputs)
|
|
285
|
+
if (locale === "sq") return __sq.text_calces_documentation(inputs)
|
|
286
|
+
if (locale === "sr") return __sr.text_calces_documentation(inputs)
|
|
287
|
+
if (locale === "sv") return __sv.text_calces_documentation(inputs)
|
|
288
|
+
if (locale === "sw") return __sw.text_calces_documentation(inputs)
|
|
289
|
+
if (locale === "ta") return __ta.text_calces_documentation(inputs)
|
|
290
|
+
if (locale === "te") return __te.text_calces_documentation(inputs)
|
|
291
|
+
if (locale === "th") return __th.text_calces_documentation(inputs)
|
|
292
|
+
if (locale === "tl") return __tl.text_calces_documentation(inputs)
|
|
293
|
+
if (locale === "tr") return __tr.text_calces_documentation(inputs)
|
|
294
|
+
if (locale === "uk") return __uk.text_calces_documentation(inputs)
|
|
295
|
+
if (locale === "vi") return __vi.text_calces_documentation(inputs)
|
|
296
|
+
if (locale === "zh-CN") return __zh_cn2.text_calces_documentation(inputs)
|
|
297
|
+
return __zh_tw2.text_calces_documentation(inputs)
|
|
297
298
|
};
|
|
298
299
|
/**
|
|
299
300
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -305,58 +306,58 @@ export const text_calces_documentation = (inputs = {}, options = {}) => {
|
|
|
305
306
|
*
|
|
306
307
|
* @param {{}} inputs
|
|
307
308
|
* @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
|
|
308
|
-
* @returns {
|
|
309
|
+
* @returns {LocalizedString}
|
|
309
310
|
*/
|
|
310
311
|
/* @__NO_SIDE_EFFECTS__ */
|
|
311
312
|
export const text_account_settings = (inputs = {}, options = {}) => {
|
|
312
313
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
313
314
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_account_settings(inputs)
|
|
314
315
|
}
|
|
315
|
-
const locale = options.locale ?? getLocale()
|
|
316
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
316
317
|
trackMessageCall("text_account_settings", locale)
|
|
317
|
-
if (locale === "ar") return
|
|
318
|
-
if (locale === "bg") return
|
|
319
|
-
if (locale === "bn") return
|
|
320
|
-
if (locale === "ca") return
|
|
321
|
-
if (locale === "cs") return
|
|
322
|
-
if (locale === "da") return
|
|
323
|
-
if (locale === "de") return
|
|
324
|
-
if (locale === "el") return
|
|
325
|
-
if (locale === "en") return
|
|
326
|
-
if (locale === "es") return
|
|
327
|
-
if (locale === "fi") return
|
|
328
|
-
if (locale === "fr") return
|
|
329
|
-
if (locale === "he") return
|
|
330
|
-
if (locale === "hi") return
|
|
331
|
-
if (locale === "hu") return
|
|
332
|
-
if (locale === "id") return
|
|
333
|
-
if (locale === "it") return
|
|
334
|
-
if (locale === "ja") return
|
|
335
|
-
if (locale === "ko") return
|
|
336
|
-
if (locale === "lt") return
|
|
337
|
-
if (locale === "lv") return
|
|
338
|
-
if (locale === "ms") return
|
|
339
|
-
if (locale === "nl") return
|
|
340
|
-
if (locale === "no") return
|
|
341
|
-
if (locale === "pl") return
|
|
342
|
-
if (locale === "pt") return
|
|
343
|
-
if (locale === "ro") return
|
|
344
|
-
if (locale === "ru") return
|
|
345
|
-
if (locale === "sk") return
|
|
346
|
-
if (locale === "sl") return
|
|
347
|
-
if (locale === "sq") return
|
|
348
|
-
if (locale === "sr") return
|
|
349
|
-
if (locale === "sv") return
|
|
350
|
-
if (locale === "sw") return
|
|
351
|
-
if (locale === "ta") return
|
|
352
|
-
if (locale === "te") return
|
|
353
|
-
if (locale === "th") return
|
|
354
|
-
if (locale === "tl") return
|
|
355
|
-
if (locale === "tr") return
|
|
356
|
-
if (locale === "uk") return
|
|
357
|
-
if (locale === "vi") return
|
|
358
|
-
if (locale === "zh-CN") return
|
|
359
|
-
return
|
|
318
|
+
if (locale === "ar") return __ar.text_account_settings(inputs)
|
|
319
|
+
if (locale === "bg") return __bg.text_account_settings(inputs)
|
|
320
|
+
if (locale === "bn") return __bn.text_account_settings(inputs)
|
|
321
|
+
if (locale === "ca") return __ca.text_account_settings(inputs)
|
|
322
|
+
if (locale === "cs") return __cs.text_account_settings(inputs)
|
|
323
|
+
if (locale === "da") return __da.text_account_settings(inputs)
|
|
324
|
+
if (locale === "de") return __de.text_account_settings(inputs)
|
|
325
|
+
if (locale === "el") return __el.text_account_settings(inputs)
|
|
326
|
+
if (locale === "en") return __en.text_account_settings(inputs)
|
|
327
|
+
if (locale === "es") return __es.text_account_settings(inputs)
|
|
328
|
+
if (locale === "fi") return __fi.text_account_settings(inputs)
|
|
329
|
+
if (locale === "fr") return __fr.text_account_settings(inputs)
|
|
330
|
+
if (locale === "he") return __he.text_account_settings(inputs)
|
|
331
|
+
if (locale === "hi") return __hi.text_account_settings(inputs)
|
|
332
|
+
if (locale === "hu") return __hu.text_account_settings(inputs)
|
|
333
|
+
if (locale === "id") return __id.text_account_settings(inputs)
|
|
334
|
+
if (locale === "it") return __it.text_account_settings(inputs)
|
|
335
|
+
if (locale === "ja") return __ja.text_account_settings(inputs)
|
|
336
|
+
if (locale === "ko") return __ko.text_account_settings(inputs)
|
|
337
|
+
if (locale === "lt") return __lt.text_account_settings(inputs)
|
|
338
|
+
if (locale === "lv") return __lv.text_account_settings(inputs)
|
|
339
|
+
if (locale === "ms") return __ms.text_account_settings(inputs)
|
|
340
|
+
if (locale === "nl") return __nl.text_account_settings(inputs)
|
|
341
|
+
if (locale === "no") return __no.text_account_settings(inputs)
|
|
342
|
+
if (locale === "pl") return __pl.text_account_settings(inputs)
|
|
343
|
+
if (locale === "pt") return __pt.text_account_settings(inputs)
|
|
344
|
+
if (locale === "ro") return __ro.text_account_settings(inputs)
|
|
345
|
+
if (locale === "ru") return __ru.text_account_settings(inputs)
|
|
346
|
+
if (locale === "sk") return __sk.text_account_settings(inputs)
|
|
347
|
+
if (locale === "sl") return __sl.text_account_settings(inputs)
|
|
348
|
+
if (locale === "sq") return __sq.text_account_settings(inputs)
|
|
349
|
+
if (locale === "sr") return __sr.text_account_settings(inputs)
|
|
350
|
+
if (locale === "sv") return __sv.text_account_settings(inputs)
|
|
351
|
+
if (locale === "sw") return __sw.text_account_settings(inputs)
|
|
352
|
+
if (locale === "ta") return __ta.text_account_settings(inputs)
|
|
353
|
+
if (locale === "te") return __te.text_account_settings(inputs)
|
|
354
|
+
if (locale === "th") return __th.text_account_settings(inputs)
|
|
355
|
+
if (locale === "tl") return __tl.text_account_settings(inputs)
|
|
356
|
+
if (locale === "tr") return __tr.text_account_settings(inputs)
|
|
357
|
+
if (locale === "uk") return __uk.text_account_settings(inputs)
|
|
358
|
+
if (locale === "vi") return __vi.text_account_settings(inputs)
|
|
359
|
+
if (locale === "zh-CN") return __zh_cn2.text_account_settings(inputs)
|
|
360
|
+
return __zh_tw2.text_account_settings(inputs)
|
|
360
361
|
};
|
|
361
362
|
/**
|
|
362
363
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -368,58 +369,58 @@ export const text_account_settings = (inputs = {}, options = {}) => {
|
|
|
368
369
|
*
|
|
369
370
|
* @param {{}} inputs
|
|
370
371
|
* @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
|
|
371
|
-
* @returns {
|
|
372
|
+
* @returns {LocalizedString}
|
|
372
373
|
*/
|
|
373
374
|
/* @__NO_SIDE_EFFECTS__ */
|
|
374
375
|
export const text_logout = (inputs = {}, options = {}) => {
|
|
375
376
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
376
377
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_logout(inputs)
|
|
377
378
|
}
|
|
378
|
-
const locale = options.locale ?? getLocale()
|
|
379
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
379
380
|
trackMessageCall("text_logout", locale)
|
|
380
|
-
if (locale === "ar") return
|
|
381
|
-
if (locale === "bg") return
|
|
382
|
-
if (locale === "bn") return
|
|
383
|
-
if (locale === "ca") return
|
|
384
|
-
if (locale === "cs") return
|
|
385
|
-
if (locale === "da") return
|
|
386
|
-
if (locale === "de") return
|
|
387
|
-
if (locale === "el") return
|
|
388
|
-
if (locale === "en") return
|
|
389
|
-
if (locale === "es") return
|
|
390
|
-
if (locale === "fi") return
|
|
391
|
-
if (locale === "fr") return
|
|
392
|
-
if (locale === "he") return
|
|
393
|
-
if (locale === "hi") return
|
|
394
|
-
if (locale === "hu") return
|
|
395
|
-
if (locale === "id") return
|
|
396
|
-
if (locale === "it") return
|
|
397
|
-
if (locale === "ja") return
|
|
398
|
-
if (locale === "ko") return
|
|
399
|
-
if (locale === "lt") return
|
|
400
|
-
if (locale === "lv") return
|
|
401
|
-
if (locale === "ms") return
|
|
402
|
-
if (locale === "nl") return
|
|
403
|
-
if (locale === "no") return
|
|
404
|
-
if (locale === "pl") return
|
|
405
|
-
if (locale === "pt") return
|
|
406
|
-
if (locale === "ro") return
|
|
407
|
-
if (locale === "ru") return
|
|
408
|
-
if (locale === "sk") return
|
|
409
|
-
if (locale === "sl") return
|
|
410
|
-
if (locale === "sq") return
|
|
411
|
-
if (locale === "sr") return
|
|
412
|
-
if (locale === "sv") return
|
|
413
|
-
if (locale === "sw") return
|
|
414
|
-
if (locale === "ta") return
|
|
415
|
-
if (locale === "te") return
|
|
416
|
-
if (locale === "th") return
|
|
417
|
-
if (locale === "tl") return
|
|
418
|
-
if (locale === "tr") return
|
|
419
|
-
if (locale === "uk") return
|
|
420
|
-
if (locale === "vi") return
|
|
421
|
-
if (locale === "zh-CN") return
|
|
422
|
-
return
|
|
381
|
+
if (locale === "ar") return __ar.text_logout(inputs)
|
|
382
|
+
if (locale === "bg") return __bg.text_logout(inputs)
|
|
383
|
+
if (locale === "bn") return __bn.text_logout(inputs)
|
|
384
|
+
if (locale === "ca") return __ca.text_logout(inputs)
|
|
385
|
+
if (locale === "cs") return __cs.text_logout(inputs)
|
|
386
|
+
if (locale === "da") return __da.text_logout(inputs)
|
|
387
|
+
if (locale === "de") return __de.text_logout(inputs)
|
|
388
|
+
if (locale === "el") return __el.text_logout(inputs)
|
|
389
|
+
if (locale === "en") return __en.text_logout(inputs)
|
|
390
|
+
if (locale === "es") return __es.text_logout(inputs)
|
|
391
|
+
if (locale === "fi") return __fi.text_logout(inputs)
|
|
392
|
+
if (locale === "fr") return __fr.text_logout(inputs)
|
|
393
|
+
if (locale === "he") return __he.text_logout(inputs)
|
|
394
|
+
if (locale === "hi") return __hi.text_logout(inputs)
|
|
395
|
+
if (locale === "hu") return __hu.text_logout(inputs)
|
|
396
|
+
if (locale === "id") return __id.text_logout(inputs)
|
|
397
|
+
if (locale === "it") return __it.text_logout(inputs)
|
|
398
|
+
if (locale === "ja") return __ja.text_logout(inputs)
|
|
399
|
+
if (locale === "ko") return __ko.text_logout(inputs)
|
|
400
|
+
if (locale === "lt") return __lt.text_logout(inputs)
|
|
401
|
+
if (locale === "lv") return __lv.text_logout(inputs)
|
|
402
|
+
if (locale === "ms") return __ms.text_logout(inputs)
|
|
403
|
+
if (locale === "nl") return __nl.text_logout(inputs)
|
|
404
|
+
if (locale === "no") return __no.text_logout(inputs)
|
|
405
|
+
if (locale === "pl") return __pl.text_logout(inputs)
|
|
406
|
+
if (locale === "pt") return __pt.text_logout(inputs)
|
|
407
|
+
if (locale === "ro") return __ro.text_logout(inputs)
|
|
408
|
+
if (locale === "ru") return __ru.text_logout(inputs)
|
|
409
|
+
if (locale === "sk") return __sk.text_logout(inputs)
|
|
410
|
+
if (locale === "sl") return __sl.text_logout(inputs)
|
|
411
|
+
if (locale === "sq") return __sq.text_logout(inputs)
|
|
412
|
+
if (locale === "sr") return __sr.text_logout(inputs)
|
|
413
|
+
if (locale === "sv") return __sv.text_logout(inputs)
|
|
414
|
+
if (locale === "sw") return __sw.text_logout(inputs)
|
|
415
|
+
if (locale === "ta") return __ta.text_logout(inputs)
|
|
416
|
+
if (locale === "te") return __te.text_logout(inputs)
|
|
417
|
+
if (locale === "th") return __th.text_logout(inputs)
|
|
418
|
+
if (locale === "tl") return __tl.text_logout(inputs)
|
|
419
|
+
if (locale === "tr") return __tr.text_logout(inputs)
|
|
420
|
+
if (locale === "uk") return __uk.text_logout(inputs)
|
|
421
|
+
if (locale === "vi") return __vi.text_logout(inputs)
|
|
422
|
+
if (locale === "zh-CN") return __zh_cn2.text_logout(inputs)
|
|
423
|
+
return __zh_tw2.text_logout(inputs)
|
|
423
424
|
};
|
|
424
425
|
/**
|
|
425
426
|
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
@@ -431,56 +432,56 @@ export const text_logout = (inputs = {}, options = {}) => {
|
|
|
431
432
|
*
|
|
432
433
|
* @param {{}} inputs
|
|
433
434
|
* @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
|
|
434
|
-
* @returns {
|
|
435
|
+
* @returns {LocalizedString}
|
|
435
436
|
*/
|
|
436
437
|
/* @__NO_SIDE_EFFECTS__ */
|
|
437
438
|
export const text_currency_converter = (inputs = {}, options = {}) => {
|
|
438
439
|
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
439
440
|
return /** @type {any} */ (globalThis).__paraglide_ssr.text_currency_converter(inputs)
|
|
440
441
|
}
|
|
441
|
-
const locale = options.locale ?? getLocale()
|
|
442
|
+
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
442
443
|
trackMessageCall("text_currency_converter", locale)
|
|
443
|
-
if (locale === "ar") return
|
|
444
|
-
if (locale === "bg") return
|
|
445
|
-
if (locale === "bn") return
|
|
446
|
-
if (locale === "ca") return
|
|
447
|
-
if (locale === "cs") return
|
|
448
|
-
if (locale === "da") return
|
|
449
|
-
if (locale === "de") return
|
|
450
|
-
if (locale === "el") return
|
|
451
|
-
if (locale === "en") return
|
|
452
|
-
if (locale === "es") return
|
|
453
|
-
if (locale === "fi") return
|
|
454
|
-
if (locale === "fr") return
|
|
455
|
-
if (locale === "he") return
|
|
456
|
-
if (locale === "hi") return
|
|
457
|
-
if (locale === "hu") return
|
|
458
|
-
if (locale === "id") return
|
|
459
|
-
if (locale === "it") return
|
|
460
|
-
if (locale === "ja") return
|
|
461
|
-
if (locale === "ko") return
|
|
462
|
-
if (locale === "lt") return
|
|
463
|
-
if (locale === "lv") return
|
|
464
|
-
if (locale === "ms") return
|
|
465
|
-
if (locale === "nl") return
|
|
466
|
-
if (locale === "no") return
|
|
467
|
-
if (locale === "pl") return
|
|
468
|
-
if (locale === "pt") return
|
|
469
|
-
if (locale === "ro") return
|
|
470
|
-
if (locale === "ru") return
|
|
471
|
-
if (locale === "sk") return
|
|
472
|
-
if (locale === "sl") return
|
|
473
|
-
if (locale === "sq") return
|
|
474
|
-
if (locale === "sr") return
|
|
475
|
-
if (locale === "sv") return
|
|
476
|
-
if (locale === "sw") return
|
|
477
|
-
if (locale === "ta") return
|
|
478
|
-
if (locale === "te") return
|
|
479
|
-
if (locale === "th") return
|
|
480
|
-
if (locale === "tl") return
|
|
481
|
-
if (locale === "tr") return
|
|
482
|
-
if (locale === "uk") return
|
|
483
|
-
if (locale === "vi") return
|
|
484
|
-
if (locale === "zh-CN") return
|
|
485
|
-
return
|
|
444
|
+
if (locale === "ar") return __ar.text_currency_converter(inputs)
|
|
445
|
+
if (locale === "bg") return __bg.text_currency_converter(inputs)
|
|
446
|
+
if (locale === "bn") return __bn.text_currency_converter(inputs)
|
|
447
|
+
if (locale === "ca") return __ca.text_currency_converter(inputs)
|
|
448
|
+
if (locale === "cs") return __cs.text_currency_converter(inputs)
|
|
449
|
+
if (locale === "da") return __da.text_currency_converter(inputs)
|
|
450
|
+
if (locale === "de") return __de.text_currency_converter(inputs)
|
|
451
|
+
if (locale === "el") return __el.text_currency_converter(inputs)
|
|
452
|
+
if (locale === "en") return __en.text_currency_converter(inputs)
|
|
453
|
+
if (locale === "es") return __es.text_currency_converter(inputs)
|
|
454
|
+
if (locale === "fi") return __fi.text_currency_converter(inputs)
|
|
455
|
+
if (locale === "fr") return __fr.text_currency_converter(inputs)
|
|
456
|
+
if (locale === "he") return __he.text_currency_converter(inputs)
|
|
457
|
+
if (locale === "hi") return __hi.text_currency_converter(inputs)
|
|
458
|
+
if (locale === "hu") return __hu.text_currency_converter(inputs)
|
|
459
|
+
if (locale === "id") return __id.text_currency_converter(inputs)
|
|
460
|
+
if (locale === "it") return __it.text_currency_converter(inputs)
|
|
461
|
+
if (locale === "ja") return __ja.text_currency_converter(inputs)
|
|
462
|
+
if (locale === "ko") return __ko.text_currency_converter(inputs)
|
|
463
|
+
if (locale === "lt") return __lt.text_currency_converter(inputs)
|
|
464
|
+
if (locale === "lv") return __lv.text_currency_converter(inputs)
|
|
465
|
+
if (locale === "ms") return __ms.text_currency_converter(inputs)
|
|
466
|
+
if (locale === "nl") return __nl.text_currency_converter(inputs)
|
|
467
|
+
if (locale === "no") return __no.text_currency_converter(inputs)
|
|
468
|
+
if (locale === "pl") return __pl.text_currency_converter(inputs)
|
|
469
|
+
if (locale === "pt") return __pt.text_currency_converter(inputs)
|
|
470
|
+
if (locale === "ro") return __ro.text_currency_converter(inputs)
|
|
471
|
+
if (locale === "ru") return __ru.text_currency_converter(inputs)
|
|
472
|
+
if (locale === "sk") return __sk.text_currency_converter(inputs)
|
|
473
|
+
if (locale === "sl") return __sl.text_currency_converter(inputs)
|
|
474
|
+
if (locale === "sq") return __sq.text_currency_converter(inputs)
|
|
475
|
+
if (locale === "sr") return __sr.text_currency_converter(inputs)
|
|
476
|
+
if (locale === "sv") return __sv.text_currency_converter(inputs)
|
|
477
|
+
if (locale === "sw") return __sw.text_currency_converter(inputs)
|
|
478
|
+
if (locale === "ta") return __ta.text_currency_converter(inputs)
|
|
479
|
+
if (locale === "te") return __te.text_currency_converter(inputs)
|
|
480
|
+
if (locale === "th") return __th.text_currency_converter(inputs)
|
|
481
|
+
if (locale === "tl") return __tl.text_currency_converter(inputs)
|
|
482
|
+
if (locale === "tr") return __tr.text_currency_converter(inputs)
|
|
483
|
+
if (locale === "uk") return __uk.text_currency_converter(inputs)
|
|
484
|
+
if (locale === "vi") return __vi.text_currency_converter(inputs)
|
|
485
|
+
if (locale === "zh-CN") return __zh_cn2.text_currency_converter(inputs)
|
|
486
|
+
return __zh_tw2.text_currency_converter(inputs)
|
|
486
487
|
};
|