tera-system-ui 0.1.50 → 0.1.63

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.
Files changed (188) hide show
  1. package/dist/components/accordion/Accordion.d.ts +15 -13
  2. package/dist/components/accordion/index.d.ts +1 -0
  3. package/dist/components/avatar/Avatar.d.ts +5 -3
  4. package/dist/components/avatar/index.d.ts +1 -0
  5. package/dist/components/brand-logo/BrandLogo.d.ts +7 -4
  6. package/dist/components/brand-logo/BrandLogo.js +1 -1
  7. package/dist/components/brand-logo/index.d.ts +1 -0
  8. package/dist/components/button/Button.d.ts +58 -14
  9. package/dist/components/button/Button.js +90 -27
  10. package/dist/components/button/Button.svelte +35 -30
  11. package/dist/components/button/Button.svelte.d.ts +1 -4
  12. package/dist/components/button/index.d.ts +1 -0
  13. package/dist/components/checkbox/Checkbox.d.ts +5 -2
  14. package/dist/components/checkbox/Checkbox.svelte +15 -8
  15. package/dist/components/checkbox/index.d.ts +1 -0
  16. package/dist/components/combobox/Combobox.d.ts +5 -2
  17. package/dist/components/combobox/index.d.ts +1 -0
  18. package/dist/components/dialog/Dialog.d.ts +8 -6
  19. package/dist/components/dialog/Dialog.svelte +1 -1
  20. package/dist/components/dialog/index.d.ts +1 -0
  21. package/dist/components/dropdown-menu/DropdownMenu.d.ts +26 -8
  22. package/dist/components/dropdown-menu/index.d.ts +1 -0
  23. package/dist/components/header/Header.d.ts +6 -3
  24. package/dist/components/header/Header.svelte.d.ts +1 -1
  25. package/dist/components/header/index.d.ts +1 -0
  26. package/dist/components/input/Input.d.ts +22 -6
  27. package/dist/components/input/Input.js +19 -10
  28. package/dist/components/input/Input.svelte +42 -9
  29. package/dist/components/input/index.d.ts +1 -0
  30. package/dist/components/label/Label.d.ts +33 -3
  31. package/dist/components/label/Label.js +14 -3
  32. package/dist/components/label/Label.svelte +7 -7
  33. package/dist/components/label/Label.svelte.d.ts +2 -2
  34. package/dist/components/label/index.d.ts +1 -0
  35. package/dist/components/language-picker-button/LanguagePickerButton.d.ts +5 -2
  36. package/dist/components/language-picker-button/index.d.ts +1 -0
  37. package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +5 -2
  38. package/dist/components/light-dark-toggle/index.d.ts +1 -0
  39. package/dist/components/popover/Popover.d.ts +6 -3
  40. package/dist/components/popover/Popover.js +0 -1
  41. package/dist/components/popover/index.d.ts +1 -0
  42. package/dist/components/popover-responsive/PopoverResponsive.d.ts +5 -2
  43. package/dist/components/popover-responsive/index.d.ts +1 -0
  44. package/dist/components/select/Select.d.ts +19 -5
  45. package/dist/components/select/Select.js +18 -9
  46. package/dist/components/select/Select.svelte +17 -4
  47. package/dist/components/select/Select.svelte.d.ts +1 -1
  48. package/dist/components/select/index.d.ts +1 -0
  49. package/dist/components/side-navigation/SideNavigation.d.ts +6 -3
  50. package/dist/components/side-navigation/index.d.ts +1 -1
  51. package/dist/components/slider/Slider.d.ts +7 -4
  52. package/dist/components/slider/Slider.svelte +27 -52
  53. package/dist/components/slider/index.d.ts +1 -0
  54. package/dist/components/star-rating/StarRating.d.ts +5 -2
  55. package/dist/components/star-rating/StarRating.svelte +5 -5
  56. package/dist/components/star-rating/index.d.ts +1 -0
  57. package/dist/components/switch/Switch.d.ts +6 -2
  58. package/dist/components/switch/Switch.svelte +13 -7
  59. package/dist/components/switch/index.d.ts +1 -0
  60. package/dist/components/tabs/Tabs.svelte.d.ts +23 -3
  61. package/dist/components/tabs/index.d.ts +1 -0
  62. package/dist/components/tera-ui-context/TeraUiContext.d.ts +4 -6
  63. package/dist/components/tera-ui-context/TeraUiContext.svelte +0 -2
  64. package/dist/components/tera-ui-context/index.d.ts +1 -0
  65. package/dist/components/text-area/TextArea.d.ts +22 -8
  66. package/dist/components/text-area/TextArea.js +19 -10
  67. package/dist/components/text-area/TextArea.svelte +35 -29
  68. package/dist/components/text-area/index.d.ts +1 -0
  69. package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +5 -2
  70. package/dist/components/user-avatar-with-menu/index.d.ts +1 -0
  71. package/dist/index.d.ts +24 -0
  72. package/dist/paraglide/README.md +93 -0
  73. package/dist/paraglide/messages/_index.d.ts +22 -7
  74. package/dist/paraglide/messages/_index.js +487 -8
  75. package/dist/paraglide/messages/ar.d.ts +9 -0
  76. package/dist/paraglide/messages/ar.js +31 -0
  77. package/dist/paraglide/messages/bg.d.ts +9 -0
  78. package/dist/paraglide/messages/bg.js +31 -0
  79. package/dist/paraglide/messages/bn.d.ts +9 -0
  80. package/dist/paraglide/messages/bn.js +31 -0
  81. package/dist/paraglide/messages/ca.d.ts +9 -0
  82. package/dist/paraglide/messages/ca.js +31 -0
  83. package/dist/paraglide/messages/cs.d.ts +9 -0
  84. package/dist/paraglide/messages/cs.js +31 -0
  85. package/dist/paraglide/messages/da.d.ts +9 -0
  86. package/dist/paraglide/messages/da.js +31 -0
  87. package/dist/paraglide/messages/de.d.ts +9 -0
  88. package/dist/paraglide/messages/de.js +31 -0
  89. package/dist/paraglide/messages/el.d.ts +9 -0
  90. package/dist/paraglide/messages/el.js +31 -0
  91. package/dist/paraglide/messages/en.d.ts +9 -0
  92. package/dist/paraglide/messages/en.js +31 -0
  93. package/dist/paraglide/messages/es.d.ts +9 -0
  94. package/dist/paraglide/messages/es.js +31 -0
  95. package/dist/paraglide/messages/fi.d.ts +9 -0
  96. package/dist/paraglide/messages/fi.js +31 -0
  97. package/dist/paraglide/messages/fr.d.ts +9 -0
  98. package/dist/paraglide/messages/fr.js +31 -0
  99. package/dist/paraglide/messages/he.d.ts +9 -0
  100. package/dist/paraglide/messages/he.js +31 -0
  101. package/dist/paraglide/messages/hi.d.ts +9 -0
  102. package/dist/paraglide/messages/hi.js +31 -0
  103. package/dist/paraglide/messages/hu.d.ts +9 -0
  104. package/dist/paraglide/messages/hu.js +31 -0
  105. package/dist/paraglide/messages/id.d.ts +9 -0
  106. package/dist/paraglide/messages/id.js +31 -0
  107. package/dist/paraglide/messages/it.d.ts +9 -0
  108. package/dist/paraglide/messages/it.js +31 -0
  109. package/dist/paraglide/messages/ja.d.ts +9 -0
  110. package/dist/paraglide/messages/ja.js +31 -0
  111. package/dist/paraglide/messages/ko.d.ts +9 -0
  112. package/dist/paraglide/messages/ko.js +31 -0
  113. package/dist/paraglide/messages/lt.d.ts +9 -0
  114. package/dist/paraglide/messages/lt.js +31 -0
  115. package/dist/paraglide/messages/lv.d.ts +9 -0
  116. package/dist/paraglide/messages/lv.js +31 -0
  117. package/dist/paraglide/messages/ms.d.ts +9 -0
  118. package/dist/paraglide/messages/ms.js +31 -0
  119. package/dist/paraglide/messages/nl.d.ts +9 -0
  120. package/dist/paraglide/messages/nl.js +31 -0
  121. package/dist/paraglide/messages/no.d.ts +9 -0
  122. package/dist/paraglide/messages/no.js +31 -0
  123. package/dist/paraglide/messages/pl.d.ts +9 -0
  124. package/dist/paraglide/messages/pl.js +31 -0
  125. package/dist/paraglide/messages/pt.d.ts +9 -0
  126. package/dist/paraglide/messages/pt.js +31 -0
  127. package/dist/paraglide/messages/ro.d.ts +9 -0
  128. package/dist/paraglide/messages/ro.js +31 -0
  129. package/dist/paraglide/messages/ru.d.ts +9 -0
  130. package/dist/paraglide/messages/ru.js +31 -0
  131. package/dist/paraglide/messages/sk.d.ts +9 -0
  132. package/dist/paraglide/messages/sk.js +31 -0
  133. package/dist/paraglide/messages/sl.d.ts +9 -0
  134. package/dist/paraglide/messages/sl.js +31 -0
  135. package/dist/paraglide/messages/sq.d.ts +9 -0
  136. package/dist/paraglide/messages/sq.js +31 -0
  137. package/dist/paraglide/messages/sr.d.ts +9 -0
  138. package/dist/paraglide/messages/sr.js +31 -0
  139. package/dist/paraglide/messages/sv.d.ts +9 -0
  140. package/dist/paraglide/messages/sv.js +31 -0
  141. package/dist/paraglide/messages/sw.d.ts +9 -0
  142. package/dist/paraglide/messages/sw.js +31 -0
  143. package/dist/paraglide/messages/ta.d.ts +9 -0
  144. package/dist/paraglide/messages/ta.js +31 -0
  145. package/dist/paraglide/messages/te.d.ts +9 -0
  146. package/dist/paraglide/messages/te.js +31 -0
  147. package/dist/paraglide/messages/th.d.ts +9 -0
  148. package/dist/paraglide/messages/th.js +31 -0
  149. package/dist/paraglide/messages/tl.d.ts +9 -0
  150. package/dist/paraglide/messages/tl.js +31 -0
  151. package/dist/paraglide/messages/tr.d.ts +9 -0
  152. package/dist/paraglide/messages/tr.js +31 -0
  153. package/dist/paraglide/messages/uk.d.ts +9 -0
  154. package/dist/paraglide/messages/uk.js +31 -0
  155. package/dist/paraglide/messages/vi.d.ts +9 -0
  156. package/dist/paraglide/messages/vi.js +31 -0
  157. package/dist/paraglide/messages/zh-CN.d.ts +9 -0
  158. package/dist/paraglide/messages/zh-CN.js +31 -0
  159. package/dist/paraglide/messages/zh-TW.d.ts +9 -0
  160. package/dist/paraglide/messages/zh-TW.js +31 -0
  161. package/dist/paraglide/messages.js +1 -1
  162. package/dist/paraglide/registry.js +1 -1
  163. package/dist/paraglide/runtime.d.ts +221 -45
  164. package/dist/paraglide/runtime.js +378 -65
  165. package/dist/paraglide/server.d.ts +40 -4
  166. package/dist/paraglide/server.js +83 -46
  167. package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +3 -0
  168. package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +103 -0
  169. package/dist/themes/tera-ui-base.css +70 -7
  170. package/dist/types/index.d.ts +25 -0
  171. package/dist/types/index.js +3 -0
  172. package/package.json +150 -36
  173. package/scripts/add-component-template.js +1 -1
  174. package/scripts/generate-ts-index.js +38 -12
  175. package/dist/paraglide/messages/text_account_settings.d.ts +0 -3
  176. package/dist/paraglide/messages/text_account_settings.js +0 -238
  177. package/dist/paraglide/messages/text_calces_documentation.d.ts +0 -3
  178. package/dist/paraglide/messages/text_calces_documentation.js +0 -238
  179. package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +0 -3
  180. package/dist/paraglide/messages/text_calces_scientific_calculator.js +0 -238
  181. package/dist/paraglide/messages/text_currency_converter.d.ts +0 -3
  182. package/dist/paraglide/messages/text_currency_converter.js +0 -238
  183. package/dist/paraglide/messages/text_logout.d.ts +0 -3
  184. package/dist/paraglide/messages/text_logout.js +0 -238
  185. package/dist/paraglide/messages/text_select_language.d.ts +0 -3
  186. package/dist/paraglide/messages/text_select_language.js +0 -238
  187. package/dist/paraglide/messages/text_unit_converter.d.ts +0 -3
  188. package/dist/paraglide/messages/text_unit_converter.js +0 -238
@@ -0,0 +1,93 @@
1
+ # Paraglide JS Compiled Output
2
+
3
+ > Auto-generated i18n message functions. Import `messages.js` to use translated strings.
4
+
5
+ Compiled from: `./src/lib/tera-i18n/projects/tera-system-ui/project.inlang`
6
+
7
+
8
+ ## What is this folder?
9
+
10
+ This folder contains compiled [Paraglide JS](https://github.com/opral/paraglide-js) output. Paraglide JS compiles your translation messages into tree-shakeable JavaScript functions.
11
+
12
+ ## At a glance
13
+
14
+ Purpose:
15
+ - This folder stores compiled i18n message functions.
16
+ - Source translations live outside this folder in your inlang project.
17
+
18
+ Safe to import:
19
+ - `messages.js` — all message functions
20
+ - `runtime.js` — locale utilities
21
+ - `server.js` — server-side middleware
22
+
23
+ Do not edit:
24
+ - All files in this folder are auto-generated.
25
+ - Changes will be overwritten on next compilation.
26
+
27
+ ```
28
+ paraglide/
29
+ ├── messages.js # Message exports (import this)
30
+ ├── messages/ # Individual message functions
31
+ ├── runtime.js # Locale detection & configuration
32
+ ├── registry.js # Formatting utilities (plural, number, datetime)
33
+ ├── server.js # Server-side middleware
34
+ └── .gitignore # Marks folder as generated
35
+ ```
36
+
37
+ ## Usage
38
+
39
+ ```js
40
+ import * as m from "./paraglide/messages.js";
41
+
42
+ // Messages are functions that return localized strings
43
+ m.hello_world(); // "Hello, World!" (in current locale)
44
+ m.greeting({ name: "Sam" }); // "Hello, Sam!"
45
+
46
+ // Override locale per-call
47
+ m.hello_world({}, { locale: "de" }); // "Hallo, Welt!"
48
+ m.greeting({ name: "Sam" }, { locale: "de" }); // "Hallo, Sam!"
49
+ ```
50
+
51
+ ## Runtime API
52
+
53
+ ```js
54
+ import { getLocale, setLocale, locales, baseLocale } from "./paraglide/runtime.js";
55
+
56
+ getLocale(); // Current locale, e.g., "en"
57
+ setLocale("de"); // Set locale
58
+ locales; // Available locales, e.g., ["en", "de", "fr"]
59
+ baseLocale; // Default locale, e.g., "en"
60
+ ```
61
+
62
+ ## Strategy
63
+
64
+ The strategy determines how the current locale is detected and persisted:
65
+
66
+ - **Cookie**: Stores locale preference in a cookie.
67
+ - **URL**: Derives locale from URL patterns (e.g., `/en/about`, `en.example.com`).
68
+ - **GlobalVariable**: Uses a global variable (client-side only).
69
+ - **BaseLocale**: Always returns the base locale.
70
+
71
+ Strategies can be combined. The order defines precedence:
72
+
73
+ ```js
74
+ await compile({
75
+ project: "./project.inlang",
76
+ outdir: "./src/paraglide",
77
+ strategy: ["url", "cookie", "baseLocale"],
78
+ });
79
+ ```
80
+
81
+ See the [strategy documentation](https://inlang.com/m/gerre34r/library-inlang-paraglideJs/strategy) for details.
82
+
83
+ ## Key concepts
84
+
85
+ - **Tree-shakeable**: Each message is a function, enabling [up to 70% smaller i18n bundle sizes](https://inlang.com/m/gerre34r/library-inlang-paraglideJs/benchmark) than traditional i18n libraries.
86
+ - **Typesafe**: Full TypeScript/JSDoc support with autocomplete.
87
+ - **Variants**: Messages can have variants for pluralization, gender, etc.
88
+ - **Fallbacks**: Missing translations fall back to the base locale.
89
+
90
+ ## Links
91
+
92
+ - [Paraglide JS Documentation](https://inlang.com/m/gerre34r/library-inlang-paraglideJs)
93
+ - [Source Repository](https://github.com/opral/paraglide-js)
@@ -1,7 +1,22 @@
1
- export * from "./text_select_language.js";
2
- export * from "./text_unit_converter.js";
3
- export * from "./text_calces_scientific_calculator.js";
4
- export * from "./text_calces_documentation.js";
5
- export * from "./text_account_settings.js";
6
- export * from "./text_logout.js";
7
- export * from "./text_currency_converter.js";
1
+ export function text_select_language(inputs?: {}, options?: {
2
+ 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
+ }): LocalizedString;
4
+ export function text_unit_converter(inputs?: {}, options?: {
5
+ 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";
6
+ }): LocalizedString;
7
+ export function text_calces_scientific_calculator(inputs?: {}, options?: {
8
+ 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";
9
+ }): LocalizedString;
10
+ export function text_calces_documentation(inputs?: {}, options?: {
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";
12
+ }): LocalizedString;
13
+ export function text_account_settings(inputs?: {}, options?: {
14
+ 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";
15
+ }): LocalizedString;
16
+ export function text_logout(inputs?: {}, options?: {
17
+ 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";
18
+ }): LocalizedString;
19
+ export function text_currency_converter(inputs?: {}, options?: {
20
+ 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";
21
+ }): LocalizedString;
22
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -1,8 +1,487 @@
1
- // eslint-disable
2
- export * from './text_select_language.js'
3
- export * from './text_unit_converter.js'
4
- export * from './text_calces_scientific_calculator.js'
5
- export * from './text_calces_documentation.js'
6
- export * from './text_account_settings.js'
7
- export * from './text_logout.js'
8
- export * from './text_currency_converter.js'
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"
47
+ /**
48
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
49
+ *
50
+ * - Changing this function will be over-written by the next build.
51
+ *
52
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
53
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
54
+ *
55
+ * @param {{}} inputs
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
57
+ * @returns {LocalizedString}
58
+ */
59
+ /* @__NO_SIDE_EFFECTS__ */
60
+ export const text_select_language = (inputs = {}, options = {}) => {
61
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
62
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_select_language(inputs)
63
+ }
64
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
65
+ trackMessageCall("text_select_language", locale)
66
+ if (locale === "ar") return __ar.text_select_language(inputs)
67
+ if (locale === "bg") return __bg.text_select_language(inputs)
68
+ if (locale === "bn") return __bn.text_select_language(inputs)
69
+ if (locale === "ca") return __ca.text_select_language(inputs)
70
+ if (locale === "cs") return __cs.text_select_language(inputs)
71
+ if (locale === "da") return __da.text_select_language(inputs)
72
+ if (locale === "de") return __de.text_select_language(inputs)
73
+ if (locale === "el") return __el.text_select_language(inputs)
74
+ if (locale === "en") return __en.text_select_language(inputs)
75
+ if (locale === "es") return __es.text_select_language(inputs)
76
+ if (locale === "fi") return __fi.text_select_language(inputs)
77
+ if (locale === "fr") return __fr.text_select_language(inputs)
78
+ if (locale === "he") return __he.text_select_language(inputs)
79
+ if (locale === "hi") return __hi.text_select_language(inputs)
80
+ if (locale === "hu") return __hu.text_select_language(inputs)
81
+ if (locale === "id") return __id.text_select_language(inputs)
82
+ if (locale === "it") return __it.text_select_language(inputs)
83
+ if (locale === "ja") return __ja.text_select_language(inputs)
84
+ if (locale === "ko") return __ko.text_select_language(inputs)
85
+ if (locale === "lt") return __lt.text_select_language(inputs)
86
+ if (locale === "lv") return __lv.text_select_language(inputs)
87
+ if (locale === "ms") return __ms.text_select_language(inputs)
88
+ if (locale === "nl") return __nl.text_select_language(inputs)
89
+ if (locale === "no") return __no.text_select_language(inputs)
90
+ if (locale === "pl") return __pl.text_select_language(inputs)
91
+ if (locale === "pt") return __pt.text_select_language(inputs)
92
+ if (locale === "ro") return __ro.text_select_language(inputs)
93
+ if (locale === "ru") return __ru.text_select_language(inputs)
94
+ if (locale === "sk") return __sk.text_select_language(inputs)
95
+ if (locale === "sl") return __sl.text_select_language(inputs)
96
+ if (locale === "sq") return __sq.text_select_language(inputs)
97
+ if (locale === "sr") return __sr.text_select_language(inputs)
98
+ if (locale === "sv") return __sv.text_select_language(inputs)
99
+ if (locale === "sw") return __sw.text_select_language(inputs)
100
+ if (locale === "ta") return __ta.text_select_language(inputs)
101
+ if (locale === "te") return __te.text_select_language(inputs)
102
+ if (locale === "th") return __th.text_select_language(inputs)
103
+ if (locale === "tl") return __tl.text_select_language(inputs)
104
+ if (locale === "tr") return __tr.text_select_language(inputs)
105
+ if (locale === "uk") return __uk.text_select_language(inputs)
106
+ if (locale === "vi") return __vi.text_select_language(inputs)
107
+ if (locale === "zh-CN") return __zh_cn2.text_select_language(inputs)
108
+ return __zh_tw2.text_select_language(inputs)
109
+ };
110
+ /**
111
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
112
+ *
113
+ * - Changing this function will be over-written by the next build.
114
+ *
115
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
116
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
117
+ *
118
+ * @param {{}} inputs
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
120
+ * @returns {LocalizedString}
121
+ */
122
+ /* @__NO_SIDE_EFFECTS__ */
123
+ export const text_unit_converter = (inputs = {}, options = {}) => {
124
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
125
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_unit_converter(inputs)
126
+ }
127
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
128
+ trackMessageCall("text_unit_converter", locale)
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)
172
+ };
173
+ /**
174
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
175
+ *
176
+ * - Changing this function will be over-written by the next build.
177
+ *
178
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
179
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
180
+ *
181
+ * @param {{}} inputs
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
183
+ * @returns {LocalizedString}
184
+ */
185
+ /* @__NO_SIDE_EFFECTS__ */
186
+ export const text_calces_scientific_calculator = (inputs = {}, options = {}) => {
187
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
188
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_scientific_calculator(inputs)
189
+ }
190
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
191
+ trackMessageCall("text_calces_scientific_calculator", locale)
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)
235
+ };
236
+ /**
237
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
238
+ *
239
+ * - Changing this function will be over-written by the next build.
240
+ *
241
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
242
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
243
+ *
244
+ * @param {{}} inputs
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
246
+ * @returns {LocalizedString}
247
+ */
248
+ /* @__NO_SIDE_EFFECTS__ */
249
+ export const text_calces_documentation = (inputs = {}, options = {}) => {
250
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
251
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_documentation(inputs)
252
+ }
253
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
254
+ trackMessageCall("text_calces_documentation", locale)
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)
298
+ };
299
+ /**
300
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
301
+ *
302
+ * - Changing this function will be over-written by the next build.
303
+ *
304
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
305
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
306
+ *
307
+ * @param {{}} inputs
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
309
+ * @returns {LocalizedString}
310
+ */
311
+ /* @__NO_SIDE_EFFECTS__ */
312
+ export const text_account_settings = (inputs = {}, options = {}) => {
313
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
314
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_account_settings(inputs)
315
+ }
316
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
317
+ trackMessageCall("text_account_settings", locale)
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)
361
+ };
362
+ /**
363
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
364
+ *
365
+ * - Changing this function will be over-written by the next build.
366
+ *
367
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
368
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
369
+ *
370
+ * @param {{}} inputs
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
372
+ * @returns {LocalizedString}
373
+ */
374
+ /* @__NO_SIDE_EFFECTS__ */
375
+ export const text_logout = (inputs = {}, options = {}) => {
376
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
377
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_logout(inputs)
378
+ }
379
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
380
+ trackMessageCall("text_logout", locale)
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)
424
+ };
425
+ /**
426
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
427
+ *
428
+ * - Changing this function will be over-written by the next build.
429
+ *
430
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
431
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
432
+ *
433
+ * @param {{}} inputs
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
435
+ * @returns {LocalizedString}
436
+ */
437
+ /* @__NO_SIDE_EFFECTS__ */
438
+ export const text_currency_converter = (inputs = {}, options = {}) => {
439
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
440
+ return /** @type {any} */ (globalThis).__paraglide_ssr.text_currency_converter(inputs)
441
+ }
442
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
443
+ trackMessageCall("text_currency_converter", locale)
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)
487
+ };
@@ -0,0 +1,9 @@
1
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
2
+ export const text_select_language: (inputs: {}) => LocalizedString;
3
+ export const text_unit_converter: (inputs: {}) => LocalizedString;
4
+ export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
5
+ export const text_calces_documentation: (inputs: {}) => LocalizedString;
6
+ export const text_account_settings: (inputs: {}) => LocalizedString;
7
+ export const text_logout: (inputs: {}) => LocalizedString;
8
+ export const text_currency_converter: (inputs: {}) => LocalizedString;
9
+ export type LocalizedString = import("../runtime.js").LocalizedString;