tera-system-ui 0.1.32 → 0.1.34
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/components/AccordionContent.svelte +2 -4
- package/dist/components/accordion/components/AccordionTrigger.svelte +1 -1
- package/dist/paraglide/messages/_index.d.ts +21 -7
- package/dist/paraglide/messages/_index.js +485 -7
- package/dist/paraglide/messages/ar.d.ts +7 -0
- package/dist/paraglide/messages/ar.js +30 -0
- package/dist/paraglide/messages/bg.d.ts +7 -0
- package/dist/paraglide/messages/bg.js +30 -0
- package/dist/paraglide/messages/bn.d.ts +7 -0
- package/dist/paraglide/messages/bn.js +30 -0
- package/dist/paraglide/messages/ca.d.ts +7 -0
- package/dist/paraglide/messages/ca.js +30 -0
- package/dist/paraglide/messages/cs.d.ts +7 -0
- package/dist/paraglide/messages/cs.js +30 -0
- package/dist/paraglide/messages/da.d.ts +7 -0
- package/dist/paraglide/messages/da.js +30 -0
- package/dist/paraglide/messages/de.d.ts +7 -0
- package/dist/paraglide/messages/de.js +30 -0
- package/dist/paraglide/messages/el.d.ts +7 -0
- package/dist/paraglide/messages/el.js +30 -0
- package/dist/paraglide/messages/en.d.ts +7 -0
- package/dist/paraglide/messages/en.js +30 -0
- package/dist/paraglide/messages/es.d.ts +7 -0
- package/dist/paraglide/messages/es.js +30 -0
- package/dist/paraglide/messages/fi.d.ts +7 -0
- package/dist/paraglide/messages/fi.js +30 -0
- package/dist/paraglide/messages/fr.d.ts +7 -0
- package/dist/paraglide/messages/fr.js +30 -0
- package/dist/paraglide/messages/he.d.ts +7 -0
- package/dist/paraglide/messages/he.js +30 -0
- package/dist/paraglide/messages/hi.d.ts +7 -0
- package/dist/paraglide/messages/hi.js +30 -0
- package/dist/paraglide/messages/hu.d.ts +7 -0
- package/dist/paraglide/messages/hu.js +30 -0
- package/dist/paraglide/messages/id.d.ts +7 -0
- package/dist/paraglide/messages/id.js +30 -0
- package/dist/paraglide/messages/it.d.ts +7 -0
- package/dist/paraglide/messages/it.js +30 -0
- package/dist/paraglide/messages/ja.d.ts +7 -0
- package/dist/paraglide/messages/ja.js +30 -0
- package/dist/paraglide/messages/ko.d.ts +7 -0
- package/dist/paraglide/messages/ko.js +30 -0
- package/dist/paraglide/messages/lt.d.ts +7 -0
- package/dist/paraglide/messages/lt.js +30 -0
- package/dist/paraglide/messages/lv.d.ts +7 -0
- package/dist/paraglide/messages/lv.js +30 -0
- package/dist/paraglide/messages/ms.d.ts +7 -0
- package/dist/paraglide/messages/ms.js +30 -0
- package/dist/paraglide/messages/nl.d.ts +7 -0
- package/dist/paraglide/messages/nl.js +30 -0
- package/dist/paraglide/messages/no.d.ts +7 -0
- package/dist/paraglide/messages/no.js +30 -0
- package/dist/paraglide/messages/pl.d.ts +7 -0
- package/dist/paraglide/messages/pl.js +30 -0
- package/dist/paraglide/messages/pt.d.ts +7 -0
- package/dist/paraglide/messages/pt.js +30 -0
- package/dist/paraglide/messages/ro.d.ts +7 -0
- package/dist/paraglide/messages/ro.js +30 -0
- package/dist/paraglide/messages/ru.d.ts +7 -0
- package/dist/paraglide/messages/ru.js +30 -0
- package/dist/paraglide/messages/sk.d.ts +7 -0
- package/dist/paraglide/messages/sk.js +30 -0
- package/dist/paraglide/messages/sl.d.ts +7 -0
- package/dist/paraglide/messages/sl.js +30 -0
- package/dist/paraglide/messages/sq.d.ts +7 -0
- package/dist/paraglide/messages/sq.js +30 -0
- package/dist/paraglide/messages/sr.d.ts +7 -0
- package/dist/paraglide/messages/sr.js +30 -0
- package/dist/paraglide/messages/sv.d.ts +7 -0
- package/dist/paraglide/messages/sv.js +30 -0
- package/dist/paraglide/messages/sw.d.ts +7 -0
- package/dist/paraglide/messages/sw.js +30 -0
- package/dist/paraglide/messages/ta.d.ts +7 -0
- package/dist/paraglide/messages/ta.js +30 -0
- package/dist/paraglide/messages/te.d.ts +7 -0
- package/dist/paraglide/messages/te.js +30 -0
- package/dist/paraglide/messages/th.d.ts +7 -0
- package/dist/paraglide/messages/th.js +30 -0
- package/dist/paraglide/messages/tl.d.ts +7 -0
- package/dist/paraglide/messages/tl.js +30 -0
- package/dist/paraglide/messages/tr.d.ts +7 -0
- package/dist/paraglide/messages/tr.js +30 -0
- package/dist/paraglide/messages/uk.d.ts +7 -0
- package/dist/paraglide/messages/uk.js +30 -0
- package/dist/paraglide/messages/vi.d.ts +7 -0
- package/dist/paraglide/messages/vi.js +30 -0
- package/dist/paraglide/messages/zh-CN.d.ts +7 -0
- package/dist/paraglide/messages/zh-CN.js +30 -0
- package/dist/paraglide/messages/zh-TW.d.ts +7 -0
- package/dist/paraglide/messages/zh-TW.js +30 -0
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +4 -4
- package/dist/tera-i18n/dev-tools/translator/gpt-translator.js +1 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +4 -1
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +4 -1
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/settings.json +5 -10
- package/package.json +3 -3
- package/dist/paraglide/messages/text_account_settings.d.ts +0 -3
- package/dist/paraglide/messages/text_account_settings.js +0 -238
- package/dist/paraglide/messages/text_calces_documentation.d.ts +0 -3
- package/dist/paraglide/messages/text_calces_documentation.js +0 -238
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +0 -3
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +0 -238
- package/dist/paraglide/messages/text_currency_converter.d.ts +0 -3
- package/dist/paraglide/messages/text_currency_converter.js +0 -238
- package/dist/paraglide/messages/text_logout.d.ts +0 -3
- package/dist/paraglide/messages/text_logout.js +0 -238
- package/dist/paraglide/messages/text_select_language.d.ts +0 -3
- package/dist/paraglide/messages/text_select_language.js +0 -238
- package/dist/paraglide/messages/text_unit_converter.d.ts +0 -3
- package/dist/paraglide/messages/text_unit_converter.js +0 -238
|
@@ -13,12 +13,10 @@
|
|
|
13
13
|
<AccordionPrimitive.Content
|
|
14
14
|
bind:ref
|
|
15
15
|
class={cn(
|
|
16
|
-
"data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm transition-all",
|
|
16
|
+
"data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm transition-all pb-4",
|
|
17
17
|
className
|
|
18
18
|
)}
|
|
19
19
|
{...restProps}
|
|
20
20
|
>
|
|
21
|
-
|
|
22
|
-
{@render children?.()}
|
|
23
|
-
</div>
|
|
21
|
+
{@render children?.()}
|
|
24
22
|
</AccordionPrimitive.Content>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<AccordionPrimitive.Trigger
|
|
19
19
|
bind:ref
|
|
20
20
|
class={cn(
|
|
21
|
-
"flex flex-1 items-center justify-between py-4 font-medium transition-all
|
|
21
|
+
"flex flex-1 items-center justify-between py-4 font-medium transition-all [&[data-state=open]>svg]:rotate-180",
|
|
22
22
|
className
|
|
23
23
|
)}
|
|
24
24
|
{...restProps}
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
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
|
+
}): string;
|
|
@@ -1,8 +1,486 @@
|
|
|
1
1
|
// eslint-disable
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from "../runtime.js"
|
|
3
|
+
import * as ar from "./ar.js"
|
|
4
|
+
import * as bg from "./bg.js"
|
|
5
|
+
import * as bn from "./bn.js"
|
|
6
|
+
import * as ca from "./ca.js"
|
|
7
|
+
import * as cs from "./cs.js"
|
|
8
|
+
import * as da from "./da.js"
|
|
9
|
+
import * as de from "./de.js"
|
|
10
|
+
import * as el from "./el.js"
|
|
11
|
+
import * as en from "./en.js"
|
|
12
|
+
import * as es from "./es.js"
|
|
13
|
+
import * as fi from "./fi.js"
|
|
14
|
+
import * as fr from "./fr.js"
|
|
15
|
+
import * as he from "./he.js"
|
|
16
|
+
import * as hi from "./hi.js"
|
|
17
|
+
import * as hu from "./hu.js"
|
|
18
|
+
import * as id from "./id.js"
|
|
19
|
+
import * as it from "./it.js"
|
|
20
|
+
import * as ja from "./ja.js"
|
|
21
|
+
import * as ko from "./ko.js"
|
|
22
|
+
import * as lt from "./lt.js"
|
|
23
|
+
import * as lv from "./lv.js"
|
|
24
|
+
import * as ms from "./ms.js"
|
|
25
|
+
import * as nl from "./nl.js"
|
|
26
|
+
import * as no from "./no.js"
|
|
27
|
+
import * as pl from "./pl.js"
|
|
28
|
+
import * as pt from "./pt.js"
|
|
29
|
+
import * as ro from "./ro.js"
|
|
30
|
+
import * as ru from "./ru.js"
|
|
31
|
+
import * as sk from "./sk.js"
|
|
32
|
+
import * as sl from "./sl.js"
|
|
33
|
+
import * as sq from "./sq.js"
|
|
34
|
+
import * as sr from "./sr.js"
|
|
35
|
+
import * as sv from "./sv.js"
|
|
36
|
+
import * as sw from "./sw.js"
|
|
37
|
+
import * as ta from "./ta.js"
|
|
38
|
+
import * as te from "./te.js"
|
|
39
|
+
import * as th from "./th.js"
|
|
40
|
+
import * as tl from "./tl.js"
|
|
41
|
+
import * as tr from "./tr.js"
|
|
42
|
+
import * as uk from "./uk.js"
|
|
43
|
+
import * as vi from "./vi.js"
|
|
44
|
+
import * as zh_cn2 from "./zh-CN.js"
|
|
45
|
+
import * as zh_tw2 from "./zh-TW.js"
|
|
46
|
+
/**
|
|
47
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
48
|
+
*
|
|
49
|
+
* - Changing this function will be over-written by the next build.
|
|
50
|
+
*
|
|
51
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
52
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
53
|
+
*
|
|
54
|
+
* @param {{}} inputs
|
|
55
|
+
* @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 {string}
|
|
57
|
+
*/
|
|
58
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
59
|
+
export const text_select_language = (inputs = {}, options = {}) => {
|
|
60
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
61
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_select_language(inputs)
|
|
62
|
+
}
|
|
63
|
+
const locale = options.locale ?? getLocale()
|
|
64
|
+
trackMessageCall("text_select_language", locale)
|
|
65
|
+
if (locale === "ar") return ar.text_select_language(inputs)
|
|
66
|
+
if (locale === "bg") return bg.text_select_language(inputs)
|
|
67
|
+
if (locale === "bn") return bn.text_select_language(inputs)
|
|
68
|
+
if (locale === "ca") return ca.text_select_language(inputs)
|
|
69
|
+
if (locale === "cs") return cs.text_select_language(inputs)
|
|
70
|
+
if (locale === "da") return da.text_select_language(inputs)
|
|
71
|
+
if (locale === "de") return de.text_select_language(inputs)
|
|
72
|
+
if (locale === "el") return el.text_select_language(inputs)
|
|
73
|
+
if (locale === "en") return en.text_select_language(inputs)
|
|
74
|
+
if (locale === "es") return es.text_select_language(inputs)
|
|
75
|
+
if (locale === "fi") return fi.text_select_language(inputs)
|
|
76
|
+
if (locale === "fr") return fr.text_select_language(inputs)
|
|
77
|
+
if (locale === "he") return he.text_select_language(inputs)
|
|
78
|
+
if (locale === "hi") return hi.text_select_language(inputs)
|
|
79
|
+
if (locale === "hu") return hu.text_select_language(inputs)
|
|
80
|
+
if (locale === "id") return id.text_select_language(inputs)
|
|
81
|
+
if (locale === "it") return it.text_select_language(inputs)
|
|
82
|
+
if (locale === "ja") return ja.text_select_language(inputs)
|
|
83
|
+
if (locale === "ko") return ko.text_select_language(inputs)
|
|
84
|
+
if (locale === "lt") return lt.text_select_language(inputs)
|
|
85
|
+
if (locale === "lv") return lv.text_select_language(inputs)
|
|
86
|
+
if (locale === "ms") return ms.text_select_language(inputs)
|
|
87
|
+
if (locale === "nl") return nl.text_select_language(inputs)
|
|
88
|
+
if (locale === "no") return no.text_select_language(inputs)
|
|
89
|
+
if (locale === "pl") return pl.text_select_language(inputs)
|
|
90
|
+
if (locale === "pt") return pt.text_select_language(inputs)
|
|
91
|
+
if (locale === "ro") return ro.text_select_language(inputs)
|
|
92
|
+
if (locale === "ru") return ru.text_select_language(inputs)
|
|
93
|
+
if (locale === "sk") return sk.text_select_language(inputs)
|
|
94
|
+
if (locale === "sl") return sl.text_select_language(inputs)
|
|
95
|
+
if (locale === "sq") return sq.text_select_language(inputs)
|
|
96
|
+
if (locale === "sr") return sr.text_select_language(inputs)
|
|
97
|
+
if (locale === "sv") return sv.text_select_language(inputs)
|
|
98
|
+
if (locale === "sw") return sw.text_select_language(inputs)
|
|
99
|
+
if (locale === "ta") return ta.text_select_language(inputs)
|
|
100
|
+
if (locale === "te") return te.text_select_language(inputs)
|
|
101
|
+
if (locale === "th") return th.text_select_language(inputs)
|
|
102
|
+
if (locale === "tl") return tl.text_select_language(inputs)
|
|
103
|
+
if (locale === "tr") return tr.text_select_language(inputs)
|
|
104
|
+
if (locale === "uk") return uk.text_select_language(inputs)
|
|
105
|
+
if (locale === "vi") return vi.text_select_language(inputs)
|
|
106
|
+
if (locale === "zh-CN") return zh_cn2.text_select_language(inputs)
|
|
107
|
+
return zh_tw2.text_select_language(inputs)
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
111
|
+
*
|
|
112
|
+
* - Changing this function will be over-written by the next build.
|
|
113
|
+
*
|
|
114
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
115
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
116
|
+
*
|
|
117
|
+
* @param {{}} inputs
|
|
118
|
+
* @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 {string}
|
|
120
|
+
*/
|
|
121
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
122
|
+
export const text_unit_converter = (inputs = {}, options = {}) => {
|
|
123
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
124
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_unit_converter(inputs)
|
|
125
|
+
}
|
|
126
|
+
const locale = options.locale ?? getLocale()
|
|
127
|
+
trackMessageCall("text_unit_converter", locale)
|
|
128
|
+
if (locale === "ar") return ar.text_unit_converter(inputs)
|
|
129
|
+
if (locale === "bg") return bg.text_unit_converter(inputs)
|
|
130
|
+
if (locale === "bn") return bn.text_unit_converter(inputs)
|
|
131
|
+
if (locale === "ca") return ca.text_unit_converter(inputs)
|
|
132
|
+
if (locale === "cs") return cs.text_unit_converter(inputs)
|
|
133
|
+
if (locale === "da") return da.text_unit_converter(inputs)
|
|
134
|
+
if (locale === "de") return de.text_unit_converter(inputs)
|
|
135
|
+
if (locale === "el") return el.text_unit_converter(inputs)
|
|
136
|
+
if (locale === "en") return en.text_unit_converter(inputs)
|
|
137
|
+
if (locale === "es") return es.text_unit_converter(inputs)
|
|
138
|
+
if (locale === "fi") return fi.text_unit_converter(inputs)
|
|
139
|
+
if (locale === "fr") return fr.text_unit_converter(inputs)
|
|
140
|
+
if (locale === "he") return he.text_unit_converter(inputs)
|
|
141
|
+
if (locale === "hi") return hi.text_unit_converter(inputs)
|
|
142
|
+
if (locale === "hu") return hu.text_unit_converter(inputs)
|
|
143
|
+
if (locale === "id") return id.text_unit_converter(inputs)
|
|
144
|
+
if (locale === "it") return it.text_unit_converter(inputs)
|
|
145
|
+
if (locale === "ja") return ja.text_unit_converter(inputs)
|
|
146
|
+
if (locale === "ko") return ko.text_unit_converter(inputs)
|
|
147
|
+
if (locale === "lt") return lt.text_unit_converter(inputs)
|
|
148
|
+
if (locale === "lv") return lv.text_unit_converter(inputs)
|
|
149
|
+
if (locale === "ms") return ms.text_unit_converter(inputs)
|
|
150
|
+
if (locale === "nl") return nl.text_unit_converter(inputs)
|
|
151
|
+
if (locale === "no") return no.text_unit_converter(inputs)
|
|
152
|
+
if (locale === "pl") return pl.text_unit_converter(inputs)
|
|
153
|
+
if (locale === "pt") return pt.text_unit_converter(inputs)
|
|
154
|
+
if (locale === "ro") return ro.text_unit_converter(inputs)
|
|
155
|
+
if (locale === "ru") return ru.text_unit_converter(inputs)
|
|
156
|
+
if (locale === "sk") return sk.text_unit_converter(inputs)
|
|
157
|
+
if (locale === "sl") return sl.text_unit_converter(inputs)
|
|
158
|
+
if (locale === "sq") return sq.text_unit_converter(inputs)
|
|
159
|
+
if (locale === "sr") return sr.text_unit_converter(inputs)
|
|
160
|
+
if (locale === "sv") return sv.text_unit_converter(inputs)
|
|
161
|
+
if (locale === "sw") return sw.text_unit_converter(inputs)
|
|
162
|
+
if (locale === "ta") return ta.text_unit_converter(inputs)
|
|
163
|
+
if (locale === "te") return te.text_unit_converter(inputs)
|
|
164
|
+
if (locale === "th") return th.text_unit_converter(inputs)
|
|
165
|
+
if (locale === "tl") return tl.text_unit_converter(inputs)
|
|
166
|
+
if (locale === "tr") return tr.text_unit_converter(inputs)
|
|
167
|
+
if (locale === "uk") return uk.text_unit_converter(inputs)
|
|
168
|
+
if (locale === "vi") return vi.text_unit_converter(inputs)
|
|
169
|
+
if (locale === "zh-CN") return zh_cn2.text_unit_converter(inputs)
|
|
170
|
+
return zh_tw2.text_unit_converter(inputs)
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
174
|
+
*
|
|
175
|
+
* - Changing this function will be over-written by the next build.
|
|
176
|
+
*
|
|
177
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
178
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
179
|
+
*
|
|
180
|
+
* @param {{}} inputs
|
|
181
|
+
* @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 {string}
|
|
183
|
+
*/
|
|
184
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
185
|
+
export const text_calces_scientific_calculator = (inputs = {}, options = {}) => {
|
|
186
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
187
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_scientific_calculator(inputs)
|
|
188
|
+
}
|
|
189
|
+
const locale = options.locale ?? getLocale()
|
|
190
|
+
trackMessageCall("text_calces_scientific_calculator", locale)
|
|
191
|
+
if (locale === "ar") return ar.text_calces_scientific_calculator(inputs)
|
|
192
|
+
if (locale === "bg") return bg.text_calces_scientific_calculator(inputs)
|
|
193
|
+
if (locale === "bn") return bn.text_calces_scientific_calculator(inputs)
|
|
194
|
+
if (locale === "ca") return ca.text_calces_scientific_calculator(inputs)
|
|
195
|
+
if (locale === "cs") return cs.text_calces_scientific_calculator(inputs)
|
|
196
|
+
if (locale === "da") return da.text_calces_scientific_calculator(inputs)
|
|
197
|
+
if (locale === "de") return de.text_calces_scientific_calculator(inputs)
|
|
198
|
+
if (locale === "el") return el.text_calces_scientific_calculator(inputs)
|
|
199
|
+
if (locale === "en") return en.text_calces_scientific_calculator(inputs)
|
|
200
|
+
if (locale === "es") return es.text_calces_scientific_calculator(inputs)
|
|
201
|
+
if (locale === "fi") return fi.text_calces_scientific_calculator(inputs)
|
|
202
|
+
if (locale === "fr") return fr.text_calces_scientific_calculator(inputs)
|
|
203
|
+
if (locale === "he") return he.text_calces_scientific_calculator(inputs)
|
|
204
|
+
if (locale === "hi") return hi.text_calces_scientific_calculator(inputs)
|
|
205
|
+
if (locale === "hu") return hu.text_calces_scientific_calculator(inputs)
|
|
206
|
+
if (locale === "id") return id.text_calces_scientific_calculator(inputs)
|
|
207
|
+
if (locale === "it") return it.text_calces_scientific_calculator(inputs)
|
|
208
|
+
if (locale === "ja") return ja.text_calces_scientific_calculator(inputs)
|
|
209
|
+
if (locale === "ko") return ko.text_calces_scientific_calculator(inputs)
|
|
210
|
+
if (locale === "lt") return lt.text_calces_scientific_calculator(inputs)
|
|
211
|
+
if (locale === "lv") return lv.text_calces_scientific_calculator(inputs)
|
|
212
|
+
if (locale === "ms") return ms.text_calces_scientific_calculator(inputs)
|
|
213
|
+
if (locale === "nl") return nl.text_calces_scientific_calculator(inputs)
|
|
214
|
+
if (locale === "no") return no.text_calces_scientific_calculator(inputs)
|
|
215
|
+
if (locale === "pl") return pl.text_calces_scientific_calculator(inputs)
|
|
216
|
+
if (locale === "pt") return pt.text_calces_scientific_calculator(inputs)
|
|
217
|
+
if (locale === "ro") return ro.text_calces_scientific_calculator(inputs)
|
|
218
|
+
if (locale === "ru") return ru.text_calces_scientific_calculator(inputs)
|
|
219
|
+
if (locale === "sk") return sk.text_calces_scientific_calculator(inputs)
|
|
220
|
+
if (locale === "sl") return sl.text_calces_scientific_calculator(inputs)
|
|
221
|
+
if (locale === "sq") return sq.text_calces_scientific_calculator(inputs)
|
|
222
|
+
if (locale === "sr") return sr.text_calces_scientific_calculator(inputs)
|
|
223
|
+
if (locale === "sv") return sv.text_calces_scientific_calculator(inputs)
|
|
224
|
+
if (locale === "sw") return sw.text_calces_scientific_calculator(inputs)
|
|
225
|
+
if (locale === "ta") return ta.text_calces_scientific_calculator(inputs)
|
|
226
|
+
if (locale === "te") return te.text_calces_scientific_calculator(inputs)
|
|
227
|
+
if (locale === "th") return th.text_calces_scientific_calculator(inputs)
|
|
228
|
+
if (locale === "tl") return tl.text_calces_scientific_calculator(inputs)
|
|
229
|
+
if (locale === "tr") return tr.text_calces_scientific_calculator(inputs)
|
|
230
|
+
if (locale === "uk") return uk.text_calces_scientific_calculator(inputs)
|
|
231
|
+
if (locale === "vi") return vi.text_calces_scientific_calculator(inputs)
|
|
232
|
+
if (locale === "zh-CN") return zh_cn2.text_calces_scientific_calculator(inputs)
|
|
233
|
+
return zh_tw2.text_calces_scientific_calculator(inputs)
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
237
|
+
*
|
|
238
|
+
* - Changing this function will be over-written by the next build.
|
|
239
|
+
*
|
|
240
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
241
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
242
|
+
*
|
|
243
|
+
* @param {{}} inputs
|
|
244
|
+
* @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 {string}
|
|
246
|
+
*/
|
|
247
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
248
|
+
export const text_calces_documentation = (inputs = {}, options = {}) => {
|
|
249
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
250
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_documentation(inputs)
|
|
251
|
+
}
|
|
252
|
+
const locale = options.locale ?? getLocale()
|
|
253
|
+
trackMessageCall("text_calces_documentation", locale)
|
|
254
|
+
if (locale === "ar") return ar.text_calces_documentation(inputs)
|
|
255
|
+
if (locale === "bg") return bg.text_calces_documentation(inputs)
|
|
256
|
+
if (locale === "bn") return bn.text_calces_documentation(inputs)
|
|
257
|
+
if (locale === "ca") return ca.text_calces_documentation(inputs)
|
|
258
|
+
if (locale === "cs") return cs.text_calces_documentation(inputs)
|
|
259
|
+
if (locale === "da") return da.text_calces_documentation(inputs)
|
|
260
|
+
if (locale === "de") return de.text_calces_documentation(inputs)
|
|
261
|
+
if (locale === "el") return el.text_calces_documentation(inputs)
|
|
262
|
+
if (locale === "en") return en.text_calces_documentation(inputs)
|
|
263
|
+
if (locale === "es") return es.text_calces_documentation(inputs)
|
|
264
|
+
if (locale === "fi") return fi.text_calces_documentation(inputs)
|
|
265
|
+
if (locale === "fr") return fr.text_calces_documentation(inputs)
|
|
266
|
+
if (locale === "he") return he.text_calces_documentation(inputs)
|
|
267
|
+
if (locale === "hi") return hi.text_calces_documentation(inputs)
|
|
268
|
+
if (locale === "hu") return hu.text_calces_documentation(inputs)
|
|
269
|
+
if (locale === "id") return id.text_calces_documentation(inputs)
|
|
270
|
+
if (locale === "it") return it.text_calces_documentation(inputs)
|
|
271
|
+
if (locale === "ja") return ja.text_calces_documentation(inputs)
|
|
272
|
+
if (locale === "ko") return ko.text_calces_documentation(inputs)
|
|
273
|
+
if (locale === "lt") return lt.text_calces_documentation(inputs)
|
|
274
|
+
if (locale === "lv") return lv.text_calces_documentation(inputs)
|
|
275
|
+
if (locale === "ms") return ms.text_calces_documentation(inputs)
|
|
276
|
+
if (locale === "nl") return nl.text_calces_documentation(inputs)
|
|
277
|
+
if (locale === "no") return no.text_calces_documentation(inputs)
|
|
278
|
+
if (locale === "pl") return pl.text_calces_documentation(inputs)
|
|
279
|
+
if (locale === "pt") return pt.text_calces_documentation(inputs)
|
|
280
|
+
if (locale === "ro") return ro.text_calces_documentation(inputs)
|
|
281
|
+
if (locale === "ru") return ru.text_calces_documentation(inputs)
|
|
282
|
+
if (locale === "sk") return sk.text_calces_documentation(inputs)
|
|
283
|
+
if (locale === "sl") return sl.text_calces_documentation(inputs)
|
|
284
|
+
if (locale === "sq") return sq.text_calces_documentation(inputs)
|
|
285
|
+
if (locale === "sr") return sr.text_calces_documentation(inputs)
|
|
286
|
+
if (locale === "sv") return sv.text_calces_documentation(inputs)
|
|
287
|
+
if (locale === "sw") return sw.text_calces_documentation(inputs)
|
|
288
|
+
if (locale === "ta") return ta.text_calces_documentation(inputs)
|
|
289
|
+
if (locale === "te") return te.text_calces_documentation(inputs)
|
|
290
|
+
if (locale === "th") return th.text_calces_documentation(inputs)
|
|
291
|
+
if (locale === "tl") return tl.text_calces_documentation(inputs)
|
|
292
|
+
if (locale === "tr") return tr.text_calces_documentation(inputs)
|
|
293
|
+
if (locale === "uk") return uk.text_calces_documentation(inputs)
|
|
294
|
+
if (locale === "vi") return vi.text_calces_documentation(inputs)
|
|
295
|
+
if (locale === "zh-CN") return zh_cn2.text_calces_documentation(inputs)
|
|
296
|
+
return zh_tw2.text_calces_documentation(inputs)
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
300
|
+
*
|
|
301
|
+
* - Changing this function will be over-written by the next build.
|
|
302
|
+
*
|
|
303
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
304
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
305
|
+
*
|
|
306
|
+
* @param {{}} inputs
|
|
307
|
+
* @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 {string}
|
|
309
|
+
*/
|
|
310
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
311
|
+
export const text_account_settings = (inputs = {}, options = {}) => {
|
|
312
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
313
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_account_settings(inputs)
|
|
314
|
+
}
|
|
315
|
+
const locale = options.locale ?? getLocale()
|
|
316
|
+
trackMessageCall("text_account_settings", locale)
|
|
317
|
+
if (locale === "ar") return ar.text_account_settings(inputs)
|
|
318
|
+
if (locale === "bg") return bg.text_account_settings(inputs)
|
|
319
|
+
if (locale === "bn") return bn.text_account_settings(inputs)
|
|
320
|
+
if (locale === "ca") return ca.text_account_settings(inputs)
|
|
321
|
+
if (locale === "cs") return cs.text_account_settings(inputs)
|
|
322
|
+
if (locale === "da") return da.text_account_settings(inputs)
|
|
323
|
+
if (locale === "de") return de.text_account_settings(inputs)
|
|
324
|
+
if (locale === "el") return el.text_account_settings(inputs)
|
|
325
|
+
if (locale === "en") return en.text_account_settings(inputs)
|
|
326
|
+
if (locale === "es") return es.text_account_settings(inputs)
|
|
327
|
+
if (locale === "fi") return fi.text_account_settings(inputs)
|
|
328
|
+
if (locale === "fr") return fr.text_account_settings(inputs)
|
|
329
|
+
if (locale === "he") return he.text_account_settings(inputs)
|
|
330
|
+
if (locale === "hi") return hi.text_account_settings(inputs)
|
|
331
|
+
if (locale === "hu") return hu.text_account_settings(inputs)
|
|
332
|
+
if (locale === "id") return id.text_account_settings(inputs)
|
|
333
|
+
if (locale === "it") return it.text_account_settings(inputs)
|
|
334
|
+
if (locale === "ja") return ja.text_account_settings(inputs)
|
|
335
|
+
if (locale === "ko") return ko.text_account_settings(inputs)
|
|
336
|
+
if (locale === "lt") return lt.text_account_settings(inputs)
|
|
337
|
+
if (locale === "lv") return lv.text_account_settings(inputs)
|
|
338
|
+
if (locale === "ms") return ms.text_account_settings(inputs)
|
|
339
|
+
if (locale === "nl") return nl.text_account_settings(inputs)
|
|
340
|
+
if (locale === "no") return no.text_account_settings(inputs)
|
|
341
|
+
if (locale === "pl") return pl.text_account_settings(inputs)
|
|
342
|
+
if (locale === "pt") return pt.text_account_settings(inputs)
|
|
343
|
+
if (locale === "ro") return ro.text_account_settings(inputs)
|
|
344
|
+
if (locale === "ru") return ru.text_account_settings(inputs)
|
|
345
|
+
if (locale === "sk") return sk.text_account_settings(inputs)
|
|
346
|
+
if (locale === "sl") return sl.text_account_settings(inputs)
|
|
347
|
+
if (locale === "sq") return sq.text_account_settings(inputs)
|
|
348
|
+
if (locale === "sr") return sr.text_account_settings(inputs)
|
|
349
|
+
if (locale === "sv") return sv.text_account_settings(inputs)
|
|
350
|
+
if (locale === "sw") return sw.text_account_settings(inputs)
|
|
351
|
+
if (locale === "ta") return ta.text_account_settings(inputs)
|
|
352
|
+
if (locale === "te") return te.text_account_settings(inputs)
|
|
353
|
+
if (locale === "th") return th.text_account_settings(inputs)
|
|
354
|
+
if (locale === "tl") return tl.text_account_settings(inputs)
|
|
355
|
+
if (locale === "tr") return tr.text_account_settings(inputs)
|
|
356
|
+
if (locale === "uk") return uk.text_account_settings(inputs)
|
|
357
|
+
if (locale === "vi") return vi.text_account_settings(inputs)
|
|
358
|
+
if (locale === "zh-CN") return zh_cn2.text_account_settings(inputs)
|
|
359
|
+
return zh_tw2.text_account_settings(inputs)
|
|
360
|
+
};
|
|
361
|
+
/**
|
|
362
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
363
|
+
*
|
|
364
|
+
* - Changing this function will be over-written by the next build.
|
|
365
|
+
*
|
|
366
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
367
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
368
|
+
*
|
|
369
|
+
* @param {{}} inputs
|
|
370
|
+
* @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 {string}
|
|
372
|
+
*/
|
|
373
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
374
|
+
export const text_logout = (inputs = {}, options = {}) => {
|
|
375
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
376
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_logout(inputs)
|
|
377
|
+
}
|
|
378
|
+
const locale = options.locale ?? getLocale()
|
|
379
|
+
trackMessageCall("text_logout", locale)
|
|
380
|
+
if (locale === "ar") return ar.text_logout(inputs)
|
|
381
|
+
if (locale === "bg") return bg.text_logout(inputs)
|
|
382
|
+
if (locale === "bn") return bn.text_logout(inputs)
|
|
383
|
+
if (locale === "ca") return ca.text_logout(inputs)
|
|
384
|
+
if (locale === "cs") return cs.text_logout(inputs)
|
|
385
|
+
if (locale === "da") return da.text_logout(inputs)
|
|
386
|
+
if (locale === "de") return de.text_logout(inputs)
|
|
387
|
+
if (locale === "el") return el.text_logout(inputs)
|
|
388
|
+
if (locale === "en") return en.text_logout(inputs)
|
|
389
|
+
if (locale === "es") return es.text_logout(inputs)
|
|
390
|
+
if (locale === "fi") return fi.text_logout(inputs)
|
|
391
|
+
if (locale === "fr") return fr.text_logout(inputs)
|
|
392
|
+
if (locale === "he") return he.text_logout(inputs)
|
|
393
|
+
if (locale === "hi") return hi.text_logout(inputs)
|
|
394
|
+
if (locale === "hu") return hu.text_logout(inputs)
|
|
395
|
+
if (locale === "id") return id.text_logout(inputs)
|
|
396
|
+
if (locale === "it") return it.text_logout(inputs)
|
|
397
|
+
if (locale === "ja") return ja.text_logout(inputs)
|
|
398
|
+
if (locale === "ko") return ko.text_logout(inputs)
|
|
399
|
+
if (locale === "lt") return lt.text_logout(inputs)
|
|
400
|
+
if (locale === "lv") return lv.text_logout(inputs)
|
|
401
|
+
if (locale === "ms") return ms.text_logout(inputs)
|
|
402
|
+
if (locale === "nl") return nl.text_logout(inputs)
|
|
403
|
+
if (locale === "no") return no.text_logout(inputs)
|
|
404
|
+
if (locale === "pl") return pl.text_logout(inputs)
|
|
405
|
+
if (locale === "pt") return pt.text_logout(inputs)
|
|
406
|
+
if (locale === "ro") return ro.text_logout(inputs)
|
|
407
|
+
if (locale === "ru") return ru.text_logout(inputs)
|
|
408
|
+
if (locale === "sk") return sk.text_logout(inputs)
|
|
409
|
+
if (locale === "sl") return sl.text_logout(inputs)
|
|
410
|
+
if (locale === "sq") return sq.text_logout(inputs)
|
|
411
|
+
if (locale === "sr") return sr.text_logout(inputs)
|
|
412
|
+
if (locale === "sv") return sv.text_logout(inputs)
|
|
413
|
+
if (locale === "sw") return sw.text_logout(inputs)
|
|
414
|
+
if (locale === "ta") return ta.text_logout(inputs)
|
|
415
|
+
if (locale === "te") return te.text_logout(inputs)
|
|
416
|
+
if (locale === "th") return th.text_logout(inputs)
|
|
417
|
+
if (locale === "tl") return tl.text_logout(inputs)
|
|
418
|
+
if (locale === "tr") return tr.text_logout(inputs)
|
|
419
|
+
if (locale === "uk") return uk.text_logout(inputs)
|
|
420
|
+
if (locale === "vi") return vi.text_logout(inputs)
|
|
421
|
+
if (locale === "zh-CN") return zh_cn2.text_logout(inputs)
|
|
422
|
+
return zh_tw2.text_logout(inputs)
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
|
|
426
|
+
*
|
|
427
|
+
* - Changing this function will be over-written by the next build.
|
|
428
|
+
*
|
|
429
|
+
* - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
|
|
430
|
+
* use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
|
|
431
|
+
*
|
|
432
|
+
* @param {{}} inputs
|
|
433
|
+
* @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 {string}
|
|
435
|
+
*/
|
|
436
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
437
|
+
export const text_currency_converter = (inputs = {}, options = {}) => {
|
|
438
|
+
if (experimentalMiddlewareLocaleSplitting && isServer === false) {
|
|
439
|
+
return /** @type {any} */ (globalThis).__paraglide_ssr.text_currency_converter(inputs)
|
|
440
|
+
}
|
|
441
|
+
const locale = options.locale ?? getLocale()
|
|
442
|
+
trackMessageCall("text_currency_converter", locale)
|
|
443
|
+
if (locale === "ar") return ar.text_currency_converter(inputs)
|
|
444
|
+
if (locale === "bg") return bg.text_currency_converter(inputs)
|
|
445
|
+
if (locale === "bn") return bn.text_currency_converter(inputs)
|
|
446
|
+
if (locale === "ca") return ca.text_currency_converter(inputs)
|
|
447
|
+
if (locale === "cs") return cs.text_currency_converter(inputs)
|
|
448
|
+
if (locale === "da") return da.text_currency_converter(inputs)
|
|
449
|
+
if (locale === "de") return de.text_currency_converter(inputs)
|
|
450
|
+
if (locale === "el") return el.text_currency_converter(inputs)
|
|
451
|
+
if (locale === "en") return en.text_currency_converter(inputs)
|
|
452
|
+
if (locale === "es") return es.text_currency_converter(inputs)
|
|
453
|
+
if (locale === "fi") return fi.text_currency_converter(inputs)
|
|
454
|
+
if (locale === "fr") return fr.text_currency_converter(inputs)
|
|
455
|
+
if (locale === "he") return he.text_currency_converter(inputs)
|
|
456
|
+
if (locale === "hi") return hi.text_currency_converter(inputs)
|
|
457
|
+
if (locale === "hu") return hu.text_currency_converter(inputs)
|
|
458
|
+
if (locale === "id") return id.text_currency_converter(inputs)
|
|
459
|
+
if (locale === "it") return it.text_currency_converter(inputs)
|
|
460
|
+
if (locale === "ja") return ja.text_currency_converter(inputs)
|
|
461
|
+
if (locale === "ko") return ko.text_currency_converter(inputs)
|
|
462
|
+
if (locale === "lt") return lt.text_currency_converter(inputs)
|
|
463
|
+
if (locale === "lv") return lv.text_currency_converter(inputs)
|
|
464
|
+
if (locale === "ms") return ms.text_currency_converter(inputs)
|
|
465
|
+
if (locale === "nl") return nl.text_currency_converter(inputs)
|
|
466
|
+
if (locale === "no") return no.text_currency_converter(inputs)
|
|
467
|
+
if (locale === "pl") return pl.text_currency_converter(inputs)
|
|
468
|
+
if (locale === "pt") return pt.text_currency_converter(inputs)
|
|
469
|
+
if (locale === "ro") return ro.text_currency_converter(inputs)
|
|
470
|
+
if (locale === "ru") return ru.text_currency_converter(inputs)
|
|
471
|
+
if (locale === "sk") return sk.text_currency_converter(inputs)
|
|
472
|
+
if (locale === "sl") return sl.text_currency_converter(inputs)
|
|
473
|
+
if (locale === "sq") return sq.text_currency_converter(inputs)
|
|
474
|
+
if (locale === "sr") return sr.text_currency_converter(inputs)
|
|
475
|
+
if (locale === "sv") return sv.text_currency_converter(inputs)
|
|
476
|
+
if (locale === "sw") return sw.text_currency_converter(inputs)
|
|
477
|
+
if (locale === "ta") return ta.text_currency_converter(inputs)
|
|
478
|
+
if (locale === "te") return te.text_currency_converter(inputs)
|
|
479
|
+
if (locale === "th") return th.text_currency_converter(inputs)
|
|
480
|
+
if (locale === "tl") return tl.text_currency_converter(inputs)
|
|
481
|
+
if (locale === "tr") return tr.text_currency_converter(inputs)
|
|
482
|
+
if (locale === "uk") return uk.text_currency_converter(inputs)
|
|
483
|
+
if (locale === "vi") return vi.text_currency_converter(inputs)
|
|
484
|
+
if (locale === "zh-CN") return zh_cn2.text_currency_converter(inputs)
|
|
485
|
+
return zh_tw2.text_currency_converter(inputs)
|
|
486
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const text_select_language: (inputs: {}) => string;
|
|
2
|
+
export const text_unit_converter: (inputs: {}) => string;
|
|
3
|
+
export const text_calces_scientific_calculator: (inputs: {}) => string;
|
|
4
|
+
export const text_calces_documentation: (inputs: {}) => string;
|
|
5
|
+
export const text_account_settings: (inputs: {}) => string;
|
|
6
|
+
export const text_logout: (inputs: {}) => string;
|
|
7
|
+
export const text_currency_converter: (inputs: {}) => string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// eslint-disable
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export const text_select_language = /** @type {(inputs: {}) => string} */ () => {
|
|
5
|
+
return `اختر اللغة`
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const text_unit_converter = /** @type {(inputs: {}) => string} */ () => {
|
|
9
|
+
return `محول الوحدات`
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => string} */ () => {
|
|
13
|
+
return `الآلة الحاسبة العلمية CalcES`
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => string} */ () => {
|
|
17
|
+
return `وثائق CalcES`
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const text_account_settings = /** @type {(inputs: {}) => string} */ () => {
|
|
21
|
+
return `إعدادات الحساب`
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const text_logout = /** @type {(inputs: {}) => string} */ () => {
|
|
25
|
+
return `تسجيل الخروج`
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const text_currency_converter = /** @type {(inputs: {}) => string} */ () => {
|
|
29
|
+
return `محول العملات`
|
|
30
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const text_select_language: (inputs: {}) => string;
|
|
2
|
+
export const text_unit_converter: (inputs: {}) => string;
|
|
3
|
+
export const text_calces_scientific_calculator: (inputs: {}) => string;
|
|
4
|
+
export const text_calces_documentation: (inputs: {}) => string;
|
|
5
|
+
export const text_account_settings: (inputs: {}) => string;
|
|
6
|
+
export const text_logout: (inputs: {}) => string;
|
|
7
|
+
export const text_currency_converter: (inputs: {}) => string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// eslint-disable
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export const text_select_language = /** @type {(inputs: {}) => string} */ () => {
|
|
5
|
+
return `Изберете език`
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const text_unit_converter = /** @type {(inputs: {}) => string} */ () => {
|
|
9
|
+
return `Конвертор на единици`
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => string} */ () => {
|
|
13
|
+
return `Научен калкулатор CalcES`
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => string} */ () => {
|
|
17
|
+
return `Документация на CalcES`
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const text_account_settings = /** @type {(inputs: {}) => string} */ () => {
|
|
21
|
+
return `Настройки на акаунта`
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const text_logout = /** @type {(inputs: {}) => string} */ () => {
|
|
25
|
+
return `Изход`
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const text_currency_converter = /** @type {(inputs: {}) => string} */ () => {
|
|
29
|
+
return `Конвертор на валута`
|
|
30
|
+
};
|